Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallTest.java1024 final int d2dType = 1; in testOnConnectionEventNotifiesListener() local
1027 d2dExtras.putInt(Connection.EXTRA_DEVICE_TO_DEVICE_MESSAGE_TYPE, d2dType); in testOnConnectionEventNotifiesListener()
1030 verify(listener).onReceivedDeviceToDeviceMessage(call, d2dType, d2dValue); in testOnConnectionEventNotifiesListener()