Searched refs:token (Results 176 - 200 of 201) sorted by relevance

123456789

/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/
H A DAppOpsService.java600 public int startOperation(IBinder token, int code, int uid, String packageName) { argument
603 ClientState client = (ClientState)token;
636 public void finishOperation(IBinder token, int code, int uid, String packageName) { argument
639 ClientState client = (ClientState)token;
H A DDropBoxManagerService.java269 final long token = Binder.clearCallingIdentity();
274 Binder.restoreCallingIdentity(token);
H A DDevicePolicyManagerService.java635 long token = Binder.clearCallingIdentity();
647 Binder.restoreCallingIdentity(token);
1057 long token = Binder.clearCallingIdentity();
1064 Binder.restoreCallingIdentity(token);
/frameworks/base/services/java/com/android/server/wifi/
H A DWifiService.java874 final long token = Binder.clearCallingIdentity();
878 Binder.restoreCallingIdentity(token);
896 final long token = Binder.clearCallingIdentity();
900 Binder.restoreCallingIdentity(token);
/frameworks/base/services/java/com/android/server/wm/
H A DAppWindowToken.java47 // application token. Note this list is NOT sorted!
59 // The input dispatching timeout for this application token in nanoseconds.
75 // Is this token going to be hidden in a little while? If so, it
80 // it will sometimes be true a little earlier: when the token has
88 // Last visibility state we reported to the app token.
91 // Last drawn state we reported to the app token.
94 // Set to true when the token has been removed from the window mgr.
300 sb.append(" token="); sb.append(token); sb.append('}');
/frameworks/base/services/java/com/android/server/am/
H A DActiveServices.java497 boolean stopServiceTokenLocked(ComponentName className, IBinder token, argument
500 + " " + token + " startId=" + startId);
501 ServiceRecord r = findServiceLocked(className, token, UserHandle.getCallingUserId());
546 public void setServiceForegroundLocked(ComponentName className, IBinder token, argument
551 ServiceRecord r = findServiceLocked(className, token, userId);
642 int bindServiceLocked(IApplicationThread caller, IBinder token, argument
657 if (token != null) {
658 activity = ActivityRecord.isInStackLocked(token);
660 Slog.w(TAG, "Binding with unknown activity: " + token);
915 IBinder token, in
914 findServiceLocked(ComponentName name, IBinder token, int userId) argument
[all...]
H A DActivityStackSupervisor.java314 ActivityRecord isInAnyStackLocked(IBinder token) { argument
316 final ActivityRecord r = mStacks.get(stackNdx).isInStackLocked(token);
1801 final ActivityRecord activityIdleInternalLocked(final IBinder token, boolean fromTimeout, argument
1803 if (localLOGV) Slog.v(TAG, "Activity idle: " + token);
1815 ActivityRecord r = ActivityRecord.forToken(token);
1900 thumbnailThread.requestThumbnail(token);
1903 mService.sendPendingThumbnail(null, token, null, null, true);
/frameworks/base/core/java/android/service/dreams/
H A DDreamService.java602 * @param windowToken A window token that will allow a window to be created in the correct layer.
606 Slog.e(TAG, "attach() called when already attached with token=" + mWindowToken);
622 if (mDebug) Slog.v(TAG, String.format("Attaching window token: %s to window of type %s",
627 lp.token = windowToken;
741 pw.println("running (token=" + mWindowToken + ")");
/frameworks/base/services/input/
H A DInputReader.cpp677 ssize_t repeat, int32_t token) {
683 device->vibrate(pattern, patternSize, repeat, token);
687 void InputReader::cancelVibrate(int32_t deviceId, int32_t token) { argument
693 device->cancelVibrate(token);
1054 int32_t token) {
1058 mapper->vibrate(pattern, patternSize, repeat, token);
1062 void InputDevice::cancelVibrate(int32_t token) { argument
1066 mapper->cancelVibrate(token);
1772 int32_t token) {
1775 void InputMapper::cancelVibrate(int32_t token) { argument
676 vibrate(int32_t deviceId, const nsecs_t* pattern, size_t patternSize, ssize_t repeat, int32_t token) argument
1053 vibrate(const nsecs_t* pattern, size_t patternSize, ssize_t repeat, int32_t token) argument
1771 vibrate(const nsecs_t* pattern, size_t patternSize, ssize_t repeat, int32_t token) argument
1877 vibrate(const nsecs_t* pattern, size_t patternSize, ssize_t repeat, int32_t token) argument
1901 cancelVibrate(int32_t token) argument
[all...]
/frameworks/base/services/java/com/android/server/print/
H A DUserState.java1125 IBinder token = mStartedPrinterDiscoveryTokens.get(i);
1126 stopPrinterDiscoveryLocked(IPrinterDiscoveryObserver.Stub.asInterface(token));
1254 IBinder token = mStartedPrinterDiscoveryTokens.get(i);
1255 pw.append(prefix).append(tab).append(tab).append(token.toString()).println();
/frameworks/base/services/jni/
H A Dcom_android_server_input_InputManagerService.cpp1234 jint repeat, jint token) {
1254 im->getInputManager()->getReader()->vibrate(deviceId, pattern, patternSize, repeat, token);
1258 jclass clazz, jint ptr, jint deviceId, jint token) {
1261 im->getInputManager()->getReader()->cancelVibrate(deviceId, token);
1232 nativeVibrate(JNIEnv* env, jclass clazz, jint ptr, jint deviceId, jlongArray patternObj, jint repeat, jint token) argument
1257 nativeCancelVibrate(JNIEnv* env, jclass clazz, jint ptr, jint deviceId, jint token) argument
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java451 mDisplayAdjustments.setActivityToken(attrs.token);
533 "Unable to add window -- token " + attrs.token
537 "Unable to add window -- token " + attrs.token
541 "Unable to add window -- app for token " + attrs.token
3638 public void onFinishedInputEvent(Object token, boolean handled) { argument
3639 QueuedInputEvent q = (QueuedInputEvent)token;
3705 public void onFinishedInputEvent(Object token, boolea argument
3798 onFinishedInputEvent(Object token, boolean handled) argument
[all...]
H A DVolumePanel.java307 lp.token = null;
H A DView.java12495 * Retrieve a unique token identifying the window this view is attached to.
12496 * @return Return the window's token for use in
12497 * {@link WindowManager.LayoutParams#token WindowManager.LayoutParams.token}.
12524 * Retrieve a unique token identifying the top-level "real" window of
12527 * window (attached to another containing window), then the token of
12530 * @return Returns the associated window token, either
12531 * {@link #getWindowToken()} or the containing window's token.
17286 IBinder token = mAttachInfo.mSession.prepareDrag(mAttachInfo.mWindow,
17288 if (ViewDebug.DEBUG_DRAG) Log.d(VIEW_LOG_TAG, "prepareDrag returned token
[all...]
/frameworks/base/core/java/android/app/
H A DActivity.java3461 * @hide Implement to provide correct calling token.
3468 * @hide Implement to provide correct calling token.
4211 if (false) Log.v(TAG, "Finishing self: token=" + mToken);
5172 final void attach(Context context, ActivityThread aThread, Instrumentation instr, IBinder token, argument
5176 attach(context, aThread, instr, token, 0, application, intent, info, title, parent, id,
5181 Instrumentation instr, IBinder token, int ident,
5203 mToken = token;
5180 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.java1576 IBinder token = getActivityToken();
1577 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.java1216 imm.updateExtractedText(mTextView, req.token, ims.mExtractedText);
/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/core/java/android/content/res/
H A DResources.java191 * @param token The Activity token for determining stack affiliation. Usually null.
195 CompatibilityInfo compatInfo, IBinder token) {
201 mToken = new WeakReference<IBinder>(token);
194 Resources(AssetManager assets, DisplayMetrics metrics, Configuration config, CompatibilityInfo compatInfo, IBinder token) argument
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java606 mLayout.token = mWindowToken;
/frameworks/base/services/java/com/android/server/pm/
H A DPackageManagerService.java899 Slog.e(TAG, "Bogus post-install token " + msg.arg1);
988 Slog.w(TAG, "Invalid verification token " + verificationId + " received");
6899 public void finishPackageInstall(int token) { argument
6903 Slog.v(TAG, "BM finishing package install for " + token);
6906 final Message msg = mHandler.obtainMessage(POST_INSTALL, token, 0);
7070 int token;
7072 token = mNextInstallToken++;
7075 mRunningInstalls.put(token, data);
7076 if (DEBUG_INSTALL) Log.v(TAG, "+ starting restore round-trip " + token);
7086 if (DEBUG_INSTALL) Log.v(TAG, "token "
[all...]
/frameworks/base/media/java/android/media/
H A DAudioService.java4247 public void registerMediaButtonIntent(PendingIntent pi, ComponentName c, IBinder token) { argument
4248 mMediaFocusControl.registerMediaButtonIntent(pi, c, token);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java2048 public void setImeWindowStatus(IBinder token, int vis, int backDisposition) { argument

Completed in 855 milliseconds

123456789