Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DIRecoverySystemProgressListener.aidl23 void onProgress(int progress); in onProgress() method
DBugreportManager.java103 public void onProgress(@FloatRange(from = 0f, to = 100f) float progress) {} in onProgress() method in BugreportManager.BugreportCallback
204 public void onProgress(int progress) throws RemoteException { in onProgress() method in BugreportManager.DumpstateListener
DIProgressListener.aidl24 void onProgress(int id, int progress, in Bundle extras); in onProgress() method
DRecoverySystem.java163 public void onProgress(int progress); in onProgress() method
DFileUtils.java128 public void onProgress(long progress); in onProgress() method
/frameworks/base/wifi/java/android/net/wifi/
DIDppCallback.aidl47 void onProgress(int status); in onProgress() method
DEasyConnectStatusCallback.java178 public abstract void onProgress(@EasyConnectProgressStatusCode int code); in onProgress() method in EasyConnectStatusCallback
DWifiManager.java4870 public void onProgress(int status) { in onProgress() method in EasyConnectCallbackProxy
/frameworks/native/cmds/dumpstate/binder/android/os/
DIDumpstateListener.aidl35 void onProgress(int progress); in onProgress() method
/frameworks/base/core/java/android/view/
DWindowInsetsAnimationListener.java50 WindowInsets onProgress(WindowInsets insets); in onProgress() method
/frameworks/base/startop/iorap/tests/src/com/google/android/startop/iorap/
DIIorapIntegrationTest.kt47 override fun onProgress(requestId: RequestId?, result: TaskResult?) { in <lambda>() method in com.google.android.startop.iorap.IIorapIntegrationTest.DummyTaskListener
/frameworks/base/services/core/java/com/android/server/os/
DBugreportManagerServiceImpl.java265 public void onProgress(int progress) throws RemoteException { in onProgress() method in BugreportManagerServiceImpl.DumpstateListener
/frameworks/base/core/tests/bugreports/src/android/server/bugreports/
DBugreportManagerTest.java216 public void onProgress(float progress) { in onProgress() method in BugreportManagerTest.BugreportCallbackImpl
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DDppManager.java490 private void onProgress(int dppStatusCode) { in onProgress() method in DppManager
DWifiNative.java2323 void onProgress(int dppStatusCode); in onProgress() method
/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_smoke_test.cpp151 binder::Status onProgress(int32_t progress) override { in onProgress() function in android::os::dumpstate::DumpstateListener
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java1957 public void onProgress(int progress) throws RemoteException { in onProgress() method in BugreportProgressService.DumpstateListener
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java436 public void onProgress(int id, int progress, Bundle extras) {} in onProgress() method in UserManagerService.DisableQuietModeUserUnlockedCallback