Searched refs:BURN_IN_PROTECTION_UPDATE_INTERVAL (Results 1 – 3 of 3) sorted by relevance
59 private static final long BURN_IN_PROTECTION_UPDATE_INTERVAL = 10; field in DreamOverlayContainerViewControllerTest129 BURN_IN_PROTECTION_UPDATE_INTERVAL, in setup()152 verify(mHandler).postDelayed(any(Runnable.class), eq(BURN_IN_PROTECTION_UPDATE_INTERVAL)); in testBurnInProtectionStartsWhenContentViewAttached()166 runnableCaptor.capture(), eq(BURN_IN_PROTECTION_UPDATE_INTERVAL)); in testBurnInProtectionOffsetsStartAtZero()177 runnableCaptor.capture(), eq(BURN_IN_PROTECTION_UPDATE_INTERVAL)); in testBurnInProtectionReschedulesUpdate()179 verify(mHandler).postDelayed(runnableCaptor.getValue(), BURN_IN_PROTECTION_UPDATE_INTERVAL); in testBurnInProtectionReschedulesUpdate() local
50 public static final String BURN_IN_PROTECTION_UPDATE_INTERVAL = field in DreamOverlayModule107 @Named(BURN_IN_PROTECTION_UPDATE_INTERVAL)
175 @Named(DreamOverlayModule.BURN_IN_PROTECTION_UPDATE_INTERVAL) long in DreamOverlayContainerViewController()