Searched refs:STORAGE_SERVICE (Results 1 – 18 of 18) 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()
200 StorageManager sm = (StorageManager) context.getSystemService(Context.STORAGE_SERVICE); in getSystemSize()
125 return (StorageManager) getContext().getSystemService(Context.STORAGE_SERVICE); in getStorageManager()
189 .getSystemService(Context.STORAGE_SERVICE); in testDontCrashOnRun()
125 mSm = (StorageManager)mContext.getSystemService(android.content.Context.STORAGE_SERVICE); in setUp()
3291 STORAGE_SERVICE,3797 public static final String STORAGE_SERVICE = "storage"; field in Context
358 mStorageManager = (StorageManager) context.getSystemService(Context.STORAGE_SERVICE); in BackupScheme()
637 Context.STORAGE_SERVICE)).isCheckpointSupported(); in checkNonOverlappingWithStagedSessions()
133 @SystemService(Context.STORAGE_SERVICE)
614 registerService(Context.STORAGE_SERVICE, StorageManager.class, in registerService() argument
6516 Context.STORAGE_SERVICE); in forceWipeDeviceNoLock()
7273 field public static final java.lang.String STORAGE_SERVICE = "storage";
9871 field public static final String STORAGE_SERVICE = "storage";