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

  /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/libs/rs/java/Fountain/src/com/android/fountain/
FountainRS.java 70 private SimpleMesh mSM;
91 mSM = smb.create();
92 mSM.setName("PartMesh");
94 Allocation partAlloc = mSM.createVertexAllocation(vtxSlot);
96 mSM.bindVertexAllocation(partAlloc, 0);
104 sb.setType(mSM.getVertexType(0), "point", 1);

Completed in 34 milliseconds