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