Searched refs:CAMERA_LAUNCH_SOURCE_POWER_DOUBLE_TAP (Results 1 – 4 of 4) sorted by relevance
94 public static final int CAMERA_LAUNCH_SOURCE_POWER_DOUBLE_TAP = 1; field in StatusBarManager
272 StatusBarManager.CAMERA_LAUNCH_SOURCE_POWER_DOUBLE_TAP); in interceptPowerKeyDown()
81 public static final String CAMERA_LAUNCH_SOURCE_POWER_DOUBLE_TAP = "power_double_tap"; field in KeyguardBottomAreaView
2270 if (source == StatusBarManager.CAMERA_LAUNCH_SOURCE_POWER_DOUBLE_TAP) { in launchCamera()2271 mLastCameraLaunchSource = KeyguardBottomAreaView.CAMERA_LAUNCH_SOURCE_POWER_DOUBLE_TAP; in launchCamera()