Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/qc/
DDataSubscriptionController.java90 private final Executor mBackGroundExecutor; field in DataSubscriptionController
144 mBackGroundExecutor.execute(() -> {
215 mBackGroundExecutor = backgroundExecutor; in DataSubscriptionController()