Searched refs:extUuid (Results 1 – 3 of 3) sorted by relevance
63 final UUID extUuid = sm.getUuidForPath(extDir); in doAllocation() local65 Log.d(TAG, "Found internal " + intUuid + " and external " + extUuid); in doAllocation()66 final boolean doPivot = Objects.equals(intUuid, extUuid); in doAllocation()
267 final UUID extUuid = sm.getUuidForPath(extDir); in testVerifyAllocateApi() local272 sm.getAllocatableBytes(extUuid) > 10 * MB_IN_BYTES); in testVerifyAllocateApi()
318 final UUID extUuid = mStorageManager in testGetExternalUuidForPath() local321 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()