Lines Matching refs:getInstance
106 InCallPresenter.getInstance().getExternalCallNotifier().pullExternalCall(notificationId); in onReceive()
108 TelecomAdapter.getInstance().setAudioRoute(CallAudioState.ROUTE_SPEAKER); in onReceive()
110 TelecomAdapter.getInstance().setAudioRoute(CallAudioState.ROUTE_WIRED_OR_EARPIECE); in onReceive()
115 CallList callList = InCallPresenter.getInstance().getCallList(); in acceptUpgradeRequest()
128 CallList callList = InCallPresenter.getInstance().getCallList(); in declineUpgradeRequest()
141 CallList callList = InCallPresenter.getInstance().getCallList(); in hangUpOngoingCall()
159 CallList callList = InCallPresenter.getInstance().getCallList(); in markIncomingCallAsSpeakeasyCall()
172 CallList callList = InCallPresenter.getInstance().getCallList(); in answerIncomingCall()
181 InCallPresenter.getInstance().getSpeakEasyCallManager(); in answerIncomingCall()
212 InCallPresenter.getInstance().showInCall(false /* showDialpad */, false /* newOutgoingCall */); in answerIncomingCallCallback()
216 CallList callList = InCallPresenter.getInstance().getCallList(); in declineIncomingCall()