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