Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBottomAreaView.java111 private static final Intent SECURE_CAMERA_INTENT = field in KeyguardBottomAreaView
472 if (intent == SECURE_CAMERA_INTENT && !wouldLaunchResolverActivity) { in launchCamera()
824 return (secure && !canSkipBouncer) ? SECURE_CAMERA_INTENT : INSECURE_CAMERA_INTENT; in getIntent()