Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DInCallActivity.java150 private boolean didShowRttCallScreen; field in InCallActivity
200 didShowRttCallScreen = bundle.getBoolean(KeysForSavedInstance.DID_SHOW_RTT_CALL_SCREEN); in onCreate()
429 out.putBoolean(KeysForSavedInstance.DID_SHOW_RTT_CALL_SCREEN, didShowRttCallScreen); in onSaveInstanceState()
954 || didShowRttCallScreen in getCallCardFragmentVisible()
1240 didShowRttCallScreen, in showMainInCallFragment()
1568 if (didShowRttCallScreen) { in showRttCallScreenFragment()
1578 didShowRttCallScreen = true; in showRttCallScreenFragment()
1590 if (!didShowRttCallScreen) { in hideRttCallScreenFragment()
1597 didShowRttCallScreen = false; in hideRttCallScreenFragment()
1659 if (didShowRttCallScreen) { in getInCallOrRttCallScreen()