Searched refs:getDataBytes (Results 1 – 13 of 13) sorted by relevance
80 when(result.getDataBytes()).thenReturn(100L); in properlyPopulatedAfterValidEntry()97 when(result.getDataBytes()).thenReturn(100L); in fakeCacheFlagSetsCacheToZero()115 when(result.getDataBytes()).thenReturn(100L); in fakeDataFlagSetsDataAndCacheToZero()
103 when(stats.getDataBytes()).thenReturn(10000L); in updateUiWithSize_hasDataAndCache_shouldEnableClearButtons()126 when(stats.getDataBytes()).thenReturn(10000L); in updateUiWithSize_mainlineModule_shouldDisableClearButtons()
63 when(stats.getDataBytes()).thenReturn(2L); in worksForValidPackageNameAndUid()
40 : getAppStorageStats().getDataBytes() - getAppStorageStats().getCacheBytes(); in getSize()
41 : getAppStorageStats().getDataBytes() - getAppStorageStats().getCacheBytes(); in getSize()
97 long dataSize = stats.getDataBytes(); in getStorageResultForUser()
225 long dataSize = data.getDataBytes() - cacheSize; in onDataLoaded()
182 values.put(RecordedPrograms.COLUMN_RECORDING_DATA_BYTES, recordedProgram.getDataBytes()); in toValues()388 public abstract long getDataBytes(); in getDataBytes() method in RecordedProgram
75 mDataCleared ? 0 : mLastResult.getDataBytes() - mLastResult.getCacheBytes(); in updateUi()
569 long dataSize = result.getDataBytes() - cacheSize;
158 final long dataSize = stats.getDataBytes(); in getAppsAndGamesSize()
216 when(storageStats.getDataBytes()).thenReturn(dataSize + cacheSize); in addPackage()
448 public byte[] getDataBytes(int length) { in getDataBytes() method in BluetoothMapbMessage.BMsgReader