/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
|
/aosp14/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 | 129 public void onProgress(@FloatRange(from = 0f, to = 100f) float progress) {} in onProgress() method in BugreportManager.BugreportCallback 429 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
|
/aosp14/frameworks/base/core/java/android/speech/ |
H A D | IModelDownloadListener.aidl | 29 void onProgress(in int completedPercent); in onProgress() method
|
H A D | ModelDownloadListener.java | 33 void onProgress(int completedPercent); 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
|
/aosp14/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
|
/aosp14/frameworks/base/core/java/com/android/internal/inputmethod/ |
H A D | IImeTracker.aidl | 55 oneway void onProgress(in IBinder binder, int phase); in onProgress() method
|
/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
|
/aosp14/frameworks/base/media/java/android/media/tv/tuner/frontend/ |
H A D | ScanCallback.java | 46 void onProgress(@IntRange(from = 0, to = 100) int percent); in onProgress() method
|
/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
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/os/ |
H A D | BugreportManagerServiceImplTest.java | 186 public void onProgress(int progress) throws RemoteException { in onProgress() method in BugreportManagerServiceImplTest.Listener
|