Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hearingaid/
DHearingAidServiceTest.java881 HearingAidStackEvent hiSyncIdEvent = new HearingAidStackEvent( in firstTimeConnection_shouldConnectToBothDevices() local
883 hiSyncIdEvent.device = mLeftDevice; in firstTimeConnection_shouldConnectToBothDevices()
884 hiSyncIdEvent.valueInt1 = 0x02; in firstTimeConnection_shouldConnectToBothDevices()
885 hiSyncIdEvent.valueLong2 = 0x0101; in firstTimeConnection_shouldConnectToBothDevices()
886 mService.messageFromNative(hiSyncIdEvent); in firstTimeConnection_shouldConnectToBothDevices()
915 hiSyncIdEvent = new HearingAidStackEvent( in firstTimeConnection_shouldConnectToBothDevices()
917 hiSyncIdEvent.device = mRightDevice; in firstTimeConnection_shouldConnectToBothDevices()
918 hiSyncIdEvent.valueInt1 = 0x02; in firstTimeConnection_shouldConnectToBothDevices()
919 hiSyncIdEvent.valueLong2 = 0x0101; in firstTimeConnection_shouldConnectToBothDevices()
920 mService.messageFromNative(hiSyncIdEvent); in firstTimeConnection_shouldConnectToBothDevices()