Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
DUtilsReceiver.java63 final UUID extUuid = sm.getUuidForPath(extDir); 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()
DStorageTest.java256 final UUID extUuid = sm.getUuidForPath(extDir); in testVerifyAllocateApi() local
261 sm.getAllocatableBytes(extUuid) > 10 * MB_IN_BYTES); in testVerifyAllocateApi()
/cts/tests/tests/os/src/android/os/storage/cts/
DStorageManagerTest.java318 final UUID extUuid = mStorageManager in testGetExternalUuidForPath() local
321 assertEquals(StorageManager.UUID_DEFAULT, extUuid); in testGetExternalUuidForPath()
324 assertEquals(extUuid, mStorageManager.getUuidForPath(mContext.getExternalCacheDir())); in testGetExternalUuidForPath()
325 assertEquals(extUuid, mStorageManager.getUuidForPath(new File("/sdcard/"))); in testGetExternalUuidForPath()