Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wearable/
DWearableSensingSecureChannel.java84 private final SoftShutdownExecutor mMessageFromWearableExecutor =
85 new SoftShutdownExecutor(Executors.newSingleThreadExecutor());
86 private final SoftShutdownExecutor mMessageToWearableExecutor =
87 new SoftShutdownExecutor(Executors.newSingleThreadExecutor());
88 private final SoftShutdownExecutor mLightWeightExecutor =
89 new SoftShutdownExecutor(Executors.newSingleThreadExecutor());
328 private static class SoftShutdownExecutor implements Executor { class in WearableSensingSecureChannel
332 SoftShutdownExecutor(ExecutorService executorService) { in SoftShutdownExecutor() method in WearableSensingSecureChannel.SoftShutdownExecutor