Home
last modified time | relevance | path

Searched refs:STORAGE_SERVICE (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
DSharedStorageAgent.java25 StorageManager mgr = (StorageManager) getSystemService(Context.STORAGE_SERVICE); in onCreate()
/frameworks/base/core/tests/coretests/src/android/os/storage/
DAsecTests.java565 StorageManager sm = (StorageManager) mContext.getSystemService(Context.STORAGE_SERVICE); in unmountMedia()
625 StorageManager sm = (StorageManager) mContext.getSystemService(Context.STORAGE_SERVICE); in testUnmountMultiple()
DStorageManagerBaseTest.java217 mSm = (StorageManager)mContext.getSystemService(android.content.Context.STORAGE_SERVICE); in setUp()
/frameworks/base/core/java/android/content/
DContext.java2099 STORAGE_SERVICE,
2403 public static final String STORAGE_SERVICE = "storage"; field in Context
/frameworks/base/core/java/com/android/internal/os/storage/
DExternalStorageFormatter.java70 mStorageManager = (StorageManager) getSystemService(Context.STORAGE_SERVICE); in onCreate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DUsbStorageActivity.java103 mStorageManager = (StorageManager) getSystemService(Context.STORAGE_SERVICE); in onCreate()
DStorageNotification.java88 mStorageManager = (StorageManager) mContext.getSystemService(Context.STORAGE_SERVICE); in start()
/frameworks/base/services/tests/servicestests/src/com/android/server/
DMountServiceTests.java137 return (StorageManager) getContext().getSystemService(Context.STORAGE_SERVICE); in getStorageManager()
/frameworks/base/core/java/android/os/storage/
DStorageManager.java299 return (StorageManager) context.getSystemService(Context.STORAGE_SERVICE); in from()
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
DExternalStorageProvider.java102 mStorageManager = (StorageManager) getContext().getSystemService(Context.STORAGE_SERVICE); in onCreate()
/frameworks/base/core/tests/coretests/src/android/content/pm/
DPackageManagerTests.java1193 StorageManager sm = (StorageManager) mContext.getSystemService(Context.STORAGE_SERVICE); in mountMedia()
1232 StorageManager sm = (StorageManager) mContext.getSystemService(Context.STORAGE_SERVICE); in unmountMedia()
/frameworks/base/core/java/android/app/
DContextImpl.java548 registerService(STORAGE_SERVICE, new ServiceFetcher() { in registerService() argument
/frameworks/base/docs/html/google/play/
Dexpansion-files.jd1277 storage = (StorageManager) getSystemService( STORAGE_SERVICE );
/frameworks/base/api/
Dcurrent.txt7241 field public static final java.lang.String STORAGE_SERVICE = "storage";