/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
|
D | ContactInfoCache.java | 553 public void onImageLoaded(int token, Drawable photo, Bitmap photoIcon, Object cookie) { in onImageLoaded() 564 private void loadImage(Drawable photo, Bitmap photoIcon, Object cookie) { in loadImage() 602 public void onImageLoadComplete(int token, Drawable photo, Bitmap photoIcon, Object cookie) { in onImageLoadComplete() 800 public void onDataLoaded(int token, Object cookie, CallerInfo ci) { in onDataLoaded() 814 public void onQueryComplete(int token, Object cookie, CallerInfo callerInfo) { in onQueryComplete()
|
/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/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/modules/Connectivity/netd/ |
D | BpfHandlerTest.cpp | 84 int setUpSocketAndTag(int protocol, uint64_t* cookie, uint32_t tag, uid_t uid, in setUpSocketAndTag() 94 void expectUidTag(uint64_t cookie, uid_t uid, uint32_t tag) { in expectUidTag() 101 void expectNoTag(uint64_t cookie) { EXPECT_FALSE(mFakeCookieTagMap.readValue(cookie).ok()); } in expectNoTag() 103 void populateFakeStats(uint64_t cookie, uint32_t uid, uint32_t tag, StatsKey* key) { in populateFakeStats() 239 uint64_t cookie = TEST_COOKIE + i; in TEST_F() local 249 uint64_t cookie = TEST_COOKIE + i; in TEST_F() 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/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/data/ |
D | AttributionLabelLiveData.kt | 74 var cookie = 0 in loadDataAndPostValue() variable
|
/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() 297 private boolean linkToHostapdDeath(DeathRecipient deathRecipient, long cookie) { in linkToHostapdDeath() 616 private void hostapdServiceDiedHandler(long cookie) { in hostapdServiceDiedHandler() 682 linkToHostapdDeath((cookie) -> { in terminate() argument
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/ |
D | TextInfoCompatUtils.java | 42 public static TextInfo newInstance(CharSequence charSequence, int start, int end, int cookie, in newInstance()
|
/packages/services/Car/cpp/computepipe/router/1.0/ |
D | RemoteState.cpp | 43 void RemoteMonitor::BinderDiedCallback(void* cookie) { in BinderDiedCallback()
|
/packages/modules/StatsD/lib/libstatspull/ |
D | stats_pull_atom_callback.cpp | 106 StatsPullAtomCallbackInternal(const AStatsManager_PullAtomCallback callback, void* cookie, in StatsPullAtomCallbackInternal() 200 static void binderDied(void* cookie) { in binderDied() 264 AStatsManager_PullAtomCallback callback, void* cookie) { in AStatsManager_setPullAtomCallback()
|
/packages/modules/Connectivity/service/src/com/android/server/connectivity/ |
D | ClatCoordinator.java | 245 public void untagSocket(long cookie) throws IOException { in untagSocket() 321 public final long cookie; field in ClatCoordinator.ClatdTracker 325 @NonNull Inet6Address pfx96, int pid, long cookie) { in ClatdTracker() 647 final long cookie; in clatStart() local 838 private static native void native_untagSocket(long cookie) throws IOException; in native_untagSocket()
|
/packages/services/Car/cpp/telemetry/cartelemetryd/src/ |
D | CarTelemetryInternalImpl.cpp | 102 void CarTelemetryInternalImpl::listenerBinderDied(void* cookie) { in listenerBinderDied()
|
/packages/services/Car/service/src/com/android/car/ |
D | CarServiceImpl.java | 123 public void serviceDied(long cookie) { in serviceDied()
|