Searched refs:WifiService (Results 1 – 20 of 20) sorted by relevance
144 eq(WifiService.NOTIFICATION_NETWORK_ALERTS))).thenReturn(mNotificationBuilder); in onEapFailureEapFailureConfigWithOverride()185 eq(WifiService.NOTIFICATION_NETWORK_ALERTS))).thenReturn(mNotificationBuilder); in onEapFailureWithDefinedErrorCodeWithoutNotificationShown()212 eq(WifiService.NOTIFICATION_NETWORK_ALERTS))).thenReturn(mNotificationBuilder); in onEapFailure_showNotificationFalse_notShown()235 eq(WifiService.NOTIFICATION_NETWORK_ALERTS))).thenReturn(mNotificationBuilder); in onEapFailureWithDefinedErrorCodeWithNotificationShownWithoutSameSsid()265 eq(WifiService.NOTIFICATION_NETWORK_ALERTS))).thenReturn(mNotificationBuilder); in onEapFailureWithDefinedErrorCodeWithNotificationShownWithSameSsid()275 eq(WifiService.NOTIFICATION_NETWORK_ALERTS)); in onEapFailureWithDefinedErrorCodeWithNotificationShownWithSameSsid()290 eq(WifiService.NOTIFICATION_NETWORK_ALERTS))).thenReturn(mNotificationBuilder); in onEapFailureWithDefinedErrorCodeWithoutMessage()302 eq(WifiService.NOTIFICATION_NETWORK_ALERTS)); in onEapFailureWithDefinedErrorCodeWithoutMessage()315 eq(WifiService.NOTIFICATION_NETWORK_ALERTS))).thenReturn(mNotificationBuilder); in onEapFailureWithUnknownErrorCode()342 eq(WifiService.NOTIFICATION_NETWORK_ALERTS))).thenReturn(mNotificationBuilder); in onEapFailureWithCarrierOverrideForDisableParameters()[all …]
75 eq(WifiService.NOTIFICATION_NETWORK_STATUS))).thenReturn(mNotificationBuilder); in showSoftApShutdownTimeoutExpiredNotification()
106 eq(WifiService.NOTIFICATION_NETWORK_ALERTS))).thenReturn(mNotificationBuilder); in onWrongPasswordError()
1107 eq(mContext), eq(WifiService.NOTIFICATION_NETWORK_ALERTS)); in verifyTrustOnFirstUseFlow()
19 import static com.android.server.wifi.WifiService.NOTIFICATION_APM_ALERTS;20 import static com.android.server.wifi.WifiService.NOTIFICATION_NETWORK_ALERTS;21 import static com.android.server.wifi.WifiService.NOTIFICATION_NETWORK_AVAILABLE;22 import static com.android.server.wifi.WifiService.NOTIFICATION_NETWORK_STATUS;
29 public final class WifiService extends SystemService { class41 public WifiService(Context contextBase) { in WifiService() method in WifiService
29 WifiService: Implements the IWifiManager 3rd party API. The API and the device34 …den based on various inputs (API and device state). Runs on the same thread created in WifiService.47 …ard since the user has just opted into the feature. This is the reason WifiService listens to DEVI…
77 WifiService.NOTIFICATION_NETWORK_STATUS) in buildSoftApShutdownTimeoutExpiredNotification()
74 mContext, WifiService.NOTIFICATION_NETWORK_ALERTS) in buildNoMacRandomizationSupportNotification()
67 WifiService.NOTIFICATION_NETWORK_STATUS) in createOnboardingNotification()
104 WifiService.NOTIFICATION_NETWORK_ALERTS) in showNotification()
82 WifiService.NOTIFICATION_NETWORK_ALERTS) in showNotification()
148 WifiService.NOTIFICATION_NETWORK_ALERTS) in showNotification()
172 WifiService.NOTIFICATION_NETWORK_AVAILABLE) in createNotificationBuilder()
461 WifiService.NOTIFICATION_NETWORK_ALERTS) in createCertificateErrorNotification()827 WifiService.NOTIFICATION_NETWORK_ALERTS) in notifyUserForCaCertificate()
240 WifiService.NOTIFICATION_APM_ALERTS) in showNotification()
1983 mContext, WifiService.NOTIFICATION_NETWORK_STATUS) in sendImsiPrivacyNotification()
1738 mContext, WifiService.NOTIFICATION_NETWORK_STATUS) in sendUserApprovalNotification()
43 # - Events are not actually logged until WifiService writes "1" to45 # - WifiService is responsible for turning tracing off and on.65 # - Events are not actually logged until WifiService writes "1" to67 # - WifiService will ensure that tracing is turned back off,
644 "com.android.server.wifi.WifiService",645 "com.android.server.wifi.WifiService$*",646 "com.android.server.wifi.WifiService.**",