Searched refs:APM_WIFI_ENABLED_NOTIFICATION (Results 1 – 2 of 2) sorted by relevance
109 public static final String APM_WIFI_ENABLED_NOTIFICATION = "apm_wifi_enabled_notification"; field in WifiSettingsStore263 if (getUserSecureIntegerSetting(APM_WIFI_ENABLED_NOTIFICATION, in handleWifiToggled()270 APM_WIFI_ENABLED_NOTIFICATION, NOTIFICATION_SHOWN); in handleWifiToggled()335 getUserSecureIntegerSetting(APM_WIFI_ENABLED_NOTIFICATION, in mWifiMetrics.reportAirplaneModeSession() argument
21 import static com.android.server.wifi.WifiSettingsStore.APM_WIFI_ENABLED_NOTIFICATION;133 when(mFrameworkFacade.getSecureIntegerSetting(mContext, APM_WIFI_ENABLED_NOTIFICATION, in testApmEnhancementWifiToggled()147 mContext, APM_WIFI_ENABLED_NOTIFICATION, NOTIFICATION_SHOWN); in testApmEnhancementWifiToggled()231 when(mFrameworkFacade.getSecureIntegerSetting(mContext, APM_WIFI_ENABLED_NOTIFICATION, in testApmSessionMetrics()