Searched refs:mSoftApNotifier (Results 1 – 2 of 2) sorted by relevance
54 SoftApNotifier mSoftApNotifier; field in SoftApNotifierTest64 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()
181 private final SoftApNotifier mSoftApNotifier; field in SoftApManager446 mSoftApNotifier = softApNotifier; in SoftApManager()1347 mSoftApNotifier.dismissSoftApShutdownTimeoutExpiredNotification(); in processMessageImpl()2015 mSoftApNotifier.showSoftApShutdownTimeoutExpiredNotification(); in processMessageImpl()