Searched refs:MSG_SUSPEND_SCANS (Results 1 – 2 of 2) sorted by relevance
94 static final int MSG_SUSPEND_SCANS = 4; field in ScanManager347 case MSG_SUSPEND_SCANS: in handleMessage()1966 sendMessage(MSG_SUSPEND_SCANS, null);
350 message.what = isLocationOn ? ScanManager.MSG_RESUME_SCANS : ScanManager.MSG_SUSPEND_SCANS; in createLocationOnOffMessage()