Searched refs:SoftShutdownExecutor (Results 1 – 1 of 1) sorted by relevance
84 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 WearableSensingSecureChannel332 SoftShutdownExecutor(ExecutorService executorService) { in SoftShutdownExecutor() method in WearableSensingSecureChannel.SoftShutdownExecutor