Searched defs:token (Results 201 - 221 of 221) sorted by relevance

123456789

/frameworks/base/core/java/android/app/
H A DActivity.java4543 * @hide Implement to provide correct calling token.
4550 * @hide Implement to provide correct calling token.
4558 * @hide Implement to provide correct calling token.
4588 * @hide Implement to provide correct calling token.
4595 * @hide Implement to provide correct calling token.
5482 if (false) Log.v(TAG, "Finishing self: token=" + mToken);
6903 Instrumentation instr, IBinder token, int ident,
6928 mToken = token;
6902 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, Window window, ActivityConfigCallback activityConfigCallback) argument
H A DActivityThread.java338 IBinder token; field in class:ActivityThread.ActivityClientRecord
401 new ActivityConfigChangeData(token, overrideConfig), newDisplayId);
421 + " token=" + token + " " + (componentName == null
471 IBinder token; field in class:ActivityThread.NewIntentData
474 return "NewIntentData{intents=" + intents + " token=" + token
481 boolean ordered, boolean sticky, IBinder token, int sendingUser) {
483 token, sendingUser, intent.getFlags());
510 IBinder token; field in class:ActivityThread.CreateServiceData
480 ReceiverData(Intent intent, int resultCode, String resultData, Bundle resultExtras, boolean ordered, boolean sticky, IBinder token, int sendingUser) argument
522 IBinder token; field in class:ActivityThread.BindServiceData
531 IBinder token; field in class:ActivityThread.ServiceArgsData
639 IBinder token; field in class:ActivityThread.DumpComponentInfo
645 IBinder token; field in class:ActivityThread.ResultData
679 ActivityConfigChangeData(IBinder token, Configuration config) argument
699 schedulePauseActivity(IBinder token, boolean finished, boolean userLeaving, int configChanges, boolean dontReport) argument
712 scheduleStopActivity(IBinder token, boolean showWindow, int configChanges) argument
722 scheduleWindowVisibility(IBinder token, boolean showWindow) argument
728 scheduleSleeping(IBinder token, boolean sleeping) argument
732 scheduleResumeActivity(IBinder token, int processState, boolean isForward, Bundle resumeArgs) argument
741 scheduleSendResult(IBinder token, List<ResultInfo> results) argument
751 scheduleLaunchActivity(Intent intent, IBinder token, int ident, ActivityInfo info, Configuration curConfig, Configuration overrideConfig, CompatibilityInfo compatInfo, String referrer, IVoiceInteractor voiceInteractor, int procState, Bundle state, PersistableBundle persistentState, List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents, boolean notResumed, boolean isForward, ProfilerInfo profilerInfo) argument
787 scheduleRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents, int configChanges, boolean notResumed, Configuration config, Configuration overrideConfig, boolean preserveWindow) argument
795 scheduleNewIntent( List<ReferrerIntent> intents, IBinder token, boolean andPause) argument
805 scheduleDestroyActivity(IBinder token, boolean finishing, int configChanges) argument
841 scheduleCreateService(IBinder token, ServiceInfo info, CompatibilityInfo compatInfo, int processState) argument
852 scheduleBindService(IBinder token, Intent intent, boolean rebind, int processState) argument
866 scheduleUnbindService(IBinder token, Intent intent) argument
874 scheduleServiceArgs(IBinder token, ParceledListSlice args) argument
890 scheduleStopService(IBinder token) argument
1006 scheduleActivityConfigurationChanged( IBinder token, Configuration overrideConfig) argument
1013 scheduleActivityMovedToDisplay(IBinder token, int displayId, Configuration overrideConfig) argument
1317 scheduleTranslucentConversionComplete(IBinder token, boolean drawComplete) argument
1321 scheduleOnNewActivityOptions(IBinder token, Bundle options) argument
1385 scheduleCancelVisibleBehind(IBinder token) argument
1390 scheduleBackgroundVisibleBehindChanged(IBinder token, boolean visible) argument
1395 scheduleEnterAnimationComplete(IBinder token) argument
1422 scheduleMultiWindowModeChanged(IBinder token, boolean isInMultiWindowMode, Configuration overrideConfig) argument
1432 schedulePictureInPictureModeChanged(IBinder token, boolean isInPipMode, Configuration overrideConfig) argument
1442 scheduleLocalVoiceInteractionStarted(IBinder token, IVoiceInteractor voiceInteractor) argument
2591 startActivityNow(Activity parent, String id, Intent intent, ActivityInfo activityInfo, IBinder token, Bundle state, Activity.NonConfigurationInstances lastNonConfigurationInstances) argument
2618 getActivity(IBinder token) argument
2622 sendActivityResult( IBinder token, String id, int requestCode, int resultCode, Intent data) argument
2972 performNewIntents(IBinder token, List<ReferrerIntent> intents, boolean andPause) argument
3076 handleTranslucentConversionComplete(IBinder token, boolean drawComplete) argument
3083 onNewActivityOptions(IBinder token, ActivityOptions options) argument
3090 handleCancelVisibleBehind(IBinder token) argument
3113 handleOnBackgroundVisibleBehindChanged(IBinder token, boolean visible) argument
3129 handleEnterAnimationComplete(IBinder token) argument
3150 handleMultiWindowModeChanged(IBinder token, boolean isInMultiWindowMode, Configuration overrideConfig) argument
3162 handlePictureInPictureModeChanged(IBinder token, boolean isInPipMode, Configuration overrideConfig) argument
3174 handleLocalVoiceInteractionStarted(IBinder token, IVoiceInteractor interactor) argument
3564 handleStopService(IBinder token) argument
3599 performResumeActivity(IBinder token, boolean clearHide, String reason) argument
3672 handleResumeActivity(IBinder token, boolean clearHide, boolean isForward, boolean reallyResume, int seq, String reason) argument
3876 handlePauseActivity(IBinder token, boolean finished, boolean userLeaving, int configChanges, boolean dontReport, int seq) argument
3913 performPauseActivity(IBinder token, boolean finished, boolean saveState, String reason) argument
3983 performStopActivity(IBinder token, boolean saveState, String reason) argument
4132 handleStopActivity(IBinder token, boolean show, int configChanges, int seq) argument
4179 performRestartActivity(IBinder token) argument
4187 handleWindowVisibility(IBinder token, boolean show) argument
4216 handleSleeping(IBinder token, boolean sleeping) argument
4375 performDestroyActivity(IBinder token, boolean finishing) argument
4379 performDestroyActivity(IBinder token, boolean finishing, int configChanges, boolean getNonConfigInstance) argument
4454 handleDestroyActivity(IBinder token, boolean finishing, int configChanges, boolean getNonConfigInstance) argument
4529 requestRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents, int configChanges, boolean notResumed, Configuration config, Configuration overrideConfig, boolean fromServer, boolean preserveWindow) argument
[all...]
H A DNotification.java1863 // Propagate this token to all pending intents that are unmarshalled from the parcel.
6470 public MediaStyle setMediaSession(MediaSession.Token token) { argument
6471 mToken = token;
/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyManager.java2763 * Called by a profile or device owner to provision a token which can later be used to reset the
2767 * If the user currently has a lockscreen password, the provisioned token will not be
2770 * If the user has no lockscreen password, the token is activated immediately. In all cases,
2771 * the active state of the current token can be checked by {@link #isResetPasswordTokenActive}.
2773 * the device reboots. In this case a new token needs to be provisioned again.
2775 * Once provisioned and activated, the token will remain effective even if the user changes
2778 * <em>This token is highly sensitive and should be treated at the same level as user
2779 * credentials. In particular, NEVER store this token on device in plaintext. Do not store
2780 * the plaintext token in device-encrypted storage if it will be needed to reset password on
2781 * file-based encryption devices before user unlocks. Consider carefully how any password token
2793 setResetPasswordToken(ComponentName admin, byte[] token) argument
2872 resetPasswordWithToken(@onNull ComponentName admin, String password, byte[] token, int flags) argument
[all...]
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java654 + " with windowId: " + windowId + " and token: " + windowToken.asBinder());
666 + " and token: " + windowToken.asBinder());
681 IBinder token = window.asBinder();
683 token, mGlobalWindowTokens, mGlobalInteractionConnections);
687 + " with windowId: " + removedWindowId + " and token: " + window.asBinder());
696 token, userState.mWindowTokens, userState.mInteractionConnections);
701 + mUserStates.keyAt(i) + " and token: " + window.asBinder());
861 IBinder token = mGlobalWindowTokens.get(windowId);
862 if (token != null) {
863 return token;
2558 findWindowIdLocked(IBinder token) argument
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStackSupervisor.java841 ActivityRecord isInAnyStackLocked(IBinder token) { argument
846 final ActivityRecord r = stacks.get(stackNdx).isInStackLocked(token);
1854 final ActivityRecord activityIdleInternalLocked(final IBinder token, boolean fromTimeout, argument
1856 if (DEBUG_ALL) Slog.v(TAG, "Activity idle: " + token);
1865 ActivityRecord r = ActivityRecord.forTokenLocked(token);
3382 void scheduleLaunchTaskBehindComplete(IBinder token) { argument
3383 mHandler.obtainMessage(LAUNCH_TASK_BEHIND_COMPLETE, token).sendToTarget();
4343 void activityRelaunchedLocked(IBinder token) { argument
4344 mWindowManager.notifyAppRelaunchingFinished(token);
4346 final ActivityRecord r = ActivityRecord.isInStackLocked(token);
[all...]
H A DActivityManagerService.java836 final IBinder token; field in class:ActivityManagerService.ImportanceToken
841 token = _token;
848 + " " + reason + " " + pid + " " + token + " }";
1181 public final IBinder token; field in class:ActivityManagerService.Identity
1186 token = _token;
3239 public void notifyActivityDrawn(IBinder token) { argument
3240 if (DEBUG_VISIBILITY) Slog.d(TAG_VISIBILITY, "notifyActivityDrawn: token=" + token);
3242 ActivityRecord r = mStackSupervisor.isInAnyStackLocked(token);
4522 throw new SecurityException("Called with bad activity token
4928 reportActivityFullyDrawn(IBinder token) argument
4939 setRequestedOrientation(IBinder token, int requestedOrientation) argument
4955 getRequestedOrientation(IBinder token) argument
4966 requestActivityRelaunch(IBinder token) argument
4994 finishActivity(IBinder token, int resultCode, Intent resultData, int finishTask) argument
5120 finishSubActivity(IBinder token, String resultWho, int requestCode) argument
5133 finishActivityAffinity(IBinder token) argument
5173 releaseActivityInstance(IBinder token) argument
5202 willActivityBeVisible(IBinder token) argument
5213 overridePendingTransition(IBinder token, String packageName, int enterAnim, int exitAnim) argument
7031 activityIdle(IBinder token, Configuration config, boolean stopProfiling) argument
7236 activityResumed(IBinder token) argument
7246 activityPaused(IBinder token) argument
7258 activityStopped(IBinder token, Bundle icicle, PersistableBundle persistentState, CharSequence description) argument
7282 activityDestroyed(IBinder token) argument
7293 activityRelaunched(IBinder token) argument
7302 reportSizeConfigurations(IBinder token, int[] horizontalSizeConfiguration, int[] verticalSizeConfigurations, int[] smallestSizeConfigurations) argument
7318 backgroundResourcesReleased(IBinder token) argument
7333 notifyLaunchTaskBehindComplete(IBinder token) argument
7338 notifyEnterAnimationComplete(IBinder token) argument
7343 getCallingPackage(IBinder token) argument
7351 getCallingActivity(IBinder token) argument
7358 getCallingRecordLocked(IBinder token) argument
7367 getActivityClassForToken(IBinder token) argument
7378 getPackageForToken(IBinder token) argument
7389 isRootVoiceInteraction(IBinder token) argument
7400 getIntentSender(int type, String packageName, IBinder token, String resultWho, int requestCode, Intent[] intents, String[] resolvedTypes, int flags, Bundle bOptions, int userId) argument
7471 getIntentSenderLocked(int type, String packageName, int callingUid, int userId, IBinder token, String resultWho, int requestCode, Intent[] intents, String[] resolvedTypes, int flags, Bundle bOptions) argument
7780 importanceTokenDied(ImportanceToken token) argument
7801 setProcessImportant(IBinder token, int pid, boolean isForeground, String reason) argument
7872 isInMultiWindowMode(IBinder token) argument
7889 isInPictureInPictureMode(IBinder token) argument
7914 enterPictureInPictureMode(IBinder token, final PictureInPictureParams params) argument
7987 setPictureInPictureParams(IBinder token, final PictureInPictureParams params) argument
8015 getMaxNumPictureInPictureActions(IBinder token) argument
8039 ensureValidPictureInPictureActivityParamsLocked(String caller, IBinder token, PictureInPictureParams params) argument
9203 grantUriPermissionFromOwner(IBinder token, int fromUid, String targetPkg, Uri uri, final int modeFlags, int sourceUserId, int targetUserId) argument
9237 revokeUriPermissionFromOwner(IBinder token, Uri uri, int mode, int userId) argument
9986 setTaskDescription(IBinder token, ActivityManager.TaskDescription td) argument
10333 moveActivityTaskToBack(IBinder token, boolean nonRoot) argument
10415 getActivityStackId(IBinder token) argument
10426 exitFreeformMode(IBinder token) argument
10735 getTaskForActivity(IBinder token, boolean onlyRoot) argument
10828 startLockTaskModeByToken(IBinder token) argument
10927 showLockTaskEscapeMessage(IBinder token) argument
10938 setDisablePreviewScreenshots(IBinder token, boolean disable) argument
11275 getContentProviderImpl(IApplicationThread caller, String name, IBinder token, boolean stable, int userId) argument
11697 getContentProviderExternal( String name, int userId, IBinder token) argument
11706 getContentProviderExternalUnchecked(String name, IBinder token, int userId) argument
11740 removeContentProviderExternal(String name, IBinder token) argument
11752 removeContentProviderExternalUnchecked(String name, IBinder token, int userId) argument
12460 activitySlept(IBinder token) argument
12959 showAssistFromActivity(IBinder token, Bundle args) argument
13093 reportAssistContextExtras(IBinder token, Bundle extras, AssistStructure structure, AssistContent content, Uri referrer) argument
13216 convertFromTranslucent(IBinder token) argument
13238 convertToTranslucent(IBinder token, Bundle options) argument
13266 requestVisibleBehind(IBinder token, boolean visible) argument
13282 isBackgroundVisibleBehind(IBinder token) argument
13298 getActivityOptions(IBinder token) argument
13316 setImmersive(IBinder token, boolean immersive) argument
13333 isImmersive(IBinder token) argument
13478 setVrMode(IBinder token, boolean enabled, ComponentName packageName) argument
13539 isTopOfTask(IBinder token) argument
18206 stopServiceToken(ComponentName className, IBinder token, int startId) argument
18214 setServiceForeground(ComponentName className, IBinder token, int id, Notification notification, int flags) argument
18275 bindService(IApplicationThread caller, IBinder token, Intent service, String resolvedType, IServiceConnection connection, int flags, String callingPackage, int userId) argument
18301 publishService(IBinder token, Intent intent, IBinder service) argument
18315 unbindFinished(IBinder token, Intent intent, boolean doRebind) argument
18326 serviceDoneExecuting(IBinder token, int type, int startId, int res) argument
20538 shouldUpRecreateTask(IBinder token, String destAffinity) argument
20548 navigateUpTo(IBinder token, Intent destIntent, int resultCode, Intent resultData) argument
23482 unlockUser(int userId, byte[] token, byte[] secret, IProgressListener listener) argument
24357 dismissKeyguard(IBinder token, IKeyguardDismissCallback callback) argument
[all...]
/frameworks/native/services/inputflinger/
H A DInputReader.cpp818 ssize_t repeat, int32_t token) {
824 device->vibrate(pattern, patternSize, repeat, token);
828 void InputReader::cancelVibrate(int32_t deviceId, int32_t token) { argument
834 device->cancelVibrate(token);
1215 int32_t token) {
1219 mapper->vibrate(pattern, patternSize, repeat, token);
1223 void InputDevice::cancelVibrate(int32_t token) { argument
1227 mapper->cancelVibrate(token);
1951 int32_t token) {
1954 void InputMapper::cancelVibrate(int32_t token) { argument
817 vibrate(int32_t deviceId, const nsecs_t* pattern, size_t patternSize, ssize_t repeat, int32_t token) argument
1214 vibrate(const nsecs_t* pattern, size_t patternSize, ssize_t repeat, int32_t token) argument
1950 vibrate(const nsecs_t* pattern, size_t patternSize, ssize_t repeat, int32_t token) argument
2078 vibrate(const nsecs_t* pattern, size_t patternSize, ssize_t repeat, int32_t token) argument
2102 cancelVibrate(int32_t token) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java2830 private void sendIncomingCallRingNotification(int token) { argument
2832 (token == mCallRingContinueToken)) {
2836 obtainMessage(EVENT_CALL_RING_CONTINUE, token, 0), mCallRingDelay);
2840 + " token=" + token
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java766 "Unable to add window -- token " + attrs.token
770 "Unable to add window -- token " + attrs.token
774 "Unable to add window -- app for token " + attrs.token
4394 public void onFinishedInputEvent(Object token, boolean handled) { argument
4395 QueuedInputEvent q = (QueuedInputEvent)token;
4462 public void onFinishedInputEvent(Object token, boolean handled) { argument
4463 QueuedInputEvent q = (QueuedInputEvent)token;
4565 onFinishedInputEvent(Object token, boolean handled) argument
[all...]
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java478 public long token; field in class:BackupManagerService.RestoreParams
480 public int pmToken; // in post-install restore, the PM's token for this transaction
493 token = _token;
501 * Restore at install: PM token needed, kill after restore
509 token = _token;
526 token = _token;
544 token = _token;
643 // token is the index of the entry in the pending-operations list.
765 // Utility: build a new random integer token
767 int token;
2531 prepareOperationTimeout(int token, long interval, BackupRestoreTask callback, int operationType) argument
2562 removeOperation(int token) argument
2576 waitUntilOperationComplete(int token) argument
2616 handleCancel(int token, boolean cancelAll) argument
3712 restoreObbFile(String pkgName, ParcelFileDescriptor data, long fileSize, int type, String path, long mode, long mtime, int token, IBackupManager callbackBinder) argument
3841 FullBackupRunner(PackageInfo pack, IBackupAgent agent, ParcelFileDescriptor pipe, int token, boolean sendApk, boolean writeManifest, byte[] widgetData) argument
5824 RestoreFileRunnable(IBackupAgent agent, FileMetadata info, ParcelFileDescriptor socket, int token) argument
7147 RestoreFinishedRunnable(IBackupAgent agent, int token) argument
7201 RestoreFileRunnable(IBackupAgent agent, FileMetadata info, ParcelFileDescriptor socket, int token) argument
10218 startConfirmationUi(int token, String action) argument
10232 startConfirmationTimeout(int token, AdbParams params) argument
10259 acknowledgeAdbBackupOrRestore(int token, boolean allow, String curPassword, String encPpassword, IFullBackupRestoreObserver observer) argument
10674 restoreAtInstall(String packageName, int token) argument
10804 opComplete(int token, long result) argument
10932 restoreAll(long token, IRestoreObserver observer, IBackupManagerMonitor monitor) argument
10994 restoreSome(long token, IRestoreObserver observer, IBackupManagerMonitor monitor, String[] packages) argument
[all...]
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java1504 final long token = Binder.clearCallingIdentity();
1508 Binder.restoreCallingIdentity(token);
1892 final long token = Binder.clearCallingIdentity();
1896 Binder.restoreCallingIdentity(token);
6696 final long token = Binder.clearCallingIdentity();
6702 Binder.restoreCallingIdentity(token);
6766 AudioPolicyProxy(AudioPolicyConfig config, IAudioPolicyCallback token, argument
6770 mPolicyCallback = token;
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java941 public void onAppTransitionFinishedLocked(IBinder token) {
943 final AppWindowToken atoken = mRoot.getAppWindowToken(token);
949 mActivityManager.notifyLaunchTaskBehindComplete(atoken.token);
958 mActivityManager.notifyEnterAnimationComplete(atoken.token);
1210 parentWindow = windowForClientLocked(null, attrs.token, false);
1212 Slog.w(TAG_WM, "Attempted to add window with token that is not a window: "
1213 + attrs.token + ". Aborting.");
1218 Slog.w(TAG_WM, "Attempted to add window with token that is a sub-window: "
1219 + attrs.token + ". Aborting.");
1231 // Use existing parent window token fo
1856 onRectangleOnScreenRequested(IBinder token, Rect rectangle) argument
1868 getWindowId(IBinder token) argument
1875 pokeDrawLock(Session session, IBinder token) argument
2599 setFocusedApp(IBinder token, boolean moveFocusNow) argument
2797 setAppFullscreen(IBinder token, boolean toOpaque) argument
2808 setWindowOpaque(IBinder token, boolean isOpaque) argument
2814 setWindowOpaqueLocked(IBinder token, boolean isOpaque) argument
2906 containsShowWhenLockedWindow(IBinder token) argument
2917 containsDismissKeyguardWindow(IBinder token) argument
2997 disableKeyguard(IBinder token, String tag) argument
3024 reenableKeyguard(IBinder token) argument
6277 clearWindowContentFrameStats(IBinder token) argument
6296 getWindowContentFrameStats(IBinder token) argument
6321 notifyAppRelaunching(IBinder token) argument
6330 notifyAppRelaunchingFinished(IBinder token) argument
6339 notifyAppRelaunchesCleared(IBinder token) argument
6348 notifyAppResumedFinished(IBinder token) argument
6878 setWillReplaceWindow(IBinder token, boolean animate) argument
6902 setWillReplaceWindows(IBinder token, boolean childrenOnly) argument
6930 scheduleClearWillReplaceWindows(IBinder token, boolean replacing) argument
7306 getWindowFrame(IBinder token, Rect outBounds) argument
7338 addWindowToken(IBinder token, int type, int displayId) argument
[all...]
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java255 private static final String TAG_PASSWORD_TOKEN_HANDLE = "password-token";
1654 void binderRestoreCallingIdentity(long token) { argument
1655 Binder.restoreCallingIdentity(token);
2229 long token = mInjector.binderClearCallingIdentity();
2242 mInjector.binderRestoreCallingIdentity(token);
4225 final long token = mInjector.binderClearCallingIdentity();
4229 mInjector.binderRestoreCallingIdentity(token);
4311 private boolean resetPasswordInternal(String password, long tokenHandle, byte[] token, argument
4406 if (token == null) {
4417 tokenHandle, token, userHandl
10986 setResetPasswordToken(ComponentName admin, byte[] token) argument
11060 resetPasswordWithToken(ComponentName admin, String passwordOrNull, byte[] token, int flags) argument
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java1687 Slog.e(TAG, "Bogus post-install token " + msg.arg1);
1791 Slog.w(TAG, "Invalid verification token " + verificationId + " received");
1840 Slog.w(TAG, "Invalid IntentFilter verification token "
1848 "Processing IntentFilter verification with token:"
1857 "IntentFilter verification with token:" + verificationId
1871 "IntentFilter verification with token:" + verificationId
5460 final long token = Binder.clearCallingIdentity();
5468 Binder.restoreCallingIdentity(token);
7107 ephemeralInstaller.activityInfo.launchToken = auxiliaryResponse.token;
11969 final long token
14906 finishPackageInstall(int token, boolean didLaunch) argument
[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. ...

Completed in 468 milliseconds

123456789