Home
last modified time | relevance | path

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

/development/samples/Obb/src/com/example/android/obbapp/
DObbMountActivity.java46 private StorageManager mSM; field in ObbMountActivity
67 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()