Home
last modified time | relevance | path

Searched refs:startQuery (Results 1 – 25 of 33) sorted by relevance

12

/packages/modules/OnDevicePersonalization/framework/java/android/federatedcompute/
DExampleStoreService.java67 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/
DOdpExampleStoreServiceTests.java150 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/
DExampleStoreServiceTest.java86 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/
DNoNullCursorAsyncQueryHandlerTest.java79 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/
DNoNullCursorAsyncQueryHandler.java36 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/
DCallLogQueryHandler.java115 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/
DCallerInfoLookupHelperTest.java86 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()
DCallerInfoAsyncQueryFactoryFixture.java56 public CallerInfoAsyncQuery startQuery(int token, Context context, String number,
/packages/apps/Dialer/java/com/android/contacts/common/database/
DNoNullCursorAsyncQueryHandler.java41 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/
DFilteredNumberAsyncQueryHandler.java96 startQuery( in hasBlockedNumbers()
156 startQuery( in isBlockedNumber()
347 startQuery( in unblock()
/packages/apps/Dialer/java/com/android/incallui/
DCallerInfoAsyncQuery.java85 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()
DCallerInfoUtils.java68 CallerInfoAsyncQuery.startQuery(QUERY_TOKEN, context, info, listener, cookie); in getCallerInfoForCall()
/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/examplestore/
DExampleStoreServiceProvider.java90 exampleStoreService.startQuery( in getExampleIterator()
140 exampleStoreService.startQuery( in runExampleStoreStartQuery()
/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
DCallerInfoLookupHelper.java166 CallerInfoAsyncQuery query = mCallerInfoAsyncQueryFactory.startQuery( in startLookup()
/packages/apps/Music/kotlin/src/com/android/music/
DAudioPreview.kt155 …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/
DAudioPreview.java170 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/
DShowOrCreateActivity.java133 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/
DTelecomService.java131 public CallerInfoAsyncQuery startQuery(
140 return CallerInfoAsyncQuery.startQuery(
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DQueryTask.kt59 fun <C : SuggestionCursor?> startQuery( in startQuery() method
DSuggestionsProviderImpl.kt56 QueryTask.startQuery(query, maxResults, source, mQueryExecutor, mPublishThread, receiver) in getSuggestions()
/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/services/Telephony/src/com/android/phone/
DADNList.java115 mQueryHandler.startQuery(QUERY_TOKEN, null, uri, COLUMN_NAMES, in query()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DMovieActivity.java166 queryHandler.startQuery(0, null, mUri, in initializeActionBar()

12