Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/tests/public_api_access/src/com/android/providers/downloads/public_api_access_tests/
DPublicApiAccessTest.java216 final String actualPath = c in testAddCompletedWithoutExtension() local
220 assertEquals(file.getAbsolutePath(), actualPath); in testAddCompletedWithoutExtension() local
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaProvider.java2632 final String actualPath = values.getAsString(MediaColumns.RELATIVE_PATH); in ensureFileColumns() local
2633 if (!Objects.equals(expectedPath, actualPath)) { in ensureFileColumns()
2634 throw new IllegalArgumentException("Placement of " + actualPath in ensureFileColumns()