Searched refs:messageIsNull (Results 1 – 1 of 1) sorted by relevance
1607 private boolean messageIsNull(Message resultMsg) { in messageIsNull() method in ClientModeImpl1623 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 …]