Searched refs:cancelRunnable (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/controller/ |
D | ControlsControllerImplTest.kt | 425 var cancelRunnable: Runnable? = null in <lambda>() variable 430 }, Consumer { runnable -> cancelRunnable = runnable }) in <lambda>() 432 cancelRunnable?.run() in <lambda>() 442 var cancelRunnable: Runnable? = null in <lambda>() variable 447 }, Consumer { runnable -> cancelRunnable = runnable }) in <lambda>() 454 cancelRunnable?.run() in <lambda>() 464 var cancelRunnable: Runnable? = null in <lambda>() variable 469 }, Consumer { runnable -> cancelRunnable = runnable }) in <lambda>() 476 cancelRunnable?.run() in <lambda>()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | TestExecutorService.java | 65 cancelRunnable(mRunnable); in cancel() 263 private void cancelRunnable(Runnable r) { in cancelRunnable() method in TestExecutorService
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | CentralSurfacesEmptyImpl.kt | 56 cancelRunnable: Runnable?, in fadeKeyguardAfterLaunchTransition()
|
D | LegacyActivityStarterInternalImpl.kt | 206 val cancelRunnable = Runnable { in <lambda>() constant 215 cancelRunnable, in <lambda>()
|
D | CentralSurfaces.java | 234 Runnable endRunnable, Runnable cancelRunnable); in fadeKeyguardAfterLaunchTransition() argument
|
D | CentralSurfacesImpl.java | 2117 Runnable endRunnable, Runnable cancelRunnable) { in fadeKeyguardAfterLaunchTransition() argument 2120 mLaunchTransitionCancelRunnable = cancelRunnable; in fadeKeyguardAfterLaunchTransition()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/ |
D | PrivacyDotViewController.kt | 94 private var cancelRunnable: Runnable? = null in <lambda>() variable 478 cancelRunnable?.run() in <lambda>() 479 cancelRunnable = uiExecutor?.executeDelayed({ in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | LockscreenShadeTransitionController.kt | 300 val cancelRunnable = Runnable { in <lambda>() constant 312 cancelRunnable, in <lambda>() 341 goToLockedShadeInternal(startingChild, animationHandler, cancelRunnable) in <lambda>()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 9586 protected void scheduleCancelNotification(CancelNotificationRunnable cancelRunnable, 9589 sendMessageDelayed(Message.obtain(this, cancelRunnable), delay); 9592 sendMessage(Message.obtain(this, cancelRunnable)); 9594 if (!hasCallbacks(cancelRunnable)) { 9595 sendMessage(Message.obtain(this, cancelRunnable));
|