Searched refs:mSoftApNotifier (Results 1 – 3 of 3) sorted by relevance
53 SoftApNotifier mSoftApNotifier; field in SoftApNotifierTest65 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()
1939 mSoftApManager.mSoftApNotifier = mFakeSoftApNotifier; in startSoftApAndVerifyEnabled()
83 SoftApNotifier mSoftApNotifier; field in SoftApManager177 mSoftApNotifier = new SoftApNotifier(mContext, mFrameworkFacade); in SoftApManager()590 mSoftApNotifier.dismissSoftApShutDownTimeoutExpiredNotification(); in processMessage()924 mSoftApNotifier.showSoftApShutDownTimeoutExpiredNotification(); in processMessage()