Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleServerTestBaseActivity.java73 private final int BLE_SERVER_DISCONNECTED = 15; //16; field in BleServerTestBaseActivity
119 filter.addAction(BleServerService.BLE_SERVER_DISCONNECTED); in onResume()
223 case BleServerService.BLE_SERVER_DISCONNECTED:
224 mTestAdapter.setTestPass(BLE_SERVER_DISCONNECTED);
DBleServerService.java76 public static final String BLE_SERVER_DISCONNECTED = field in BleServerService
399 Intent intent = new Intent(BLE_SERVER_DISCONNECTED); in notifyDisconnected()