Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DEapFailureNotifierTest.java112 eq(WifiService.NOTIFICATION_NETWORK_ALERTS))).thenReturn(mNotificationBuilder); in onEapFailureWithDefinedErroCodeWithoutNotificationShown()
137 eq(WifiService.NOTIFICATION_NETWORK_ALERTS))).thenReturn(mNotificationBuilder); in onEapFailureWithDefinedErroCodeWithNotificationShownWithoutSameSsid()
163 eq(WifiService.NOTIFICATION_NETWORK_ALERTS))).thenReturn(mNotificationBuilder); in onEapFailureWithDefinedErroCodeWithNotificationShownWithSameSsid()
172 eq(WifiService.NOTIFICATION_NETWORK_ALERTS)); in onEapFailureWithDefinedErroCodeWithNotificationShownWithSameSsid()
183 eq(WifiService.NOTIFICATION_NETWORK_ALERTS))).thenReturn(mNotificationBuilder); in onEapFailureWithUnDefinedErrorCode()
191 eq(WifiService.NOTIFICATION_NETWORK_ALERTS)); in onEapFailureWithUnDefinedErrorCode()
DSoftApNotifierTest.java76 eq(WifiService.NOTIFICATION_NETWORK_STATUS))).thenReturn(mNotificationBuilder); in showSoftApShutDownTimeoutExpiredNotification()
DWrongPasswordNotifierTest.java113 eq(WifiService.NOTIFICATION_NETWORK_ALERTS))).thenReturn(mNotificationBuilder); in onWrongPasswordError()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiService.java34 public final class WifiService extends SystemService { class
45 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()
DWakeupNotificationFactory.java69 WifiService.NOTIFICATION_NETWORK_STATUS) in createOnboardingNotification()
DSimRequiredNotifier.java76 WifiService.NOTIFICATION_NETWORK_ALERTS) in buildSimRequiredNotification()
DConnectionFailureNotificationBuilder.java82 mContext, WifiService.NOTIFICATION_NETWORK_ALERTS) in buildNoMacRandomizationSupportNotification()
DWrongPasswordNotifier.java109 WifiService.NOTIFICATION_NETWORK_ALERTS) in showNotification()
DEapFailureNotifier.java103 WifiService.NOTIFICATION_NETWORK_ALERTS) in showNotification()
DConnectToNetworkNotificationBuilder.java159 WifiService.NOTIFICATION_NETWORK_AVAILABLE) in createNotificationBuilder()
DWifiCarrierInfoManager.java1441 mContext, WifiService.NOTIFICATION_NETWORK_STATUS) in sendImsiPrivacyNotification()
DWifiNetworkSuggestionsManager.java1388 mContext, WifiService.NOTIFICATION_NETWORK_STATUS) in sendUserApprovalNotification()
/frameworks/opt/net/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,
/frameworks/opt/net/wifi/tests/wifitests/
DAndroid.bp465 "com.android.server.wifi.WifiService",
466 "com.android.server.wifi.WifiService$*",
467 "com.android.server.wifi.WifiService.**",