Home
last modified time | relevance | path

Searched defs:cookie (Results 1 – 25 of 92) sorted by relevance

1234

/packages/apps/Dialer/java/com/android/incallui/
DCallerInfoAsyncQuery.java59 void onQueryComplete(int token, Object cookie, CallerInfo ci); in onQueryComplete()
63 void onDataLoaded(int token, Object cookie, CallerInfo ci); in onDataLoaded()
90 final Object cookie) { in startQuery()
125 Object cookie) { in startDefaultDirectoryQuery()
145 Object cookie, in startQueryInternal()
189 Object cookie) { in startOtherDirectoriesQuery()
265 public Object cookie; field in CallerInfoAsyncQuery.CookieWrapper
297 int token, Object cookie, CallerInfo ci, long directoryId) { in onDirectoryQueryComplete()
353 public void onDataLoaded(int token, Object cookie, CallerInfo ci) { in onDataLoaded()
359 public void onQueryComplete(int token, Object cookie, CallerInfo ci) { in onQueryComplete()
[all …]
DContactsAsyncHelper.java51 void onImageLoadComplete(int token, Drawable photo, Bitmap photoIcon, Object cookie); in onImageLoadComplete()
55 void onImageLoaded(int token, Drawable photo, Bitmap photoIcon, Object cookie); in onImageLoaded()
78 Object cookie) { in startObtainPhotoAsync()
125 public Object cookie; field in ContactsAsyncHelper.WorkerArgs
/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()
44 protected final void onQueryComplete(int token, Object cookie, Cursor cursor) { in onQueryComplete()
55 protected abstract void onNotNullableQueryComplete(int token, Object cookie, Cursor cursor); in onNotNullableQueryComplete()
64 public CookieWithProjection(Object cookie, String[] projection) { in CookieWithProjection()
/packages/apps/Dialer/java/com/android/dialer/blocking/
DFilteredNumberAsyncQueryHandler.java58 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { in onQueryComplete()
71 protected void onInsertComplete(int token, Object cookie, Uri uri) { in onInsertComplete()
78 protected void onUpdateComplete(int token, Object cookie, int result) { in onUpdateComplete()
85 protected void onDeleteComplete(int token, Object cookie, int result) { in onDeleteComplete()
431 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {} in onQueryComplete()
433 protected void onInsertComplete(int token, Object cookie, Uri uri) {} in onInsertComplete()
435 protected void onUpdateComplete(int token, Object cookie, int result) {} in onUpdateComplete()
437 protected void onDeleteComplete(int token, Object cookie, int result) {} in onDeleteComplete()
/packages/apps/Dialer/java/com/android/contacts/common/database/
DNoNullCursorAsyncQueryHandler.java43 Object cookie, in startQuery()
59 protected final void onQueryComplete(int token, Object cookie, Cursor cursor) { in onQueryComplete()
75 protected abstract void onNotNullableQueryComplete(int token, Object cookie, Cursor cursor); in onNotNullableQueryComplete()
99 public CookieWithProjection(Object cookie, String[] projection) { in CookieWithProjection()
/packages/services/Telephony/src/com/android/phone/
DADNList.java208 protected void onQueryComplete(int token, Object cookie, Cursor c) { in onQueryComplete()
219 protected void onInsertComplete(int token, Object cookie, Uri uri) { in onInsertComplete()
225 protected void onUpdateComplete(int token, Object cookie, int result) { in onUpdateComplete()
231 protected void onDeleteComplete(int token, Object cookie, int result) { in onDeleteComplete()
/packages/modules/DnsResolver/
DResolverEventReporter.cpp134 deathRecipient = AIBinder_DeathRecipient_new([](void* cookie) { in addListenerImplLocked()
146 auto cookie = static_cast<void*>(listener.get()); // Used for dead binder identification. in addListenerImplLocked() local
185 deathRecipient = AIBinder_DeathRecipient_new([](void* cookie) { in addUnsolEventListenerImplLocked()
197 auto cookie = static_cast<void*>(listener.get()); // Used for dead binder identification. in addUnsolEventListenerImplLocked() local
/packages/modules/Connectivity/netd/
DBpfHandlerTest.cpp83 int setUpSocketAndTag(int protocol, uint64_t* cookie, uint32_t tag, uid_t uid, in setUpSocketAndTag()
93 void expectUidTag(uint64_t cookie, uid_t uid, uint32_t tag) { in expectUidTag()
100 void expectNoTag(uint64_t cookie) { EXPECT_FALSE(mFakeCookieTagMap.readValue(cookie).ok()); } in expectNoTag()
102 void populateFakeStats(uint64_t cookie, uint32_t uid, uint32_t tag, StatsKey* key) { in populateFakeStats()
238 uint64_t cookie = TEST_COOKIE + i; in TEST_F() local
248 uint64_t cookie = TEST_COOKIE + i; in TEST_F() local
DBpfBaseTest.cpp69 uint64_t cookie = getSocketCookie(sock); in TEST_F() local
87 uint64_t cookie = getSocketCookie(sock); in TEST_F() local
/packages/apps/Contacts/src/com/android/contacts/util/
DNotifyingAsyncQueryHandler.java40 void onQueryComplete(int token, Object cookie, Cursor cursor); in onQueryComplete()
58 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { in onQueryComplete()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DTraceHelper.java73 int cookie = Random.Default.nextInt(); in beginAsyncSection() local
87 int cookie = Random.Default.nextInt(); in allowIpcs() local
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DBinderTracker.java95 int cookie = Random.Default.nextInt(); in beginAsyncSection() local
119 int cookie = Random.Default.nextInt(); in allowIpcs() local
/packages/services/Car/cpp/powerpolicy/server/tests/
DCarPowerPolicyServerTest.cpp94 void onBinderDied(void* cookie) { mServer->onBinderDied(cookie); } in onBinderDied()
120 void* cookie) { in expectLinkToDeathStatus()
127 Invoke([this](AIBinder*, AIBinder_DeathRecipient*, void* cookie) { in expectLinkToDeathStatus()
204 void* cookie = *(server->getCookies().begin()); in TEST_F() local
/packages/services/Telephony/src/com/android/phone/settings/fdn/
DBaseFdnContactScreen.java167 protected void onInsertComplete(int token, Object cookie, Uri uri) { in onInsertComplete()
174 protected void onUpdateComplete(int token, Object cookie, int result) { in onUpdateComplete()
181 protected void onDeleteComplete(int token, Object cookie, int result) { in onDeleteComplete()
/packages/services/Telecomm/src/com/android/server/telecom/
DContactsAsyncHelper.java65 Object cookie); in onImageLoadComplete()
96 public Object cookie; field in ContactsAsyncHelper.WorkerArgs
215 OnImageLoadCompleteListener listener, Object cookie) { in startObtainPhotoAsync()
DCallerInfoAsyncQueryFactory.java24 CallerInfoAsyncQuery.OnQueryCompleteListener listener, Object cookie); in startQuery()
/packages/apps/Contacts/tests/src/com/android/contacts/database/
DNoNullCursorAsyncQueryHandlerTest.java91 final String cookie = "TEST COOKIE"; in testCursorContainsCorrectCookies() local
118 final String cookie = "TEST COOKIE"; in testCursorContainsCorrectColumns() local
/packages/services/Car/service/src/com/android/car/audio/
DCarVolumeCallbackHandler.java121 CallerPriorityCookie cookie = (CallerPriorityCookie) getBroadcastCookie(index); in onVolumeGroupChange() local
141 CallerPriorityCookie cookie = (CallerPriorityCookie) getBroadcastCookie(index); in onGroupMuteChange() local
173 public void onCallbackDied(ICarVolumeCallback callback, Object cookie) { in onCallbackDied()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/data/
DAttributionLabelLiveData.kt74 var cookie = 0 in loadDataAndPostValue() variable
/packages/modules/StatsD/lib/libstatspull/
Dstats_subscription.cpp46 const AStatsManager_SubscriptionCallback callback, void* cookie) in Subscription()
128 void* cookie) { in AStatsManager_addSubscription()
Dstats_provider.cpp48 void StatsProvider::binderDied(void* cookie) { in binderDied()
/packages/apps/Dialer/java/com/android/dialer/dialpadview/
DSpecialCharSequenceMgr.java255 private static void handleAdnQuery(QueryHandler handler, SimContactQueryCookie cookie, Uri uri) { in handleAdnQuery()
494 private final SimContactQueryCookie cookie; field in SpecialCharSequenceMgr.HandleAdnEntryAccountSelectedCallback
497 Context context, QueryHandler queryHandler, SimContactQueryCookie cookie) { in HandleAdnEntryAccountSelectedCallback()
599 protected void onNotNullableQueryComplete(int token, Object cookie, Cursor c) { in onNotNullableQueryComplete()
/packages/services/Car/cpp/computepipe/runner/graph/
DLocalPrebuiltGraph.cpp367 void LocalPrebuiltGraph::OutputStreamCallbackFunction(void* cookie, int streamIndex, in OutputStreamCallbackFunction()
379 void LocalPrebuiltGraph::OutputPixelStreamCallbackFunction(void* cookie, int streamIndex, in OutputPixelStreamCallbackFunction()
393 void LocalPrebuiltGraph::GraphTerminationCallbackFunction(void* cookie, in GraphTerminationCallbackFunction()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DHostapdHalHidlImp.java111 public void serviceDied(long cookie) { in serviceDied()
124 public void serviceDied(long cookie) { in serviceDied()
296 private boolean linkToHostapdDeath(DeathRecipient deathRecipient, long cookie) { in linkToHostapdDeath()
623 private void hostapdServiceDiedHandler(long cookie) { in hostapdServiceDiedHandler()
689 linkToHostapdDeath((cookie) -> { in terminate() argument
/packages/services/Car/service/jni/test-libs/
DMockEvsServiceFactory.cpp43 void* cookie) { in linkToDeath()

1234