Searched refs:backgroundDelayableExecutor (Results 1 – 3 of 3) sorted by relevance
69 private lateinit var backgroundDelayableExecutor: FakeExecutor variable in com.android.systemui.accessibility.fontscaling.FontScalingDialogDelegateTest92 backgroundDelayableExecutor = FakeExecutor(systemClock) in setUp()106 backgroundDelayableExecutor in setUp()153 backgroundDelayableExecutor.runAllReady() in progressIsZero_clickIconEnd_seekBarProgressIncreaseOne_fontSizeScaled()154 backgroundDelayableExecutor.advanceClockToNext() in progressIsZero_clickIconEnd_seekBarProgressIncreaseOne_fontSizeScaled()155 backgroundDelayableExecutor.runAllReady() in progressIsZero_clickIconEnd_seekBarProgressIncreaseOne_fontSizeScaled()158 backgroundDelayableExecutor.runAllReady() in progressIsZero_clickIconEnd_seekBarProgressIncreaseOne_fontSizeScaled()159 backgroundDelayableExecutor.advanceClockToNext() in progressIsZero_clickIconEnd_seekBarProgressIncreaseOne_fontSizeScaled()160 backgroundDelayableExecutor.runAllReady() in progressIsZero_clickIconEnd_seekBarProgressIncreaseOne_fontSizeScaled()184 backgroundDelayableExecutor.runAllReady() in progressIsMax_clickIconStart_seekBarProgressDecreaseOne_fontSizeScaled()[all …]
60 @Background private val backgroundDelayableExecutor: DelayableExecutor, constant164 backgroundDelayableExecutor.executeDelayed({ updateFontScale() }, delayMs) in updateFontScaleDelayed()179 backgroundDelayableExecutor.execute { updateSecureSettingsIfNeeded() } in changeFontSize()
74 private lateinit var backgroundDelayableExecutor: FakeExecutor variable in com.android.systemui.qs.tiles.FontScalingTileTest87 backgroundDelayableExecutor = FakeExecutor(systemClock) in setUp()