Lines Matching refs:method

76  * main thread, and must avoid performing lengthy operations.  See the method
255 public Bundle call(String method, String arg, Bundle extras) {
256 return ContentProvider.this.call(method, arg, extras);
421 * this content provider. This method can be called from multiple
443 * this content provider. This method can be called from multiple
465 * this content provider. This method can be called from multiple
476 * This method is called for all registered content providers on the
493 * from this method. (Instead, override
503 * This method is always called on the application main thread, and must
507 * Override this method to take appropriate action.
516 * This method is always called on the application main thread, and must
520 * Subclasses may override this method to take appropriate action.
530 * This method can be called from multiple threads, as described in
588 * This method can be called from multiple threads, as described in
626 * If you implement this method then you must also implement the version of
660 * This method can be called from multiple threads, as described in
667 * this method regardless of their access permissions. This allows them
679 * This method can be called from multiple threads, as described in
694 * This method can be called from multiple threads, as described in
716 * This method can be called from multiple threads, as described in
738 * This method can be called from multiple threads, as described in
755 * This method can be called from multiple threads, as described in
759 * <p>This method returns a ParcelFileDescriptor, which is returned directly
765 * of this method should create a new ParcelFileDescriptor for each call.
793 * This method can be called from multiple threads, as described in
909 * of this method.
1070 * This method can be called from multiple threads, as described in
1090 * Call a provider-defined method. This can be used to implement
1094 * @param method method name to call. Opaque to framework, but should not be null.
1100 public Bundle call(String method, String arg, Bundle extras) {
1106 * invoke this method in unit tests.
1111 * ContentProvider. When you invoke a test method on a ContentProvider,
1120 * terminate the ContentProvider. This method can also prevent memory leaks