Searched refs:getWakeLockScreenDebounce (Results 1 – 5 of 5) sorted by relevance
34 override fun getWakeLockScreenDebounce() = TODO("Not yet implemented") method
61 when(config.getWakeLockScreenDebounce()).thenReturn(0L); in createMockConfig()
129 when(mAmbientDisplayConfiguration.getWakeLockScreenDebounce()).thenReturn(5000L); in setUp()
171 public long getWakeLockScreenDebounce() { in getWakeLockScreenDebounce() method in AmbientDisplayConfiguration
270 mConfig.getWakeLockScreenDebounce() in DozeSensors()