Lines Matching full:getinstance
35 CallList.getInstance().setPhone(phone);
36 AudioModeProvider.getInstance().setPhone(phone);
37 TelecomAdapter.getInstance().setPhone(phone);
38 InCallPresenter.getInstance().setPhone(phone);
39 TelecomAdapter.getInstance().setContext(InCallServiceImpl.this);
46 CallList.getInstance().clearPhone();
47 AudioModeProvider.getInstance().clearPhone();
48 TelecomAdapter.getInstance().clearPhone();
49 TelecomAdapter.getInstance().setContext(null);
50 CallList.getInstance().clearOnDisconnect();
51 InCallPresenter.getInstance().tearDown();
56 InCallPresenter.getInstance().setUp(
58 CallList.getInstance(),
59 AudioModeProvider.getInstance());
60 InCallPresenter.getInstance().onServiceBind();
61 InCallPresenter.getInstance().maybeStartRevealAnimation(intent);
67 InCallPresenter.getInstance().onServiceUnbind();