Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBottomAreaView.java434 final boolean launched = isSuccessfulLaunch(result); in launchCamera()
451 unbindCameraPrewarmService(isSuccessfulLaunch(resultCode)); in launchCamera()
457 private static boolean isSuccessfulLaunch(int result) { in isSuccessfulLaunch() method in KeyguardBottomAreaView