Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleCocServerTestBaseActivity.java83 filter.addAction(BleCocServerService.BLE_COC_CONNECTED); in onResume()
167 case BleCocServerService.BLE_COC_CONNECTED:
DBleCocClientTestBaseActivity.java85 filter.addAction(BleCocClientService.BLE_COC_CONNECTED); in onResume()
192 case BleCocClientService.BLE_COC_CONNECTED:
DBleCocClientService.java64 public static final String BLE_COC_CONNECTED = field in BleCocClientService
615 Intent intent = new Intent(BLE_COC_CONNECTED); in notifyLeCocClientConnected()
DBleCocServerService.java93 public static final String BLE_COC_CONNECTED = field in BleCocServerService
564 intent = new Intent(BLE_COC_CONNECTED); in processChatStateChange()