Lines Matching defs:call

367         public Bundle call(String callingPkg, String method, String arg, Bundle extras) {
370 return ContentProvider.this.call(method, arg, extras);
820 * provider, but that call has been rejected for the operation given
848 * Example client call:<p>
906 * Example client call:<p>
980 * write permissions, or is not exported, all applications can still call
1044 * provider, but that call has been rejected for the operation given
1060 * As a courtesy, call {@link ContentResolver#notifyChange(android.net.Uri ,android.database.ContentObserver) notifyChange()}
1074 * default implementation will iterate over the values and call
1076 * As a courtesy, call {@link ContentResolver#notifyChange(android.net.Uri ,android.database.ContentObserver) notifyChange()}
1099 * As a courtesy, call {@link ContentResolver#notifyChange(android.net.Uri ,android.database.ContentObserver) notifyChange()}
1121 * As a courtesy, call {@link ContentResolver#notifyChange(android.net.Uri ,android.database.ContentObserver) notifyChange()}
1150 * of this method should create a new ParcelFileDescriptor for each call.
1213 * of this method should create a new ParcelFileDescriptor for each call.
1247 * should periodically call
1367 * should periodically call
1501 // If they can take anything, the untyped open call is good enough.
1506 // Use old untyped open call if this provider has a type for this
1547 * should periodically call
1702 * default implementation will iterate over the operations and call
1734 * to get access to the provider at all. For example, it has no idea whether the call
1739 * @param method method name to call. Opaque to framework, but should not be {@code null}.
1743 * the default for providers which don't implement any call methods.
1745 public Bundle call(String method, String arg, Bundle extras) {