Searched refs:notExistUri (Results 1 – 1 of 1) sorted by relevance
306 Uri notExistUri = AttachmentUtilities.getAttachmentUri(account.mId, 123456789); in testGetContentFileName() local307 String lastPathSegment = notExistUri.getLastPathSegment(); in testGetContentFileName()308 assertEquals(lastPathSegment, Utility.getContentFileName(providerContext, notExistUri)); in testGetContentFileName()