Searched refs:BLE_SERVICE_ADDED (Results 1 – 2 of 2) sorted by relevance
57 private final int BLE_SERVICE_ADDED = 0; field in BleServerTestBaseActivity103 filter.addAction(BleServerService.BLE_SERVICE_ADDED); in onResume()185 case BleServerService.BLE_SERVICE_ADDED:186 mTestAdapter.setTestPass(BLE_SERVICE_ADDED);
78 public static final String BLE_SERVICE_ADDED = field in BleServerService407 Intent intent = new Intent(BLE_SERVICE_ADDED); in notifyServiceAdded()