Searched refs:token (Results 1 - 25 of 332) sorted by path

1234567891011>>

/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DJsonWebKey.cpp208 String8 token; local
214 token.setTo(pjs, mJsmnTokens[j].end - mJsmnTokens[j].start);
215 tokens->add(token);
236 // Computes number of tokens. A token marks the type, offset in
257 String8 token; local
262 token.setTo(pjs, mJsmnTokens[i].end - mJsmnTokens[i].start);
263 jsonObjects->add(token);
/frameworks/av/media/libstagefright/
H A DCameraSource.cpp514 int64_t token = IPCThreadState::self()->clearCallingIdentity(); local
518 IPCThreadState::self()->restoreCallingIdentity(token);
699 int64_t token = IPCThreadState::self()->clearCallingIdentity(); local
756 IPCThreadState::self()->restoreCallingIdentity(token);
835 int64_t token = IPCThreadState::self()->clearCallingIdentity(); local
842 IPCThreadState::self()->restoreCallingIdentity(token);
863 int64_t token; local
866 token = IPCThreadState::self()->clearCallingIdentity();
880 IPCThreadState::self()->restoreCallingIdentity(token);
962 int64_t token local
1117 int64_t token = IPCThreadState::self()->clearCallingIdentity(); local
[all...]
H A DCameraSourceTimeLapse.cpp128 int64_t token = IPCThreadState::self()->clearCallingIdentity(); local
167 IPCThreadState::self()->restoreCallingIdentity(token);
/frameworks/av/media/libstagefright/foundation/
H A DAMessage.cpp402 sp<AReplyToken> token = looper->createReplyToken(); local
403 if (token == NULL) {
404 ALOGE("failed to create reply token");
407 setObject("replyID", token);
410 return looper->awaitResponse(token, response);
415 ALOGW("failed to post reply to a NULL token");
H A DAWakeLock.cpp61 int64_t token = IPCThreadState::self()->clearCallingIdentity(); local
65 IPCThreadState::self()->restoreCallingIdentity(token);
90 int64_t token = IPCThreadState::self()->clearCallingIdentity(); local
92 IPCThreadState::self()->restoreCallingIdentity(token);
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp881 int64_t token = IPCThreadState::self()->clearCallingIdentity(); local
883 IPCThreadState::self()->restoreCallingIdentity(token);
1207 int64_t token = IPCThreadState::self()->clearCallingIdentity(); local
1215 IPCThreadState::self()->restoreCallingIdentity(token);
1867 int64_t token = IPCThreadState::self()->clearCallingIdentity(); local
1873 IPCThreadState::self()->restoreCallingIdentity(token);
/frameworks/av/services/radio/
H A DRadioService.cpp634 int64_t token = IPCThreadState::self()->clearCallingIdentity(); local
639 IPCThreadState::self()->restoreCallingIdentity(token);
/frameworks/base/cmds/am/src/com/android/commands/am/
H A DAm.java1181 byte[] token = argToBytes(nextArgRequired());
1183 boolean success = mAm.unlockUser(userId, token, secret, null);
/frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/
H A DBmgr.java458 System.out.println(" " + Long.toHexString(s.token) + " : " + s.name);
516 long token = Long.parseLong(arg, 16);
523 doRestoreAll(token, filter);
558 private void doRestoreAll(long token, HashSet<String> filter) { argument
575 if (s.token == token) {
578 didRestore = (mRestore.restoreAll(token, observer) == 0);
582 didRestore = (mRestore.restoreSome(token, observer, names) == 0);
593 System.out.println("No matching restore set token. Available sets:");
668 System.err.println("The 'list sets' command reports the token an
[all...]
/frameworks/base/cmds/content/src/com/android/commands/content/
H A DContent.java410 IBinder token = new Binder();
413 providerName, mUserId, token);
421 activityManager.removeContentProviderExternal(providerName, token);
/frameworks/base/cmds/settings/src/com/android/commands/settings/
H A DSettingsCmd.java146 IBinder token = new Binder();
149 "settings", UserHandle.USER_SYSTEM, token);
178 activityManager.removeContentProviderExternal("settings", token);
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/
H A DShellUiAutomatorBridge.java61 IBinder token = new Binder();
64 providerName, UserHandle.USER_SYSTEM, token);
84 activityManager.removeContentProviderExternal(providerName, token);
/frameworks/base/core/java/android/accounts/
H A DIAccountManager.aidl114 void onAccountAccessed(String token);
/frameworks/base/core/java/android/app/
H A DActivity.java4284 * @hide Implement to provide correct calling token.
4291 * @hide Implement to provide correct calling token.
4321 * @hide Implement to provide correct calling token.
4328 * @hide Implement to provide correct calling token.
5202 if (false) Log.v(TAG, "Finishing self: token=" + mToken);
6609 Instrumentation instr, IBinder token, int ident,
6634 mToken = token;
6608 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) argument
H A DActivityManagerNative.java323 IBinder token = data.readStrongBinder();
325 startLocalVoiceInteraction(token, options);
333 IBinder token = data.readStrongBinder();
334 stopLocalVoiceInteraction(token);
375 IBinder token = data.readStrongBinder();
382 boolean res = finishActivity(token, resultCode, resultData, finishTask);
390 IBinder token = data.readStrongBinder();
393 finishSubActivity(token, resultWho, requestCode);
400 IBinder token = data.readStrongBinder();
401 boolean res = finishActivityAffinity(token);
3389 finishActivity(IBinder token, int resultCode, Intent resultData, int finishTask) argument
3410 finishSubActivity(IBinder token, String resultWho, int requestCode) argument
3423 finishActivityAffinity(IBinder token) argument
3445 releaseActivityInstance(IBinder token) argument
3467 willActivityBeVisible(IBinder token) argument
3585 activityIdle(IBinder token, Configuration config, boolean stopProfiling) argument
3604 activityResumed(IBinder token) argument
3615 activityPaused(IBinder token) argument
3626 activityStopped(IBinder token, Bundle state, PersistableBundle persistentState, CharSequence description) argument
3641 activitySlept(IBinder token) argument
3652 activityDestroyed(IBinder token) argument
3663 activityRelaunched(IBinder token) argument
3674 getCallingPackage(IBinder token) argument
3687 getCallingActivity(IBinder token) argument
3886 moveActivityTaskToBack(IBinder token, boolean nonRoot) argument
4175 getTaskForActivity(IBinder token, boolean onlyRoot) argument
4209 getContentProviderExternal(String name, int userId, IBinder token) argument
4292 removeContentProviderExternal(String name, IBinder token) argument
4354 stopServiceToken(ComponentName className, IBinder token, int startId) argument
4369 setServiceForeground(ComponentName className, IBinder token, int id, Notification notification, int flags) argument
4389 bindService(IApplicationThread caller, IBinder token, Intent service, String resolvedType, IServiceConnection connection, int flags, String callingPackage, int userId) argument
4424 publishService(IBinder token, Intent intent, IBinder service) argument
4438 unbindFinished(IBinder token, Intent intent, boolean doRebind) argument
4452 serviceDoneExecuting(IBinder token, int type, int startId, int res) argument
4589 setRequestedOrientation(IBinder token, int requestedOrientation) argument
4601 getRequestedOrientation(IBinder token) argument
4613 getActivityClassForToken(IBinder token) argument
4626 getPackageForToken(IBinder token) argument
4639 getIntentSender(int type, String packageName, IBinder token, String resultWho, int requestCode, Intent[] intents, String[] resolvedTypes, int flags, Bundle options, int userId) argument
4750 setProcessForeground(IBinder token, int pid, boolean isForeground) argument
5377 overridePendingTransition(IBinder token, String packageName, int enterAnim, int exitAnim) argument
5425 convertFromTranslucent(IBinder token) argument
5439 convertToTranslucent(IBinder token, ActivityOptions options) argument
5459 getActivityOptions(IBinder token) argument
5472 setImmersive(IBinder token, boolean immersive) argument
5485 isImmersive(IBinder token) argument
5499 isTopOfTask(IBinder token) argument
5787 unlockUser(int userId, byte[] token, byte[] secret, IProgressListener listener) argument
6030 shouldUpRecreateTask(IBinder token, String destAffinity) argument
6045 navigateUpTo(IBinder token, Intent target, int resultCode, Intent resultData) argument
6178 reportAssistContextExtras(IBinder token, Bundle extras, AssistStructure structure, AssistContent content, Uri referrer) argument
6229 showAssistFromActivity(IBinder token, Bundle args) argument
6268 reportActivityFullyDrawn(IBinder token) argument
6279 notifyActivityDrawn(IBinder token) argument
6383 setVrMode(IBinder token, boolean enabled, ComponentName packageName) argument
6461 startLockTaskMode(IBinder token) argument
6533 showLockTaskEscapeMessage(IBinder token) argument
6546 setTaskDescription(IBinder token, ActivityManager.TaskDescription values) argument
6636 requestVisibleBehind(IBinder token, boolean visible) argument
6651 isBackgroundVisibleBehind(IBinder token) argument
6665 backgroundResourcesReleased(IBinder token) argument
6677 notifyLaunchTaskBehindComplete(IBinder token) argument
6689 notifyEnterAnimationComplete(IBinder token) argument
6825 isRootVoiceInteraction(IBinder token) argument
6839 exitFreeformMode(IBinder token) argument
6851 getActivityStackId(IBinder token) argument
6865 reportSizeConfigurations(IBinder token, int[] horizontalSizeConfiguration, int[] verticalSizeConfigurations, int[] smallestSizeConfigurations) argument
6931 isInMultiWindowMode(IBinder token) argument
6945 isInPictureInPictureMode(IBinder token) argument
6959 enterPictureInPictureMode(IBinder token) argument
[all...]
H A DActivityThread.java312 IBinder token; field in class:ActivityThread.ActivityClientRecord
385 + " token=" + token + " " + (componentName == null
436 IBinder token; field in class:ActivityThread.NewIntentData
439 return "NewIntentData{intents=" + intents + " token=" + token
446 boolean ordered, boolean sticky, IBinder token, int sendingUser) {
448 token, sendingUser, intent.getFlags());
475 IBinder token; field in class:ActivityThread.CreateServiceData
480 return "CreateServiceData{token
445 ReceiverData(Intent intent, int resultCode, String resultData, Bundle resultExtras, boolean ordered, boolean sticky, IBinder token, int sendingUser) argument
487 IBinder token; field in class:ActivityThread.BindServiceData
496 IBinder token; field in class:ActivityThread.ServiceArgsData
600 IBinder token; field in class:ActivityThread.DumpComponentInfo
606 IBinder token; field in class:ActivityThread.ResultData
639 ActivityConfigChangeData(IBinder token, Configuration config) argument
661 schedulePauseActivity(IBinder token, boolean finished, boolean userLeaving, int configChanges, boolean dontReport) argument
674 scheduleStopActivity(IBinder token, boolean showWindow, int configChanges) argument
684 scheduleWindowVisibility(IBinder token, boolean showWindow) argument
690 scheduleSleeping(IBinder token, boolean sleeping) argument
694 scheduleResumeActivity(IBinder token, int processState, boolean isForward, Bundle resumeArgs) argument
703 scheduleSendResult(IBinder token, List<ResultInfo> results) argument
713 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
749 scheduleRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents, int configChanges, boolean notResumed, Configuration config, Configuration overrideConfig, boolean preserveWindow) argument
757 scheduleNewIntent( List<ReferrerIntent> intents, IBinder token, boolean andPause) argument
767 scheduleDestroyActivity(IBinder token, boolean finishing, int configChanges) argument
803 scheduleCreateService(IBinder token, ServiceInfo info, CompatibilityInfo compatInfo, int processState) argument
814 scheduleBindService(IBinder token, Intent intent, boolean rebind, int processState) argument
828 scheduleUnbindService(IBinder token, Intent intent) argument
836 scheduleServiceArgs(IBinder token, boolean taskRemoved, int startId, int flags ,Intent args) argument
848 scheduleStopService(IBinder token) argument
956 scheduleActivityConfigurationChanged( IBinder token, Configuration overrideConfig, boolean reportToActivity) argument
1245 scheduleTranslucentConversionComplete(IBinder token, boolean drawComplete) argument
1249 scheduleOnNewActivityOptions(IBinder token, ActivityOptions options) argument
1290 scheduleCancelVisibleBehind(IBinder token) argument
1295 scheduleBackgroundVisibleBehindChanged(IBinder token, boolean visible) argument
1300 scheduleEnterAnimationComplete(IBinder token) argument
1325 scheduleMultiWindowModeChanged(IBinder token, boolean isInMultiWindowMode) argument
1331 schedulePictureInPictureModeChanged(IBinder token, boolean isInPipMode) argument
1337 scheduleLocalVoiceInteractionStarted(IBinder token, IVoiceInteractor voiceInteractor) argument
2441 startActivityNow(Activity parent, String id, Intent intent, ActivityInfo activityInfo, IBinder token, Bundle state, Activity.NonConfigurationInstances lastNonConfigurationInstances) argument
2468 getActivity(IBinder token) argument
2472 sendActivityResult( IBinder token, String id, int requestCode, int resultCode, Intent data) argument
2806 performNewIntents(IBinder token, List<ReferrerIntent> intents, boolean andPause) argument
2886 handleTranslucentConversionComplete(IBinder token, boolean drawComplete) argument
2893 onNewActivityOptions(IBinder token, ActivityOptions options) argument
2900 handleCancelVisibleBehind(IBinder token) argument
2923 handleOnBackgroundVisibleBehindChanged(IBinder token, boolean visible) argument
2939 handleEnterAnimationComplete(IBinder token) argument
2960 handleMultiWindowModeChanged(IBinder token, boolean isInMultiWindowMode) argument
2967 handlePictureInPictureModeChanged(IBinder token, boolean isInPipMode) argument
2974 handleLocalVoiceInteractionStarted(IBinder token, IVoiceInteractor interactor) argument
3351 handleStopService(IBinder token) argument
3385 performResumeActivity(IBinder token, boolean clearHide, String reason) argument
3456 handleResumeActivity(IBinder token, boolean clearHide, boolean isForward, boolean reallyResume, int seq, String reason) argument
3651 handlePauseActivity(IBinder token, boolean finished, boolean userLeaving, int configChanges, boolean dontReport, int seq) argument
3688 performPauseActivity(IBinder token, boolean finished, boolean saveState, String reason) argument
3758 performStopActivity(IBinder token, boolean saveState, String reason) argument
3907 handleStopActivity(IBinder token, boolean show, int configChanges, int seq) argument
3954 performRestartActivity(IBinder token) argument
3962 handleWindowVisibility(IBinder token, boolean show) argument
3991 handleSleeping(IBinder token, boolean sleeping) argument
4140 performDestroyActivity(IBinder token, boolean finishing) argument
4144 performDestroyActivity(IBinder token, boolean finishing, int configChanges, boolean getNonConfigInstance) argument
4219 handleDestroyActivity(IBinder token, boolean finishing, int configChanges, boolean getNonConfigInstance) argument
4294 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 DAppOpsManager.java1336 public void setUserRestriction(int code, boolean restricted, IBinder token) { argument
1337 setUserRestriction(code, restricted, token, /*exceptionPackages*/null);
1341 public void setUserRestriction(int code, boolean restricted, IBinder token, argument
1343 setUserRestrictionForUser(code, restricted, token, exceptionPackages, mContext.getUserId());
1347 public void setUserRestrictionForUser(int code, boolean restricted, IBinder token, argument
1350 mService.setUserRestriction(code, restricted, token, userId, exceptionPackages);
H A DApplicationThreadNative.java227 IBinder token = data.readStrongBinder();
231 scheduleCreateService(token, info, compatInfo, processState);
237 IBinder token = data.readStrongBinder();
241 scheduleBindService(token, intent, rebind, processState);
247 IBinder token = data.readStrongBinder();
249 scheduleUnbindService(token, intent);
256 IBinder token = data.readStrongBinder();
266 scheduleServiceArgs(token, taskRemoved, startId, fl, args);
273 IBinder token = data.readStrongBinder();
274 scheduleStopService(token);
776 schedulePauseActivity(IBinder token, boolean finished, boolean userLeaving, int configChanges, boolean dontReport) argument
790 scheduleStopActivity(IBinder token, boolean showWindow, int configChanges) argument
802 scheduleWindowVisibility(IBinder token, boolean showWindow) argument
813 scheduleSleeping(IBinder token, boolean sleeping) argument
824 scheduleResumeActivity(IBinder token, int procState, boolean isForward, Bundle resumeArgs) argument
838 scheduleSendResult(IBinder token, List<ResultInfo> results) argument
849 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
889 scheduleRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents, int configChanges, boolean notResumed, Configuration config, Configuration overrideConfig, boolean preserveWindow) argument
913 scheduleNewIntent(List<ReferrerIntent> intents, IBinder token, boolean andPause) argument
925 scheduleDestroyActivity(IBinder token, boolean finishing, int configChanges) argument
979 scheduleCreateService(IBinder token, ServiceInfo info, CompatibilityInfo compatInfo, int processState) argument
997 scheduleBindService(IBinder token, Intent intent, boolean rebind, int processState) argument
1010 scheduleUnbindService(IBinder token, Intent intent) argument
1021 scheduleServiceArgs(IBinder token, boolean taskRemoved, int startId, int flags, Intent args) argument
1040 scheduleStopService(IBinder token) argument
1118 scheduleLocalVoiceInteractionStarted(IBinder token, IVoiceInteractor voiceInteractor) argument
1165 dumpService(FileDescriptor fd, IBinder token, String[] args) argument
1176 dumpProvider(FileDescriptor fd, IBinder token, String[] args) argument
1216 scheduleActivityConfigurationChanged(IBinder token, Configuration overrideConfig, boolean reportToActivity) argument
1296 dumpActivity(FileDescriptor fd, IBinder token, String prefix, String[] args) argument
1396 scheduleTranslucentConversionComplete(IBinder token, boolean timeout) argument
1408 scheduleOnNewActivityOptions(IBinder token, ActivityOptions options) argument
1447 scheduleCancelVisibleBehind(IBinder token) argument
1456 scheduleBackgroundVisibleBehindChanged(IBinder token, boolean enabled) argument
1468 scheduleEnterAnimationComplete(IBinder token) argument
1505 scheduleMultiWindowModeChanged( IBinder token, boolean isInMultiWindowMode) argument
1517 schedulePictureInPictureModeChanged(IBinder token, boolean isInPipMode) argument
[all...]
H A DContextImpl.java1456 IBinder token = getActivityToken();
1457 if (token == null && (flags&BIND_AUTO_CREATE) == 0 && mPackageInfo != null
H A DIActivityManager.java100 public boolean finishActivity(IBinder token, int code, Intent data, int finishTask) argument
102 public void finishSubActivity(IBinder token, String resultWho, int requestCode) throws RemoteException; argument
103 public boolean finishActivityAffinity(IBinder token) throws RemoteException; argument
105 public boolean releaseActivityInstance(IBinder token) throws RemoteException; argument
107 public boolean willActivityBeVisible(IBinder token) throws RemoteException; argument
120 public void activityResumed(IBinder token) throws RemoteException; argument
121 public void activityIdle(IBinder token, Configuration config, argument
123 public void activityPaused(IBinder token) throws RemoteException; argument
124 public void activityStopped(IBinder token, Bundle state, argument
126 public void activitySlept(IBinder token) throw argument
127 activityDestroyed(IBinder token) argument
128 activityRelaunched(IBinder token) argument
129 reportSizeConfigurations(IBinder token, int[] horizontalSizeConfiguration, int[] verticalSizeConfigurations, int[] smallestWidthConfigurations) argument
132 getCallingPackage(IBinder token) argument
133 getCallingActivity(IBinder token) argument
146 moveActivityTaskToBack(IBinder token, boolean nonRoot) argument
216 getTaskForActivity(IBinder token, boolean onlyRoot) argument
219 getContentProviderExternal(String name, int userId, IBinder token) argument
222 removeContentProviderExternal(String name, IBinder token) argument
235 stopServiceToken(ComponentName className, IBinder token, int startId) argument
237 setServiceForeground(ComponentName className, IBinder token, int id, Notification notification, int flags) argument
239 bindService(IApplicationThread caller, IBinder token, Intent service, String resolvedType, IServiceConnection connection, int flags, String callingPackage, int userId) argument
243 publishService(IBinder token, Intent intent, IBinder service) argument
245 unbindFinished(IBinder token, Intent service, boolean doRebind) argument
248 serviceDoneExecuting(IBinder token, int type, int startId, int res) argument
269 setRequestedOrientation(IBinder token, int requestedOrientation) argument
271 getRequestedOrientation(IBinder token) argument
273 getActivityClassForToken(IBinder token) argument
274 getPackageForToken(IBinder token) argument
276 getIntentSender(int type, String packageName, IBinder token, String resultWho, int requestCode, Intent[] intents, String[] resolvedTypes, int flags, Bundle options, int userId) argument
292 setProcessForeground(IBinder token, int pid, boolean isForeground) argument
409 overridePendingTransition(IBinder token, String packageName, int enterAnim, int exitAnim) argument
418 convertFromTranslucent(IBinder token) argument
419 convertToTranslucent(IBinder token, ActivityOptions options) argument
420 notifyActivityDrawn(IBinder token) argument
421 getActivityOptions(IBinder token) argument
425 setImmersive(IBinder token, boolean immersive) argument
426 isImmersive(IBinder token) argument
428 isTopOfTask(IBinder token) argument
465 unlockUser(int userid, byte[] token, byte[] secret, IProgressListener listener) argument
504 shouldUpRecreateTask(IBinder token, String destAffinity) argument
507 navigateUpTo(IBinder token, Intent target, int resultCode, Intent resultData) argument
530 reportAssistContextExtras(IBinder token, Bundle extras, AssistStructure structure, AssistContent content, Uri referrer) argument
538 showAssistFromActivity(IBinder token, Bundle args) argument
544 reportActivityFullyDrawn(IBinder token) argument
565 startLockTaskMode(IBinder token) argument
575 showLockTaskEscapeMessage(IBinder token) argument
577 setTaskDescription(IBinder token, ActivityManager.TaskDescription values) argument
588 requestVisibleBehind(IBinder token, boolean visible) argument
589 isBackgroundVisibleBehind(IBinder token) argument
590 backgroundResourcesReleased(IBinder token) argument
592 notifyLaunchTaskBehindComplete(IBinder token) argument
593 notifyEnterAnimationComplete(IBinder token) argument
612 isRootVoiceInteraction(IBinder token) argument
621 getActivityStackId(IBinder token) argument
622 exitFreeformMode(IBinder token) argument
630 isInMultiWindowMode(IBinder token) argument
632 isInPictureInPictureMode(IBinder token) argument
634 enterPictureInPictureMode(IBinder token) argument
636 setVrMode(IBinder token, boolean enabled, ComponentName packageName) argument
643 startLocalVoiceInteraction(IBinder token, Bundle options) argument
645 stopLocalVoiceInteraction(IBinder token) argument
[all...]
H A DIApplicationThread.java51 void schedulePauseActivity(IBinder token, boolean finished, boolean userLeaving, argument
53 void scheduleStopActivity(IBinder token, boolean showWindow, argument
55 void scheduleWindowVisibility(IBinder token, boolean showWindow) throws RemoteException; argument
56 void scheduleSleeping(IBinder token, boolean sleeping) throws RemoteException; argument
57 void scheduleResumeActivity(IBinder token, int procState, boolean isForward, Bundle resumeArgs) argument
59 void scheduleSendResult(IBinder token, List<ResultInfo> results) throws RemoteException; argument
60 void scheduleLaunchActivity(Intent intent, IBinder token, int ident, argument
66 void scheduleRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, argument
71 List<ReferrerIntent> intent, IBinder token, boolean andPause) throws RemoteException;
72 void scheduleDestroyActivity(IBinder token, boolea argument
70 scheduleNewIntent( List<ReferrerIntent> intent, IBinder token, boolean andPause) argument
85 scheduleCreateService(IBinder token, ServiceInfo info, CompatibilityInfo compatInfo, int processState) argument
87 scheduleBindService(IBinder token, Intent intent, boolean rebind, int processState) argument
89 scheduleUnbindService(IBinder token, Intent intent) argument
91 scheduleServiceArgs(IBinder token, boolean taskRemoved, int startId, int flags, Intent args) argument
93 scheduleStopService(IBinder token) argument
120 scheduleActivityConfigurationChanged(IBinder token, Configuration overrideConfig, boolean reportToActivity) argument
149 scheduleTranslucentConversionComplete(IBinder token, boolean timeout) argument
151 scheduleOnNewActivityOptions(IBinder token, ActivityOptions options) argument
156 scheduleCancelVisibleBehind(IBinder token) argument
157 scheduleBackgroundVisibleBehindChanged(IBinder token, boolean enabled) argument
158 scheduleEnterAnimationComplete(IBinder token) argument
162 scheduleMultiWindowModeChanged(IBinder token, boolean isInMultiWindowMode) argument
163 schedulePictureInPictureModeChanged(IBinder token, boolean isInPictureInPictureMode) argument
164 scheduleLocalVoiceInteractionStarted(IBinder token, IVoiceInteractor voiceInteractor) argument
[all...]
H A DIBackupAgent.aidl44 * @param token Opaque token identifying this transaction. This must
54 int token, IBackupManager callbackBinder);
71 * @param token Opaque token identifying this transaction. This must
81 int token, IBackupManager callbackBinder);
92 * @param token Opaque token identifying this transaction. This must
100 void doFullBackup(in ParcelFileDescriptor data, int token, IBackupManager callbackBinder);
105 void doMeasureFullBackup(int token, IBackupManage
[all...]
H A DINotificationManager.aidl68 void cancelNotificationFromListener(in INotificationListener token, String pkg, String tag, int id);
69 void cancelNotificationsFromListener(in INotificationListener token, in String[] keys);
72 void requestUnbindListener(in INotificationListener token);
74 void setNotificationsShownFromListener(in INotificationListener token, in String[] keys);
76 ParceledListSlice getActiveNotificationsFromListener(in INotificationListener token, in String[] keys, int trim);
77 void requestHintsFromListener(in INotificationListener token, int hints);
78 int getHintsFromListener(in INotificationListener token);
79 void requestInterruptionFilterFromListener(in INotificationListener token, int interruptionFilter);
80 int getInterruptionFilterFromListener(in INotificationListener token);
81 void setOnNotificationPostedTrimFromListener(in INotificationListener token, in
[all...]
H A DInstrumentation.java1034 * @param token The token for this activity to communicate with
1049 IBinder token, Application application, Intent intent, ActivityInfo info,
1055 activity.attach(context, aThread, this, token, 0, application, intent,
1470 * @param token Internal token identifying to the system who is starting
1493 Context who, IBinder contextThread, IBinder token, Activity target,
1521 token, target != null ? target.mEmbeddedID : null,
1539 IBinder token, Activity target, Intent[] intents, Bundle options) {
1540 execStartActivitiesAsUser(who, contextThread, token, targe
1048 newActivity(Class<?> clazz, Context context, IBinder token, Application application, Intent intent, ActivityInfo info, CharSequence title, Activity parent, String id, Object lastNonConfigurationInstance) argument
1492 execStartActivity( Context who, IBinder contextThread, IBinder token, Activity target, Intent intent, int requestCode, Bundle options) argument
1538 execStartActivities(Context who, IBinder contextThread, IBinder token, Activity target, Intent[] intents, Bundle options) argument
1552 execStartActivitiesAsUser(Context who, IBinder contextThread, IBinder token, Activity target, Intent[] intents, Bundle options, int userId) argument
1615 execStartActivity( Context who, IBinder contextThread, IBinder token, String target, Intent intent, int requestCode, Bundle options) argument
1675 execStartActivity( Context who, IBinder contextThread, IBinder token, Activity target, Intent intent, int requestCode, Bundle options, UserHandle user) argument
1713 execStartActivityAsCaller( Context who, IBinder contextThread, IBinder token, Activity target, Intent intent, int requestCode, Bundle options, boolean ignoreTargetSecurity, int userId) argument
[all...]
H A DNotification.java5330 public MediaStyle setMediaSession(MediaSession.Token token) { argument
5331 mToken = token;

Completed in 859 milliseconds

1234567891011>>