Searched refs:STORAGE_SERVICE (Results 1 – 16 of 16) sorted by relevance
88 .thenReturn(Context.STORAGE_SERVICE); in setup()89 when(mContextMock.getSystemService(eq(Context.STORAGE_SERVICE))) in setup()
73 } else if (STORAGE_SERVICE.equals(name)) { in getSystemService()
25 StorageManager mgr = (StorageManager) getSystemService(Context.STORAGE_SERVICE); in onCreate()
200 Context.STORAGE_SERVICE); in doInBackground()
77 if (name.equals(Context.STORAGE_SERVICE)) {
237 Context.STORAGE_SERVICE); in getStorageLowBytes()
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()
3606 STORAGE_SERVICE,4156 public static final String STORAGE_SERVICE = "storage"; field in Context
486 StorageManager sm = (StorageManager) context.getSystemService(Context.STORAGE_SERVICE); in isCheckpointSupported()
435 mStorageManager = (StorageManager) context.getSystemService(Context.STORAGE_SERVICE); in BackupScheme()
142 @SystemService(Context.STORAGE_SERVICE)
644 registerService(Context.STORAGE_SERVICE, StorageManager.class, in registerService() argument
10682 field public static final String STORAGE_SERVICE = "storage";
7273 field public static final java.lang.String STORAGE_SERVICE = "storage";