Searched refs:mSm (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/os/storage/
H A DStorageManagerBaseTest.java44 protected StorageManager mSm = null; field in class:StorageManagerBaseTest
217 mSm = (StorageManager)mContext.getSystemService(android.content.Context.STORAGE_SERVICE);
275 // get mSm obb mount path
276 assertTrue("Cannot open file when OBB is not mounted!", mSm.isObbMounted(obbPath));
278 String path = mSm.getMountedObbPath(obbPath);
358 boolean success = mSm.mountObb(obbFilePath, key, obbListener);
364 success &= mSm.isObbMounted(obbListener.officialPath());
366 success &= !mSm.isObbMounted(obbListener.officialPath());
390 assertTrue("mountObb call failed", mSm.mountObb(obbFilePath, key, obbListener));
398 mSm
[all...]
H A DStorageManagerIntegrationTest.java196 assertTrue("mounted path should still be mounted!", mSm.isObbMounted(obbFilePath));
204 mSm.isObbMounted(obbFilePath));
/frameworks/base/core/java/com/android/internal/util/
H A DStateMachine.java684 private StateMachine mSm; field in class:StateMachine.SmHandler
730 mSm.haltedProcessMessage(msg);
824 mSm.onQuitting();
832 mSm.onHalting();
841 if (mSm.mSmThread != null) {
844 mSm.mSmThread = null;
847 mSm.mSmHandler = null;
848 mSm = null;
914 mSm.unhandledMessage(msg);
925 if (mSm
[all...]

Completed in 81 milliseconds