Searched refs:token (Results 76 - 100 of 152) sorted by relevance

1234567

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
H A Dver4_patricia_trie_policy.h114 int getNextWordAndNextToken(const int token, int *const outCodePoints,
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
H A Ddictionary.h110 // The returned token has to be used to get the next word. If token is 0, this method newly
112 int getNextWordAndNextToken(const int token, int *const outCodePoints,
H A Ddictionary.cpp192 int Dictionary::getNextWordAndNextToken(const int token, int *const outCodePoints, argument
196 token, outCodePoints, outCodePointCount);
/packages/services/Car/TrustAgent/src/com/android/car/trust/
H A DCarEnrolmentService.java32 * A service that receives escrow token enrollment requests from remote devices.
38 void onEnrolmentDataReceived(byte[] token); argument
73 Log.d(TAG, "Enrolment token received, value: " + Utils.getLong(value));
114 // Characteristic to describe the escrow token being used for unlock
120 // Characteristic to describe the handle being used for this escrow token
H A DCarUnlockService.java38 void unlockDevice(byte[] token, long handle); argument
101 Log.d(TAG, "Unlock escrow token received, value: " + Utils.getLong(value));
121 Log.d(TAG, "Handle and token both received, requesting unlock. Time: "
124 // Both the handle and token has been received, try to unlock the device.
141 // Characteristic to describe the escrow token being used for unlock
147 // Characteristic to describe the handle being used for this escrow token
/packages/services/Telephony/src/com/android/phone/settings/fdn/
H A DEditFdnContactScreen.java455 protected void onQueryComplete(int token, Object cookie, Cursor c) { argument
459 protected void onInsertComplete(int token, Object cookie, Uri uri) { argument
466 protected void onUpdateComplete(int token, Object cookie, int result) { argument
473 protected void onDeleteComplete(int token, Object cookie, int result) { argument
/packages/apps/Calendar/src/com/android/calendar/
H A DCalendarColorPickerDialog.java81 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { argument
95 switch (token) {
/packages/apps/Messaging/src/com/android/messaging/widget/
H A DBaseWidgetFactory.java107 final long token = Binder.clearCallingIdentity();
112 Binder.restoreCallingIdentity(token);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DNameLookupBuilder.java248 // Swap the first token with each other token (including itself, which is a no-op)
307 String token = mNames[i];
317 mNames[i] = token;
/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallerInfoLookupHelper.java142 return (token, cookie, ci) -> {
192 return (token, photo, photoIcon, cookie) -> {
/packages/services/Telecomm/src/com/android/server/telecom/components/
H A DTelecomService.java100 public CallerInfoAsyncQuery startQuery(int token, Context context,
108 token, context, number, listener, cookie);
/packages/apps/Settings/src/com/android/settings/password/
H A DChooseLockPattern.java769 byte[] token;
771 token = mUtils.verifyPattern(mChosenPattern, mChallenge, userId);
773 token = null;
776 if (token == null) {
777 Log.e(TAG, "critical: no token returned for known good pattern");
781 result.putExtra(ChooseLockSettingsHelper.EXTRA_KEY_CHALLENGE_TOKEN, token);
H A DChooseLockPassword.java1010 byte[] token;
1012 token = mUtils.verifyPassword(mChosenPassword, mChallenge, mUserId);
1014 token = null;
1017 if (token == null) {
1018 Log.e(TAG, "critical: no token returned for known good password.");
1022 result.putExtra(ChooseLockSettingsHelper.EXTRA_KEY_CHALLENGE_TOKEN, token);
H A DConfirmLockPassword.java375 public void onVerified(byte[] token, int timeoutMs) {
378 if (token != null) {
383 token);
H A DConfirmLockPattern.java450 public void onVerified(byte[] token, int timeoutMs) {
453 if (token != null) {
458 token);
/packages/services/Telecomm/src/com/android/server/telecom/ui/
H A DMissedCallNotifierImpl.java379 long token = Binder.clearCallingIdentity();
384 Binder.restoreCallingIdentity(token);
400 long token = Binder.clearCallingIdentity();
405 Binder.restoreCallingIdentity(token);
563 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
/packages/apps/Dialer/java/com/android/dialer/app/
H A DSpecialCharSequenceMgr.java397 public SimContactQueryCookie(int number, QueryHandler handler, int token) { argument
400 mToken = token;
448 protected void onNotNullableQueryComplete(int token, Object cookie, Cursor c) { argument
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
H A DSettings.java381 public void writeLastUsedPersonalizationToken(byte[] token) { argument
382 if (token == null) {
385 final String tokenStr = StringUtils.byteArrayToHexString(token);
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
H A DSelectSyncedCalendarsMultiAccountActivity.java84 protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
H A DSelectSyncedCalendarsMultiAccountAdapter.java97 // when a new update comes in, we'd like to leave a token space that won't be canceled.
148 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { argument
175 setChildrenCursor(token, newCursor);
443 public RefreshCalendars(int token, String account, String accountType) { argument
444 mToken = token;
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DCandidateTextView.java167 lp.token = getWindowToken();
/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DAlertActivity.java154 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { argument
169 protected void onUpdateComplete(int token, Object cookie, int result) { argument
/packages/apps/Car/Media/src/com/android/car/media/
H A DMediaPlaybackModel.java328 // getSessionToken returns a non null token
329 MediaSession.Token token = mBrowser.getSessionToken();
333 mController = new MediaController(mContext, token);
H A DMediaManager.java511 MediaSession.Token token = mBrowser.getSessionToken();
512 if (token == null) {
513 Log.e(TAG, "Media session token is null");
516 mController = new MediaController(mContext, token);
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadProvider.java737 final long token = Binder.clearCallingIdentity();
741 Binder.restoreCallingIdentity(token);
919 final long token = Binder.clearCallingIdentity();
923 Binder.restoreCallingIdentity(token);
1185 final long token = Binder.clearCallingIdentity();
1201 Binder.restoreCallingIdentity(token);
1301 final long token = Binder.clearCallingIdentity();
1308 Binder.restoreCallingIdentity(token);
1329 final long token = Binder.clearCallingIdentity();
1333 Binder.restoreCallingIdentity(token);
[all...]

Completed in 939 milliseconds

1234567