Home
last modified time | relevance | path

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

/packages/apps/Email/tests/src/com/android/emailcommon/utility/
DUtilityUnitTests.java306 Uri notExistUri = AttachmentUtilities.getAttachmentUri(account.mId, 123456789); in testGetContentFileName() local
307 String lastPathSegment = notExistUri.getLastPathSegment(); in testGetContentFileName()
308 assertEquals(lastPathSegment, Utility.getContentFileName(providerContext, notExistUri)); in testGetContentFileName()