Home
last modified time | relevance | path

Searched refs:STORAGE_SERVICE (Results 1 – 15 of 15) 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.java2100 STORAGE_SERVICE,
2407 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/services/tests/servicestests/src/com/android/server/
DMountServiceTests.java137 return (StorageManager) getContext().getSystemService(Context.STORAGE_SERVICE); in getStorageManager()
/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/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.java104 mStorageManager = (StorageManager) getContext().getSystemService(Context.STORAGE_SERVICE); in onCreate()
/frameworks/base/core/tests/coretests/src/android/content/pm/
DPackageManagerTests.java1202 StorageManager sm = (StorageManager) mContext.getSystemService(Context.STORAGE_SERVICE); in mountMedia()
1241 StorageManager sm = (StorageManager) mContext.getSystemService(Context.STORAGE_SERVICE); in unmountMedia()
/frameworks/base/core/java/android/app/
DContextImpl.java549 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/
Dsystem-current.txt7517 field public static final java.lang.String STORAGE_SERVICE = "storage";
Dcurrent.txt7275 field public static final java.lang.String STORAGE_SERVICE = "storage";