Searched refs:hiSyncIdEvent (Results 1 – 1 of 1) sorted by relevance
881 HearingAidStackEvent hiSyncIdEvent = new HearingAidStackEvent( in firstTimeConnection_shouldConnectToBothDevices() local883 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()