Home
last modified time | relevance | path

Searched refs:getTypeAsync (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/core/java/android/content/
H A DIContentProvider.java56 void getTypeAsync(@NonNull AttributionSource attributionSource, in getTypeAsync() method
76 default void getTypeAsync(Uri uri, RemoteCallback callback) throws RemoteException { in getTypeAsync() method
77 getTypeAsync(new AttributionSource(Binder.getCallingUid(), in getTypeAsync()
H A DContentProviderNative.java159 getTypeAsync(attributionSource, url, callback); in onTransact()
540 /* oneway */ public void getTypeAsync(AttributionSource attributionSource, in getTypeAsync() method in ContentProviderProxy
H A DContentProvider.java395 public void getTypeAsync(AttributionSource attributionSource, in getTypeAsync() method in ContentProvider.Transport
H A DContentResolver.java933 provider.getTypeAsync(mContext.getAttributionSource(),
/aosp14/frameworks/base/test-mock/src/android/test/mock/
H A DMockContentProvider.java89 public void getTypeAsync(@NonNull AttributionSource attributionSource, in getTypeAsync() method in MockContentProvider.InversionIContentProvider
91 MockContentProvider.this.getTypeAsync(uri, callback); in getTypeAsync()
248 public void getTypeAsync(Uri uri, RemoteCallback remoteCallback) { in getTypeAsync() method in MockContentProvider
H A DMockIContentProvider.java70 public void getTypeAsync(@NonNull AttributionSource attributionSource, in getTypeAsync() method in MockIContentProvider
/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DNotificationChannelTest.java149 .getTypeAsync(any(), any()); in setUp()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DContentProviderHelper.java1014 holder.provider.getTypeAsync(attributionSource, in getMimeTypeFilterAsync()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java304 }).when(mTestIContentProvider).getTypeAsync(any(), any()); in setUp()