Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleConnectionPriorityServerBaseActivity.java73 filter.addAction(BleConnectionPriorityServerService.ACTION_START_CONNECTION_PRIORITY_TEST); in onResume()
139 case BleConnectionPriorityServerService.ACTION_START_CONNECTION_PRIORITY_TEST:
DBleConnectionPriorityServerService.java55 public static final String ACTION_START_CONNECTION_PRIORITY_TEST = field in BleConnectionPriorityServerService
128 …tent intent = new Intent(BleConnectionPriorityServerService.ACTION_START_CONNECTION_PRIORITY_TEST); in notifyTestStart()