Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java3441 notifyObbStateChange(e); in execute()
3447 protected void notifyObbStateChange(ObbException e) { in notifyObbStateChange() method in StorageManagerService.ObbAction
3449 notifyObbStateChange(e.status); in notifyObbStateChange()
3452 protected void notifyObbStateChange(int status) { in notifyObbStateChange() method in StorageManagerService.ObbAction
3527 notifyObbStateChange(MOUNTED); in handleExecute()
3565 notifyObbStateChange(new ObbException(ERROR_PERMISSION_DENIED, in handleExecute()
3580 notifyObbStateChange(UNMOUNTED); in handleExecute()