Home
last modified time | relevance | path

Searched defs:onProgress (Results 1 – 25 of 63) sorted by relevance

123

/aosp12/frameworks/base/core/java/android/os/
H A DIRecoverySystemProgressListener.aidl23 void onProgress(int progress); in onProgress() method
H A DIProgressListener.aidl24 void onProgress(int id, int progress, in Bundle extras); in onProgress() method
H A DBugreportManager.java123 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 DIRecoverySystemProgressListener.aidl23 void onProgress(int progress); in onProgress() method
H A DIProgressListener.aidl24 void onProgress(int id, int progress, in Bundle extras); in onProgress() method
H A DBugreportManager.java129 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 DIProgressCallback.aidl33 void onProgress(long current, long total); in onProgress() method
/aosp12/packages/services/Car/car-lib/src/android/car/
H A DICarBugreportCallback.aidl36 void onProgress(float progress); in onProgress() method
H A DCarBugreportManager.java83 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 DITaskListener.aidl29 void onProgress(in RequestId requestId, in TaskResult result); in onProgress() method
/aosp14/frameworks/base/core/java/android/speech/
H A DIModelDownloadListener.aidl29 void onProgress(in int completedPercent); in onProgress() method
H A DModelDownloadListener.java33 void onProgress(int completedPercent); in onProgress() method
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/
H A DIDppCallback.aidl47 void onProgress(int status); in onProgress() method
H A DEasyConnectStatusCallback.java286 public abstract void onProgress(@EasyConnectProgressStatusCode int code); in onProgress() method in EasyConnectStatusCallback
/aosp12/frameworks/native/cmds/dumpstate/binder/android/os/
H A DIDumpstateListener.aidl33 oneway void onProgress(int progress); in onProgress() method
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/anim/
H A DKeyboardInsetAnimationCallback.java51 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 DChatActivity.java251 void onProgress(WindowInsets insets) { in onProgress() method in ChatActivity.Transition
/aosp14/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/
H A DChatActivity.java251 void onProgress(WindowInsets insets) { in onProgress() method in ChatActivity.Transition
/aosp14/frameworks/base/core/java/com/android/internal/inputmethod/
H A DIImeTracker.aidl55 oneway void onProgress(in IBinder binder, int phase); in onProgress() method
/aosp12/frameworks/base/media/java/android/media/tv/tuner/frontend/
H A DScanCallback.java38 void onProgress(@IntRange(from = 0, to = 100) int percent); in onProgress() method
/aosp12/packages/apps/Settings/src/com/android/settings/wifi/dpp/
H A DWifiDppInitiatorViewModel.java112 public void onProgress(int code) { in onProgress() method in WifiDppInitiatorViewModel.EasyConnectDelegateCallback
/aosp14/frameworks/base/media/java/android/media/tv/tuner/frontend/
H A DScanCallback.java46 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 DEasyConnectQRState.java207 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 DCarBugreportManagerTest.java181 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 DBugreportManagerServiceImplTest.java186 public void onProgress(int progress) throws RemoteException { in onProgress() method in BugreportManagerServiceImplTest.Listener

123