Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
DUtilsReceiver.java60 final File intDir = context.getCacheDir(); in doAllocation() local
62 final UUID intUuid = sm.getUuidForPath(intDir); in doAllocation()
77 target = (i++ % 2) == 0 ? intDir : extDir; in doAllocation()
79 target = intDir; in doAllocation()
84 if (target == intDir) { in doAllocation()