Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DActiveUnlockConfig.kt123 private val unlockIntentUri = secureSettings.getUriFor(ACTIVE_UNLOCK_ON_UNLOCK_INTENT) constant
139 unlockIntentUri, in register()
186 if (selfChange || uris.contains(unlockIntentUri)) { in onChange()