Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DClientModeImpl.java1607 private boolean messageIsNull(Message resultMsg) { in messageIsNull() method in ClientModeImpl
1623 if (messageIsNull(resultMsg)) return WifiConfiguration.INVALID_NETWORK_ID; in syncAddOrUpdateNetwork()
1639 if (messageIsNull(resultMsg)) return null; in syncGetConfiguredNetworks()
1655 if (messageIsNull(resultMsg)) return null; in syncGetPrivilegedConfiguredNetwork()
1679 if (messageIsNull(resultMsg)) return new HashMap<>(); in syncGetAllMatchingFqdnsForScanResults()
1700 if (messageIsNull(resultMsg)) return new HashMap<>(); in syncGetMatchingOsuProviders()
1720 if (messageIsNull(resultMsg)) return new HashMap<>(); in syncGetMatchingPasspointConfigsForOsuProviders()
1744 if (messageIsNull(resultMsg)) return new ArrayList<>(); in syncGetWifiConfigsForPasspointProfiles()
1766 if (messageIsNull(resultMsg)) return false; in syncAddOrUpdatePasspointConfig()
1782 if (messageIsNull(resultMsg)) return false; in syncRemovePasspointConfig()
[all …]