Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBottomAreaView.java84 private static final Intent INSECURE_CAMERA_INTENT = field in KeyguardBottomAreaView
264 return (secure && !canSkipBouncer) ? SECURE_CAMERA_INTENT : INSECURE_CAMERA_INTENT; in getCameraIntent()