Fix build.
Change-Id: I9e887aacf3d3ba642df287dfdecbc2ff1ef02033
This commit is contained in:
@ -409,14 +409,14 @@ public class Fragment implements ComponentCallbacks, OnCreateContextMenuListener
|
||||
}
|
||||
|
||||
/**
|
||||
* Return the target fragment set by {@link #setTargetFragment(Fragment)}.
|
||||
* Return the target fragment set by {@link #setTargetFragment}.
|
||||
*/
|
||||
final public Fragment getTargetFragment() {
|
||||
return mTarget;
|
||||
}
|
||||
|
||||
/**
|
||||
* Return the target request code set by {@link #setTargetFragment(Fragment)}.
|
||||
* Return the target request code set by {@link #setTargetFragment}.
|
||||
*/
|
||||
final public int getTargetRequestCode() {
|
||||
return mTargetRequestCode;
|
||||
|
@ -802,7 +802,7 @@ public abstract class ContentProvider implements ComponentCallbacks {
|
||||
* @param uri The data in the content provider being queried.
|
||||
* @param mimeTypeFilter The type of data the client desires. May be
|
||||
* a pattern, such as *\/* to retrieve all possible data types.
|
||||
* @returns Returns null if there are no possible data streams for the
|
||||
* @return Returns null if there are no possible data streams for the
|
||||
* given mimeTypeFilter. Otherwise returns an array of all available
|
||||
* concrete MIME types.
|
||||
*
|
||||
|
Reference in New Issue
Block a user