HomeSort by relevance Sort by last modified time
    Searched defs:mSM (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/slang/
slang_rs_check_ast.h 34 clang::SourceManager &mSM;
53 mSM(C.getSourceManager()),
  /development/samples/Obb/src/com/example/android/obbapp/
ObbMountActivity.java 46 private StorageManager mSM;
67 mSM = state.storageManager;
72 mSM = (StorageManager) getApplicationContext().getSystemService(STORAGE_SERVICE);
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());

Completed in 219 milliseconds