Home
last modified time | relevance | path

Searched refs:cancellationRunnable (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationTemplateViewWrapper.java234 private void performOnPendingIntentCancellation(View view, Runnable cancellationRunnable) { in performOnPendingIntentCancellation() argument
241 cancellationRunnable.run(); in performOnPendingIntentCancellation()
246 cancellationRunnable.run(); in performOnPendingIntentCancellation()
/aosp14/frameworks/base/services/backup/java/com/android/server/backup/
H A DUserBackupManagerService.java3841 Runnable cancellationRunnable = () -> { in agentDisconnected() local
3855 cancellationRunnable).start(); in agentDisconnected()