Searched refs:SECURE_CAMERA_INTENT (Results 1 – 2 of 2) sorted by relevance
49 private static final Intent SECURE_CAMERA_INTENT = field in KeyguardActivityLauncher113 if (wouldLaunchResolverActivity(SECURE_CAMERA_INTENT)) { in launchCamera()118 launchActivity(SECURE_CAMERA_INTENT, false, false, null, null); in launchCamera()120 launchActivity(SECURE_CAMERA_INTENT, true, false, worker, onSecureCameraStarted); in launchCamera()264 return mustLaunchSecurely() ? SECURE_CAMERA_INTENT : INSECURE_CAMERA_INTENT; in getCameraIntent()
73 private static final Intent SECURE_CAMERA_INTENT = field in KeyguardBottomAreaView230 ? SECURE_CAMERA_INTENT : INSECURE_CAMERA_INTENT; in getCameraIntent()338 if (intent == SECURE_CAMERA_INTENT && !wouldLaunchResolverActivity) { in launchCamera()