Searched refs:KeyguardStatusBarViewComponent (Results 1 – 4 of 4) sorted by relevance
34 public interface KeyguardStatusBarViewComponent { interface38 KeyguardStatusBarViewComponent build( in build()
31 import com.android.keyguard.dagger.KeyguardStatusBarViewComponent;89 KeyguardStatusBarViewComponent.class,
77 import com.android.keyguard.dagger.KeyguardStatusBarViewComponent;246 @Mock protected KeyguardStatusBarViewComponent.Factory mKeyguardStatusBarViewComponentFactory;247 @Mock protected KeyguardStatusBarViewComponent mKeyguardStatusBarViewComponent;
110 import com.android.keyguard.dagger.KeyguardStatusBarViewComponent;335 private final KeyguardStatusBarViewComponent.Factory mKeyguardStatusBarViewComponentFactory;728 KeyguardStatusBarViewComponent.Factory keyguardStatusBarViewComponentFactory, in NotificationPanelViewController()