Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DInCallActivity.java83 private boolean didShowVideoCallScreen; field in InCallActivity
121 didShowVideoCallScreen = icicle.getBoolean(DID_SHOW_VIDEO_CALL_SCREEN_KEY); in onCreate()
140 out.putBoolean(DID_SHOW_VIDEO_CALL_SCREEN_KEY, didShowVideoCallScreen); in onSaveInstanceState()
264 if (!common.onBackPressed(didShowInCallScreen || didShowVideoCallScreen)) { in onBackPressed()
385 return didShowInCallScreen || didShowVideoCallScreen; in getCallCardFragmentVisible()
507 if (didShowInCallScreen || didShowVideoCallScreen) { in hideMainInCallFragment()
540 didShowVideoCallScreen); in showMainInCallFragment()
722 if (didShowVideoCallScreen) { in showVideoCallScreenFragment()
741 didShowVideoCallScreen = true; in showVideoCallScreenFragment()
746 if (!didShowVideoCallScreen) { in hideVideoCallScreenFragment()
[all …]