Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBatteryController.java70 default void getEstimatedTimeRemainingString(EstimateFetchCompletion completion) {} in getEstimatedTimeRemainingString()
DBatteryControllerImpl.java204 public void getEstimatedTimeRemainingString(EstimateFetchCompletion completion) { in getEstimatedTimeRemainingString()
/frameworks/base/core/java/com/android/internal/view/
DIInputContext.aidl52 void commitCompletion(in CompletionInfo completion); in commitCompletion()
/frameworks/base/core/java/android/app/
DIWallpaperManager.aidl48 IWallpaperManagerCallback completion, int userId); in setWallpaper()
DWallpaperManager.java1175 final WallpaperSetCompletion completion = new WallpaperSetCompletion(); in setResource() local
1306 final WallpaperSetCompletion completion = new WallpaperSetCompletion(); in setBitmap() local
1431 final WallpaperSetCompletion completion = new WallpaperSetCompletion(); in setStream() local
/frameworks/base/core/java/android/widget/
DAutoCompleteTextView.java1039 public void onCommitCompletion(CompletionInfo completion) { in onCommitCompletion()
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java2389 IWallpaperManagerCallback completion, int userId) { in setWallpaper()