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

  /packages/apps/Dialer/java/com/android/dialer/precall/
PreCallComponent.java 26 public abstract PreCall getPreCall();
PreCall.java 47 return PreCallComponent.get(context).getPreCall().buildIntent(context, builder);
  /packages/apps/Dialer/java/com/android/dialer/precall/impl/
PreCallImpl.java 51 for (PreCallAction action : PreCallComponent.get(context).getPreCall().getActions()) {
63 for (PreCallAction action : PreCallComponent.get(context).getPreCall().getActions()) {