Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBypassController.kt44 private var hasFaceFeature: Boolean variable in com.android.systemui.statusbar.phone.KeyguardBypassController
115 hasFaceFeature = context.getPackageManager().hasSystemFeature(PackageManager.FEATURE_FACE)
116 if (!hasFaceFeature) {
224 pw.println(" hasFaceFeature: $hasFaceFeature") in dump()