Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleServerStartActivity.java66 filter.addAction(BleServerService.BLE_SERVICE_ADDED); in onResume()
107 if (action == BleServerService.BLE_SERVICE_ADDED) {
DBleServerService.java61 public static final String BLE_SERVICE_ADDED = field in BleServerService
170 Intent intent = new Intent(BLE_SERVICE_ADDED); in notifyServiceAdded()