| /packages/services/Telecomm/src/com/android/server/telecom/ |
| D | InCallAdapter.java | 51 long token = Binder.clearCallingIdentity(); in answerCall() local 74 long token = Binder.clearCallingIdentity(); in rejectCall() local 97 long token = Binder.clearCallingIdentity(); in playDtmfTone() local 120 long token = Binder.clearCallingIdentity(); in stopDtmfTone() local 143 long token = Binder.clearCallingIdentity(); in postDialContinue() local 166 long token = Binder.clearCallingIdentity(); in disconnectCall() local 189 long token = Binder.clearCallingIdentity(); in holdCall() local 211 long token = Binder.clearCallingIdentity(); in unholdCall() local 234 long token = Binder.clearCallingIdentity(); in phoneAccountSelected() local 256 long token = Binder.clearCallingIdentity(); in mute() local [all …]
|
| D | ConnectionServiceWrapper.java | 72 long token = Binder.clearCallingIdentity(); in handleCreateConnectionComplete() local 88 long token = Binder.clearCallingIdentity(); in setActive() local 108 long token = Binder.clearCallingIdentity(); in setRinging() local 128 long token = Binder.clearCallingIdentity(); in setVideoProvider() local 146 long token = Binder.clearCallingIdentity(); in setDialing() local 166 long token = Binder.clearCallingIdentity(); in setPulling() local 184 long token = Binder.clearCallingIdentity(); in setDisconnected() local 205 long token = Binder.clearCallingIdentity(); in setOnHold() local 225 long token = Binder.clearCallingIdentity(); in setRingbackRequested() local 245 long token = Binder.clearCallingIdentity(); in removeCall() local [all …]
|
| D | CallerInfoAsyncQueryFactory.java | 23 CallerInfoAsyncQuery startQuery(int token, Context context, String number, in startQuery()
|
| D | ContactsAsyncHelper.java | 57 public void onImageLoadComplete(int token, Drawable photo, Bitmap photoIcon, in onImageLoadComplete() 202 public void startObtainPhotoAsync(int token, Context context, Uri displayPhotoUri, in startObtainPhotoAsync()
|
| /packages/apps/Calendar/src/com/android/calendar/ |
| D | AsyncQueryService.java | 69 public int token; field in AsyncQueryService.Operation 142 public final int cancelOperation(int token) { in cancelOperation() 169 public void startQuery(int token, Object cookie, Uri uri, String[] projection, in startQuery() 201 public void startInsert(int token, Object cookie, Uri uri, ContentValues initialValues, in startInsert() 237 public void startUpdate(int token, Object cookie, Uri uri, ContentValues values, in startUpdate() 274 public void startDelete(int token, Object cookie, Uri uri, String selection, in startDelete() 305 public void startBatch(int token, Object cookie, String authority, in startBatch() 329 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { in onQueryComplete() 344 protected void onInsertComplete(int token, Object cookie, Uri uri) { in onInsertComplete() 359 protected void onUpdateComplete(int token, Object cookie, int result) { in onUpdateComplete() [all …]
|
| /packages/apps/Dialer/src/com/android/dialer/database/ |
| D | FilteredNumberAsyncQueryHandler.java | 47 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { in onQueryComplete() 49 protected void onInsertComplete(int token, Object cookie, Uri uri) { in onInsertComplete() 51 protected void onUpdateComplete(int token, Object cookie, int result) { in onUpdateComplete() 53 protected void onDeleteComplete(int token, Object cookie, int result) { in onDeleteComplete() 91 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { in onQueryComplete() 98 protected void onInsertComplete(int token, Object cookie, Uri uri) { in onInsertComplete() 105 protected void onUpdateComplete(int token, Object cookie, int result) { in onUpdateComplete() 112 protected void onDeleteComplete(int token, Object cookie, int result) { in onDeleteComplete()
|
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/ |
| D | InputMethodManagerCompatWrapper.java | 43 public boolean switchToNextInputMethod(final IBinder token, final boolean onlyCurrentIme) { in switchToNextInputMethod() 48 public boolean shouldOfferSwitchingToNextInputMethod(final IBinder token) { in shouldOfferSwitchingToNextInputMethod()
|
| /packages/apps/ContactsCommon/src/com/android/contacts/common/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()
|
| /packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
| D | DownloadStorageProvider.java | 124 final long token = Binder.clearCallingIdentity(); in createDocument() local 147 final long token = Binder.clearCallingIdentity(); in deleteDocument() local 162 final long token = Binder.clearCallingIdentity(); in renameDocument() local 188 final long token = Binder.clearCallingIdentity(); in queryDocument() local 217 final long token = Binder.clearCallingIdentity(); in queryChildDocuments() local 244 final long token = Binder.clearCallingIdentity(); in queryChildDocumentsForManage() local 266 final long token = Binder.clearCallingIdentity(); in queryRecentDocuments() local 302 final long token = Binder.clearCallingIdentity(); in openDocument() 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/services/Telephony/src/com/android/phone/settings/fdn/ |
| D | DeleteFdnContactScreen.java | 175 protected void onQueryComplete(int token, Object cookie, Cursor c) { in onQueryComplete() 179 protected void onInsertComplete(int token, Object cookie, Uri uri) { in onInsertComplete() 183 protected void onUpdateComplete(int token, Object cookie, int result) { in onUpdateComplete() 187 protected void onDeleteComplete(int token, Object cookie, int result) { in onDeleteComplete()
|
| D | EditFdnContactScreen.java | 448 protected void onQueryComplete(int token, Object cookie, Cursor c) { in onQueryComplete() 452 protected void onInsertComplete(int token, Object cookie, Uri uri) { in onInsertComplete() 459 protected void onUpdateComplete(int token, Object cookie, int result) { in onUpdateComplete() 466 protected void onDeleteComplete(int token, Object cookie, int result) { in onDeleteComplete()
|
| /packages/services/Telephony/src/com/android/phone/ |
| D | ADNList.java | 191 protected void onQueryComplete(int token, Object cookie, Cursor c) { in onQueryComplete() 202 protected void onInsertComplete(int token, Object cookie, Uri uri) { in onInsertComplete() 208 protected void onUpdateComplete(int token, Object cookie, int result) { in onUpdateComplete() 214 protected void onDeleteComplete(int token, Object cookie, int result) { in onDeleteComplete()
|
| /packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
| D | CallerInfoAsyncQuery.java | 82 public void onQueryComplete(int token, Object cookie, CallerInfo ci); in onQueryComplete() 112 public void startQuery(int token, Object cookie, Uri uri, String[] projection, in startQuery() 229 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { in onQueryComplete() 339 public static void startQuery(final int token, final Context context, final CallerInfo info, in startQuery() 370 private static CallerInfoAsyncQuery startDefaultDirectoryQuery(int token, Context context, in startDefaultDirectoryQuery() 388 private static CallerInfoAsyncQuery startQueryInternal(int token, Context context, in startQueryInternal() 425 private static boolean startOtherDirectoriesQuery(int token, Context context, CallerInfo info, in startOtherDirectoriesQuery() 501 public void onQueryComplete(int token, Object cookie, CallerInfo ci) { in onQueryComplete() 514 private void onDirectoryQueryComplete(int token, Object cookie, CallerInfo ci, in onDirectoryQueryComplete()
|
| D | ContactsAsyncHelper.java | 58 public void onImageLoadComplete(int token, Drawable photo, Bitmap photoIcon, in onImageLoadComplete() 226 public static final void startObtainPhotoAsync(int token, Context context, Uri displayPhotoUri, in startObtainPhotoAsync()
|
| /packages/apps/Gallery2/src/com/android/gallery3d/provider/ |
| D | GalleryProvider.java | 90 long token = Binder.clearCallingIdentity(); in getType() local 116 long token = Binder.clearCallingIdentity(); in query() local 175 long token = Binder.clearCallingIdentity(); in openFile() local
|
| /packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
| D | HanziToPinyin.java | 98 private void tokenize(char character, Token token) { in tokenize() 147 Token token = new Token(); in getTokens() local
|
| /packages/apps/Calendar/tests/src/com/android/calendar/ |
| D | AsyncQueryServiceTest.java | 495 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { in onQueryComplete() 514 protected void onInsertComplete(int token, Object cookie, Uri uri) { in onInsertComplete() 527 protected void onUpdateComplete(int token, Object cookie, int result) { in onUpdateComplete() 540 protected void onDeleteComplete(int token, Object cookie, int result) { in onDeleteComplete() 553 protected void onBatchComplete(int token, Object cookie, ContentProviderResult[] results) { in onBatchComplete()
|
| /packages/apps/Dialer/src/com/android/dialer/calllog/ |
| D | VoicemailQueryHandler.java | 58 protected void onUpdateComplete(int token, Object cookie, int result) { in onUpdateComplete()
|
| /packages/services/Telecomm/src/com/android/server/telecom/callfiltering/ |
| D | CallScreeningServiceFilter.java | 82 long token = Binder.clearCallingIdentity(); in allowCall() local 111 long token = Binder.clearCallingIdentity(); in disallowCall() local
|
| /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/ |
| D | Ver4DictDecoder.java | 67 int token = 0; in readDictionaryBinary() local
|
| /packages/apps/Email/provider_src/com/android/email/provider/ |
| D | ContentCache.java | 216 /*package*/ boolean remove(CacheToken token) { in remove() 229 CacheToken token = new CacheToken(id); in add() local 264 public boolean equals(Object token) { in equals() 447 CacheToken token = mTokenList.add(id); in getCacheToken() local 475 public Cursor putCursor(Cursor c, String id, String[] projection, CacheToken token) { in putCursor() 483 CacheToken token) { in putCursorImpl()
|
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
| D | RichInputMethodManager.java | 131 public boolean switchToNextInputMethod(final IBinder token, final boolean onlyCurrentIme) { in switchToNextInputMethod() 143 private boolean switchToNextInputSubtypeInThisIme(final IBinder token, in switchToNextInputSubtypeInThisIme() 166 private boolean switchToNextInputMethodAndSubtype(final IBinder token) { in switchToNextInputMethodAndSubtype() 472 public void setInputMethodAndSubtype(final IBinder token, final InputMethodSubtype subtype) { in setInputMethodAndSubtype() 589 final IBinder token = context.getWindow().getWindow().getAttributes().token; in switchToTargetIME() local
|
| /packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
| D | SmsProvider.java | 322 long token = Binder.clearCallingIdentity(); in getSingleMessageFromIcc() local 349 long token = Binder.clearCallingIdentity(); in getAllMessagesFromIcc() local 415 long token = Binder.clearCallingIdentity(); in bulkInsert() local 440 long token = Binder.clearCallingIdentity(); in insert() local 734 long token = Binder.clearCallingIdentity(); in deleteMessageFromIcc() local
|
| /packages/apps/Gallery2/src/com/android/gallery3d/gadget/ |
| D | MediaSetSource.java | 150 long token = Binder.clearCallingIdentity(); in ensureCacheRange() local 193 long token = Binder.clearCallingIdentity(); in size() local
|