HomeSort by relevance Sort by last modified time
    Searched defs:mSM (Results 1 - 3 of 3) 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());
  /frameworks/base/tests/net/java/com/android/server/connectivity/tethering/
UpstreamNetworkMonitorTest.java 91 private TestStateMachine mSM;
103 mSM = new TestStateMachine();
105 (ConnectivityManager) mCM, mSM, mLog, EVENT_UNM_UPDATE);
109 if (mSM != null) {
110 mSM.quit();
111 mSM = null;

Completed in 79 milliseconds