Home
last modified time | relevance | path

Searched defs:token (Results 1 – 25 of 96) sorted by relevance

1234

/packages/services/Telecomm/src/com/android/server/telecom/
DInCallAdapter.java51 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 …]
DConnectionServiceWrapper.java72 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 …]
DCallerInfoAsyncQueryFactory.java23 CallerInfoAsyncQuery startQuery(int token, Context context, String number, in startQuery()
DContactsAsyncHelper.java57 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/
DAsyncQueryService.java69 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/
DFilteredNumberAsyncQueryHandler.java47 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/
DInputMethodManagerCompatWrapper.java43 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/
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()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadStorageProvider.java124 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/
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/services/Telephony/src/com/android/phone/settings/fdn/
DDeleteFdnContactScreen.java175 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()
DEditFdnContactScreen.java448 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/
DADNList.java191 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/
DCallerInfoAsyncQuery.java82 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()
DContactsAsyncHelper.java58 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/
DGalleryProvider.java90 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/
DHanziToPinyin.java98 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/
DAsyncQueryServiceTest.java495 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/
DVoicemailQueryHandler.java58 protected void onUpdateComplete(int token, Object cookie, int result) { in onUpdateComplete()
/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
DCallScreeningServiceFilter.java82 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/
DVer4DictDecoder.java67 int token = 0; in readDictionaryBinary() local
/packages/apps/Email/provider_src/com/android/email/provider/
DContentCache.java216 /*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/
DRichInputMethodManager.java131 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/
DSmsProvider.java322 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/
DMediaSetSource.java150 long token = Binder.clearCallingIdentity(); in ensureCacheRange() local
193 long token = Binder.clearCallingIdentity(); in size() local

1234