Home
last modified time | relevance | path

Searched defs:startQuery (Results 1 – 10 of 10) sorted by relevance

/packages/modules/OnDevicePersonalization/framework/java/android/federatedcompute/
DExampleStoreService.java64 public void startQuery(Bundle params, IExampleStoreCallback callback) { in startQuery() method in ExampleStoreService.ServiceBinder
73 public abstract void startQuery(@NonNull Bundle params, @NonNull QueryCallback callback); in startQuery() method in ExampleStoreService
/packages/modules/OnDevicePersonalization/framework/java/android/federatedcompute/aidl/
DIExampleStoreService.aidl32 void startQuery(in Bundle params, in IExampleStoreCallback callback); in startQuery() method
/packages/services/Telecomm/src/com/android/server/telecom/
DCallerInfoAsyncQueryFactory.java23 CallerInfoAsyncQuery startQuery(int token, Context context, String number, in startQuery() method
/packages/modules/OnDevicePersonalization/tests/federatedcomputetests/src/com/android/federatedcompute/services/examplestore/
DSampleExampleStoreService.java61 public void startQuery(@NonNull Bundle params, @NonNull QueryCallback callback) { in startQuery() method in SampleExampleStoreService
DFederatedExampleIteratorTest.java345 public void startQuery(Bundle params, IExampleStoreCallback callback) in startQuery() method in FederatedExampleIteratorTest.FakeExampleStore
/packages/apps/Contacts/src/com/android/contacts/database/
DNoNullCursorAsyncQueryHandler.java36 public void startQuery(int token, Object cookie, Uri uri, String[] projection, String selection, in startQuery() method in NoNullCursorAsyncQueryHandler
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DQueryTask.kt59 fun <C : SuggestionCursor?> startQuery( in startQuery() method
/packages/modules/OnDevicePersonalization/tests/frameworktests/src/android/federatedcompute/
DExampleStoreServiceTest.java104 public void startQuery(@Nonnull Bundle params, @Nonnull QueryCallback callback) { in startQuery() method in ExampleStoreServiceTest.TestExampleStoreService
/packages/apps/Dialer/java/com/android/contacts/common/database/
DNoNullCursorAsyncQueryHandler.java41 public void startQuery( in startQuery() method in NoNullCursorAsyncQueryHandler
/packages/apps/Dialer/java/com/android/incallui/
DCallerInfoAsyncQuery.java85 static void startQuery( in startQuery() method in CallerInfoAsyncQuery
388 public void startQuery( in startQuery() method in CallerInfoAsyncQuery.CallerInfoAsyncQueryHandler