Home
last modified time | relevance | path

Searched refs:notifyAppIoResumed (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/core/java/com/android/server/storage/
DStorageSessionController.java425 public void notifyAppIoResumed(String volumeUuid, int uid, int tid, in notifyAppIoResumed() method in StorageSessionController
434 connection.notifyAppIoResumed(volumeUuid, uid, tid, reason); in notifyAppIoResumed()
DStorageUserConnection.java263 public void notifyAppIoResumed(String volumeUuid, int uid, int tid, in notifyAppIoResumed() method in StorageUserConnection
/frameworks/base/core/java/android/os/storage/
DIStorageManager.aidl202 void notifyAppIoResumed(in String volumeUuid, int uid, int tid, int reason) = 92; in notifyAppIoResumed() method
DStorageManager.java2873 public void notifyAppIoResumed(@NonNull UUID volumeUuid, int uid, int tid, in notifyAppIoResumed() method in StorageManager
2877 mStorageManager.notifyAppIoResumed(convert(volumeUuid), uid, tid, reason); in notifyAppIoResumed()
/frameworks/base/core/api/
Dmodule-lib-current.txt290 method public void notifyAppIoResumed(@NonNull java.util.UUID, int, int, int);
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java3473 public void notifyAppIoResumed(String volumeUuid, int uid, int tid, in notifyAppIoResumed() method in StorageManagerService
3477 mStorageSessionController.notifyAppIoResumed(volumeUuid, uid, tid, reason); in notifyAppIoResumed()
/frameworks/base/services/
Dart-profile3023 PLcom/android/server/StorageManagerService;->notifyAppIoResumed(Ljava/lang/String;III)V
39326 PLcom/android/server/storage/StorageSessionController;->notifyAppIoResumed(Ljava/lang/String;III)V
39383 PLcom/android/server/storage/StorageUserConnection;->notifyAppIoResumed(Ljava/lang/String;III)V