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.java81 filter.addAction(BleCocServerService.BLE_COC_CONNECTED); in onResume()
165 case BleCocServerService.BLE_COC_CONNECTED:
DBleCocClientTestBaseActivity.java85 filter.addAction(BleCocClientService.BLE_COC_CONNECTED); in onResume()
192 case BleCocClientService.BLE_COC_CONNECTED:
DBleCocServerService.java93 public static final String BLE_COC_CONNECTED = field in BleCocServerService
564 intent = new Intent(BLE_COC_CONNECTED); in processChatStateChange()
DBleCocClientService.java68 public static final String BLE_COC_CONNECTED = field in BleCocClientService
618 Intent intent = new Intent(BLE_COC_CONNECTED); in notifyLeCocClientConnected()