Home
last modified time | relevance | path

Searched defs:postExecute (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/servertransaction/
H A DBaseClientRequest.java54 default void postExecute(ClientTransactionHandler client, IBinder token, in postExecute() method
H A DTopResumedActivityChangeItem.java46 public void postExecute(ClientTransactionHandler client, IBinder token, in postExecute() method in TopResumedActivityChangeItem
H A DStopActivityItem.java49 public void postExecute(ClientTransactionHandler client, IBinder token, in postExecute() method in StopActivityItem
H A DRefreshCallbackItem.java54 public void postExecute(ClientTransactionHandler client, IBinder token, in postExecute() method in RefreshCallbackItem
H A DPauseActivityItem.java59 public void postExecute(ClientTransactionHandler client, IBinder token, in postExecute() method in PauseActivityItem
H A DActivityRelaunchItem.java81 public void postExecute(ClientTransactionHandler client, IBinder token, in postExecute() method in ActivityRelaunchItem
H A DResumeActivityItem.java63 public void postExecute(ClientTransactionHandler client, IBinder token, in postExecute() method in ResumeActivityItem
H A DLaunchActivityItem.java108 public void postExecute(ClientTransactionHandler client, IBinder token, in postExecute() method in LaunchActivityItem
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DWallpaperCropActivity.java145 final boolean moveToLeft, final Runnable postExecute) { in setCropViewTileSource()