Searched refs:completion (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | BatteryControllerImpl.java | 204 public void getEstimatedTimeRemainingString(EstimateFetchCompletion completion) { in getEstimatedTimeRemainingString() argument 208 mFetchCallbacks.add(completion); in getEstimatedTimeRemainingString() 249 for (EstimateFetchCompletion completion : mFetchCallbacks) { in notifyEstimateFetchCallbacks() 250 completion.onBatteryRemainingEstimateRetrieved(estimate); in notifyEstimateFetchCallbacks()
|
D | BatteryController.java | 70 default void getEstimatedTimeRemainingString(EstimateFetchCompletion completion) {} in getEstimatedTimeRemainingString() argument
|
/frameworks/base/core/java/android/app/ |
D | WallpaperManager.java | 1175 final WallpaperSetCompletion completion = new WallpaperSetCompletion(); in setResource() local 1181 mContext.getOpPackageName(), null, false, result, which, completion, in setResource() 1192 completion.waitForCompletion(); in setResource() 1306 final WallpaperSetCompletion completion = new WallpaperSetCompletion(); in setBitmap() local 1310 result, which, completion, userId); in setBitmap() 1317 completion.waitForCompletion(); in setBitmap() 1431 final WallpaperSetCompletion completion = new WallpaperSetCompletion(); in setStream() local 1435 result, which, completion, mContext.getUserId()); in setStream() 1442 completion.waitForCompletion(); in setStream()
|
D | IWallpaperManager.aidl | 48 IWallpaperManagerCallback completion, int userId); in setWallpaper() argument
|
/frameworks/base/core/java/com/android/internal/view/ |
D | IInputContext.aidl | 52 void commitCompletion(in CompletionInfo completion); in commitCompletion() argument
|
/frameworks/base/core/java/android/widget/ |
D | AutoCompleteTextView.java | 1039 public void onCommitCompletion(CompletionInfo completion) { in onCommitCompletion() argument 1041 mPopup.performItemClick(completion.getPosition()); in onCommitCompletion()
|
/frameworks/base/cmds/bootanimation/ |
D | FORMAT.md | 37 + `c` -- this part will play to completion, no matter what
|
/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/ml/nn/tools/api/ |
D | NeuralNetworks.t | 525 * completion of executions. If it's important to the application, the 2311 * @param event The event that will be signaled on completion. event is set to 2436 * @param event The event that will be signaled on completion. 2561 * @param event The event that will be signaled on completion. event is set to
|
/frameworks/base/services/core/java/com/android/server/wallpaper/ |
D | WallpaperManagerService.java | 2389 IWallpaperManagerCallback completion, int userId) { in setWallpaper() argument 2437 wallpaper.setComplete = completion; in setWallpaper()
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 4112 // Represents the completion of system server's init. 4118 // Represents the completion of launcher's initial rendering. User can use other apps from
|