Searched refs:MAIN_HANDLER_NAME (Results 1 – 16 of 16) sorted by relevance
21 import static com.android.systemui.Dependency.MAIN_HANDLER_NAME;97 @Named(MAIN_HANDLER_NAME)181 @Named(MAIN_HANDLER_NAME) Handler mainHandler) { in provideNavigationBarController()194 @Named(MAIN_HANDLER_NAME) Handler mainHandler) { in provideAutoHideController()
160 public static final String MAIN_HANDLER_NAME = "main_handler"; field in Dependency190 new DependencyKey<>(MAIN_HANDLER_NAME);291 @Inject @Named(MAIN_HANDLER_NAME) Lazy<Handler> mMainHandler;
17 import static com.android.systemui.Dependency.MAIN_HANDLER_NAME;55 @Named(MAIN_HANDLER_NAME) Handler mainHandler) { in DeviceProvisionedControllerImpl()
19 import static com.android.systemui.Dependency.MAIN_HANDLER_NAME;70 public SmartReplyConstants(@Named(MAIN_HANDLER_NAME) Handler handler, Context context) { in SmartReplyConstants()
19 import static com.android.systemui.Dependency.MAIN_HANDLER_NAME;58 public HotspotControllerImpl(Context context, @Named(MAIN_HANDLER_NAME) Handler mainHandler) { in HotspotControllerImpl()
19 import static com.android.systemui.Dependency.MAIN_HANDLER_NAME;82 public ZenModeControllerImpl(Context context, @Named(MAIN_HANDLER_NAME) Handler handler) { in ZenModeControllerImpl()
20 import static com.android.systemui.Dependency.MAIN_HANDLER_NAME;113 @Named(MAIN_HANDLER_NAME) Handler handler, ActivityStarter activityStarter) { in UserSwitcherController()
19 import static com.android.systemui.Dependency.MAIN_HANDLER_NAME;68 @Named(MAIN_HANDLER_NAME) Handler handler) { in VisualStabilityManager()
19 import static com.android.systemui.Dependency.MAIN_HANDLER_NAME;71 public AutoHideController(Context context, @Named(MAIN_HANDLER_NAME) Handler handler) { in AutoHideController()
19 import static com.android.systemui.Dependency.MAIN_HANDLER_NAME;151 @Named(MAIN_HANDLER_NAME) Handler mainHandler) { in LockIcon()
20 import static com.android.systemui.Dependency.MAIN_HANDLER_NAME;57 @Named(MAIN_HANDLER_NAME) Handler handler) { in FalsingManagerProxy()
21 import static com.android.systemui.Dependency.MAIN_HANDLER_NAME;69 public NavigationBarController(Context context, @Named(MAIN_HANDLER_NAME) Handler handler) { in NavigationBarController()
19 import static com.android.systemui.Dependency.MAIN_HANDLER_NAME;101 @Named(MAIN_HANDLER_NAME) Handler mainHandler, in NotificationViewHierarchyManager()
20 import static com.android.systemui.Dependency.MAIN_HANDLER_NAME;262 @Named(MAIN_HANDLER_NAME) Handler mainHandler) { in NotificationRemoteInputManager()
101 @Named(MAIN_HANDLER_NAME) Handler mainHandler) {117 @Named(MAIN_HANDLER_NAME) Handler mainHandler) {
95 @Named(Dependency.MAIN_HANDLER_NAME) Handler mainHandler, in QSTileHost()