Searched refs:BURN_IN_PROTECTION_UPDATE_INTERVAL (Results 1 – 3 of 3) sorted by relevance
76 private static final long BURN_IN_PROTECTION_UPDATE_INTERVAL = 10; field in DreamOverlayContainerViewControllerTest168 BURN_IN_PROTECTION_UPDATE_INTERVAL, in setup()207 verify(mHandler).postDelayed(any(Runnable.class), eq(BURN_IN_PROTECTION_UPDATE_INTERVAL)); in testBurnInProtectionStartsWhenContentViewAttached()221 runnableCaptor.capture(), eq(BURN_IN_PROTECTION_UPDATE_INTERVAL)); in testBurnInProtectionOffsetsStartAtZero()232 runnableCaptor.capture(), eq(BURN_IN_PROTECTION_UPDATE_INTERVAL)); in testBurnInProtectionReschedulesUpdate()234 verify(mHandler).postDelayed(runnableCaptor.getValue(), BURN_IN_PROTECTION_UPDATE_INTERVAL); in testBurnInProtectionReschedulesUpdate() local
47 public static final String BURN_IN_PROTECTION_UPDATE_INTERVAL = field in DreamOverlayModule126 @Named(BURN_IN_PROTECTION_UPDATE_INTERVAL)
203 @Named(DreamOverlayModule.BURN_IN_PROTECTION_UPDATE_INTERVAL) long in DreamOverlayContainerViewController()