/packages/modules/OnDevicePersonalization/framework/java/android/federatedcompute/ |
D | ExampleStoreService.java | 67 public void startQuery(Bundle params, IExampleStoreCallback callback) { in startQuery() method in ExampleStoreService.ServiceBinder 72 ExampleStoreService.this.startQuery( in startQuery() 92 public abstract void startQuery(@NonNull Bundle params, @NonNull QueryCallback callback); in startQuery() method in ExampleStoreService
|
/packages/modules/OnDevicePersonalization/tests/servicetests/src/com/android/ondevicepersonalization/services/federatedcompute/ |
D | OdpExampleStoreServiceTests.java | 150 binder.startQuery(input, callback); in testStartQuery_lessThanMinExample_failure() 184 binder.startQuery(input, callback); in testStartQuery_moreThanMinExample_failure() 218 binder.startQuery(input, callback); in testWithStartQuery() 272 binder.startQuery(input, callback); in testWithStartQueryMeasurementControlRevoked() 296 ((IExampleStoreService.Stub) binder).startQuery(input, callback); in testWithStartQueryNotValidJob() 312 binder.startQuery(Bundle.EMPTY, callback); in testWithStartQueryBadInput() 331 () -> binder.startQuery(Bundle.EMPTY, new TestQueryCallback())); in testFailedPermissionCheck()
|
/packages/modules/OnDevicePersonalization/tests/frameworktests/src/android/federatedcompute/ |
D | ExampleStoreServiceTest.java | 86 mBinder.startQuery(bundle, new TestJavaExampleStoreServiceCallback()); in testStartQuerySuccess() 96 mBinder.startQuery(bundle, new TestJavaExampleStoreServiceCallback()); in testStartQueryFailure() 105 public void startQuery(@Nonnull Bundle params, @Nonnull QueryCallback callback) { in startQuery() method in ExampleStoreServiceTest.TestJavaExampleStoreService
|
/packages/apps/Contacts/tests/src/com/android/contacts/database/ |
D | NoNullCursorAsyncQueryHandlerTest.java | 79 handler.startQuery(1, null, URI, PROJECTION, null, null, null); in testCursorIsNotNull() 106 handler.startQuery(1, cookie, URI, PROJECTION, null, null, null); in testCursorContainsCorrectCookies() 133 handler.startQuery(1, cookie, URI, PROJECTION, null, null, null); in testCursorContainsCorrectColumns()
|
/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 39 super.startQuery(token, projectionCookie, uri, projection, selection, selectionArgs, in startQuery()
|
/packages/apps/Dialer/java/com/android/dialer/database/ |
D | CallLogQueryHandler.java | 115 startQuery( in fetchVoicemailStatus() 141 startQuery( in fetchVoicemailUnreadCount() 208 startQuery( in fetchCalls() 247 startQuery( in fetchMissedCallsUnreadCount()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | CallerInfoLookupHelperTest.java | 86 when(mFactory.startQuery(anyInt(), eq(mContext), anyString(), in setUp() 137 verify(mFactory).startQuery(anyInt(), eq(mContext), eq(URI1.getSchemeSpecificPart()), in testSimpleLookup() 176 verify(mFactory, times(1)).startQuery(anyInt(), eq(mContext), in testLookupWithTwoListeners() 216 verify(mFactory, times(1)).startQuery(anyInt(), eq(mContext), in testListenerAddedAfterCallerInfoBeforePhoto()
|
D | CallerInfoAsyncQueryFactoryFixture.java | 56 public CallerInfoAsyncQuery startQuery(int token, Context context, String number,
|
/packages/apps/Dialer/java/com/android/contacts/common/database/ |
D | NoNullCursorAsyncQueryHandler.java | 41 public void startQuery( in startQuery() method in NoNullCursorAsyncQueryHandler 55 super.startQuery(token, projectionCookie, uri, projection, selection, selectionArgs, orderBy); in startQuery()
|
/packages/apps/Dialer/java/com/android/dialer/blocking/ |
D | FilteredNumberAsyncQueryHandler.java | 96 startQuery( in hasBlockedNumbers() 156 startQuery( in isBlockedNumber() 347 startQuery( in unblock()
|
/packages/apps/Dialer/java/com/android/incallui/ |
D | CallerInfoAsyncQuery.java | 85 static void startQuery( in startQuery() method in CallerInfoAsyncQuery 173 handler.startQuery( in startQueryInternal() 388 public void startQuery( in startQuery() method in CallerInfoAsyncQuery.CallerInfoAsyncQueryHandler 413 super.startQuery(token, cookie, uri, projection, selection, selectionArgs, orderBy); in startQuery()
|
D | CallerInfoUtils.java | 68 CallerInfoAsyncQuery.startQuery(QUERY_TOKEN, context, info, listener, cookie); in getCallerInfoForCall()
|
/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/examplestore/ |
D | ExampleStoreServiceProvider.java | 90 exampleStoreService.startQuery( in getExampleIterator() 140 exampleStoreService.startQuery( in runExampleStoreStartQuery()
|
/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
|
D | CallerInfoLookupHelper.java | 166 CallerInfoAsyncQuery query = mCallerInfoAsyncQueryFactory.startQuery( in startLookup()
|
/packages/apps/Music/kotlin/src/com/android/music/ |
D | AudioPreview.kt | 155 …mAsyncQueryHandler.startQuery(0, null, mUri, arrayOf<String>(MediaStore.Audio.Media.TITLE, MediaSt… in onCreate() 161 mAsyncQueryHandler.startQuery(0, null, mUri, null, null, null, null) in onCreate() 167 …mAsyncQueryHandler.startQuery(0, null, MediaStore.Audio.Media.EXTERNAL_CONTENT_URI, arrayOf<String… in onCreate()
|
/packages/apps/Music/src/com/android/music/ |
D | AudioPreview.java | 170 mAsyncQueryHandler.startQuery(0, null, mUri, in onCreate() 177 mAsyncQueryHandler.startQuery(0, null, mUri, null, null, null, null); in onCreate() 183 mAsyncQueryHandler.startQuery(0, null, MediaStore.Audio.Media.EXTERNAL_CONTENT_URI, in onCreate()
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
D | ShowOrCreateActivity.java | 133 mQueryHandler.startQuery(QUERY_TOKEN, null, uri, CONTACTS_PROJECTION, null, null, null); in onCreate() 139 mQueryHandler.startQuery(QUERY_TOKEN, null, uri, PHONES_PROJECTION, null, null, null); in onCreate()
|
/packages/services/Telecomm/src/com/android/server/telecom/components/ |
D | TelecomService.java | 131 public CallerInfoAsyncQuery startQuery( 140 return CallerInfoAsyncQuery.startQuery(
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
D | QueryTask.kt | 59 fun <C : SuggestionCursor?> startQuery( in startQuery() method
|
D | SuggestionsProviderImpl.kt | 56 QueryTask.startQuery(query, maxResults, source, mQueryExecutor, mPublishThread, receiver) in getSuggestions()
|
/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/services/Telephony/src/com/android/phone/ |
D | ADNList.java | 115 mQueryHandler.startQuery(QUERY_TOKEN, null, uri, COLUMN_NAMES, in query()
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
D | MovieActivity.java | 166 queryHandler.startQuery(0, null, mUri, in initializeActionBar()
|