Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthController.java191 if (!isOwnerInForeground()) {
231 private boolean isOwnerInForeground() { in isOwnerInForeground() method in AuthController
1261 if (!promptInfo.isAllowBackgroundAuthentication() && !isOwnerInForeground()) { in showDialog()