Home
last modified time | relevance | path

Searched refs:NOTIFICATION_NETWORK_STATUS (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNotificationManager.java22 import static com.android.server.wifi.WifiService.NOTIFICATION_NETWORK_STATUS;
80 NOTIFICATION_NETWORK_STATUS, in createNotificationChannels()
DWifiService.java33 public static final String NOTIFICATION_NETWORK_STATUS = "NETWORK_STATUS"; field in WifiService
DSoftApNotifier.java77 WifiService.NOTIFICATION_NETWORK_STATUS) in buildSoftApShutdownTimeoutExpiredNotification()
DWakeupNotificationFactory.java67 WifiService.NOTIFICATION_NETWORK_STATUS) in createOnboardingNotification()
DWifiCarrierInfoManager.java1983 mContext, WifiService.NOTIFICATION_NETWORK_STATUS) in sendImsiPrivacyNotification()
DWifiNetworkSuggestionsManager.java1738 mContext, WifiService.NOTIFICATION_NETWORK_STATUS) in sendUserApprovalNotification()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSoftApNotifierTest.java75 eq(WifiService.NOTIFICATION_NETWORK_STATUS))).thenReturn(mNotificationBuilder); in showSoftApShutdownTimeoutExpiredNotification()