Searched refs:filesUuid (Results 1 – 2 of 2) sorted by relevance
372 final UUID filesUuid = sm.getUuidForPath(filesDir); in testCacheClearing() local373 final String pmUuid = filesUuid.equals(StorageManager.UUID_DEFAULT) ? "internal" in testCacheClearing()374 : filesUuid.toString(); in testCacheClearing()376 final long beforeAllocatable = sm.getAllocatableBytes(filesUuid); in testCacheClearing()377 final long beforeFree = stats.getFreeBytes(filesUuid); in testCacheClearing()396 if (stats.isQuotaSupported(filesUuid)) { in testCacheClearing()398 sm.getAllocatableBytes(filesUuid), 10 * MB_IN_BYTES); in testCacheClearing()400 stats.getFreeBytes(filesUuid), 10 * MB_IN_BYTES); in testCacheClearing()403 sm.getAllocatableBytes(filesUuid), 10 * MB_IN_BYTES); in testCacheClearing()405 stats.getFreeBytes(filesUuid), 10 * MB_IN_BYTES); in testCacheClearing()[all …]
267 final UUID filesUuid = sm.getUuidForPath(filesDir); in testVerifyAllocateApi() local271 sm.getAllocatableBytes(filesUuid) > 10 * MB_IN_BYTES); in testVerifyAllocateApi()276 sm.allocateBytes(filesUuid, 1 * MB_IN_BYTES); in testVerifyAllocateApi()