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

  /development/samples/Obb/src/com/example/android/obbapp/
ObbMountActivity.java 72 mSM = (StorageManager) getApplicationContext().getSystemService(STORAGE_SERVICE);
  /frameworks/base/core/tests/coretests/src/android/os/storage/
AsecTests.java 419 StorageManager sm = (StorageManager) mContext.getSystemService(Context.STORAGE_SERVICE);
477 StorageManager sm = (StorageManager) mContext.getSystemService(Context.STORAGE_SERVICE);
StorageManagerBaseTest.java 217 mSm = (StorageManager)mContext.getSystemService(android.content.Context.STORAGE_SERVICE);
  /cts/tests/tests/os/src/android/os/storage/cts/
StorageManagerTest.java 48 mStorageManager = (StorageManager) mContext.getSystemService(Context.STORAGE_SERVICE);
  /frameworks/base/core/java/com/android/internal/os/storage/
ExternalStorageFormatter.java 65 mStorageManager = (StorageManager) getSystemService(Context.STORAGE_SERVICE);
  /frameworks/base/core/tests/coretests/src/com/android/server/
MountServiceTests.java 135 return (StorageManager) getContext().getSystemService(Context.STORAGE_SERVICE);
  /frameworks/base/core/java/android/content/
Context.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbStorageActivity.java 105 mStorageManager = (StorageManager) getSystemService(Context.STORAGE_SERVICE);
StorageNotification.java 70 mStorageManager = (StorageManager) context.getSystemService(Context.STORAGE_SERVICE);
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
Memory.java 89 mStorageManager = (StorageManager) getSystemService(Context.STORAGE_SERVICE);
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBarPolicy.java 595 mStorageManager = (StorageManager) context.getSystemService(Context.STORAGE_SERVICE);
    [all...]
  /frameworks/base/core/java/android/app/
ContextImpl.java     [all...]
  /prebuilt/sdk/9/
android.jar 

Completed in 1523 milliseconds