Home
last modified time | relevance | path

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

/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/
DCredentialManagerRepo.kt283 private const val HTTPS = "https://" constant
310 if (processed?.startsWith(HTTPS) == true) { // Removes "https://" in processHttpsOrigin()
311 processed = processed.substring(HTTPS.length) in processHttpsOrigin()