/aosp12/frameworks/base/core/java/android/os/ |
H A D | IRecoverySystemProgressListener.aidl | 23 void onProgress(int progress); in onProgress() method
|
H A D | IProgressListener.aidl | 24 void onProgress(int id, int progress, in Bundle extras); in onProgress() method
|
H A D | BugreportManager.java | 123 public void onProgress(@FloatRange(from = 0f, to = 100f) float progress) {} in onProgress() method in BugreportManager.BugreportCallback 323 public void onProgress(int progress) throws RemoteException { in onProgress() method in BugreportManager.DumpstateListener
|
/aosp12/system/gsid/aidl/android/gsi/ |
H A D | IProgressCallback.aidl | 33 void onProgress(long current, long total); in onProgress() method
|
/aosp12/packages/services/Car/car-lib/src/android/car/ |
H A D | ICarBugreportCallback.aidl | 36 void onProgress(float progress); in onProgress() method
|
H A D | CarBugreportManager.java | 83 public void onProgress(@FloatRange(from = 0f, to = 100f) float progress) { in onProgress() method in CarBugreportManager.CarBugreportManagerCallback 123 public void onProgress(@FloatRange(from = 0f, to = 100f) float progress) { in onProgress() method in CarBugreportManager.CarBugreportManagerCallbackWrapper
|
/aosp12/system/iorap/binder/com/google/android/startop/iorap/ |
H A D | ITaskListener.aidl | 29 void onProgress(in RequestId requestId, in TaskResult result); in onProgress() method
|
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/ |
H A D | IDppCallback.aidl | 47 void onProgress(int status); in onProgress() method
|
H A D | EasyConnectStatusCallback.java | 286 public abstract void onProgress(@EasyConnectProgressStatusCode int code); in onProgress() method in EasyConnectStatusCallback
|
/aosp12/frameworks/native/cmds/dumpstate/binder/android/os/ |
H A D | IDumpstateListener.aidl | 33 oneway void onProgress(int progress); in onProgress() method
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/anim/ |
H A D | KeyboardInsetAnimationCallback.java | 51 public WindowInsets onProgress(WindowInsets windowInsets, List<WindowInsetsAnimation> list) { in onProgress() method in KeyboardInsetAnimationCallback
|
/aosp12/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/ |
H A D | ChatActivity.java | 251 void onProgress(WindowInsets insets) { in onProgress() method in ChatActivity.Transition
|
/aosp12/frameworks/base/media/java/android/media/tv/tuner/frontend/ |
H A D | ScanCallback.java | 38 void onProgress(@IntRange(from = 0, to = 100) int percent); in onProgress() method
|
/aosp12/packages/apps/Settings/src/com/android/settings/wifi/dpp/ |
H A D | WifiDppInitiatorViewModel.java | 112 public void onProgress(int code) { in onProgress() method in WifiDppInitiatorViewModel.EasyConnectDelegateCallback
|
H A D | WifiDppAddDeviceFragment.java | 98 public void onProgress(int code) { in onProgress() method in WifiDppAddDeviceFragment.EasyConnectConfiguratorStatusCallback
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/ |
H A D | EasyConnectQRState.java | 207 public void onProgress(int code) { in onProgress() method in EasyConnectQRState.QRCodeFragment.EasyConnectDelegateCallback
|
/aosp12/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/ |
H A D | CarBugreportManagerTest.java | 181 public void onProgress(@FloatRange(from = 0f, to = 100f) float progress) { in onProgress() method in CarBugreportManagerTest.FakeCarBugreportCallback
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | WindowInsetsAnimation.java | 429 public abstract WindowInsets onProgress(@NonNull WindowInsets insets, in onProgress() method in WindowInsetsAnimation.Callback
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/image_provider/ |
H A D | mock_image_loading_context.cpp | 49 std::function<void(const uint32_t& dlNow, const uint32_t& dlTotal)>&& onProgress) {} in SetOnProgressCallback()
|
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/panorama/ |
H A D | MosaicFrameProcessor.java | 68 public void onProgress(boolean isFinished, float panningRateX, float panningRateY, in onProgress() method
|
/aosp12/system/core/fs_mgr/libfiemap/ |
H A D | binder.cpp | 38 android::binder::Status onProgress(int64_t current, int64_t total) { in onProgress() function in android::fiemap::ProgressCallback
|
/aosp12/frameworks/base/services/core/java/com/android/server/os/ |
H A D | BugreportManagerServiceImpl.java | 344 public void onProgress(int progress) throws RemoteException { in onProgress() method in BugreportManagerServiceImpl.DumpstateListener
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/legacysplitscreen/ |
H A D | DividerImeController.java | 286 private void onProgress(float progress, SurfaceControl.Transaction t) { in onProgress() method in DividerImeController
|
/aosp12/frameworks/base/core/tests/bugreports/src/com/android/os/bugreports/tests/ |
H A D | BugreportManagerTest.java | 317 public void onProgress(float progress) { in onProgress() method in BugreportManagerTest.BugreportCallbackImpl
|
/aosp12/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/ |
H A D | BugReportService.java | 168 void onProgress(float progress); in onProgress() method
|