Home
last modified time | relevance | path

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

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DInCallPresenter.java896 showInCall(false, false/* newOutgoingCall */); in answerIncomingCall()
1083 showInCall(showDialpad, false /* newOutgoingCall */); in bringToForeground()
1367 showInCall(false /* showDialpad */, !showAccountPicker /* newOutgoingCall */); in startOrFinishUi()
1470 showInCall(false, false); in startUi()
1530 public void showInCall(final boolean showDialpad, final boolean newOutgoingCall) { in showInCall() method in InCallPresenter