Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleServerTestBaseActivity.java61 private final int BLE_SERVER_CONNECTED = 1; field in BleServerTestBaseActivity
108 filter.addAction(BleServerService.BLE_SERVER_CONNECTED); in onResume()
195 case BleServerService.BLE_SERVER_CONNECTED:
196 mTestAdapter.setTestPass(BLE_SERVER_CONNECTED);
203 mTestAdapter.setTestPass(BLE_SERVER_CONNECTED);
DBleServerService.java70 public static final String BLE_SERVER_CONNECTED = field in BleServerService
399 Intent intent = new Intent(BLE_SERVER_CONNECTED); in notifyConnected()