Lines Matching defs:method

891      * Client code should only invoke this method when there is a strong indication (such as a user
1019 * ContentProvider.openFile()} method, so will <em>not</em> work with
1061 * ContentProvider.openFile()} method, so will <em>not</em> work with
1123 * method of the provider associated with the given URI, to retrieve any file stored there.
1176 * method of the provider associated with the given URI, to retrieve any file stored there.
1327 * {@link ContentProvider#openTypedAssetFile} method of the provider
1360 * {@link ContentProvider#openTypedAssetFile} method of the provider
1686 * Call a provider-defined method. This can be used to implement
1690 * @param method provider-defined method name to call. Opaque to
1696 * @throws NullPointerException if uri or method is null
1699 public final @Nullable Bundle call(@NonNull Uri uri, @NonNull String method,
1702 Preconditions.checkNotNull(method, "method");
1708 final Bundle res = provider.call(mPackageName, method, arg, extras);
1844 * background. If using this method, you need to take care to deal with any
1871 * background. If using this method, you need to take care to deal with any
2349 * <p>This method requires the caller to hold the permission
2379 * <p>This method requires the caller to hold the permission
2421 * <p>This method requires the caller to hold the permission
2479 * <p>This method requires the caller to hold the permission
2522 * <p>This method requires the caller to hold the permission
2539 * <p>This method requires the caller to hold the permission
2566 * <p>This method requires the caller to hold the permission
2582 * <p>This method requires the caller to hold the permission
2610 * <p>This method requires the caller to hold the permission
2635 * <p>This method requires the caller to hold the permission
2659 * This method requires the caller to hold the permission
2666 * This method returns the first item from the list of current syncs
2686 * This method requires the caller to hold the permission
2741 * <p>This method requires the caller to hold the permission