Searched refs:TIME_TICK_HANDLER_NAME (Results 1 – 4 of 4) sorted by relevance
19 import static com.android.systemui.Dependency.TIME_TICK_HANDLER_NAME;222 @Named(TIME_TICK_HANDLER_NAME)
222 @Named(Dependency.TIME_TICK_HANDLER_NAME) private val handler: Handler
171 public static final String TIME_TICK_HANDLER_NAME = "time_tick_handler"; field in Dependency209 new DependencyKey<>(TIME_TICK_HANDLER_NAME);319 @Inject @Named(TIME_TICK_HANDLER_NAME) Lazy<Handler> mTimeTickHandler;
32 import static com.android.systemui.Dependency.TIME_TICK_HANDLER_NAME;749 @Named(TIME_TICK_HANDLER_NAME) Handler timeTickHandler, in CentralSurfacesImpl()