HomeSort by relevance Sort by last modified time
    Searched refs:filesUuid (Results 1 - 2 of 2) sorted by null

  /cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
StorageStatsTest.java 255 final UUID filesUuid = sm.getUuidForPath(filesDir);
256 final String pmUuid = filesUuid.equals(StorageManager.UUID_DEFAULT) ? "internal"
257 : filesUuid.toString();
259 final long beforeAllocatable = sm.getAllocatableBytes(filesUuid);
260 final long beforeFree = stats.getFreeBytes(filesUuid);
277 if (stats.isQuotaSupported(filesUuid)) {
279 sm.getAllocatableBytes(filesUuid), 10 * MB_IN_BYTES);
281 stats.getFreeBytes(filesUuid), 10 * MB_IN_BYTES);
284 sm.getAllocatableBytes(filesUuid), 10 * MB_IN_BYTES);
286 stats.getFreeBytes(filesUuid), 10 * MB_IN_BYTES)
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
StorageTest.java 155 final UUID filesUuid = sm.getUuidForPath(filesDir);
159 sm.getAllocatableBytes(filesUuid) > 10 * MB_IN_BYTES);
164 sm.allocateBytes(filesUuid, 1 * MB_IN_BYTES);

Completed in 215 milliseconds