Searched refs:token (Results 276 - 289 of 289) sorted by relevance

<<1112

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStackSupervisor.java565 ActivityRecord isInAnyStackLocked(IBinder token) { argument
570 final ActivityRecord r = stacks.get(stackNdx).isInStackLocked(token);
2518 final ActivityRecord activityIdleInternalLocked(final IBinder token, boolean fromTimeout, argument
2520 if (DEBUG_ALL) Slog.v(TAG, "Activity idle: " + token);
2530 ActivityRecord r = ActivityRecord.forTokenLocked(token);
3289 void scheduleLaunchTaskBehindComplete(IBinder token) { argument
3290 mHandler.obtainMessage(LAUNCH_TASK_BEHIND_COMPLETE, token).sendToTarget();
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java1162 * Extract the data and token caches before removing the
1440 // Also wipe out cached token in memory.
1484 String token,
1494 account, token, tokenType, callerPkg, callerSigDigest, expiryMillis);
1912 String token = readCachedTokenInternal(
1918 if (token != null) {
1920 Log.v(TAG, "getAuthToken: cache hit ofr custom token authenticator.");
1923 result.putString(AccountManager.KEY_AUTHTOKEN, token);
1478 saveCachedToken( UserAccounts accounts, Account account, String callerPkg, byte[] callerSigDigest, String tokenType, String token, long expiryMillis) argument
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java1345 final long token = Binder.clearCallingIdentity();
1349 Binder.restoreCallingIdentity(token);
1642 final long token = Binder.clearCallingIdentity();
1646 Binder.restoreCallingIdentity(token);
6128 AudioPolicyProxy(AudioPolicyConfig config, IAudioPolicyCallback token, argument
6132 mPolicyCallback = token;
/frameworks/base/media/java/android/media/tv/
H A DTvInputService.java1171 * @param windowToken A window token of the application.
1202 // the application that owns the window token can decide whether to consume or
1216 mWindowParams.token = windowToken;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java1519 final MediaSession.Token token =
1522 if (token != null) {
1523 MediaController aController = new MediaController(mContext, token);
2593 public void setImeWindowStatus(IBinder token, int vis, int backDisposition, argument
/frameworks/base/core/java/android/app/
H A DActivity.java3965 * @hide Implement to provide correct calling token.
3972 * @hide Implement to provide correct calling token.
4001 * @hide Implement to provide correct calling token.
4008 * @hide Implement to provide correct calling token.
4855 if (false) Log.v(TAG, "Finishing self: token=" + mToken);
6170 Instrumentation instr, IBinder token, int ident,
6193 mToken = token;
6169 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, String referrer, IVoiceInteractor voiceInteractor) argument
H A DContextImpl.java1310 IBinder token = getActivityToken();
1311 if (token == null && (flags&BIND_AUTO_CREATE) == 0 && mPackageInfo != null
H A DNotification.java4380 public MediaStyle setMediaSession(MediaSession.Token token) { argument
4381 mToken = token;
/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java595 long token = Binder.clearCallingIdentity();
601 Binder.restoreCallingIdentity(token);
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java636 mLayout.token = mWindowToken;
/frameworks/base/core/java/android/view/
H A DView.java14416 * Retrieve a unique token identifying the window this view is attached to.
14417 * @return Return the window's token for use in
14418 * {@link WindowManager.LayoutParams#token WindowManager.LayoutParams.token}.
14445 * Retrieve a unique token identifying the top-level "real" window of
14448 * window (attached to another containing window), then the token of
14451 * @return Returns the associated window token, either
14452 * {@link #getWindowToken()} or the containing window's token.
19605 IBinder token = mAttachInfo.mSession.prepareDrag(mAttachInfo.mWindow,
19607 if (ViewDebug.DEBUG_DRAG) Log.d(VIEW_LOG_TAG, "prepareDrag returned token
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/base/core/java/android/widget/
H A DEditor.java1440 imm.updateExtractedText(mTextView, req.token, ims.mExtractedText);
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java1853 // this... should introduce a token to let the system
2310 params.token = appToken;

Completed in 467 milliseconds

<<1112