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.java58 private final int BLE_SERVER_CONNECTED = 1; field in BleServerTestBaseActivity
104 filter.addAction(BleServerService.BLE_SERVER_CONNECTED); in onResume()
189 case BleServerService.BLE_SERVER_CONNECTED:
190 mTestAdapter.setTestPass(BLE_SERVER_CONNECTED);
197 mTestAdapter.setTestPass(BLE_SERVER_CONNECTED);
DBleServerService.java74 public static final String BLE_SERVER_CONNECTED = field in BleServerService
389 Intent intent = new Intent(BLE_SERVER_CONNECTED); in notifyConnected()