OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:handleScanResults
(Results
1 - 5
of
5
) sorted by null
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
OpenNetworkNotifierTest.java
154
mNotificationController.
handleScanResults
(mOpenNetworks);
168
mNotificationController.
handleScanResults
(new ArrayList<>());
182
mNotificationController.
handleScanResults
(new ArrayList<>());
194
mNotificationController.
handleScanResults
(mOpenNetworks);
202
mNotificationController.
handleScanResults
(new ArrayList<>());
213
mNotificationController.
handleScanResults
(mOpenNetworks);
222
mNotificationController.
handleScanResults
(mOpenNetworks);
233
mNotificationController.
handleScanResults
(mOpenNetworks);
242
mNotificationController.
handleScanResults
(new ArrayList<>());
253
mNotificationController.
handleScanResults
(mOpenNetworks)
[
all
...]
WifiConnectivityManagerTest.java
639
verify(mOpenNetworkNotifier).
handleScanResults
(expectedOpenNetworks);
[
all
...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConnectivityManager.java
249
private boolean
handleScanResults
(List<ScanDetail> scanDetails, String listenerName) {
275
mOpenNetworkNotifier.
handleScanResults
(
330
boolean wasConnectAttempted =
handleScanResults
(mScanDetails, "AllSingleScanListener");
480
wasConnectAttempted =
handleScanResults
(mScanDetails, "PnoScanListener");
[
all
...]
OpenNetworkNotifier.java
257
public void
handleScanResults
(@NonNull List<ScanDetail> availableNetworks) {
/frameworks/base/services/core/java/com/android/server/display/
WifiDisplayController.java
453
handleScanResults
();
468
private void
handleScanResults
() {
[
all
...]
Completed in 167 milliseconds