Searched refs:InputSessionComponent (Results 1 – 4 of 4) sorted by relevance
21 import com.android.systemui.ambient.touch.dagger.InputSessionComponent29 InputSessionComponent::class,
39 public interface InputSessionComponent { interface46 InputSessionComponent create(@Named(INPUT_SESSION_NAME) @BindsInstance String name, in create()
42 import com.android.systemui.ambient.touch.dagger.InputSessionComponent;496 private InputSessionComponent.Factory mInputSessionFactory;527 InputSessionComponent.Factory inputSessionFactory,
57 import com.android.systemui.ambient.touch.dagger.InputSessionComponent;106 private final InputSessionComponent.Factory mInputFactory;138 mInputFactory = Mockito.mock(InputSessionComponent.Factory.class); in Environment()139 final InputSessionComponent inputComponent = Mockito.mock(InputSessionComponent.class); in Environment()