Home
last modified time | relevance | path

Searched refs:ProfileSwitcher (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Car/SystemUI/src/com/android/systemui/car/qc/
DQuickControlsModule.java39 @ClassKey(ProfileSwitcher.class)
41 ProfileSwitcher profileSwitcher); in bindProfileSwitcher()
DProfileSwitcher.java78 public class ProfileSwitcher extends BaseLocalQCProvider { class
79 private static final String TAG = ProfileSwitcher.class.getSimpleName();
106 public ProfileSwitcher(Context context, UserTracker userTracker, in ProfileSwitcher() method in ProfileSwitcher
120 ProfileSwitcher(Context context, UserTracker userTracker, UserManager userManager, in ProfileSwitcher() method in ProfileSwitcher
/packages/apps/Car/SystemUI/
Dproguard.flags15 -keep class com.android.systemui.car.qc.ProfileSwitcher { *; }
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/qc/
DProfileSwitcherTest.java93 private ProfileSwitcher mProfileSwitcher;
136 mProfileSwitcher = new ProfileSwitcher(mContext, mUserTracker, mUserManager, in setUp()