Searched refs:getDataBytes (Results 1 – 16 of 16) 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()
63 when(stats.getDataBytes()).thenReturn(2L); in worksForValidPackageNameAndUid()
92 when(stats.getDataBytes()).thenReturn(10000L); in updateUiWithSize_hasDataAndCache_shouldEnableClearButtons()
40 : getAppStorageStats().getDataBytes() - getAppStorageStats().getCacheBytes(); in getSize()
41 : getAppStorageStats().getDataBytes() - getAppStorageStats().getCacheBytes(); in getSize()
98 long dataSize = stats.getDataBytes(); in getStorageResultForUser()
242 long dataSize = data.getDataBytes() - cacheSize; in onDataLoaded()
181 values.put(RecordedPrograms.COLUMN_RECORDING_DATA_BYTES, recordedProgram.getDataBytes()); in toValues()387 public abstract long getDataBytes(); in getDataBytes() method in RecordedProgram
75 mDataCleared ? 0 : mLastResult.getDataBytes() - mLastResult.getCacheBytes(); in updateUi()
563 long dataSize = result.getDataBytes() - cacheSize;
567 long dataSize = result.getDataBytes() - cacheSize;
109 final long dataSize = stats.getDataBytes(); in getStorageResultForUser()
229 when(storageStats.getDataBytes()).thenReturn(dataSize + cacheSize); in addPackage()
448 public byte[] getDataBytes(int length) { in getDataBytes() method in BluetoothMapbMessage.BMsgReader