Searched refs:canSetAutoJoinEnabled (Results 1 – 7 of 7) sorted by relevance
54 when(mWifiEntry.canSetAutoJoinEnabled()).thenReturn(true); in getAvailabilityStatus_shouldFollowCanSetAutoJoinEnabled()59 when(mWifiEntry.canSetAutoJoinEnabled()).thenReturn(false); in getAvailabilityStatus_shouldFollowCanSetAutoJoinEnabled()
45 return mWifiEntry.canSetAutoJoinEnabled() ? AVAILABLE : CONDITIONALLY_UNAVAILABLE; in getAvailabilityStatus()
143 public boolean canSetAutoJoinEnabled() { in canSetAutoJoinEnabled() method in NetworkRequestEntry
555 public boolean canSetAutoJoinEnabled() { in canSetAutoJoinEnabled() method in StandardWifiEntry561 if (mTargetWifiConfig == null || !canSetAutoJoinEnabled()) { in setAutoJoinEnabled()
442 public synchronized boolean canSetAutoJoinEnabled() { in canSetAutoJoinEnabled() method in PasspointWifiEntry
601 public boolean canSetAutoJoinEnabled() { in canSetAutoJoinEnabled() method in WifiEntry
492 if (context == null || wifiEntry == null || !wifiEntry.canSetAutoJoinEnabled()) { in getAutoConnectDescription()