Home
last modified time | relevance | path

Searched refs:completion (Results 1 – 14 of 14) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/kotlin/
H A DSuspend.kt28 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 DActionIntentExecutor.kt104 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 DBatteryControllerImpl.java357 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 DBatteryController.java181 default void getEstimatedTimeRemainingString(EstimateFetchCompletion completion) {} in getEstimatedTimeRemainingString() argument
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/battery/
H A DBatteryMeterViewTest.kt270 override fun fetchBatteryTimeRemainingEstimate(completion: EstimateFetchCompletion) {
271 completion.onBatteryRemainingEstimateRetrieved(ESTIMATE)
/aosp14/frameworks/base/core/java/android/app/
H A DWallpaperManager.java1962 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 DIWallpaperManager.aidl50 IWallpaperManagerCallback completion, int userId); in setWallpaper() argument
/aosp14/frameworks/base/core/java/com/android/internal/inputmethod/
H A DIRemoteInputConnection.aidl71 void commitCompletion(in InputConnectionCommandHeader header, in CompletionInfo completion); in commitCompletion() argument
/aosp14/frameworks/base/core/java/android/widget/
H A DAutoCompleteTextView.java1055 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 DBatteryMeterView.java507 BatteryController.EstimateFetchCompletion completion); in fetchBatteryTimeRemainingEstimate() argument
/aosp14/frameworks/base/cmds/bootanimation/
H A DFORMAT.md42 + `c` -- this part will play to completion, no matter what
/aosp14/frameworks/base/core/java/android/view/
H A DWindowlessWindowManager.java81 public void finished(SurfaceControl.Transaction completion); in finished() argument
/aosp14/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java3086 IWallpaperManagerCallback completion, int userId) { in setWallpaper() argument
3146 wallpaper.setComplete = completion; in setWallpaper()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...