Home
last modified time | relevance | path

Searched refs:filesUuid (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
DStorageStatsTest.java255 final UUID filesUuid = sm.getUuidForPath(filesDir); in testCacheClearing() local
256 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 …]
/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
DStorageTest.java196 final UUID filesUuid = sm.getUuidForPath(filesDir); in testVerifyAllocateApi() local
200 sm.getAllocatableBytes(filesUuid) > 10 * MB_IN_BYTES); in testVerifyAllocateApi()
205 sm.allocateBytes(filesUuid, 1 * MB_IN_BYTES); in testVerifyAllocateApi()