Searched refs:mSoftApNotifier (Results 1 – 2 of 2) sorted by relevance
52 SoftApNotifier mSoftApNotifier; field in SoftApNotifierTest62 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()
97 private final SoftApNotifier mSoftApNotifier; field in SoftApManager323 mSoftApNotifier = softApNotifier; in SoftApManager()907 mSoftApNotifier.dismissSoftApShutdownTimeoutExpiredNotification(); in processMessage()1423 mSoftApNotifier.showSoftApShutdownTimeoutExpiredNotification(); in processMessage()