Searched refs:lastPassphrase (Results 1 – 1 of 1) sorted by relevance
2898 Mutable<String> lastPassphrase = new Mutable<>(); in testLastConfiguredPassphraseIsKeepInSoftApConfigurationWhenChangingToNone() local2909 lastPassphrase.value = value; in testLastConfiguredPassphraseIsKeepInSoftApConfigurationWhenChangingToNone()2917 assertEquals(lastPassphrase.value, testPassphrase); in testLastConfiguredPassphraseIsKeepInSoftApConfigurationWhenChangingToNone()2928 lastPassphrase.value = value; in testLastConfiguredPassphraseIsKeepInSoftApConfigurationWhenChangingToNone()2936 assertEquals(lastPassphrase.value, testPassphrase); in testLastConfiguredPassphraseIsKeepInSoftApConfigurationWhenChangingToNone()