• Home
  • Raw
  • Download

Lines Matching refs:getInstance

54     AudioModeProvider.getInstance().onAudioStateChanged(audioState);  in onCallAudioStateChanged()
61 InCallPresenter.getInstance().onBringToForeground(showDialpad); in onBringToForeground()
68 InCallPresenter.getInstance().onCallAdded(call); in onCallAdded()
75 speakEasyCallManager.onCallRemoved(CallList.getInstance().getDialerCallFromTelecomCall(call)); in onCallRemoved()
77 InCallPresenter.getInstance().onCallRemoved(call); in onCallRemoved()
84 InCallPresenter.getInstance().onCanAddCallChanged(canAddCall); in onCanAddCallChanged()
98 final ContactInfoCache contactInfoCache = ContactInfoCache.getInstance(context); in onBind()
99 AudioModeProvider.getInstance().initializeAudioState(this); in onBind()
100 InCallPresenter.getInstance() in onBind()
103 CallList.getInstance(), in onBind()
109 context, AudioModeProvider.getInstance(), new AccelerometerListener(context)), in onBind()
112 InCallPresenter.getInstance().onServiceBind(); in onBind()
113 InCallPresenter.getInstance().maybeStartRevealAnimation(intent); in onBind()
114 TelecomAdapter.getInstance().setInCallService(this); in onBind()
116 new ReturnToCallController(this, ContactInfoCache.getInstance(context)); in onBind()
118 CallList.getInstance().addListener(feedbackListener); in onBind()
130 InCallPresenter.getInstance().onServiceUnbind(); in onUnbind()
141 InCallPresenter.getInstance().tearDown(); in tearDown()
142 TelecomAdapter.getInstance().clearInCallService(); in tearDown()
148 CallList.getInstance().removeListener(feedbackListener); in tearDown()