Searched refs:getDataDirStorageLowBytes (Results 1 – 2 of 2) sorted by relevance
557 long lowThreshold = mInjector.getDataDirStorageLowBytes(); in getLowStorageThreshold()1126 long getDataDirStorageLowBytes() { in getDataDirStorageLowBytes() method in BackgroundDexOptService.Injector
146 when(mInjector.getDataDirStorageLowBytes()).thenReturn(STORAGE_LOW_BYTES); in setUp()