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()
163 final UUID extUuid = sm.getUuidForPath(extDir); in testVerifyAllocateApi() local168 sm.getAllocatableBytes(extUuid) > 10 * MB_IN_BYTES); in testVerifyAllocateApi()
274 final UUID extUuid = mStorageManager in testGetUuidForPath() local277 assertEquals(StorageManager.UUID_DEFAULT, extUuid); in testGetUuidForPath()280 assertEquals(extUuid, mStorageManager.getUuidForPath(mContext.getExternalCacheDir())); in testGetUuidForPath()281 assertEquals(extUuid, mStorageManager.getUuidForPath(new File("/sdcard/"))); in testGetUuidForPath()