Searched refs:token (Results 151 - 172 of 172) sorted by relevance

1234567

/frameworks/base/packages/BackupRestoreConfirmation/src/com/android/backupconfirm/
H A DBackupRestoreConfirmation.java153 Slog.e(TAG, "Backup/restore confirmation requested but no token passed!");
244 void sendAcknowledgement(int token, boolean allow, IFullBackupRestoreObserver observer) { argument
/frameworks/base/services/java/com/android/server/net/
H A DNetworkPolicyManagerService.java1480 final long token = Binder.clearCallingIdentity();
1484 Binder.restoreCallingIdentity(token);
1556 final long token = Binder.clearCallingIdentity();
1560 Binder.restoreCallingIdentity(token);
2014 final long token = Binder.clearCallingIdentity();
2021 Binder.restoreCallingIdentity(token);
/frameworks/base/core/java/android/provider/
H A DContactsContract.java209 * The authorized URI returned in the bundle contains an expiring token that allows the
8407 String token = lineTokens.get(i);
8408 String lowerToken = token.toLowerCase();
8411 // Query term matched; surround the token with match markers.
8412 markedTokens.add(snippetStartMatch + token + snippetEndMatch);
8414 // If this is the first token found with a match, mark the token
8426 markedTokens.add(token);
8441 // Add the characters that appeared between this token and the next.
8458 * Pattern for splitting a line into tokens. This matches e-mail addresses as a single token,
[all...]
/frameworks/base/core/java/android/service/dreams/
H A DDreamService.java601 * @param windowToken A window token that will allow a window to be created in the correct layer.
605 Slog.e(TAG, "attach() called when already attached with token=" + mWindowToken);
621 if (mDebug) Slog.v(TAG, String.format("Attaching window token: %s to window of type %s",
626 lp.token = windowToken;
740 pw.println("running (token=" + mWindowToken + ")");
/frameworks/base/services/input/
H A DInputReader.cpp676 ssize_t repeat, int32_t token) {
682 device->vibrate(pattern, patternSize, repeat, token);
686 void InputReader::cancelVibrate(int32_t deviceId, int32_t token) { argument
692 device->cancelVibrate(token);
1051 int32_t token) {
1055 mapper->vibrate(pattern, patternSize, repeat, token);
1059 void InputDevice::cancelVibrate(int32_t token) { argument
1063 mapper->cancelVibrate(token);
1769 int32_t token) {
1772 void InputMapper::cancelVibrate(int32_t token) { argument
675 vibrate(int32_t deviceId, const nsecs_t* pattern, size_t patternSize, ssize_t repeat, int32_t token) argument
1050 vibrate(const nsecs_t* pattern, size_t patternSize, ssize_t repeat, int32_t token) argument
1768 vibrate(const nsecs_t* pattern, size_t patternSize, ssize_t repeat, int32_t token) argument
1874 vibrate(const nsecs_t* pattern, size_t patternSize, ssize_t repeat, int32_t token) argument
1898 cancelVibrate(int32_t token) argument
[all...]
/frameworks/base/services/jni/
H A Dcom_android_server_input_InputManagerService.cpp1224 jint repeat, jint token) {
1244 im->getInputManager()->getReader()->vibrate(deviceId, pattern, patternSize, repeat, token);
1248 jclass clazz, jint ptr, jint deviceId, jint token) {
1251 im->getInputManager()->getReader()->cancelVibrate(deviceId, token);
1222 nativeVibrate(JNIEnv* env, jclass clazz, jint ptr, jint deviceId, jlongArray patternObj, jint repeat, jint token) argument
1247 nativeCancelVibrate(JNIEnv* env, jclass clazz, jint ptr, jint deviceId, jint token) argument
/frameworks/native/libs/gui/
H A DSurface.cpp54 mToken(data.token), mIdentity(data.identity)
165 ALOGE("invalid token (%d, identity=%u) or client (%p)",
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBar.java1156 public void setImeWindowStatus(IBinder token, int vis, int backDisposition) { argument
1157 mInputMethodSwitchButton.setImeWindowStatus(token,
1160 mInputMethodsPanel.setImeToken(token);
/frameworks/base/core/java/android/app/
H A DActivity.java3401 * @hide Implement to provide correct calling token.
3408 * @hide Implement to provide correct calling token.
4142 if (false) Log.v(TAG, "Finishing self: token=" + mToken);
5045 final void attach(Context context, ActivityThread aThread, Instrumentation instr, IBinder token, argument
5049 attach(context, aThread, instr, token, 0, application, intent, info, title, parent, id,
5054 Instrumentation instr, IBinder token, int ident,
5076 mToken = token;
5053 attach(Context context, ActivityThread aThread, Instrumentation instr, IBinder token, int ident, Application application, Intent intent, ActivityInfo info, CharSequence title, Activity parent, String id, NonConfigurationInstances lastNonConfigurationInstances, Configuration config) argument
H A DContextImpl.java1424 IBinder token = getActivityToken();
1425 if (token == null && (flags&BIND_AUTO_CREATE) == 0 && mPackageInfo != null
/frameworks/base/core/java/android/widget/
H A DMediaController.java160 p.token = null;
H A DEditor.java1161 imm.updateExtractedText(mTextView, req.token, ims.mExtractedText);
/frameworks/base/services/java/com/android/server/
H A DDevicePolicyManagerService.java573 long token = Binder.clearCallingIdentity();
585 Binder.restoreCallingIdentity(token);
982 long token = Binder.clearCallingIdentity();
989 Binder.restoreCallingIdentity(token);
H A DNotificationManagerService.java995 final long token = Binder.clearCallingIdentity();
999 Binder.restoreCallingIdentity(token);
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
H A DPduParser.java484 * (Absolute-token Date-value | Relative-token Delta-seconds-value) */
492 /* Absolute-token or Relative-token */
493 int token = extractByteValue(pduDataStream);
503 if (PduHeaders.VALUE_RELATIVE_TOKEN == token) {
525 * (Address-present-token Encoded-string-value | Insert-address-token)
530 /* Address-present-token or Insert-address-token */
[all...]
/frameworks/base/services/java/com/android/server/pm/
H A DPackageManagerService.java788 Slog.e(TAG, "Bogus post-install token " + msg.arg1);
877 Slog.w(TAG, "Invalid verification token " + verificationId + " received");
5835 public void finishPackageInstall(int token) { argument
5839 Slog.v(TAG, "BM finishing package install for " + token);
5842 final Message msg = mHandler.obtainMessage(POST_INSTALL, token, 0);
6006 int token;
6008 token = mNextInstallToken++;
6011 mRunningInstalls.put(token, data);
6012 if (DEBUG_INSTALL) Log.v(TAG, "+ starting restore round-trip " + token);
6022 if (DEBUG_INSTALL) Log.v(TAG, "token "
[all...]
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java606 mLayout.token = mWindowToken;
/frameworks/base/core/java/android/view/
H A DVolumePanel.java298 lp.token = null;
H A DViewRootImpl.java568 "Unable to add window -- token " + attrs.token
572 "Unable to add window -- token " + attrs.token
576 "Unable to add window -- app for token " + attrs.token
H A DView.java11865 * Retrieve a unique token identifying the window this view is attached to.
11866 * @return Return the window's token for use in
11867 * {@link WindowManager.LayoutParams#token WindowManager.LayoutParams.token}.
11874 * Retrieve a unique token identifying the top-level "real" window of
11877 * window (attached to another containing window), then the token of
11880 * @return Returns the associated window token, either
11881 * {@link #getWindowToken()} or the containing window's token.
16281 IBinder token = mAttachInfo.mSession.prepareDrag(mAttachInfo.mWindow,
16283 if (ViewDebug.DEBUG_DRAG) Log.d(VIEW_LOG_TAG, "prepareDrag returned token
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java1887 public void setImeWindowStatus(IBinder token, int vis, int backDisposition) { argument
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java1201 // this... should introduce a token to let the system
1574 params.token = appToken;

Completed in 2323 milliseconds

1234567