Searched refs:mDeviceFoundData (Results 1 – 1 of 1) sorted by relevance
59 private ArrayList<Intent> mDeviceFoundData; field in DeviceDiscoveryTest73 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()