Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSoftApNotifierTest.java53 SoftApNotifier mSoftApNotifier; field in SoftApNotifierTest
65 mSoftApNotifier = new SoftApNotifier(mContext, mFrameworkFacade); in setUp()
77 mSoftApNotifier.showSoftApShutDownTimeoutExpiredNotification(); in showSoftApShutDownTimeoutExpiredNotification()
79 eq(mSoftApNotifier.NOTIFICATION_ID_SOFTAP_AUTO_DISABLED), any()); in showSoftApShutDownTimeoutExpiredNotification()
83 assertEquals(mSoftApNotifier.ACTION_HOTSPOT_PREFERENCES, intent.getValue().getAction()); in showSoftApShutDownTimeoutExpiredNotification()
94 mSoftApNotifier.dismissSoftApShutDownTimeoutExpiredNotification(); in dismissSoftApShutDownTimeoutExpiredNotification()
96 eq(mSoftApNotifier.NOTIFICATION_ID_SOFTAP_AUTO_DISABLED)); in dismissSoftApShutDownTimeoutExpiredNotification()
DSoftApManagerTest.java1939 mSoftApManager.mSoftApNotifier = mFakeSoftApNotifier; in startSoftApAndVerifyEnabled()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSoftApManager.java83 SoftApNotifier mSoftApNotifier; field in SoftApManager
177 mSoftApNotifier = new SoftApNotifier(mContext, mFrameworkFacade); in SoftApManager()
590 mSoftApNotifier.dismissSoftApShutDownTimeoutExpiredNotification(); in processMessage()
924 mSoftApNotifier.showSoftApShutDownTimeoutExpiredNotification(); in processMessage()