Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/
DScanManager.java95 static final int MSG_RESUME_SCANS = 5; field in ScanManager
350 case MSG_RESUME_SCANS: in handleMessage()
1964 sendMessage(MSG_RESUME_SCANS, null);
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_scan/
DScanManagerTest.java350 message.what = isLocationOn ? ScanManager.MSG_RESUME_SCANS : ScanManager.MSG_SUSPEND_SCANS; in createLocationOnOffMessage()