HomeSort by relevance Sort by last modified time
    Searched refs:mInCallPresenter (Results 1 - 3 of 3) sorted by null

  /packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/
InCallPresenterTest.java 46 InCallPresenter mInCallPresenter;
60 mInCallPresenter = InCallPresenter.getInstance();
61 mInCallPresenter.setUp(mContext, mCallList.getCallList(), new ExternalCallList(),
73 mInCallPresenter.unsetActivity(mInCallActivity);
74 mInCallPresenter.tearDown();
81 mInCallPresenter.setActivity(mInCallActivity);
89 mInCallPresenter.onCallListChange(mCallList.getCallList());
103 mInCallPresenter.onCallListChange(mCallList.getCallList());
104 mInCallPresenter.setActivity(mInCallActivity);
112 mInCallPresenter.onCallListChange(mCallList.getCallList())
    [all...]
ExternalCallNotifierTest.java 69 private InCallPresenter mInCallPresenter;
107 mInCallPresenter = InCallPresenter.getInstance();
108 mInCallPresenter.setUp(mMockContext, mCallList, new ExternalCallList(),
140 mInCallPresenter.tearDown();
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
VideoPauseController.java 72 private InCallPresenter mInCallPresenter;
106 mInCallPresenter = Preconditions.checkNotNull(inCallPresenter);
107 mInCallPresenter.addListener(this);
108 mInCallPresenter.addIncomingCallListener(this);
117 mInCallPresenter.removeListener(this);
118 mInCallPresenter.removeIncomingCallListener(this);
126 mInCallPresenter = null;
251 if (mInCallPresenter == null) {
254 final boolean isInCall = mInCallPresenter.getInCallState() == InCallState.INCALL;
295 if (mInCallPresenter != null)
    [all...]

Completed in 1241 milliseconds