Searched refs:completion (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | BatteryControllerImpl.java | 271 public void getEstimatedTimeRemainingString(EstimateFetchCompletion completion) { in getEstimatedTimeRemainingString() argument 275 mFetchCallbacks.add(completion); in getEstimatedTimeRemainingString() 315 for (EstimateFetchCompletion completion : mFetchCallbacks) { in notifyEstimateFetchCallbacks() 316 completion.onBatteryRemainingEstimateRetrieved(estimate); in notifyEstimateFetchCallbacks()
|
D | BatteryController.java | 127 default void getEstimatedTimeRemainingString(EstimateFetchCompletion completion) {} in getEstimatedTimeRemainingString() argument
|
/frameworks/base/core/java/android/app/ |
D | WallpaperManager.java | 1395 final WallpaperSetCompletion completion = new WallpaperSetCompletion(); in setResource() local 1401 mContext.getOpPackageName(), null, false, result, which, completion, in setResource() 1412 completion.waitForCompletion(); in setResource() 1526 final WallpaperSetCompletion completion = new WallpaperSetCompletion(); in setBitmap() local 1530 result, which, completion, userId); in setBitmap() 1537 completion.waitForCompletion(); in setBitmap() 1651 final WallpaperSetCompletion completion = new WallpaperSetCompletion(); in setStream() local 1655 result, which, completion, mContext.getUserId()); in setStream() 1662 completion.waitForCompletion(); in setStream()
|
D | IWallpaperManager.aidl | 50 IWallpaperManagerCallback completion, int userId); in setWallpaper() argument
|
/frameworks/base/core/java/com/android/internal/view/ |
D | IInputContext.aidl | 55 void commitCompletion(in CompletionInfo completion); in commitCompletion() argument
|
/frameworks/base/core/java/android/widget/ |
D | AutoCompleteTextView.java | 1040 public void onCommitCompletion(CompletionInfo completion) { in onCommitCompletion() argument 1042 mPopup.performItemClick(completion.getPosition()); in onCommitCompletion()
|
/frameworks/base/cmds/bootanimation/ |
D | FORMAT.md | 40 + `c` -- this part will play to completion, no matter what
|
/frameworks/base/core/java/android/view/ |
D | WindowlessWindowManager.java | 67 public void finished(SurfaceControl.Transaction completion); in finished() argument
|
/frameworks/base/startop/scripts/trace_analyzer/test_fixtures/ |
D | common_systrace | 106 …-2738 (-----) [007] ...1 14594.223959: tracing_mark_write: B|2007|Trace GPU completion fence 36027 107 …-11799 (-----) [006] ...1 14594.224006: tracing_mark_write: B|2007|waiting for GPU completion 36027 111 …<...>-11799 (-----) [006] d..2 14594.224021: sched_switch: prev_comm=GPU completion prev_pid=11799…
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_native_fence_sync.txt | 135 EGL_SYNC_PRIOR_COMMANDS_COMPLETE_KHR condition is satisfied by completion
|
/frameworks/rs/tests/lldb/ |
D | README.txt | 68 completion.
|
/frameworks/base/services/core/java/com/android/server/wallpaper/ |
D | WallpaperManagerService.java | 2598 IWallpaperManagerCallback completion, int userId) { in setWallpaper() argument 2648 wallpaper.setComplete = completion; in setWallpaper()
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 5677 // Represents the completion of system server's init. 5683 // Represents the completion of launcher's initial rendering. User can use other apps from
|