Home
last modified time | relevance | path

Searched refs:UserNameViewController (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Car/SystemUI/src/com/android/systemui/car/qc/
DQCUserPickerButtonController.java31 import com.android.systemui.car.statusbar.UserNameViewController;
55 UserNameViewController mUserNameViewController;
99 mUserNameViewController = new UserNameViewController( in onViewAttached()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/qc/
DQCUserPickerButtonControllerTest.java45 import com.android.systemui.car.statusbar.UserNameViewController;
127 UserNameViewController controllerSpy = mController.mUserNameViewController; in onDetachedFromWindow_removeUserNameView()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarModule.java25 import com.android.systemui.car.statusbar.UserNameViewController;
139 Lazy<UserNameViewController> userNameViewControllerLazy, in provideCarSystemBarController()
DCarSystemBarController.java45 import com.android.systemui.car.statusbar.UserNameViewController;
72 private final Lazy<UserNameViewController> mUserNameViewControllerLazy;
120 Lazy<UserNameViewController> userNameViewControllerLazy, in CarSystemBarController()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/statusbar/
DUserNameViewController.java50 public class UserNameViewController { class
85 public UserNameViewController(Context context, UserTracker userTracker, in UserNameViewController() method in UserNameViewController
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/statusbar/
DUserNameViewControllerTest.java70 private UserNameViewController mUserNameViewController;
88 mUserNameViewController = new UserNameViewController(getContext(), mUserTracker, in setUp()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DCarSystemBarControllerTest.java52 import com.android.systemui.car.statusbar.UserNameViewController;
95 private UserNameViewController mUserNameViewController;