Searched refs:isAutoJoinEnabled (Results 1 – 4 of 4) sorted by relevance
67 when(mWifiEntry.isAutoJoinEnabled()).thenReturn(true); in isChecked_shouldFollowIsAutoJoinEnabled()72 when(mWifiEntry.isAutoJoinEnabled()).thenReturn(false); in isChecked_shouldFollowIsAutoJoinEnabled()
380 boolean isAutoJoinEnabled = true; // backward compat in parseNetworkSuggestion()407 isAutoJoinEnabled = (boolean) value; in parseNetworkSuggestion()487 priorityGroup), perAppInfo, isAutoJoinEnabled); in parseNetworkSuggestion()
320 boolean isAutoJoinEnabled) { in ExtendedWifiNetworkSuggestion() argument323 this.isAutojoinEnabled = isAutoJoinEnabled; in ExtendedWifiNetworkSuggestion()369 @NonNull PerAppInfo perAppInfo, boolean isAutoJoinEnabled) { in fromWns() argument370 return new ExtendedWifiNetworkSuggestion(wns, perAppInfo, isAutoJoinEnabled); in fromWns()
50 return mWifiEntry.isAutoJoinEnabled(); in isChecked()