Lines Matching defs:call

217                 // We do not call ContentProvider#query with a modified where clause since
396 public Bundle call(
401 return ContentProvider.this.call(method, arg, extras);
932 * Example client call:<p>
995 * Example client call:<p>
1074 * Example client call:<p>
1167 * write permissions, or is not exported, all applications can still call
1245 * none. For example, if you called refresh on a particular uri, you should call
1258 * provider, but that call has been rejected for the operation given
1274 * As a courtesy, call {@link ContentResolver#notifyChange(android.net.Uri ,android.database.ContentObserver) notifyChange()}
1288 * default implementation will iterate over the values and call
1290 * As a courtesy, call {@link ContentResolver#notifyChange(android.net.Uri ,android.database.ContentObserver) notifyChange()}
1313 * As a courtesy, call {@link ContentResolver#notifyChange(android.net.Uri ,android.database.ContentObserver) notifyChange()}
1336 * As a courtesy, call {@link ContentResolver#notifyChange(android.net.Uri ,android.database.ContentObserver) notifyChange()}
1365 * of this method should create a new ParcelFileDescriptor for each call.
1434 * of this method should create a new ParcelFileDescriptor for each call.
1468 * should periodically call
1588 * should periodically call
1722 // If they can take anything, the untyped open call is good enough.
1727 // Use old untyped open call if this provider has a type for this
1768 * should periodically call
1923 * default implementation will iterate over the operations and call
1956 * to get access to the provider at all. For example, it has no idea whether the call
1961 * @param method method name to call. Opaque to framework, but should not be {@code null}.
1965 * the default for providers which don't implement any call methods.
1967 public @Nullable Bundle call(@NonNull String method, @Nullable String arg,