/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/kotlin/ |
H A D | Suspend.kt | 28 val completion = CompletableDeferred<R>() regex 31 launch { completion.complete(block()) } 34 completion.await().also { raceJob.cancel() }
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
H A D | ActionIntentExecutor.kt | 104 val completion = CompletableDeferred<Unit>() regex 108 completion.complete(Unit) 112 completion.await() 130 val completion = CompletableDeferred<Unit>() regex 133 completion.complete(Unit) 135 completion.await()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | BatteryControllerImpl.java | 357 public void getEstimatedTimeRemainingString(EstimateFetchCompletion completion) { in getEstimatedTimeRemainingString() argument 361 mFetchCallbacks.add(completion); in getEstimatedTimeRemainingString() 401 for (EstimateFetchCompletion completion : mFetchCallbacks) { in notifyEstimateFetchCallbacks() 402 completion.onBatteryRemainingEstimateRetrieved(estimate); in notifyEstimateFetchCallbacks()
|
H A D | BatteryController.java | 181 default void getEstimatedTimeRemainingString(EstimateFetchCompletion completion) {} in getEstimatedTimeRemainingString() argument
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/battery/ |
H A D | BatteryMeterViewTest.kt | 270 override fun fetchBatteryTimeRemainingEstimate(completion: EstimateFetchCompletion) { 271 completion.onBatteryRemainingEstimateRetrieved(ESTIMATE)
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | WallpaperManager.java | 1962 final WallpaperSetCompletion completion = new WallpaperSetCompletion(); in setResource() local 1968 mContext.getOpPackageName(), null, false, result, which, completion, in setResource() 1979 completion.waitForCompletion(); in setResource() 2093 final WallpaperSetCompletion completion = new WallpaperSetCompletion(); in setBitmap() local 2097 result, which, completion, userId); in setBitmap() 2104 completion.waitForCompletion(); in setBitmap() 2218 final WallpaperSetCompletion completion = new WallpaperSetCompletion(); in setStream() local 2222 result, which, completion, mContext.getUserId()); in setStream() 2229 completion.waitForCompletion(); in setStream()
|
H A D | IWallpaperManager.aidl | 50 IWallpaperManagerCallback completion, int userId); in setWallpaper() argument
|
/aosp14/frameworks/base/core/java/com/android/internal/inputmethod/ |
H A D | IRemoteInputConnection.aidl | 71 void commitCompletion(in InputConnectionCommandHeader header, in CompletionInfo completion); in commitCompletion() argument
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | AutoCompleteTextView.java | 1055 public void onCommitCompletion(CompletionInfo completion) { in onCommitCompletion() argument 1057 mPopup.performItemClick(completion.getPosition()); in onCommitCompletion()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/ |
H A D | BatteryMeterView.java | 507 BatteryController.EstimateFetchCompletion completion); in fetchBatteryTimeRemainingEstimate() argument
|
/aosp14/frameworks/base/cmds/bootanimation/ |
H A D | FORMAT.md | 42 + `c` -- this part will play to completion, no matter what
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | WindowlessWindowManager.java | 81 public void finished(SurfaceControl.Transaction completion); in finished() argument
|
/aosp14/frameworks/base/services/core/java/com/android/server/wallpaper/ |
H A D | WallpaperManagerService.java | 3086 IWallpaperManagerCallback completion, int userId) { in setWallpaper() argument 3146 wallpaper.setComplete = completion; in setWallpaper()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |