Lines Matching refs:token

92     public boolean finishActivity(IBinder token, int code, Intent data, boolean finishTask)
94 public void finishSubActivity(IBinder token, String resultWho, int requestCode) throws RemoteException;
95 public boolean finishActivityAffinity(IBinder token) throws RemoteException;
97 public boolean releaseActivityInstance(IBinder token) throws RemoteException;
99 public boolean willActivityBeVisible(IBinder token) throws RemoteException;
111 public void activityResumed(IBinder token) throws RemoteException;
112 public void activityIdle(IBinder token, Configuration config,
114 public void activityPaused(IBinder token) throws RemoteException;
115 public void activityStopped(IBinder token, Bundle state,
117 public void activitySlept(IBinder token) throws RemoteException;
118 public void activityDestroyed(IBinder token) throws RemoteException;
119 public String getCallingPackage(IBinder token) throws RemoteException;
120 public ComponentName getCallingActivity(IBinder token) throws RemoteException;
134 public boolean moveActivityTaskToBack(IBinder token, boolean nonRoot) throws RemoteException;
142 public int getTaskForActivity(IBinder token, boolean onlyRoot) throws RemoteException;
145 public ContentProviderHolder getContentProviderExternal(String name, int userId, IBinder token)
148 public void removeContentProviderExternal(String name, IBinder token) throws RemoteException;
161 public boolean stopServiceToken(ComponentName className, IBinder token,
163 public void setServiceForeground(ComponentName className, IBinder token,
165 public int bindService(IApplicationThread caller, IBinder token,
169 public void publishService(IBinder token,
171 public void unbindFinished(IBinder token, Intent service,
174 public void serviceDoneExecuting(IBinder token, int type, int startId,
194 public void setRequestedOrientation(IBinder token,
196 public int getRequestedOrientation(IBinder token) throws RemoteException;
198 public ComponentName getActivityClassForToken(IBinder token) throws RemoteException;
199 public String getPackageForToken(IBinder token) throws RemoteException;
202 String packageName, IBinder token, String resultWho,
217 public void setProcessForeground(IBinder token, int pid,
316 public void overridePendingTransition(IBinder token, String packageName,
325 public boolean convertFromTranslucent(IBinder token) throws RemoteException;
326 public boolean convertToTranslucent(IBinder token, ActivityOptions options) throws RemoteException;
327 public void notifyActivityDrawn(IBinder token) throws RemoteException;
328 public ActivityOptions getActivityOptions(IBinder token) throws RemoteException;
332 public void setImmersive(IBinder token, boolean immersive) throws RemoteException;
333 public boolean isImmersive(IBinder token) throws RemoteException;
335 public boolean isTopOfTask(IBinder token) throws RemoteException;
397 public boolean shouldUpRecreateTask(IBinder token, String destAffinity)
400 public boolean navigateUpTo(IBinder token, Intent target, int resultCode, Intent resultData)
418 public void reportAssistContextExtras(IBinder token, Bundle extras) throws RemoteException;
427 public void reportActivityFullyDrawn(IBinder token) throws RemoteException;
447 public void startLockTaskMode(IBinder token) throws RemoteException;
455 public void setTaskDescription(IBinder token, ActivityManager.TaskDescription values)
459 public boolean requestVisibleBehind(IBinder token, boolean visible) throws RemoteException;
460 public boolean isBackgroundVisibleBehind(IBinder token) throws RemoteException;
461 public void backgroundResourcesReleased(IBinder token) throws RemoteException;
463 public void notifyLaunchTaskBehindComplete(IBinder token) throws RemoteException;
464 public void notifyEnterAnimationComplete(IBinder token) throws RemoteException;