Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleServerTestBaseActivity.java75 private final int BLE_SERVER_DISCONNECTED = 16; //17; field in BleServerTestBaseActivity
121 filter.addAction(BleServerService.BLE_SERVER_DISCONNECTED); in onResume()
227 case BleServerService.BLE_SERVER_DISCONNECTED:
228 mTestAdapter.setTestPass(BLE_SERVER_DISCONNECTED);
DBleCocServerTestBaseActivity.java89 filter.addAction(BleCocServerService.BLE_SERVER_DISCONNECTED); in onResume()
191 case BleCocServerService.BLE_SERVER_DISCONNECTED:
DBleCocServerService.java112 public static final String BLE_SERVER_DISCONNECTED = field in BleCocServerService
389 Intent intent = new Intent(BLE_SERVER_DISCONNECTED); in notifyDisconnected()
DBleServerService.java76 public static final String BLE_SERVER_DISCONNECTED = field in BleServerService
411 Intent intent = new Intent(BLE_SERVER_DISCONNECTED); in notifyDisconnected()