Searched refs:token (Results 226 - 249 of 249) sorted by relevance

12345678910

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java480 mDisplayAdjustments.setActivityToken(attrs.token);
563 "Unable to add window -- token " + attrs.token
567 "Unable to add window -- token " + attrs.token
571 "Unable to add window -- app for token " + attrs.token
3698 public void onFinishedInputEvent(Object token, boolean handled) { argument
3699 QueuedInputEvent q = (QueuedInputEvent)token;
3766 public void onFinishedInputEvent(Object token, boolea argument
3859 onFinishedInputEvent(Object token, boolean handled) argument
[all...]
H A DView.java13316 * Retrieve a unique token identifying the window this view is attached to.
13317 * @return Return the window's token for use in
13318 * {@link WindowManager.LayoutParams#token WindowManager.LayoutParams.token}.
13345 * Retrieve a unique token identifying the top-level "real" window of
13348 * window (attached to another containing window), then the token of
13351 * @return Returns the associated window token, either
13352 * {@link #getWindowToken()} or the containing window's token.
18236 IBinder token = mAttachInfo.mSession.prepareDrag(mAttachInfo.mWindow,
18238 if (ViewDebug.DEBUG_DRAG) Log.d(VIEW_LOG_TAG, "prepareDrag returned token
[all...]
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java1007 long token = Binder.clearCallingIdentity();
1019 Binder.restoreCallingIdentity(token);
1527 long token = Binder.clearCallingIdentity();
1534 Binder.restoreCallingIdentity(token);
3224 long token = Binder.clearCallingIdentity();
3230 Binder.restoreCallingIdentity(token);
3392 final long token = Binder.clearCallingIdentity();
3398 Binder.restoreCallingIdentity(token);
4436 long token = Binder.clearCallingIdentity();
4458 Binder.restoreCallingIdentity(token);
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStackSupervisor.java466 ActivityRecord isInAnyStackLocked(IBinder token) { argument
471 final ActivityRecord r = stacks.get(stackNdx).isInStackLocked(token);
2214 final ActivityRecord activityIdleInternalLocked(final IBinder token, boolean fromTimeout, argument
2216 if (localLOGV) Slog.v(TAG, "Activity idle: " + token);
2227 ActivityRecord r = ActivityRecord.forToken(token);
2864 void scheduleLaunchTaskBehindComplete(IBinder token) { argument
2865 mHandler.obtainMessage(LAUNCH_TASK_BEHIND_COMPLETE, token).sendToTarget();
/frameworks/base/core/java/android/service/dreams/
H A DDreamService.java925 * @param windowToken A window token that will allow a window to be created in the correct layer.
929 Slog.e(TAG, "attach() called when already attached with token=" + mWindowToken);
954 if (mDebug) Slog.v(TAG, String.format("Attaching window token: %s to window of type %s",
959 lp.token = windowToken;
982 // This can happen because the dream manager service will remove the token
985 Slog.i(TAG, "attach() called after window token already removed, dream will "
1052 pw.println("running (token=" + mWindowToken + ")");
/frameworks/base/core/java/android/widget/
H A DMediaController.java163 p.token = null;
H A DEditor.java1247 imm.updateExtractedText(mTextView, req.token, ims.mExtractedText);
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java463 throw new IllegalArgumentException("Session state not found for token " + sessionToken);
467 throw new SecurityException("Illegal access to the session with token " + sessionToken
480 throw new IllegalStateException("Session not yet created for token "
566 // Set up a callback to send the session token.
569 // Create a session. When failed, send a null token immediately.
623 // Also remove the session token from the session token list of the current client and
976 // Send a null token immediately while reconnecting.
982 // Create a new session token and a session state.
1521 for (IBinder token
[all...]
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp545 int64_t token = IPCThreadState::self()->clearCallingIdentity(); local
547 IPCThreadState::self()->restoreCallingIdentity(token);
/frameworks/base/media/java/android/media/
H A DAudioManager.java2672 if (!service.registerAudioPolicy(policy.getConfig(), policy.token())) {
2693 service.unregisterAudioPolicyAsync(policy.token());
H A DAudioService.java5646 AudioPolicyProxy(AudioPolicyConfig config, IBinder token) { argument
5648 mToken = token;
/frameworks/opt/telephony/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.java221 * @param token The Activity token for determining stack affiliation. Usually null.
225 CompatibilityInfo compatInfo, IBinder token) {
231 mToken = new WeakReference<IBinder>(token);
224 Resources(AssetManager assets, DisplayMetrics metrics, Configuration config, CompatibilityInfo compatInfo, IBinder token) argument
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java1075 Slog.e(TAG, "Bogus post-install token " + msg.arg1);
1165 Slog.w(TAG, "Invalid verification token " + verificationId + " received");
8276 public void finishPackageInstall(int token) { argument
8280 Slog.v(TAG, "BM finishing package install for " + token);
8283 final Message msg = mHandler.obtainMessage(POST_INSTALL, token, 0);
8457 int token;
8459 token = mNextInstallToken++;
8462 mRunningInstalls.put(token, data);
8463 if (DEBUG_INSTALL) Log.v(TAG, "+ starting restore round-trip " + token);
8473 if (DEBUG_INSTALL) Log.v(TAG, "token "
[all...]
H A DUserManagerService.java520 long token = Binder.clearCallingIdentity();
526 Binder.restoreCallingIdentity(token);
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java642 mLayout.token = mWindowToken;
/frameworks/base/media/java/android/media/tv/
H A DTvInputService.java926 * @param windowToken A window token of an application.
949 // the application that owns the window token can decide whether to consume or
960 mWindowParams.token = windowToken;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java1712 final MediaSession.Token token = entry.notification.getNotification().extras
1714 if (token != null) {
1715 controller = new MediaController(mContext, token);
2725 public void setImeWindowStatus(IBinder token, int vis, int backDisposition, argument
/frameworks/base/core/java/android/app/
H A DActivity.java3776 * @hide Implement to provide correct calling token.
3783 * @hide Implement to provide correct calling token.
3818 * @hide Implement to provide correct calling token.
3825 * @hide Implement to provide correct calling token.
4595 if (false) Log.v(TAG, "Finishing self: token=" + mToken);
5867 Instrumentation instr, IBinder token, int ident,
5890 mToken = token;
5866 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, IVoiceInteractor voiceInteractor) argument
H A DContextImpl.java1775 IBinder token = getActivityToken();
1776 if (token == null && (flags&BIND_AUTO_CREATE) == 0 && mPackageInfo != null
H A DNotification.java4022 * .setLargeIcon(albumArtBitmap)) // setMediaSession(token)
4059 public MediaStyle setMediaSession(MediaSession.Token token) { argument
4060 mToken = token;
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumePanel.java390 lp.token = null;
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java1402 // this... should introduce a token to let the system
1818 params.token = appToken;
/frameworks/testing/espresso/libs/
H A Dguava-14.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...

Completed in 787 milliseconds

12345678910