Lines Matching defs:call

322         public Bundle call(String callingPkg, String method, String arg, Bundle extras) {
325 return ContentProvider.this.call(method, arg, extras);
711 * provider, but that call has been rejected for the operation given
739 * Example client call:<p>
797 * Example client call:<p>
871 * write permissions, or is not exported, all applications can still call
935 * provider, but that call has been rejected for the operation given
951 * As a courtesy, call {@link ContentResolver#notifyChange(android.net.Uri ,android.database.ContentObserver) notifyChange()}
965 * default implementation will iterate over the values and call
967 * As a courtesy, call {@link ContentResolver#notifyChange(android.net.Uri ,android.database.ContentObserver) notifyChange()}
990 * As a courtesy, call {@link ContentResolver#notifyChange(android.net.Uri ,android.database.ContentObserver) notifyDelete()}
1012 * As a courtesy, call {@link ContentResolver#notifyChange(android.net.Uri ,android.database.ContentObserver) notifyChange()}
1041 * of this method should create a new ParcelFileDescriptor for each call.
1104 * of this method should create a new ParcelFileDescriptor for each call.
1138 * should periodically call
1258 * should periodically call
1392 // If they can take anything, the untyped open call is good enough.
1397 // Use old untyped open call if this provider has a type for this
1438 * should periodically call
1597 * default implementation will iterate over the operations and call
1629 * to get access to the provider at all. For example, it has no idea whether the call
1634 * @param method method name to call. Opaque to framework, but should not be {@code null}.
1638 * the default for providers which don't implement any call methods.
1640 public Bundle call(String method, String arg, Bundle extras) {