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.java4065 notifyObbStateChange(e); in execute()
4071 protected void notifyObbStateChange(ObbException e) { in notifyObbStateChange() method in StorageManagerService.ObbAction
4073 notifyObbStateChange(e.status); in notifyObbStateChange()
4076 protected void notifyObbStateChange(int status) { in notifyObbStateChange() method in StorageManagerService.ObbAction
4151 notifyObbStateChange(MOUNTED); in handleExecute()
4189 notifyObbStateChange(new ObbException(ERROR_PERMISSION_DENIED, in handleExecute()
4204 notifyObbStateChange(UNMOUNTED); in handleExecute()