Home
last modified time | relevance | path

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

/packages/apps/Email/tests/src/com/android/emailcommon/utility/
DUtilityUnitTests.java307 String lastPathSegment = notExistUri.getLastPathSegment(); in testGetContentFileName() local
308 assertEquals(lastPathSegment, Utility.getContentFileName(providerContext, notExistUri)); in testGetContentFileName()