Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallTest.java1026 final Bundle d2dExtras = new Bundle(); in testOnConnectionEventNotifiesListener() local
1027 d2dExtras.putInt(Connection.EXTRA_DEVICE_TO_DEVICE_MESSAGE_TYPE, d2dType); in testOnConnectionEventNotifiesListener()
1028 d2dExtras.putInt(Connection.EXTRA_DEVICE_TO_DEVICE_MESSAGE_VALUE, d2dValue); in testOnConnectionEventNotifiesListener()
1029 call.onConnectionEvent(Connection.EVENT_DEVICE_TO_DEVICE_MESSAGE, d2dExtras); in testOnConnectionEventNotifiesListener()