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

  /frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
SharedStorageAgent.java 23 StorageManager mgr = (StorageManager) getSystemService(Context.STORAGE_SERVICE);
  /cts/tests/tests/security/src/android/security/cts/
VoldExploitTest.java 48 Context.STORAGE_SERVICE);
71 StorageManager sm = (StorageManager) getContext().getSystemService(Context.STORAGE_SERVICE);
  /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 69 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);
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaScannerService.java 120 StorageManager storageManager = (StorageManager)getSystemService(Context.STORAGE_SERVICE);
MtpService.java 109 mStorageManager = (StorageManager)getSystemService(Context.STORAGE_SERVICE);
MediaProvider.java 509 (StorageManager)context.getSystemService(Context.STORAGE_SERVICE);
    [all...]
  /frameworks/base/core/java/android/content/
Context.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBarPolicy.java 155 mStorageManager = (StorageManager) context.getSystemService(Context.STORAGE_SERVICE);
  /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 77 mStorageManager = (StorageManager) getSystemService(Context.STORAGE_SERVICE);
  /packages/apps/Exchange/src/com/android/exchange/adapter/
ProvisionParser.java 232 Context.STORAGE_SERVICE);
  /frameworks/base/services/java/com/android/server/usb/
UsbDeviceManager.java 172 mContext.getSystemService(Context.STORAGE_SERVICE);
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java     [all...]
  /frameworks/base/core/java/android/app/
ContextImpl.java 398 registerService(STORAGE_SERVICE, new ServiceFetcher() {
    [all...]
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 1898 milliseconds