Searched defs:mUiExecutor (Results 1 – 2 of 2) sorted by relevance
85 private final Executor mUiExecutor; field in LongScreenshotActivity425 exportFuture.addListener(() -> onExportCompleted(action, exportFuture), mUiExecutor); in startExport() local
124 private final DelayableExecutor mUiExecutor; field in KeyguardClockSwitchController