Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DDeviceDiscoveryTest.java59 private ArrayList<Intent> mDeviceFoundData; field in DeviceDiscoveryTest
73 mDeviceFoundData.add(intent);
123 mDeviceFoundData = new ArrayList<Intent>(); in checkDeviceIsDiscoveredTest()
148 assertThat(!mDeviceFoundData.isEmpty()).isTrue(); in checkDeviceIsDiscoveredTest()
149 Log.i(TAG, "Found inquiry results count:" + mDeviceFoundData.size()); in checkDeviceIsDiscoveredTest()