Home
last modified time | relevance | path

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

/packages/apps/Phone/src/com/android/phone/
DInCallUiState.java136 boolean showDialpad; field in InCallUiState
421 log(" - showDialpad: " + showDialpad); in dumpState()
DPhoneInterfaceManager.java325 public boolean showCallScreenWithDialpad(boolean showDialpad) { in showCallScreenWithDialpad() argument
326 return showCallScreenInternal(true, showDialpad); in showCallScreenWithDialpad()
DInCallScreen.java583 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()
DCallController.java505 inCallUiState.showDialpad = voicemailUriSpecified; in placeCallInternal()
DPhoneApp.java735 /* package */ static Intent createInCallIntent(boolean showDialpad) { in createInCallIntent() argument
737 intent.putExtra(InCallScreen.SHOW_DIALPAD_EXTRA, showDialpad); in createInCallIntent()
/packages/apps/Contacts/src/com/android/contacts/dialpad/
DDialpadFragment.java1401 private void returnToInCallScreen(boolean showDialpad) { in returnToInCallScreen() argument
1404 if (phone != null) phone.showCallScreenWithDialpad(showDialpad); in returnToInCallScreen()