Searched refs:STORAGE_SERVICE (Results 1 – 15 of 15) sorted by relevance
25 StorageManager mgr = (StorageManager) getSystemService(Context.STORAGE_SERVICE); in onCreate()
565 StorageManager sm = (StorageManager) mContext.getSystemService(Context.STORAGE_SERVICE); in unmountMedia()625 StorageManager sm = (StorageManager) mContext.getSystemService(Context.STORAGE_SERVICE); in testUnmountMultiple()
217 mSm = (StorageManager)mContext.getSystemService(android.content.Context.STORAGE_SERVICE); in setUp()
2100 STORAGE_SERVICE,2407 public static final String STORAGE_SERVICE = "storage"; field in Context
70 mStorageManager = (StorageManager) getSystemService(Context.STORAGE_SERVICE); in onCreate()
137 return (StorageManager) getContext().getSystemService(Context.STORAGE_SERVICE); in getStorageManager()
103 mStorageManager = (StorageManager) getSystemService(Context.STORAGE_SERVICE); in onCreate()
88 mStorageManager = (StorageManager) mContext.getSystemService(Context.STORAGE_SERVICE); in start()
299 return (StorageManager) context.getSystemService(Context.STORAGE_SERVICE); in from()
104 mStorageManager = (StorageManager) getContext().getSystemService(Context.STORAGE_SERVICE); in onCreate()
1202 StorageManager sm = (StorageManager) mContext.getSystemService(Context.STORAGE_SERVICE); in mountMedia()1241 StorageManager sm = (StorageManager) mContext.getSystemService(Context.STORAGE_SERVICE); in unmountMedia()
549 registerService(STORAGE_SERVICE, new ServiceFetcher() { in registerService() argument
1277 storage = (StorageManager) getSystemService( STORAGE_SERVICE );
7517 field public static final java.lang.String STORAGE_SERVICE = "storage";
7275 field public static final java.lang.String STORAGE_SERVICE = "storage";