Searched refs:ObbAction (Results 1 – 2 of 2) sorted by relevance
652 ObbAction action = new UnmountObbAction(this, true); in binderDied()2871 final ObbAction action = new MountObbAction(obbState, key, callingUid, obbInfo); in mountObb()2892 final ObbAction action = new UnmountObbAction(newState, force); in unmountObb()3985 final ObbAction action = (ObbAction) msg.obj; in handleMessage()4051 abstract class ObbAction { class in StorageManagerService4055 ObbAction(ObbState obbState) { in ObbAction() method in StorageManagerService.ObbAction4089 class MountObbAction extends ObbAction {4167 class UnmountObbAction extends ObbAction {
41066 Lcom/android/server/StorageManagerService$ObbAction;