Searched refs:sInCallPresenter (Results 1 - 1 of 1) sorted by relevance

/packages/apps/InCallUI/src/com/android/incallui/
H A DInCallPresenter.java44 private static InCallPresenter sInCallPresenter; field in class:InCallPresenter
68 if (sInCallPresenter == null) {
69 sInCallPresenter = new InCallPresenter();
71 return sInCallPresenter;

Completed in 32 milliseconds