Searched defs:includeScans (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
H A DWifiTrackerFactory.java35 boolean includeSaved, boolean includeScans, boolean includePasspoints) {
40 context, wifiListener, workerLooper, includeSaved, includeScans, includePasspoints);
33 create( Context context, WifiTracker.WifiListener wifiListener, Looper workerLooper, boolean includeSaved, boolean includeScans, boolean includePasspoints) argument
H A DWifiTracker.java159 boolean includeSaved, boolean includeScans) {
160 this(context, wifiListener, null, includeSaved, includeScans);
164 boolean includeSaved, boolean includeScans) {
165 this(context, wifiListener, workerLooper, includeSaved, includeScans, false);
169 boolean includeSaved, boolean includeScans, boolean includePasspoints) {
170 this(context, wifiListener, null, includeSaved, includeScans, includePasspoints);
174 boolean includeSaved, boolean includeScans, boolean includePasspoints) {
175 this(context, wifiListener, workerLooper, includeSaved, includeScans, includePasspoints,
184 boolean includeSaved, boolean includeScans, boolean includePasspoints,
187 if (!includeSaved && !includeScans) {
158 WifiTracker(Context context, WifiListener wifiListener, boolean includeSaved, boolean includeScans) argument
163 WifiTracker(Context context, WifiListener wifiListener, Looper workerLooper, boolean includeSaved, boolean includeScans) argument
168 WifiTracker(Context context, WifiListener wifiListener, boolean includeSaved, boolean includeScans, boolean includePasspoints) argument
173 WifiTracker(Context context, WifiListener wifiListener, Looper workerLooper, boolean includeSaved, boolean includeScans, boolean includePasspoints) argument
183 WifiTracker(Context context, WifiListener wifiListener, Looper workerLooper, boolean includeSaved, boolean includeScans, boolean includePasspoints, WifiManager wifiManager, ConnectivityManager connectivityManager, NetworkScoreManager networkScoreManager, Looper currentLooper) argument
764 getCurrentAccessPoints(Context context, boolean includeSaved, boolean includeScans, boolean includePasspoints) argument
[all...]

Completed in 52 milliseconds