Searched refs:ON_POST_DIAL_WAIT (Results 1 – 2 of 2) sorted by relevance
34 public static final int ON_POST_DIAL_WAIT = 1; field in MockConnection146 if (mInvokeCounterMap.get(ON_POST_DIAL_WAIT) != null) { in onPostDialContinue()147 mInvokeCounterMap.get(ON_POST_DIAL_WAIT).invoke(proceed); in onPostDialContinue()230 case ON_POST_DIAL_WAIT: in getCounterLabel()
377 final InvokeCounter counter = connection.getInvokeCounter(MockConnection.ON_POST_DIAL_WAIT); in testOnPostDialWaitAndContinue()