Searched refs:token (Results 251 - 255 of 255) sorted by relevance

<<11

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumePanel.java413 lp.token = null;
/frameworks/base/core/java/android/app/
H A DNotification.java4180 public MediaStyle setMediaSession(MediaSession.Token token) { argument
4181 mToken = token;
/frameworks/base/core/java/android/view/
H A DView.java13435 * Retrieve a unique token identifying the window this view is attached to.
13436 * @return Return the window's token for use in
13437 * {@link WindowManager.LayoutParams#token WindowManager.LayoutParams.token}.
13464 * Retrieve a unique token identifying the top-level "real" window of
13467 * window (attached to another containing window), then the token of
13470 * @return Returns the associated window token, either
13471 * {@link #getWindowToken()} or the containing window's token.
18353 IBinder token = mAttachInfo.mSession.prepareDrag(mAttachInfo.mWindow,
18355 if (ViewDebug.DEBUG_DRAG) Log.d(VIEW_LOG_TAG, "prepareDrag returned token
[all...]
/frameworks/base/core/java/android/widget/
H A DEditor.java1247 imm.updateExtractedText(mTextView, req.token, ims.mExtractedText);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java1658 // this... should introduce a token to let the system
2077 params.token = appToken;

Completed in 265 milliseconds

<<11