Home
last modified time | relevance | path

Searched defs:cancelRunnable (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTestExecutorService.java263 private void cancelRunnable(Runnable r) { in cancelRunnable() method in TestExecutorService
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/controller/
DControlsControllerImplTest.kt425 var cancelRunnable: Runnable? = null in <lambda>() variable
442 var cancelRunnable: Runnable? = null in <lambda>() variable
464 var cancelRunnable: Runnable? = null in <lambda>() variable
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DLockscreenShadeTransitionController.kt302 val cancelRunnable = Runnable { in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DPrivacyDotViewController.kt88 private var cancelRunnable: Runnable? = null in <lambda>() variable
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfaces.java375 Runnable endRunnable, Runnable cancelRunnable); in fadeKeyguardAfterLaunchTransition()
DCentralSurfacesImpl.java2456 Runnable cancelRunnable = () -> { in startActivityDismissingKeyguard() local
2972 Runnable endRunnable, Runnable cancelRunnable) { in fadeKeyguardAfterLaunchTransition()