Home | History | Annotate | Download | only in incallui

Lines Matching refs:InCallPresenter

55 public class InCallPresenter implements CallList.Listener, InCallPhoneListener {
60 private static InCallPresenter sInCallPresenter;
144 public static synchronized InCallPresenter getInstance() {
146 sInCallPresenter = new InCallPresenter();
203 Log.d(this, "Finished InCallPresenter.setUp");
793 // 2) InCallPresenter - Gets announcement and calculates that the new InCallState
795 // 3) InCallPresenter - This method is called to see if we need to start or finish
797 // 4) StatusBarNotifier - Listens to InCallState changes. InCallPresenter calls
803 // call InCallPresenter::setActivity() to let the presenter
970 Log.d(this, "Finished InCallPresenter.CleanUp");
1092 private InCallPresenter() {