Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DInCallActivity.java1225 ShouldShowUiResult shouldShowAnswerUi = getShouldShowAnswerUi(); in showMainInCallFragment() local
1234 shouldShowAnswerUi.shouldShow, in showMainInCallFragment()
1248 if (shouldShowAnswerUi.shouldShow) { in showMainInCallFragment()
1253 didChange |= showAnswerScreenFragment(transaction, shouldShowAnswerUi.call); in showMainInCallFragment()