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