Searched refs:notifyAppIoResumed (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/services/core/java/com/android/server/storage/ |
D | StorageSessionController.java | 425 public void notifyAppIoResumed(String volumeUuid, int uid, int tid, in notifyAppIoResumed() method in StorageSessionController 434 connection.notifyAppIoResumed(volumeUuid, uid, tid, reason); in notifyAppIoResumed()
|
D | StorageUserConnection.java | 263 public void notifyAppIoResumed(String volumeUuid, int uid, int tid, in notifyAppIoResumed() method in StorageUserConnection
|
/frameworks/base/core/java/android/os/storage/ |
D | IStorageManager.aidl | 202 void notifyAppIoResumed(in String volumeUuid, int uid, int tid, int reason) = 92; in notifyAppIoResumed() method
|
D | StorageManager.java | 2873 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/ |
D | module-lib-current.txt | 290 method public void notifyAppIoResumed(@NonNull java.util.UUID, int, int, int);
|
/frameworks/base/services/core/java/com/android/server/ |
D | StorageManagerService.java | 3473 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/ |
D | art-profile | 3023 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
|