Home
last modified time | relevance | path

Searched refs:NOTIFICATION_ID_SOFTAP_AUTO_DISABLED (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DSoftApNotifier.java39 public static final int NOTIFICATION_ID_SOFTAP_AUTO_DISABLED = field in SoftApNotifier
57 mNotificationManager.notify(NOTIFICATION_ID_SOFTAP_AUTO_DISABLED, in showSoftApShutdownTimeoutExpiredNotification()
66 mNotificationManager.cancel(NOTIFICATION_ID_SOFTAP_AUTO_DISABLED); in dismissSoftApShutdownTimeoutExpiredNotification()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DSoftApNotifierTest.java76 eq(mSoftApNotifier.NOTIFICATION_ID_SOFTAP_AUTO_DISABLED), any()); in showSoftApShutdownTimeoutExpiredNotification()
93 eq(mSoftApNotifier.NOTIFICATION_ID_SOFTAP_AUTO_DISABLED)); in dismissSoftApShutdownTimeoutExpiredNotification()