Searched refs:ON_SILENCE (Results 1 – 2 of 2) sorted by relevance
48 public static final int ON_SILENCE = 9; field in MockConnection268 if (mInvokeCounterMap.get(ON_SILENCE) != null) { in onSilence()269 mInvokeCounterMap.get(ON_SILENCE).invoke(); in onSilence()394 case ON_SILENCE: in getCounterLabel()
705 final InvokeCounter counter = connection.getInvokeCounter(MockConnection.ON_SILENCE); in testSilenceRinger()