Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java4182 notifyObbStateChange(e); in execute()
4188 protected void notifyObbStateChange(ObbException e) { in notifyObbStateChange() method in StorageManagerService.ObbAction
4190 notifyObbStateChange(e.status); in notifyObbStateChange()
4193 protected void notifyObbStateChange(int status) { in notifyObbStateChange() method in StorageManagerService.ObbAction
4268 notifyObbStateChange(MOUNTED); in handleExecute()
4306 notifyObbStateChange(new ObbException(ERROR_PERMISSION_DENIED, in handleExecute()
4321 notifyObbStateChange(UNMOUNTED); in handleExecute()