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()
197 final UUID extUuid = sm.getUuidForPath(extDir); in testVerifyAllocateApi() local202 sm.getAllocatableBytes(extUuid) > 10 * MB_IN_BYTES); in testVerifyAllocateApi()
290 final UUID extUuid = mStorageManager in testGetExternalUuidForPath() local293 assertEquals(StorageManager.UUID_DEFAULT, extUuid); in testGetExternalUuidForPath()296 assertEquals(extUuid, mStorageManager.getUuidForPath(mContext.getExternalCacheDir())); in testGetExternalUuidForPath()297 assertEquals(extUuid, mStorageManager.getUuidForPath(new File("/sdcard/"))); in testGetExternalUuidForPath()