| /packages/apps/Dialer/java/com/android/incallui/ |
| D | CallerInfoAsyncQuery.java | 59 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 …]
|
| D | ContactsAsyncHelper.java | 51 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/ |
| D | NoNullCursorAsyncQueryHandler.java | 36 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/ |
| D | FilteredNumberAsyncQueryHandler.java | 58 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/ |
| D | NoNullCursorAsyncQueryHandler.java | 43 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/ |
| D | ADNList.java | 208 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/ |
| D | ResolverEventReporter.cpp | 134 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/ |
| D | BpfHandlerTest.cpp | 83 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
|
| D | BpfBaseTest.cpp | 69 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/ |
| D | NotifyingAsyncQueryHandler.java | 40 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/ |
| D | TraceHelper.java | 73 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/ |
| D | BinderTracker.java | 95 int cookie = Random.Default.nextInt(); in beginAsyncSection() local 119 int cookie = Random.Default.nextInt(); in allowIpcs() local
|
| /packages/services/Car/cpp/powerpolicy/server/tests/ |
| D | CarPowerPolicyServerTest.cpp | 94 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/ |
| D | BaseFdnContactScreen.java | 167 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/ |
| D | ContactsAsyncHelper.java | 65 Object cookie); in onImageLoadComplete() 96 public Object cookie; field in ContactsAsyncHelper.WorkerArgs 215 OnImageLoadCompleteListener listener, Object cookie) { in startObtainPhotoAsync()
|
| D | CallerInfoAsyncQueryFactory.java | 24 CallerInfoAsyncQuery.OnQueryCompleteListener listener, Object cookie); in startQuery()
|
| /packages/apps/Contacts/tests/src/com/android/contacts/database/ |
| D | NoNullCursorAsyncQueryHandlerTest.java | 91 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/ |
| D | CarVolumeCallbackHandler.java | 121 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/ |
| D | AttributionLabelLiveData.kt | 74 var cookie = 0 in loadDataAndPostValue() variable
|
| /packages/modules/StatsD/lib/libstatspull/ |
| D | stats_subscription.cpp | 46 const AStatsManager_SubscriptionCallback callback, void* cookie) in Subscription() 128 void* cookie) { in AStatsManager_addSubscription()
|
| D | stats_provider.cpp | 48 void StatsProvider::binderDied(void* cookie) { in binderDied()
|
| /packages/apps/Dialer/java/com/android/dialer/dialpadview/ |
| D | SpecialCharSequenceMgr.java | 255 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/ |
| D | LocalPrebuiltGraph.cpp | 367 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/ |
| D | HostapdHalHidlImp.java | 111 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/ |
| D | MockEvsServiceFactory.cpp | 43 void* cookie) { in linkToDeath()
|