Searched defs:InCallPresenter (Results 1 - 1 of 1) sorted by relevance

/packages/apps/InCallUI/src/com/android/incallui/
H A DInCallPresenter.java62 public class InCallPresenter implements CallList.Listener, class in inherits:CallList.Listener,CircularRevealFragment.OnCircularRevealCompleteListener
70 private static InCallPresenter sInCallPresenter;
180 public static synchronized InCallPresenter getInstance() {
182 sInCallPresenter = new InCallPresenter();
188 static synchronized void setInstance(InCallPresenter inCallPresenter) {
242 Log.d(this, "Finished InCallPresenter.setUp");
1042 // 2) InCallPresenter - Gets announcement and calculates that the new InCallState
1044 // 3) InCallPresenter - This method is called to see if we need to start or finish
1046 // 4) StatusBarNotifier - Listens to InCallState changes. InCallPresenter calls
1052 // call InCallPresenter
1567 private InCallPresenter() { method in class:InCallPresenter
[all...]

Completed in 94 milliseconds