Searched refs:TEST_DATA_COUNT (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/system/blueberry/tests/pbap/ |
D | bluetooth_pbap_test.py | 28 TEST_DATA_COUNT = 1000 variable 266 self._generate_contacts_on_pse(TEST_DATA_COUNT) 272 self.derived_bt_device, TEST_DATA_COUNT, WAITING_TIMEOUT_SEC) 277 current_count == TEST_DATA_COUNT, 280 (TEST_DATA_COUNT, WAITING_TIMEOUT_SEC, current_count)) 298 self._generate_call_logs_on_pse(call_log_type, TEST_DATA_COUNT) 308 TEST_DATA_COUNT, 315 current_count == TEST_DATA_COUNT, 318 (TEST_DATA_COUNT, call_log_type, WAITING_TIMEOUT_SEC, current_count))
|