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.java77 private final int BLE_SERVER_DISCONNECTED = 16; //17; field in BleServerTestBaseActivity
123 filter.addAction(BleServerService.BLE_SERVER_DISCONNECTED); in onResume()
229 case BleServerService.BLE_SERVER_DISCONNECTED:
230 mTestAdapter.setTestPass(BLE_SERVER_DISCONNECTED);
DBleCocServerTestBaseActivity.java91 filter.addAction(BleCocServerService.BLE_SERVER_DISCONNECTED); in onResume()
193 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.java72 public static final String BLE_SERVER_DISCONNECTED = field in BleServerService
408 Intent intent = new Intent(BLE_SERVER_DISCONNECTED); in notifyDisconnected()