Home | History | Annotate | Download | only in obbapp

Lines Matching refs:storageManager

23 import android.os.storage.StorageManager;
46 private StorageManager mSM;
67 mSM = state.storageManager;
71 // Get an instance of the StorageManager
72 mSM = (StorageManager) getApplicationContext().getSystemService(STORAGE_SERVICE);
132 // Since our OBB mount is tied to the StorageManager, retain it
138 public StorageManager storageManager;
142 ObbState(StorageManager storageManager, CharSequence status, CharSequence path) {
143 this.storageManager = storageManager;