Lines Matching defs:method

88  * main thread, and must avoid performing lengthy operations.  See the method
399 String callingPkg, String method, @Nullable String arg, @Nullable Bundle extras) {
403 return ContentProvider.this.call(method, arg, extras);
800 * this content provider. This method can be called from multiple
822 * this content provider. This method can be called from multiple
844 * this content provider. This method can be called from multiple
868 * This method is called for all registered content providers on the
885 * from this method. (Instead, override
895 * This method is always called on the application main thread, and must
899 * Override this method to take appropriate action.
909 * This method is always called on the application main thread, and must
913 * Subclasses may override this method to take appropriate action.
928 * implementation of this method.
930 * <p>This method can be called from multiple threads, as described in
991 * {@link #query(Uri, String[], Bundle, CancellationSignal)} instead of this method.
993 * <p>This method can be called from multiple threads, as described in
1031 * If you implement this method then you must also implement the version of
1071 * <p>This method can be called from multiple threads, as described in
1163 * This method can be called from multiple threads, as described in
1170 * this method regardless of their access permissions. This allows them
1200 * <p>The default implementation of this method returns null, indicating that
1215 * a query param to canonicalize a URI, this method can simply trip any
1232 * method returns false; providers who wish to implement this should return true to signal the
1237 * Client code should only invoke this method when there is a strong indication (such as a user
1278 * This method can be called from multiple threads, as described in
1294 * This method can be called from multiple threads, as described in
1317 * This method can be called from multiple threads, as described in
1340 * This method can be called from multiple threads, as described in
1357 * This method can be called from multiple threads, as described in
1361 * <p>This method returns a ParcelFileDescriptor, which is returned directly
1367 * of this method should create a new ParcelFileDescriptor for each call.
1426 * This method can be called from multiple threads, as described in
1430 * <p>This method returns a ParcelFileDescriptor, which is returned directly
1436 * of this method should create a new ParcelFileDescriptor for each call.
1496 * This method can be called from multiple threads, as described in
1553 * This method can be called from multiple threads, as described in
1687 * of this method.
1748 * of this method.
1931 * This method can be called from multiple threads, as described in
1952 * Call a provider-defined method. This can be used to implement
1960 * individual permissions. Any implementation of this method <strong>must</strong>
1963 * @param method method name to call. Opaque to framework, but should not be {@code null}.
1969 public @Nullable Bundle call(@NonNull String method, @Nullable String arg,
1976 * invoke this method in unit tests.
1981 * ContentProvider. When you invoke a test method on a ContentProvider,
1990 * terminate the ContentProvider. This method can also prevent memory leaks