Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiNotificationManager.java21 import static com.android.server.wifi.WifiService.NOTIFICATION_NETWORK_STATUS;
75 NOTIFICATION_NETWORK_STATUS, in createNotificationChannels()
H A DWifiService.java32 public static final String NOTIFICATION_NETWORK_STATUS = "NETWORK_STATUS"; field in WifiService
H A DSoftApNotifier.java76 WifiService.NOTIFICATION_NETWORK_STATUS) in buildSoftApShutdownTimeoutExpiredNotification()
H A DWakeupNotificationFactory.java66 WifiService.NOTIFICATION_NETWORK_STATUS) in createOnboardingNotification()
H A DWifiCarrierInfoManager.java1713 mContext, WifiService.NOTIFICATION_NETWORK_STATUS) in sendImsiPrivacyNotification()
H A DWifiNetworkSuggestionsManager.java1593 mContext, WifiService.NOTIFICATION_NETWORK_STATUS) in sendUserApprovalNotification()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DSoftApNotifierTest.java73 eq(WifiService.NOTIFICATION_NETWORK_STATUS))).thenReturn(mNotificationBuilder); in showSoftApShutdownTimeoutExpiredNotification()