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

  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowStorageManagerTest.java 12 import android.os.storage.StorageManager;
25 private StorageManager storageManager;
29 storageManager = (StorageManager) application.getSystemService(Context.STORAGE_SERVICE);
34 assertThat(shadowOf(storageManager).getVolumeList()).isNotNull();
41 shadowOf(storageManager).addStorageVolume(buildAndGetStorageVolume(file1, "sd card"));
42 assertThat(shadowOf(storageManager).getStorageVolumes()).isNotNull();
50 shadowOf(storageManager).addStorageVolume(buildAndGetStorageVolume(file1, "internal"));
51 assertThat(shadowOf(storageManager).getStorageVolume(file1)).isNotNull()
    [all...]
  /development/samples/Obb/src/com/example/android/obbapp/
ObbMountActivity.java 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)
    [all...]
  /cts/tests/providerui/src/android/providerui/cts/
MediaStoreUiTest.java 54 import android.os.storage.StorageManager;
401 StorageManager storageManager =
402 (StorageManager) mActivity.getSystemService(Context.STORAGE_SERVICE);
405 final StorageVolume volume = storageManager.getStorageVolume(file);
  /external/kotlinc/lib/
kotlin-reflect.jar 
android-extensions-compiler.jar 
kotlin-compiler.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.13.0.v20180409-1500.jar 

Completed in 316 milliseconds