Home
last modified time | relevance | path

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

/cts/hostsidetests/calllog/app/src/android/provider/cts/contacts/testapp/
DCallLogDirectBootTest.java87 Uri imageLocation = result.first.buildUpon().authority(CallLog.AUTHORITY).build(); in testShadowCallComposerPicture() local
107 mCe.getContentResolver().openFileDescriptor(imageLocation, "r")) { in testShadowCallComposerPicture()
/cts/tools/release-parser/src/com/android/cts/releaseparser/
DOatParser.java164 String imageLocation = kvMap.get("image-location"); in praseOat() local
165 if (imageLocation != null) { in praseOat()
166 for (String path : imageLocation.split(":")) { in praseOat()
/cts/tests/tests/provider/src/android/provider/cts/contacts/
DCallLogTest.java485 Uri imageLocation = result.first; in testCallComposerImageStorage() local
488 context.getContentResolver().openFileDescriptor(imageLocation, "r")) { in testCallComposerImageStorage()