Searched refs:mAttentionHelper (Results 1 – 3 of 3) sorted by relevance
163 private NotificationAttentionHelper mAttentionHelper; field in NotificationAttentionHelperTest246 mAttentionHelper = new NotificationAttentionHelper(getContext(), mock(LightsManager.class), in initAttentionHelper()249 mAttentionHelper.onSystemReady(); in initAttentionHelper()250 mAttentionHelper.setVibratorHelper(spy(new VibratorHelper(getContext()))); in initAttentionHelper()251 mAttentionHelper.setAudioManager(mAudioManager); in initAttentionHelper()252 mAttentionHelper.setSystemReady(true); in initAttentionHelper()253 mAttentionHelper.setLights(mLight); in initAttentionHelper()254 mAttentionHelper.setScreenOn(false); in initAttentionHelper()255 mAttentionHelper.setAccessibilityManager(mAccessibilityManager); in initAttentionHelper()256 mAttentionHelper.setKeyguardManager(mKeyguardManager); in initAttentionHelper()[all …]
523 NotificationAttentionHelper mAttentionHelper; field in NotificationManagerServiceTest757 mService.setAttentionHelper(mAttentionHelper); in initNMS()10376 verify(mAttentionHelper).clearEffectsLocked(nr.getKey());15591 when(mAttentionHelper.buzzBeepBlinkLocked(any(), any())).thenAnswer(new Answer<Object>() {
727 protected NotificationAttentionHelper mAttentionHelper; field in NotificationManagerService1244 mAttentionHelper.updateDisableNotificationEffectsLocked(status);1407 mAttentionHelper.clearAttentionEffects();1675 mAttentionHelper.clearEffectsLocked(key);2370 mAttentionHelper = nah; in setAttentionHelper()2576 mAttentionHelper = new NotificationAttentionHelper(getContext(), lightsManager, in init()2927 mAttentionHelper.onSystemReady();3471 mAttentionHelper.onUserInteraction(r);6919 mAttentionHelper.dump(pw, " ", filter);8292 mAttentionHelper.updateLightsLocked();[all …]