Searched refs:mIntentCallbackDeviceList (Results 1 – 1 of 1) sorted by relevance
73 private List<BluetoothDevice> mIntentCallbackDeviceList; field in HearingAidProfileTest218 mIntentCallbackDeviceList = new ArrayList(); in test_getConnectionStateChangedIntent()233 while ((numDevices != mIntentCallbackDeviceList.size()) && (sanityCount > 0)) { in test_getConnectionStateChangedIntent()244 + mIntentCallbackDeviceList.size()); in test_getConnectionStateChangedIntent()245 for (BluetoothDevice device : mIntentCallbackDeviceList) { in test_getConnectionStateChangedIntent()306 mIntentCallbackDeviceList.add(device); in onReceive()