Home
last modified time | relevance | path

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

/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DHearingAidProfileTest.java73 private List<BluetoothDevice> mIntentCallbackDeviceList; field in HearingAidProfileTest
218 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()