Home
last modified time | relevance | path

Searched refs:ON_SILENCE (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DMockConnection.java48 public static final int ON_SILENCE = 9; field in MockConnection
268 if (mInvokeCounterMap.get(ON_SILENCE) != null) { in onSilence()
269 mInvokeCounterMap.get(ON_SILENCE).invoke(); in onSilence()
394 case ON_SILENCE: in getCounterLabel()
DExtendedInCallServiceTest.java705 final InvokeCounter counter = connection.getInvokeCounter(MockConnection.ON_SILENCE); in testSilenceRinger()