Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/callcomposer/
DCallComposerPictureTransfer.java125 .thenApplyAsync(DigestAuthUtils::parseAuthenticateHeader); in uploadPicture()
185 .thenApply(DigestAuthUtils::parseAuthenticateHeader); in downloadPicture()
DDigestAuthUtils.java42 public static WWWAuthenticate parseAuthenticateHeader(String header) { in parseAuthenticateHeader() method in DigestAuthUtils