Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
DUtilsReceiver.java62 final UUID intUuid = sm.getUuidForPath(intDir); in doAllocation() local
65 Log.d(TAG, "Found internal " + intUuid + " and external " + extUuid); in doAllocation()
66 final boolean doPivot = Objects.equals(intUuid, extUuid); in doAllocation()
69 final long quota = sm.getCacheQuotaBytes(intUuid); in doAllocation()