Searched refs:STORAGE_SERVICE (Results 1 – 16 of 16) sorted by relevance
59 } else if (STORAGE_SERVICE.equals(name)) { in getSystemService()
88 .thenReturn(Context.STORAGE_SERVICE); in setup()89 when(mContextMock.getSystemService(eq(Context.STORAGE_SERVICE))) in setup()
25 StorageManager mgr = (StorageManager) getSystemService(Context.STORAGE_SERVICE); in onCreate()
117 Context.STORAGE_SERVICE); in doInBackground()
231 Context.STORAGE_SERVICE); in getStorageLowBytes()
125 return (StorageManager) getContext().getSystemService(Context.STORAGE_SERVICE); in getStorageManager()
200 StorageManager sm = (StorageManager) context.getSystemService(Context.STORAGE_SERVICE); in getSystemSize()
189 .getSystemService(Context.STORAGE_SERVICE); in testDontCrashOnRun()
125 mSm = (StorageManager)mContext.getSystemService(android.content.Context.STORAGE_SERVICE); in setUp()
3169 STORAGE_SERVICE,3664 public static final String STORAGE_SERVICE = "storage"; field in Context
358 mStorageManager = (StorageManager) context.getSystemService(Context.STORAGE_SERVICE); in BackupScheme()
133 @SystemService(Context.STORAGE_SERVICE)
576 registerService(Context.STORAGE_SERVICE, StorageManager.class, in registerService() argument
6500 Context.STORAGE_SERVICE); in forceWipeDeviceNoLock()
7273 field public static final java.lang.String STORAGE_SERVICE = "storage";
9864 field public static final String STORAGE_SERVICE = "storage";