Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/
H A DMediaProjectionPrivacyItemMonitor.kt144 val shouldListen = mediaProjectionAvailable regex
146 Log.d(TAG, "shouldListen=$shouldListen, " +
149 if (listening == shouldListen) {
153 listening = shouldListen
154 if (shouldListen) {
H A DAppOpsPrivacyItemMonitor.kt163 val shouldListen = callback != null && (micCameraAvailable || locationAvailable) regex
164 if (listening == shouldListen) {
168 listening = shouldListen
169 if (shouldListen) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardLiftController.kt120 val shouldListen = (onKeyguard || bouncerVisible) && isFaceEnabled regex
121 if (shouldListen != isListening) {
122 isListening = shouldListen
124 if (shouldListen) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java3146 boolean shouldListen = shouldListenKeyguardState && shouldListenUserState in shouldListenForFingerprint()
3153 shouldListen, in shouldListenForFingerprint()
3177 return shouldListen; in shouldListenForFingerprint()
3224 final boolean shouldListen = in shouldListenForFace()
3246 shouldListen, in shouldListenForFace()
3269 return shouldListen; in shouldListenForFace()