Searched refs:STORAGE_SERVICE (Results 1 – 14 of 14) 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()
2099 STORAGE_SERVICE,2403 public static final String STORAGE_SERVICE = "storage"; field in Context
70 mStorageManager = (StorageManager) getSystemService(Context.STORAGE_SERVICE); in onCreate()
103 mStorageManager = (StorageManager) getSystemService(Context.STORAGE_SERVICE); in onCreate()
88 mStorageManager = (StorageManager) mContext.getSystemService(Context.STORAGE_SERVICE); in start()
137 return (StorageManager) getContext().getSystemService(Context.STORAGE_SERVICE); in getStorageManager()
299 return (StorageManager) context.getSystemService(Context.STORAGE_SERVICE); in from()
102 mStorageManager = (StorageManager) getContext().getSystemService(Context.STORAGE_SERVICE); in onCreate()
1193 StorageManager sm = (StorageManager) mContext.getSystemService(Context.STORAGE_SERVICE); in mountMedia()1232 StorageManager sm = (StorageManager) mContext.getSystemService(Context.STORAGE_SERVICE); in unmountMedia()
548 registerService(STORAGE_SERVICE, new ServiceFetcher() { in registerService() argument
1277 storage = (StorageManager) getSystemService( STORAGE_SERVICE );
7241 field public static final java.lang.String STORAGE_SERVICE = "storage";