Searched refs:getMostRecentSsid (Results 1 – 3 of 3) sorted by relevance
1264 || (requireSsid && provider.getMostRecentSsid() == null)) { in getWifiConfigsForPasspointProfiles()1268 config.SSID = provider.getMostRecentSsid(); in getWifiConfigsForPasspointProfiles()1286 return provider.getMostRecentSsid(); in getMostRecentSsidForProfile()
1249 public @Nullable String getMostRecentSsid() { in getMostRecentSsid() method in PasspointProvider
1377 when(provider2.getMostRecentSsid()).thenReturn(TEST_SSID); // assign a recent SSID in testGetWifiConfigsForPasspointProfilesWithSsids()