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.java94 filter.addAction(BleCocServerService.BLE_ADD_SERVICE_FAIL); in onResume()
214 case BleCocServerService.BLE_ADD_SERVICE_FAIL:
DBleServerTestBaseActivity.java124 filter.addAction(BleServerService.BLE_ADD_SERVICE_FAIL); in onResume()
277 case BleServerService.BLE_ADD_SERVICE_FAIL:
DBleCocServerService.java118 public static final String BLE_ADD_SERVICE_FAIL = field in BleCocServerService
366 Intent intent = new Intent(BLE_ADD_SERVICE_FAIL); in notifyAddServiceFail()
DBleServerService.java120 public static final String BLE_ADD_SERVICE_FAIL = field in BleServerService
373 Intent intent = new Intent(BLE_ADD_SERVICE_FAIL); in notifyAddServiceFail()