Home
last modified time | relevance | path

Searched refs:WifiService (Results 1 – 20 of 20) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DEapFailureNotifierTest.java144 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 …]
DSoftApNotifierTest.java75 eq(WifiService.NOTIFICATION_NETWORK_STATUS))).thenReturn(mNotificationBuilder); in showSoftApShutdownTimeoutExpiredNotification()
DWrongPasswordNotifierTest.java106 eq(WifiService.NOTIFICATION_NETWORK_ALERTS))).thenReturn(mNotificationBuilder); in onWrongPasswordError()
DInsecureEapNetworkHandlerTest.java1107 eq(mContext), eq(WifiService.NOTIFICATION_NETWORK_ALERTS)); in verifyTrustOnFirstUseFlow()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNotificationManager.java19 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;
DWifiService.java29 public final class WifiService extends SystemService { class
41 public WifiService(Context contextBase) { in WifiService() method in WifiService
DREADME.txt29 WifiService: Implements the IWifiManager 3rd party API. The API and the device
34 …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…
DSoftApNotifier.java77 WifiService.NOTIFICATION_NETWORK_STATUS) in buildSoftApShutdownTimeoutExpiredNotification()
DConnectionFailureNotificationBuilder.java74 mContext, WifiService.NOTIFICATION_NETWORK_ALERTS) in buildNoMacRandomizationSupportNotification()
DWakeupNotificationFactory.java67 WifiService.NOTIFICATION_NETWORK_STATUS) in createOnboardingNotification()
DWrongPasswordNotifier.java104 WifiService.NOTIFICATION_NETWORK_ALERTS) in showNotification()
DSimRequiredNotifier.java82 WifiService.NOTIFICATION_NETWORK_ALERTS) in showNotification()
DEapFailureNotifier.java148 WifiService.NOTIFICATION_NETWORK_ALERTS) in showNotification()
DConnectToNetworkNotificationBuilder.java172 WifiService.NOTIFICATION_NETWORK_AVAILABLE) in createNotificationBuilder()
DInsecureEapNetworkHandler.java461 WifiService.NOTIFICATION_NETWORK_ALERTS) in createCertificateErrorNotification()
827 WifiService.NOTIFICATION_NETWORK_ALERTS) in notifyUserForCaCertificate()
DWifiSettingsStore.java240 WifiService.NOTIFICATION_APM_ALERTS) in showNotification()
DWifiCarrierInfoManager.java1983 mContext, WifiService.NOTIFICATION_NETWORK_STATUS) in sendImsiPrivacyNotification()
DWifiNetworkSuggestionsManager.java1738 mContext, WifiService.NOTIFICATION_NETWORK_STATUS) in sendUserApprovalNotification()
/packages/modules/Wifi/service/
Dwifi.rc43 # - Events are not actually logged until WifiService writes "1" to
45 # - WifiService is responsible for turning tracing off and on.
65 # - Events are not actually logged until WifiService writes "1" to
67 # - WifiService will ensure that tracing is turned back off,
/packages/modules/Wifi/service/tests/wifitests/
DAndroid.bp644 "com.android.server.wifi.WifiService",
645 "com.android.server.wifi.WifiService$*",
646 "com.android.server.wifi.WifiService.**",