Home
last modified time | relevance | path

Searched defs:uiExecutor (Results 1 – 10 of 10) sorted by relevance

/aosp12/packages/apps/Dialer/java/com/android/dialer/calllog/
H A DCallLogFramework.java47 private final ListeningExecutorService uiExecutor; field in CallLogFramework
55 @Ui ListeningExecutorService uiExecutor, in CallLogFramework()
113 uiExecutor); in disableDataSources() field in CallLogFramework
/aosp12/packages/apps/Dialer/java/com/android/dialer/calllog/ui/
H A DRealtimeRowProcessor.java72 private final ListeningExecutorService uiExecutor; field in RealtimeRowProcessor
84 @Ui ListeningExecutorService uiExecutor, in RealtimeRowProcessor()
118 uiExecutor /* ensures the cache is updated on a single thread */); in applyRealtimeProcessing() field in RealtimeRowProcessor
/aosp12/packages/apps/Dialer/java/com/android/dialer/precall/impl/
H A DDuoAction.java43 private final ListeningExecutorService uiExecutor; field in DuoAction
46 DuoAction(@Ui ListeningExecutorService uiExecutor) { in DuoAction()
/aosp12/packages/apps/Dialer/java/com/android/dialer/common/concurrent/
H A DDialerExecutorComponent.java41 public abstract ListeningExecutorService uiExecutor(); in uiExecutor() method in DialerExecutorComponent
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DBaseLoaderResults.java67 AllAppsList allAppsList, Callbacks[] callbacksList, LooperExecutor uiExecutor) { in BaseLoaderResults()
149 Executor uiExecutor, in WorkspaceBinder()
H A DBaseModelUpdateTask.java55 BgDataModel dataModel, AllAppsList allAppsList, Executor uiExecutor) { in init()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardClockSwitchController.java141 @Main Executor uiExecutor, in KeyguardClockSwitchController()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/privacy/
H A DPrivacyDialogControllerTest.kt106 private val uiExecutor = FakeExecutor(FakeSystemClock()) regex
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherModel.java596 BgDataModel dataModel, AllAppsList allAppsList, Executor uiExecutor); in init()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewController.java656 public NotificationPanelViewController(NotificationPanelView view, in NotificationPanelViewController()