Home
last modified time | relevance | path

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

/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DHearingAidProfileTest.java206 int numDevices = 0; in test_getConnectionStateChangedIntent() local
212 numDevices += deviceList.size(); in test_getConnectionStateChangedIntent()
215 if (numDevices <= 0) return; in test_getConnectionStateChangedIntent()
216 Log.d(TAG, "Number Hearing Aids devices bonded=" + numDevices); in test_getConnectionStateChangedIntent()
233 while ((numDevices != mIntentCallbackDeviceList.size()) && (sanityCount > 0)) { in test_getConnectionStateChangedIntent()
243 + numDevices + ", mIntentCallbackDeviceList.size()=" in test_getConnectionStateChangedIntent()
/cts/suite/cts/utils/
Dget_csv_report.py156 numDevices = len(deviceResults)
159 for j in xrange(numDevices):
175 for j in xrange(numDevices):