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.java1624 private boolean messageIsNull(Message resultMsg) { in messageIsNull() method in ClientModeImpl
1640 if (messageIsNull(resultMsg)) return WifiConfiguration.INVALID_NETWORK_ID; in syncAddOrUpdateNetwork()
1656 if (messageIsNull(resultMsg)) return null; in syncGetConfiguredNetworks()
1672 if (messageIsNull(resultMsg)) return null; in syncGetPrivilegedConfiguredNetwork()
1696 if (messageIsNull(resultMsg)) return new HashMap<>(); in syncGetAllMatchingFqdnsForScanResults()
1717 if (messageIsNull(resultMsg)) return new HashMap<>(); in syncGetMatchingOsuProviders()
1737 if (messageIsNull(resultMsg)) return new HashMap<>(); in syncGetMatchingPasspointConfigsForOsuProviders()
1761 if (messageIsNull(resultMsg)) return new ArrayList<>(); in syncGetWifiConfigsForPasspointProfiles()
1783 if (messageIsNull(resultMsg)) return false; in syncAddOrUpdatePasspointConfig()
1801 if (messageIsNull(resultMsg)) return false; in syncRemovePasspointConfig()
[all …]