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.kt36 private var hasFaceFeature: Boolean variable in com.android.systemui.statusbar.phone.KeyguardBypassController
74 hasFaceFeature = context.getPackageManager().hasSystemFeature(PackageManager.FEATURE_FACE)
75 if (!hasFaceFeature) {
165 pw.print(" hasFaceFeature: "); pw.println(hasFaceFeature) in dump()