Home
last modified time | relevance | path

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

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardActivityLauncher.java52 private static final Intent INSECURE_CAMERA_INTENT = field in KeyguardActivityLauncher
124 launchActivity(INSECURE_CAMERA_INTENT, false, false, null, null); in launchCamera()
264 return mustLaunchSecurely() ? SECURE_CAMERA_INTENT : INSECURE_CAMERA_INTENT; in getCameraIntent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBottomAreaView.java76 private static final Intent INSECURE_CAMERA_INTENT = field in KeyguardBottomAreaView
230 ? SECURE_CAMERA_INTENT : INSECURE_CAMERA_INTENT; in getCameraIntent()