Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSoftApNotifierTest.java54 SoftApNotifier mSoftApNotifier; field in SoftApNotifierTest
64 mSoftApNotifier = new SoftApNotifier(mContext, mFrameworkFacade, mWifiNotificationManager); in setUp()
76 mSoftApNotifier.showSoftApShutdownTimeoutExpiredNotification(); in showSoftApShutdownTimeoutExpiredNotification()
78 eq(mSoftApNotifier.NOTIFICATION_ID_SOFTAP_AUTO_DISABLED), any()); in showSoftApShutdownTimeoutExpiredNotification()
82 assertEquals(mSoftApNotifier.ACTION_HOTSPOT_PREFERENCES, intent.getValue().getAction()); in showSoftApShutdownTimeoutExpiredNotification()
93 mSoftApNotifier.dismissSoftApShutdownTimeoutExpiredNotification(); in dismissSoftApShutdownTimeoutExpiredNotification()
95 eq(mSoftApNotifier.NOTIFICATION_ID_SOFTAP_AUTO_DISABLED)); in dismissSoftApShutdownTimeoutExpiredNotification()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSoftApManager.java181 private final SoftApNotifier mSoftApNotifier; field in SoftApManager
446 mSoftApNotifier = softApNotifier; in SoftApManager()
1347 mSoftApNotifier.dismissSoftApShutdownTimeoutExpiredNotification(); in processMessageImpl()
2015 mSoftApNotifier.showSoftApShutdownTimeoutExpiredNotification(); in processMessageImpl()