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.java52 SoftApNotifier mSoftApNotifier; field in SoftApNotifierTest
62 mSoftApNotifier = new SoftApNotifier(mContext, mFrameworkFacade, mWifiNotificationManager); in setUp()
74 mSoftApNotifier.showSoftApShutdownTimeoutExpiredNotification(); in showSoftApShutdownTimeoutExpiredNotification()
76 eq(mSoftApNotifier.NOTIFICATION_ID_SOFTAP_AUTO_DISABLED), any()); in showSoftApShutdownTimeoutExpiredNotification()
80 assertEquals(mSoftApNotifier.ACTION_HOTSPOT_PREFERENCES, intent.getValue().getAction()); in showSoftApShutdownTimeoutExpiredNotification()
91 mSoftApNotifier.dismissSoftApShutdownTimeoutExpiredNotification(); in dismissSoftApShutdownTimeoutExpiredNotification()
93 eq(mSoftApNotifier.NOTIFICATION_ID_SOFTAP_AUTO_DISABLED)); in dismissSoftApShutdownTimeoutExpiredNotification()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSoftApManager.java97 private final SoftApNotifier mSoftApNotifier; field in SoftApManager
323 mSoftApNotifier = softApNotifier; in SoftApManager()
907 mSoftApNotifier.dismissSoftApShutdownTimeoutExpiredNotification(); in processMessage()
1423 mSoftApNotifier.showSoftApShutdownTimeoutExpiredNotification(); in processMessage()