/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/ |
H A D | NotifyOpenNetworksPreferenceControllerTest.java | 19 import static android.provider.Settings.Global.WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON; 59 WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON, 0); in setChecked_withTrue_shouldUpdateSetting() local 64 WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON, 0)) in setChecked_withTrue_shouldUpdateSetting() local 71 WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON, 1); in setChecked_withFalse_shouldUpdateSetting() local 76 WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON, 0)) in setChecked_withFalse_shouldUpdateSetting() local 84 WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON, 1); in updateState_preferenceSetCheckedWhenSettingsAreEnabled() local 95 WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON, 0); in updateState_preferenceSetCheckedWhenSettingsAreDisabled() local
|
/aosp12/packages/apps/Settings/src/com/android/settings/wifi/ |
H A D | NotifyOpenNetworksPreferenceController.java | 78 Settings.Global.WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON, 0) == 1; in isChecked() 84 Settings.Global.WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON, in setChecked() 96 Settings.Global.WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON);
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | OpenNetworkNotifier.java | 34 Settings.Global.WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON;
|
/aosp12/frameworks/base/packages/SettingsProvider/src/android/provider/settings/backup/ |
H A D | GlobalSettings.java | 53 Settings.Global.WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON,
|
H A D | SecureSettings.java | 73 Settings.Secure.WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON, // moved to global
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
H A D | OpenNetworkNotifierTest.java | 105 Settings.Global.WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON, 1)).thenReturn(1); in setUp() 158 Settings.Global.WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON, 1)).thenReturn(0); in onFeatureDisable_setWifiNetworksAvailableNotificationSettingDisabled() 195 Settings.Global.WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON, 1)).thenReturn(0); in handleScanResults_featureDisabled_notificationNotDisplayed()
|
/aosp12/packages/apps/Settings/tests/uitests/src/com/android/settings/ui/ |
H A D | MoreWirelessSettingsTest2.java | 579 Settings.Global.WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON, "0"); in verifyNetworkNotificationsOnOrOff() 583 Settings.Global.WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON, "1"); in verifyNetworkNotificationsOnOrOff() 591 Settings.Global.WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON); in verifyNetworkNotificationsOnOrOff()
|
/aosp12/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/ |
H A D | GlobalSettingsValidators.java | 79 VALIDATORS.put(Global.WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
|
H A D | SecureSettingsValidators.java | 112 VALIDATORS.put(Secure.WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
|
/aosp12/frameworks/base/core/java/android/provider/ |
H A D | Settings.java | 3380 MOVED_TO_SECURE.add(Secure.WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON); 5521 public static final String WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON = field in Settings.System 5522 Global.WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON; 5753 MOVED_TO_GLOBAL.add(Settings.Global.WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON); 7880 public static final String WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON = field in Settings.Secure 7881 Global.WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON; 11878 public static final String WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON = field in Settings.Global
|
/aosp12/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
H A D | DatabaseHelper.java | 360 Settings.Secure.WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON, in onUpgrade() 2464 loadBooleanSetting(stmt, Settings.Global.WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON, in loadGlobalSettings()
|
H A D | SettingsProtoDumpUtil.java | 1532 Settings.Global.WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON, in dumpProtoGlobalSettingsLocked()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 35344 …field @Deprecated public static final String WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON = "wifi_netwo… 35438 …field @Deprecated public static final String WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON = "wifi_netwo… 35554 …field @Deprecated public static final String WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON = "wifi_netwo…
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 25289 …field public static final java.lang.String WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON = "wifi_network… 25375 …field public static final deprecated java.lang.String WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON = "w… 25498 …field public static final deprecated java.lang.String WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON = "w…
|