Home | History | Annotate | Download | only in incallui

Lines Matching refs:getInstance

43     AudioModeProvider.getInstance().onAudioStateChanged(audioState);
48 InCallPresenter.getInstance().onBringToForeground(showDialpad);
53 InCallPresenter.getInstance().onCallAdded(call);
58 InCallPresenter.getInstance().onCallRemoved(call);
63 InCallPresenter.getInstance().onCanAddCallChanged(canAddCall);
69 final ContactInfoCache contactInfoCache = ContactInfoCache.getInstance(context);
70 InCallPresenter.getInstance()
73 CallList.getInstance(),
79 context, AudioModeProvider.getInstance(), new AccelerometerListener(context)),
81 InCallPresenter.getInstance().onServiceBind();
82 InCallPresenter.getInstance().maybeStartRevealAnimation(intent);
83 TelecomAdapter.getInstance().setInCallService(this);
95 InCallPresenter.getInstance().onServiceUnbind();
104 TelecomAdapter.getInstance().clearInCallService();
105 InCallPresenter.getInstance().tearDown();