Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/callcomposer/
DCallComposerPictureTransfer.java205 ImageData fromAuth = authRequiredImage.getNow(null); in downloadPicture() local
208 if (fromAuth == null && fromImmediate == null) { in downloadPicture()
211 if (fromAuth != null) mCallback.onDownloadSuccessful(fromAuth); in downloadPicture()