Searched refs:KeyguardStatusBarViewComponent (Results 1 – 6 of 6) sorted by relevance
34 public interface KeyguardStatusBarViewComponent { interface38 KeyguardStatusBarViewComponent build( in build()
29 import com.android.keyguard.dagger.KeyguardStatusBarViewComponent45 private val keyguardStatusBarViewComponentFactory: KeyguardStatusBarViewComponent.Factory,
34 import com.android.keyguard.dagger.KeyguardStatusBarViewComponent47 private val componentFactory: KeyguardStatusBarViewComponent.Factory,
33 import com.android.keyguard.dagger.KeyguardStatusBarViewComponent;105 KeyguardStatusBarViewComponent.class,
80 import com.android.keyguard.dagger.KeyguardStatusBarViewComponent;274 @Mock protected KeyguardStatusBarViewComponent.Factory mKeyguardStatusBarViewComponentFactory;275 @Mock protected KeyguardStatusBarViewComponent mKeyguardStatusBarViewComponent;
112 import com.android.keyguard.dagger.KeyguardStatusBarViewComponent;341 private final KeyguardStatusBarViewComponent.Factory mKeyguardStatusBarViewComponentFactory;731 KeyguardStatusBarViewComponent.Factory keyguardStatusBarViewComponentFactory, in NotificationPanelViewController()