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

  /packages/apps/InCallUI/src/com/android/incallui/
InCallPresenter.java 247 callList.getOutgoingCall() != null;
303 } else if (callList.getOutgoingCall() != null) {
362 Call call = mCallList.getOutgoingCall();
CallList.java 195 public Call getOutgoingCall() {
243 result = getOutgoingCall();
CallButtonPresenter.java 71 mCall = callList.getOutgoingCall();
CallCardPresenter.java 139 primary = callList.getOutgoingCall();
StatusBarNotifier.java 488 call = callList.getOutgoingCall();

Completed in 65 milliseconds