Searched defs:HandlerExecutor (Results 1 – 6 of 6) sorted by relevance
32 public class HandlerExecutor implements Executor { class36 public HandlerExecutor(@NonNull Handler handler) { in HandlerExecutor() method in HandlerExecutor
29 public class HandlerExecutor implements Executor { class32 public HandlerExecutor(Handler handler) { in HandlerExecutor() method in HandlerExecutor
99 private static class HandlerExecutor implements Executor { class in ForegroundThread102 HandlerExecutor(@NonNull Handler handler) { in HandlerExecutor() method in ForegroundThread.HandlerExecutor
83 private static class HandlerExecutor implements Executor { class in MultinetworkPolicyTracker87 HandlerExecutor(@NonNull Handler handler) { in HandlerExecutor() method in MultinetworkPolicyTracker.HandlerExecutor
115 public class HandlerExecutor implements Executor { class in CarrierPrivilegeAuthenticator117 public HandlerExecutor(@NonNull Handler handler) { in HandlerExecutor() method in CarrierPrivilegeAuthenticator.HandlerExecutor
201 private class HandlerExecutor(private val handler: Handler) : Executor { in <lambda>() class