Searched refs:showDialpad (Results 1 – 6 of 6) sorted by relevance
136 boolean showDialpad; field in InCallUiState421 log(" - showDialpad: " + showDialpad); in dumpState()
325 public boolean showCallScreenWithDialpad(boolean showDialpad) { in showCallScreenWithDialpad() argument326 return showCallScreenInternal(true, showDialpad); in showCallScreenWithDialpad()
583 if (inCallUiState.showDialpad) { in onResume()1203 boolean showDialpad = intent.getBooleanExtra(SHOW_DIALPAD_EXTRA, false); in internalResolveIntent()1204 if (VDBG) log("- internalResolveIntent: SHOW_DIALPAD_EXTRA: " + showDialpad); in internalResolveIntent()1208 mApp.inCallUiState.showDialpad = showDialpad; in internalResolveIntent()1215 if (showDialpad && !hasActiveCall && hasHoldingCall) { in internalResolveIntent()2962 mApp.inCallUiState.showDialpad = true; in openDialpadInternal()2970 mApp.inCallUiState.showDialpad = false; in closeDialpadInternal()
505 inCallUiState.showDialpad = voicemailUriSpecified; in placeCallInternal()
735 /* package */ static Intent createInCallIntent(boolean showDialpad) { in createInCallIntent() argument737 intent.putExtra(InCallScreen.SHOW_DIALPAD_EXTRA, showDialpad); in createInCallIntent()
1401 private void returnToInCallScreen(boolean showDialpad) { in returnToInCallScreen() argument1404 if (phone != null) phone.showCallScreenWithDialpad(showDialpad); in returnToInCallScreen()