Searched defs:mUiExecutor (Results 1 – 2 of 2) sorted by relevance
72 private final Executor mUiExecutor; field in LongScreenshotActivity388 exportFuture.addListener(() -> onExportCompleted(action, exportFuture), mUiExecutor); in startExport() local
639 private final Executor mUiExecutor; field in NotificationPanelViewController