Searched defs:token (Results 126 - 133 of 133) sorted by relevance

123456

/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/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java396 public long token; field in class:BackupManagerService.RestoreParams
398 public int pmToken; // in post-install restore, the PM's token for this transaction
408 token = _token;
422 token = _token;
436 token = _token;
508 // token is the index of the entry in the pending-operations list.
593 // Utility: build a new random integer token
595 int token;
598 token = mTokenGenerator.nextInt();
600 } while (token <
2218 prepareOperationTimeout(int token, long interval, BackupRestoreTask callback) argument
2230 waitUntilOperationComplete(int token) argument
2262 handleTimeout(int token, Object obj) argument
2945 restoreObbFile(String pkgName, ParcelFileDescriptor data, long fileSize, int type, String path, long mode, long mtime, int token, IBackupManager callbackBinder) argument
3027 FullBackupRunner(PackageInfo pack, IBackupAgent agent, ParcelFileDescriptor pipe, int token, boolean sendApk, boolean writeManifest, byte[] widgetData) argument
4259 RestoreFileRunnable(IBackupAgent agent, FileMetadata info, ParcelFileDescriptor socket, int token) argument
5446 RestoreFileRunnable(IBackupAgent agent, FileMetadata info, ParcelFileDescriptor socket, int token) argument
8305 startConfirmationUi(int token, String action) argument
8319 startConfirmationTimeout(int token, FullParams params) argument
8347 acknowledgeFullBackupOrRestore(int token, boolean allow, String curPassword, String encPpassword, IFullBackupRestoreObserver observer) argument
8670 restoreAtInstall(String packageName, int token) argument
8802 opComplete(int token) argument
8883 restoreAll(long token, IRestoreObserver observer) argument
8944 restoreSome(long token, IRestoreObserver observer, String[] packages) argument
[all...]
/frameworks/native/services/inputflinger/
H A DInputReader.cpp688 ssize_t repeat, int32_t token) {
694 device->vibrate(pattern, patternSize, repeat, token);
698 void InputReader::cancelVibrate(int32_t deviceId, int32_t token) { argument
704 device->cancelVibrate(token);
1065 int32_t token) {
1069 mapper->vibrate(pattern, patternSize, repeat, token);
1073 void InputDevice::cancelVibrate(int32_t token) { argument
1077 mapper->cancelVibrate(token);
1783 int32_t token) {
1786 void InputMapper::cancelVibrate(int32_t token) { argument
687 vibrate(int32_t deviceId, const nsecs_t* pattern, size_t patternSize, ssize_t repeat, int32_t token) argument
1064 vibrate(const nsecs_t* pattern, size_t patternSize, ssize_t repeat, int32_t token) argument
1782 vibrate(const nsecs_t* pattern, size_t patternSize, ssize_t repeat, int32_t token) argument
1894 vibrate(const nsecs_t* pattern, size_t patternSize, ssize_t repeat, int32_t token) argument
1918 cancelVibrate(int32_t token) argument
[all...]
/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...]
/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...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java365 * Mapping from a token IBinder to a WindowToken object.
946 //This method finds out the index of a window that has the same app token as
960 * Return the list of Windows from the passed token on the given Display.
961 * @param token The token with all the windows.
963 * @return List of windows from token that are on displayContent.
965 WindowList getTokenWindowsOnDisplay(WindowToken token, DisplayContent displayContent) { argument
967 final int count = token.windows.size();
969 final WindowState win = token.windows.get(i);
1000 final WindowToken token
2941 onRectangleOnScreenRequested(IBinder token, Rect rectangle) argument
2953 getWindowId(IBinder token) argument
3481 findAppWindowToken(IBinder token) argument
3490 addWindowToken(IBinder token, int type) argument
3511 removeWindowToken(IBinder token) argument
3590 addAppToken(int addPos, IApplicationToken token, int taskId, int stackId, int requestedOrientation, boolean fullscreen, boolean showWhenLocked, int userId, int configChanges, boolean voiceInteraction, boolean launchTaskBehind) argument
3648 setAppGroupId(IBinder token, int groupId) argument
3902 setAppOrientation(IApplicationToken token, int requestedOrientation) argument
3920 getAppOrientation(IApplicationToken token) argument
3979 setFocusedApp(IBinder token, boolean moveFocusNow) argument
4116 setAppStartingWindow(IBinder token, String pkg, int theme, CompatibilityInfo compatInfo, CharSequence nonLocalizedLabel, int labelRes, int icon, int logo, int windowFlags, IBinder transferFrom, boolean createIfNeeded) argument
4329 removeAppStartingWindow(IBinder token) argument
4339 setAppWillBeHidden(IBinder token) argument
4357 setAppFullscreen(IBinder token, boolean toOpaque) argument
4368 setWindowOpaque(IBinder token, boolean isOpaque) argument
4374 setWindowOpaqueLocked(IBinder token, boolean isOpaque) argument
4506 setAppVisibility(IBinder token, boolean visible) argument
4673 startAppFreezingScreen(IBinder token, int configChanges) argument
4697 stopAppFreezingScreen(IBinder token, boolean force) argument
4728 removeAppToken(IBinder token) argument
4817 tmpRemoveAppWindowsLocked(WindowToken token) argument
4972 reAddAppWindowsLocked(final DisplayContent displayContent, int index, WindowToken token) argument
5250 disableKeyguard(IBinder token, String tag) argument
5265 reenableKeyguard(IBinder token) argument
10747 clearWindowContentFrameStats(IBinder token) argument
10766 getWindowContentFrameStats(IBinder token) argument
11578 getWindowFrame(IBinder token, Rect outBounds) argument
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java547 IBinder token; field in class:ActivityManagerService.ForegroundToken
2595 public void notifyActivityDrawn(IBinder token) { argument
2596 if (DEBUG_VISBILITY) Slog.d(TAG, "notifyActivityDrawn: token=" + token);
2598 ActivityRecord r= mStackSupervisor.isInAnyStackLocked(token);
3579 throw new SecurityException("Called with bad activity token: " + resultTo);
4404 public void reportActivityFullyDrawn(IBinder token) { argument
4406 ActivityRecord r = ActivityRecord.isInStackLocked(token);
4415 public void setRequestedOrientation(IBinder token, int requestedOrientation) { argument
4417 ActivityRecord r = ActivityRecord.isInStackLocked(token);
4436 getRequestedOrientation(IBinder token) argument
4458 finishActivity(IBinder token, int resultCode, Intent resultData, boolean finishTask) argument
4608 finishSubActivity(IBinder token, String resultWho, int requestCode) argument
4621 finishActivityAffinity(IBinder token) argument
4660 releaseActivityInstance(IBinder token) argument
4689 willActivityBeVisible(IBinder token) argument
4700 overridePendingTransition(IBinder token, String packageName, int enterAnim, int exitAnim) argument
6260 activityIdle(IBinder token, Configuration config, boolean stopProfiling) argument
6424 activityResumed(IBinder token) argument
6436 activityPaused(IBinder token) argument
6448 activityStopped(IBinder token, Bundle icicle, PersistableBundle persistentState, CharSequence description) argument
6472 activityDestroyed(IBinder token) argument
6483 backgroundResourcesReleased(IBinder token) argument
6498 notifyLaunchTaskBehindComplete(IBinder token) argument
6503 notifyEnterAnimationComplete(IBinder token) argument
6508 getCallingPackage(IBinder token) argument
6516 getCallingActivity(IBinder token) argument
6523 getCallingRecordLocked(IBinder token) argument
6532 getActivityClassForToken(IBinder token) argument
6543 getPackageForToken(IBinder token) argument
6554 getIntentSender(int type, String packageName, IBinder token, String resultWho, int requestCode, Intent[] intents, String[] resolvedTypes, int flags, Bundle options, int userId) argument
6625 getIntentSenderLocked(int type, String packageName, int callingUid, int userId, IBinder token, String resultWho, int requestCode, Intent[] intents, String[] resolvedTypes, int flags, Bundle options) argument
6850 foregroundTokenDied(ForegroundToken token) argument
6871 setProcessForeground(IBinder token, int pid, boolean isForeground) argument
7769 grantUriPermissionFromOwner(IBinder token, int fromUid, String targetPkg, Uri uri, final int modeFlags, int sourceUserId, int targetUserId) argument
7802 revokeUriPermissionFromOwner(IBinder token, Uri uri, int mode, int userId) argument
8458 setTaskDescription(IBinder token, ActivityManager.TaskDescription td) argument
8644 moveActivityTaskToBack(IBinder token, boolean nonRoot) argument
8811 getTaskForActivity(IBinder token, boolean onlyRoot) argument
8880 startLockTaskMode(IBinder token) argument
9204 getContentProviderImpl(IApplicationThread caller, String name, IBinder token, boolean stable, int userId) argument
9561 getContentProviderExternal( String name, int userId, IBinder token) argument
9570 getContentProviderExternalUnchecked(String name, IBinder token, int userId) argument
9604 removeContentProviderExternal(String name, IBinder token) argument
9616 removeContentProviderExternalUnchecked(String name, IBinder token, int userId) argument
10121 activitySlept(IBinder token) argument
10523 reportAssistContextExtras(IBinder token, Bundle extras) argument
10579 convertFromTranslucent(IBinder token) argument
10601 convertToTranslucent(IBinder token, ActivityOptions options) argument
10628 requestVisibleBehind(IBinder token, boolean visible) argument
10644 isBackgroundVisibleBehind(IBinder token) argument
10660 getActivityOptions(IBinder token) argument
10678 setImmersive(IBinder token, boolean immersive) argument
10697 isImmersive(IBinder token) argument
10716 isTopOfTask(IBinder token) argument
14742 stopServiceToken(ComponentName className, IBinder token, int startId) argument
14750 setServiceForeground(ComponentName className, IBinder token, int id, Notification notification, boolean removeNotification) argument
14907 bindService(IApplicationThread caller, IBinder token, Intent service, String resolvedType, IServiceConnection connection, int flags, int userId) argument
14929 publishService(IBinder token, Intent intent, IBinder service) argument
14943 unbindFinished(IBinder token, Intent intent, boolean doRebind) argument
14954 serviceDoneExecuting(IBinder token, int type, int startId, int res) argument
16386 shouldUpRecreateTask(IBinder token, String destAffinity) argument
16396 navigateUpTo(IBinder token, Intent destIntent, int resultCode, Intent resultData) argument
[all...]
/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 1180 milliseconds

123456