Searched refs:token (Results 126 - 150 of 201) sorted by relevance

123456789

/frameworks/base/core/java/android/content/
H A DBroadcastReceiver.java250 int type, boolean ordered, boolean sticky, IBinder token, int userId) {
257 mToken = token;
249 PendingResult(int resultCode, String resultData, Bundle resultExtras, int type, boolean ordered, boolean sticky, IBinder token, int userId) argument
/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodSessionWrapper.java151 public void updateExtractedText(int token, ExtractedText text) { argument
153 DO_UPDATE_EXTRACTED_TEXT, token, text));
H A DIInputMethodWrapper.java242 public void attachToken(IBinder token) { argument
243 mCaller.executeOrSendMessage(mCaller.obtainMessageO(DO_ATTACH_TOKEN, token));
H A DInputMethodService.java352 * Take care of attaching the given window token provided by the system.
354 public void attachToken(IBinder token) { argument
356 mToken = token;
357 mWindow.setToken(token);
479 public void updateExtractedText(int token, ExtractedText text) { argument
483 onUpdateExtractedText(token, text);
1638 public void onUpdateExtractedText(int token, ExtractedText text) { argument
1639 if (mExtractedToken != token) {
2264 req.token = mExtractedToken;
/frameworks/base/core/java/android/view/
H A DIWindowSession.aidl140 * Allocate the drag's thumbnail surface. Also assigns a token that identifies
191 void onRectangleOnScreenRequested(IBinder token, in Rect rectangle, boolean immediate);
H A DWindowManager.java52 * {@link WindowManager.LayoutParams} {@link WindowManager.LayoutParams#token}
149 * windows. For these types of windows, the {@link #token} must be
150 * set to the token of the activity they are a part of (this will
151 * normally be done for you if {@link #token} is null).
155 * window. For these types of windows, the {@link #token} must be
156 * the token of the window it is attached to.
241 * Window type: a normal application window. The {@link #token} must be
242 * an Activity token identifying who the window belongs to.
262 * Start of types of sub-windows. The {@link #token} of these windows
1367 public IBinder token field in class:WindowManager.LayoutParams
[all...]
/frameworks/base/core/java/com/android/internal/backup/
H A DLocalTransport.java58 // The single hardcoded restore set always has the same (nonzero!) token
203 // The hardcoded restore set always has the same token
207 public int startRestore(long token, PackageInfo[] packages) { argument
208 if (DEBUG) Log.v(TAG, "start restore " + token);
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DIWindowManagerImpl.java431 public boolean waitForWindowDrawn(IBinder token, IRemoteCallback callback) { argument
472 public void getWindowFrame(IBinder token, Rect outFrame) { argument
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pGroup.java129 for (String token : tokens) {
130 String[] nameValue = token.split("=");
/frameworks/ex/common/java/com/android/common/contacts/
H A DDataUsageStatUpdater.java87 for (Rfc822Token token : tokens) {
88 addresses.add(token.getAddress());
/frameworks/native/libs/gui/
H A DBufferQueue.cpp640 status_t BufferQueue::connect(const sp<IBinder>& token, argument
687 if (token != NULL && token->remoteBinder() != NULL) {
688 status_t err = token->linkToDeath(static_cast<IBinder::DeathRecipient*>(this));
690 mConnectedProducerToken = token;
741 sp<IBinder> token = mConnectedProducerToken; local
742 if (token != NULL) {
745 token->unlinkToDeath(static_cast<IBinder::DeathRecipient*>(this));
/frameworks/base/services/java/com/android/server/wm/
H A DSession.java340 IBinder token = window.asBinder();
342 Slog.d(WindowManagerService.TAG, "Drop result=" + consumed + " reported by " + token);
355 if (mService.mDragState.mToken != token) {
440 public void onRectangleOnScreenRequested(IBinder token, Rect rectangle, boolean immediate) { argument
444 mService.onRectangleOnScreenRequested(token, rectangle, immediate);
H A DWindowAnimator.java132 final WindowToken token = wallpaperTokens.get(i);
133 final int numWindows = token.windows.size();
135 final WindowState wallpaper = token.windows.get(j);
144 if (WindowManagerService.DEBUG_WALLPAPER_LIGHT && !token.hidden) Slog.d(TAG,
145 "Hiding wallpaper " + token + " from " + w
148 token.hidden = true;
379 // If this window's app token is running a detached wallpaper
423 // The token has now changed state to having all
/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java282 * The last window token that gained focus.
347 * The token we have made for the currently active input method, to
916 // by a token.
1225 if (true || DEBUG) Slog.v(TAG, "Adding window token: " + mCurToken);
1265 Slog.w(TAG, "Service connected without a token!");
1269 if (DEBUG) Slog.v(TAG, "Initiating attach with token: " + mCurToken);
1316 if (DEBUG) Slog.v(TAG, "Removing window token: " + mCurToken);
1408 public void updateStatusIcon(IBinder token, String packageName, int iconId) { argument
1412 if (token == null || mCurToken != token) {
1503 setImeWindowStatus(IBinder token, int vis, int backDisposition) argument
2040 setInputMethod(IBinder token, String id) argument
2048 setInputMethodAndSubtype(IBinder token, String id, InputMethodSubtype subtype) argument
2079 switchToLastInputMethod(IBinder token) argument
2151 switchToNextInputMethod(IBinder token, boolean onlyCurrentIme) argument
2167 shouldOfferSwitchingToNextInputMethod(IBinder token) argument
2245 setInputMethodWithSubtypeId(IBinder token, String id, int subtypeId) argument
2271 hideMySoftInput(IBinder token, int flags) argument
2291 showMySoftInput(IBinder token, int flags) argument
[all...]
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp105 for(char *token = strtok(patterns, delim);
106 !ignore && token != NULL;
107 token = strtok(NULL, delim)) {
108 chatty = token[0] != '!';
109 if (!chatty) token++; // skip !
110 if (strncasecmp(token, "<dir>" , 5) == 0) {
112 token += 5;
114 if (strncasecmp(token, "<file>", 6) == 0) {
116 token += 6;
119 matchedPattern = token;
[all...]
/frameworks/base/core/java/android/text/method/
H A DCharacterPickerDialog.java71 params.token = mView.getApplicationWindowToken();
/frameworks/base/core/java/com/android/internal/view/menu/
H A DMenuDialogHelper.java49 * @param windowToken Optional token to assign to the window.
85 lp.token = windowToken;
/frameworks/base/libs/storage/
H A DIMountService.cpp437 const sp<IObbActionListener>& token, int32_t nonce)
444 data.writeStrongBinder(token->asBinder());
458 const sp<IObbActionListener>& token, const int32_t nonce)
464 data.writeStrongBinder(token->asBinder());
436 mountObb(const String16& rawPath, const String16& canonicalPath, const String16& key, const sp<IObbActionListener>& token, int32_t nonce) argument
457 unmountObb(const String16& filename, const bool force, const sp<IObbActionListener>& token, const int32_t nonce) argument
/frameworks/native/include/gui/
H A DBufferQueue.h197 virtual status_t connect(const sp<IBinder>& token,
H A DIGraphicBufferProducer.h192 // respectively. The token needs to be any binder object that lives in the
195 virtual status_t connect(const sp<IBinder>& token,
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DMenuDialogHelper.java50 * @param windowToken Optional token to assign to the window.
88 lp.token = windowToken;
/frameworks/base/core/java/android/os/storage/
H A DIMountService.java491 IObbActionListener token, int nonce) throws RemoteException {
499 _data.writeStrongBinder((token != null ? token.asBinder() : null));
517 String rawPath, boolean force, IObbActionListener token, int nonce)
525 _data.writeStrongBinder((token != null ? token.asBinder() : null));
1275 IObbActionListener token, int nonce) throws RemoteException;
1318 public void unmountObb(String rawPath, boolean force, IObbActionListener token, int nonce) argument
490 mountObb(String rawPath, String canonicalPath, String key, IObbActionListener token, int nonce) argument
516 unmountObb( String rawPath, boolean force, IObbActionListener token, int nonce) argument
1274 mountObb(String rawPath, String canonicalPath, String key, IObbActionListener token, int nonce) argument
/frameworks/base/core/java/android/widget/
H A DQuickContactBadge.java311 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { argument
317 switch(token) {
/frameworks/base/media/java/android/media/
H A DIAudioService.aidl132 void registerMediaButtonIntent(in PendingIntent pi, in ComponentName c, IBinder token);
/frameworks/base/services/input/
H A DInputReader.h338 ssize_t repeat, int32_t token) = 0;
339 virtual void cancelVibrate(int32_t deviceId, int32_t token) = 0;
407 ssize_t repeat, int32_t token);
408 virtual void cancelVibrate(int32_t deviceId, int32_t token);
540 void vibrate(const nsecs_t* pattern, size_t patternSize, ssize_t repeat, int32_t token);
541 void cancelVibrate(int32_t token);
941 int32_t token);
942 virtual void cancelVibrate(int32_t token);
989 int32_t token);
990 virtual void cancelVibrate(int32_t token);
[all...]

Completed in 1229 milliseconds

123456789