Searched refs:getDataBytes (Results 1 – 16 of 16) sorted by relevance
148 final long appSizeAppStats = finalAppStats.getDataBytes() - initialAppStats.getDataBytes(); in testSdkDataIsAttributedToApp()150 finalUserStats.getDataBytes() - initialUserStats.getDataBytes(); in testSdkDataIsAttributedToApp()
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()
105 long dataSize = stats.getDataBytes(); in getStorageResultForUser()
225 long dataSize = data.getDataBytes() - cacheSize; in onDataLoaded()
220 addValue(details.usersSize, user.id, stats.getDataBytes()); in measureExactStorage()221 addValue(details.appsSize, user.id, stats.getAppBytes() + stats.getDataBytes()); in measureExactStorage()
75 mDataCleared ? 0 : mLastResult.getDataBytes() - mLastResult.getCacheBytes(); in updateUi()
569 long dataSize = result.getDataBytes() - cacheSize;
182 values.put(RecordedPrograms.COLUMN_RECORDING_DATA_BYTES, recordedProgram.getDataBytes()); in toValues()388 public abstract long getDataBytes(); in getDataBytes() method in RecordedProgram
183 final long dataSize = stats.getDataBytes(); in getAppsAndGamesSize()
218 when(storageStats.getDataBytes()).thenReturn(dataSize + cacheSize); in addPackage()
466 public byte[] getDataBytes(int length) { in getDataBytes() method in BluetoothMapbMessage.BMsgReader
544 legacy.dataSize = stats.getDataBytes(); in requestSize()1358 legacy.dataSize = stats.getDataBytes(); in handleMessage()