Home
last modified time | relevance | path

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

/packages/apps/InCallUI/src/com/android/incallui/
DInCallPresenter.java693 showInCall(false, false/* newOutgoingCall */); in answerIncomingCall()
863 showInCall(showDialpad, false /* newOutgoingCall */); in bringToForeground()
1107 showInCall(false /* showDialpad */, !showAccountPicker /* newOutgoingCall */); in startOrFinishUi()
1210 showInCall(false, false); in startUi()
1270 public void showInCall(final boolean showDialpad, final boolean newOutgoingCall) { in showInCall() method in InCallPresenter