/packages/modules/OnDevicePersonalization/framework/java/android/federatedcompute/ |
D | ExampleStoreService.java | 67 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/ |
D | IExampleStoreService.aidl | 32 void startQuery(in Bundle params, in IExampleStoreCallback callback); in startQuery() method
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallerInfoAsyncQueryFactory.java | 23 CallerInfoAsyncQuery startQuery(int token, Context context, String number, in startQuery() method
|
/packages/modules/OnDevicePersonalization/tests/federatedcomputetests/src/com/android/federatedcompute/services/examplestore/ |
D | SampleExampleStoreService.java | 58 public void startQuery(@NonNull Bundle params, @NonNull QueryCallback callback) { in startQuery() method in SampleExampleStoreService
|
/packages/apps/Contacts/src/com/android/contacts/database/ |
D | NoNullCursorAsyncQueryHandler.java | 36 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/ |
D | QueryTask.kt | 59 fun <C : SuggestionCursor?> startQuery( in startQuery() method
|
/packages/modules/OnDevicePersonalization/tests/frameworktests/src/android/federatedcompute/ |
D | ExampleStoreServiceTest.java | 105 public void startQuery(@Nonnull Bundle params, @Nonnull QueryCallback callback) { in startQuery() method in ExampleStoreServiceTest.TestJavaExampleStoreService
|
/packages/apps/Dialer/java/com/android/contacts/common/database/ |
D | NoNullCursorAsyncQueryHandler.java | 41 public void startQuery( in startQuery() method in NoNullCursorAsyncQueryHandler
|
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/federatedcompute/ |
D | OdpExampleStoreService.java | 107 public void startQuery(@NonNull Bundle params, @NonNull QueryCallback callback) { in startQuery() method in OdpExampleStoreService
|
/packages/apps/Dialer/java/com/android/incallui/ |
D | CallerInfoAsyncQuery.java | 85 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/ |
D | EligibilityDeciderTest.java | 428 public void startQuery(Bundle params, IExampleStoreCallback callback) in startQuery() method in EligibilityDeciderTest.TestExampleStoreService
|
D | FederatedComputeWorkerTest.java | 1117 public void startQuery(Bundle params, IExampleStoreCallback callback) in startQuery() method in FederatedComputeWorkerTest.TestExampleStoreService
|