Home
last modified time | relevance | path

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

/packages/modules/OnDevicePersonalization/framework/java/android/federatedcompute/
DExampleStoreService.java67 public void startQuery(Bundle params, IExampleStoreCallback callback) { in startQuery() method in ExampleStoreService.ServiceBinder
92 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.java58 public void startQuery(@NonNull Bundle params, @NonNull QueryCallback callback) { in startQuery() method in SampleExampleStoreService
/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.java105 public void startQuery(@Nonnull Bundle params, @Nonnull QueryCallback callback) { in startQuery() method in ExampleStoreServiceTest.TestJavaExampleStoreService
/packages/apps/Dialer/java/com/android/contacts/common/database/
DNoNullCursorAsyncQueryHandler.java41 public void startQuery( in startQuery() method in NoNullCursorAsyncQueryHandler
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/federatedcompute/
DOdpExampleStoreService.java107 public void startQuery(@NonNull Bundle params, @NonNull QueryCallback callback) { in startQuery() method in OdpExampleStoreService
/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
/packages/modules/OnDevicePersonalization/tests/federatedcomputetests/src/com/android/federatedcompute/services/training/
DEligibilityDeciderTest.java428 public void startQuery(Bundle params, IExampleStoreCallback callback) in startQuery() method in EligibilityDeciderTest.TestExampleStoreService
DFederatedComputeWorkerTest.java1117 public void startQuery(Bundle params, IExampleStoreCallback callback) in startQuery() method in FederatedComputeWorkerTest.TestExampleStoreService