Searched refs:filesUuid (Results 1 – 2 of 2) sorted by relevance
255 final UUID filesUuid = sm.getUuidForPath(filesDir); in testCacheClearing() local256 final String pmUuid = filesUuid.equals(StorageManager.UUID_DEFAULT) ? "internal" in testCacheClearing()257 : filesUuid.toString(); in testCacheClearing()259 final long beforeAllocatable = sm.getAllocatableBytes(filesUuid); in testCacheClearing()260 final long beforeFree = stats.getFreeBytes(filesUuid); in testCacheClearing()277 if (stats.isQuotaSupported(filesUuid)) { in testCacheClearing()279 sm.getAllocatableBytes(filesUuid), 10 * MB_IN_BYTES); in testCacheClearing()281 stats.getFreeBytes(filesUuid), 10 * MB_IN_BYTES); in testCacheClearing()284 sm.getAllocatableBytes(filesUuid), 10 * MB_IN_BYTES); in testCacheClearing()286 stats.getFreeBytes(filesUuid), 10 * MB_IN_BYTES); in testCacheClearing()[all …]
196 final UUID filesUuid = sm.getUuidForPath(filesDir); in testVerifyAllocateApi() local200 sm.getAllocatableBytes(filesUuid) > 10 * MB_IN_BYTES); in testVerifyAllocateApi()205 sm.allocateBytes(filesUuid, 1 * MB_IN_BYTES); in testVerifyAllocateApi()