Searched refs:ProfileType (Results 1 – 21 of 21) sorted by relevance
43 private int mType = ProfileSelectFragment.ProfileType.ALL;121 public void setProfileType(@ProfileSelectFragment.ProfileType int type) { in setProfileType()143 RecentLocationApps.Request request, @ProfileSelectFragment.ProfileType int type) { in isRequestMatchesProfileType()146 if (isWorkProfile && (type & ProfileSelectFragment.ProfileType.WORK) != 0) { in isRequestMatchesProfileType()149 if (!isWorkProfile && (type & ProfileSelectFragment.ProfileType.PERSONAL) != 0) { in isRequestMatchesProfileType()
47 private int mType = ProfileSelectFragment.ProfileType.ALL;127 public void setProfileType(@ProfileSelectFragment.ProfileType int type) { in setProfileType()152 RecentLocationAccesses.Access access, @ProfileSelectFragment.ProfileType int type) { in isRequestMatchesProfileType()156 if (isWorkProfile && (type & ProfileSelectFragment.ProfileType.WORK) != 0) { in isRequestMatchesProfileType()159 if (!isWorkProfile && (type & ProfileSelectFragment.ProfileType.PERSONAL) != 0) { in isRequestMatchesProfileType()
43 private int mType = ProfileSelectFragment.ProfileType.ALL;97 public void setProfileType(@ProfileSelectFragment.ProfileType int type) { in setProfileType()
43 private int mType = ProfileSelectFragment.ProfileType.ALL;96 public void setProfileType(@ProfileSelectFragment.ProfileType int type) { in setProfileType()
64 ProfileType.PERSONAL,65 ProfileType.WORK,66 ProfileType.ALL68 public @interface ProfileType { annotation in ProfileSelectFragment
33 workOnly.putInt(EXTRA_PROFILE, ProfileType.WORK); in getFragments()38 personalOnly.putInt(EXTRA_PROFILE, ProfileType.PERSONAL); in getFragments()
33 workOnly.putInt(EXTRA_PROFILE, ProfileSelectFragment.ProfileType.WORK); in getFragments()38 personalOnly.putInt(EXTRA_PROFILE, ProfileSelectFragment.ProfileType.PERSONAL); in getFragments()
34 workOnly.putInt(EXTRA_PROFILE, ProfileType.WORK); in getFragments()39 personalOnly.putInt(EXTRA_PROFILE, ProfileType.PERSONAL); in getFragments()
50 workOnly.putInt(EXTRA_PROFILE, ProfileSelectFragment.ProfileType.WORK); in getFragments()55 personalOnly.putInt(EXTRA_PROFILE, ProfileSelectFragment.ProfileType.PERSONAL); in getFragments()
194 workBundle.putInt(EXTRA_PROFILE, ProfileType.WORK); in getFragments()199 personalBundle.putInt(EXTRA_PROFILE, ProfileType.PERSONAL); in getFragments()
98 private @ProfileSelectFragment.ProfileType int mType;139 String[] authorities, @ProfileSelectFragment.ProfileType int type) { in AccountPreferenceController()146 @ProfileSelectFragment.ProfileType int type) { in AccountPreferenceController()285 && (mType & ProfileSelectFragment.ProfileType.WORK) != 0) { in updateUi()288 && (mType & ProfileSelectFragment.ProfileType.PERSONAL) != 0) { in updateUi()333 if (mType == ProfileSelectFragment.ProfileType.ALL) { in updateProfileUi()345 if (mType == ProfileSelectFragment.ProfileType.ALL) { in updateProfileUi()
85 ProfileSelectFragment.ProfileType.PERSONAL); in buildAccountPreferenceControllers()
85 ProfileSelectFragment.ProfileType.WORK); in buildAccountPreferenceControllers()
98 ProfileSelectFragment.ProfileType.ALL); in buildAccountPreferenceControllers()
44 EXTRA_PROFILE, -1)).isEqualTo(ProfileSelectFragment.ProfileType.PERSONAL); in getFragments_containsCorrectBundle()46 EXTRA_PROFILE, -1)).isEqualTo(ProfileSelectFragment.ProfileType.WORK); in getFragments_containsCorrectBundle()
88 mController.setProfileType(ProfileSelectFragment.ProfileType.WORK); in updateState_workProfile_shouldShowOnlyWorkProfileApps()104 mController.setProfileType(ProfileSelectFragment.ProfileType.PERSONAL); in updateState_Personal_shouldShowOnlyPersonalApps()
158 == ProfileSelectFragment.ProfileType.WORK; in onAttach()
1158 == ProfileSelectFragment.ProfileType.PERSONAL : false; in getTargetFragment()1160 == ProfileSelectFragment.ProfileType.WORK : false; in getTargetFragment()
341 == ProfileSelectFragment.ProfileType.PERSONAL : false; in onCreate()343 == ProfileSelectFragment.ProfileType.WORK : false; in onCreate()
103 ProfileSelectFragment.ProfileType.ALL); in setUp()