Searched refs:ProfileSwitcher (Results 1 – 4 of 4) sorted by relevance
39 @ClassKey(ProfileSwitcher.class)41 ProfileSwitcher profileSwitcher); in bindProfileSwitcher()
78 public class ProfileSwitcher extends BaseLocalQCProvider { class79 private static final String TAG = ProfileSwitcher.class.getSimpleName();106 public ProfileSwitcher(Context context, UserTracker userTracker, in ProfileSwitcher() method in ProfileSwitcher120 ProfileSwitcher(Context context, UserTracker userTracker, UserManager userManager, in ProfileSwitcher() method in ProfileSwitcher
15 -keep class com.android.systemui.car.qc.ProfileSwitcher { *; }
93 private ProfileSwitcher mProfileSwitcher;136 mProfileSwitcher = new ProfileSwitcher(mContext, mUserTracker, mUserManager, in setUp()