Searched refs:ON_DEFLECT (Results 1 – 2 of 2) sorted by relevance
47 public static final int ON_DEFLECT = 8; field in MockConnection278 if (mInvokeCounterMap.get(ON_DEFLECT) != null) { in onDeflect()279 mInvokeCounterMap.get(ON_DEFLECT).invoke(address); in onDeflect()419 case ON_DEFLECT: in getCounterLabel()
1011 final InvokeCounter counter = mConnection.getInvokeCounter(MockConnection.ON_DEFLECT); in testDeflect()