Searched refs:d2dExtras (Results 1 – 1 of 1) sorted by relevance
1026 final Bundle d2dExtras = new Bundle(); in testOnConnectionEventNotifiesListener() local1027 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()