Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/util/
DContactPhotoUtils.java150 if (inputUri == null || outputUri == null || isFilePathAndNotStorage(inputUri)) { in savePhotoFromUriToUri()
182 private static boolean isFilePathAndNotStorage(Uri inputUri) { in isFilePathAndNotStorage() method in ContactPhotoUtils