Searched refs:ON_CALL_EVENT (Results 1 – 3 of 3) sorted by relevance
41 public static final int ON_CALL_EVENT = 2; field in MockConnection217 if (mInvokeCounterMap.get(ON_CALL_EVENT) != null) { in onCallEvent()218 mInvokeCounterMap.get(ON_CALL_EVENT).invoke(event, extras); in onCallEvent()407 case ON_CALL_EVENT: in getCounterLabel()
234 MockConnection.ON_CALL_EVENT); in testSendD2DMessage()
1030 final InvokeCounter counter = mConnection.getInvokeCounter(MockConnection.ON_CALL_EVENT); in testCallEvent()