Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleCocServerTestBaseActivity.java96 filter.addAction(BleCocServerService.BLE_ADD_SERVICE_FAIL); in onResume()
216 case BleCocServerService.BLE_ADD_SERVICE_FAIL:
DBleServerTestBaseActivity.java128 filter.addAction(BleServerService.BLE_ADD_SERVICE_FAIL); in onResume()
293 case BleServerService.BLE_ADD_SERVICE_FAIL:
DBleCocServerService.java118 public static final String BLE_ADD_SERVICE_FAIL = field in BleCocServerService
365 Intent intent = new Intent(BLE_ADD_SERVICE_FAIL); in notifyAddServiceFail()
DBleServerService.java120 public static final String BLE_ADD_SERVICE_FAIL = field in BleServerService
382 Intent intent = new Intent(BLE_ADD_SERVICE_FAIL); in notifyAddServiceFail()