Home
last modified time | relevance | path

Searched refs:OTT_TEST_EVENT_NAME (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DTransactionalApisTest.java1043 mCall1.mCallControl.sendEvent(OTT_TEST_EVENT_NAME, in testSendCallEvent()
1049 assertEquals(OTT_TEST_EVENT_NAME, event); in testSendCallEvent()
1079 getLastAddedCall().sendCallEvent(OTT_TEST_EVENT_NAME, testBundle); in testOnCallEvent()
1092 && OTT_TEST_EVENT_NAME.equals(lastEvent.first))) { in testOnCallEvent()
DCallDetailsTest.java991 mConnection.sendConnectionEvent(OTT_TEST_EVENT_NAME, testBundle); in testConnectionEvent()
995 assertEquals(OTT_TEST_EVENT_NAME, event); in testConnectionEvent()
1045 mCall.sendCallEvent(OTT_TEST_EVENT_NAME, testBundle); in testCallEvent()
1049 assertEquals(OTT_TEST_EVENT_NAME, event); in testCallEvent()
DBaseTelecomTestWithMockServices.java114 public static final String OTT_TEST_EVENT_NAME = "test.oem.event_name"; field in BaseTelecomTestWithMockServices