Searched refs:mSM (Results 1 – 1 of 1) sorted by relevance
46 private StorageManager mSM; field in ObbMountActivity67 mSM = state.storageManager; in onCreate()72 mSM = (StorageManager) getApplicationContext().getSystemService(STORAGE_SERVICE); in onCreate()84 mPath.setText(mSM.getMountedObbPath(mObbPath));100 if (mSM.mountObb(mObbPath, null, mEventListener)) {118 if (mSM.unmountObb(mObbPath, false, mEventListener)) {133 ObbState state = new ObbState(mSM, mStatus.getText(), mPath.getText()); in onRetainNonConfigurationInstance()