Searched refs:needsPreSharedKey (Results 1 – 4 of 4) sorted by relevance
678 assertTrue(configuration.needsPreSharedKey()); in testNeedsPreSharedKey()681 assertTrue(configuration.needsPreSharedKey()); in testNeedsPreSharedKey()684 assertTrue(configuration.needsPreSharedKey()); in testNeedsPreSharedKey()687 assertFalse(configuration.needsPreSharedKey()); in testNeedsPreSharedKey()690 assertFalse(configuration.needsPreSharedKey()); in testNeedsPreSharedKey()693 assertFalse(configuration.needsPreSharedKey()); in testNeedsPreSharedKey()696 assertFalse(configuration.needsPreSharedKey()); in testNeedsPreSharedKey()699 assertFalse(configuration.needsPreSharedKey()); in testNeedsPreSharedKey()
291 if (configuration.preSharedKey != null && !configuration.needsPreSharedKey()) { in parseNetwork()
704 if (config.preSharedKey != null && !config.needsPreSharedKey()) { in validate()
3846 public boolean needsPreSharedKey() { in needsPreSharedKey() method in WifiConfiguration