Home
last modified time | relevance | path

Searched defs:completion (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBatteryController.java127 default void getEstimatedTimeRemainingString(EstimateFetchCompletion completion) {} in getEstimatedTimeRemainingString()
DBatteryControllerImpl.java271 public void getEstimatedTimeRemainingString(EstimateFetchCompletion completion) { in getEstimatedTimeRemainingString()
/frameworks/base/core/java/com/android/internal/view/
DIInputContext.aidl55 void commitCompletion(in CompletionInfo completion); in commitCompletion()
/frameworks/base/core/java/android/app/
DIWallpaperManager.aidl50 IWallpaperManagerCallback completion, int userId); in setWallpaper()
DWallpaperManager.java1395 final WallpaperSetCompletion completion = new WallpaperSetCompletion(); in setResource() local
1526 final WallpaperSetCompletion completion = new WallpaperSetCompletion(); in setBitmap() local
1651 final WallpaperSetCompletion completion = new WallpaperSetCompletion(); in setStream() local
/frameworks/base/core/java/android/view/
DWindowlessWindowManager.java67 public void finished(SurfaceControl.Transaction completion); in finished()
/frameworks/base/core/java/android/widget/
DAutoCompleteTextView.java1040 public void onCommitCompletion(CompletionInfo completion) { in onCommitCompletion()
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java2598 IWallpaperManagerCallback completion, int userId) { in setWallpaper()