Searched refs:UserType (Results 1 – 12 of 12) sorted by relevance
162 private enum class UserType { class171 ): UserType { in UserManager()177 userToBeWiped == null || userToBeWiped.isPrimary -> UserType.PRIMARY in UserManager()178 userToBeWiped.isManagedProfile -> UserType.MANAGED_PROFILE in UserManager()179 else -> UserType.SECONDARY in UserManager()186 userType: UserType, in Context()198 userType: UserType, in Context()201 UserType.PRIMARY -> getLastAttemptBeforeWipeDeviceMessage(request) in Context()202 UserType.MANAGED_PROFILE -> in Context()204 UserType.SECONDARY -> getLastAttemptBeforeWipeUserMessage(request) in Context()[all …]
43 userType: RecentTask.UserType, in <lambda>()61 private fun getIconType(userType: RecentTask.UserType): Int = in <lambda>()63 RecentTask.UserType.CLONED -> UserIconInfo.TYPE_CLONED in <lambda>()64 RecentTask.UserType.WORK -> UserIconInfo.TYPE_WORK in <lambda>()65 RecentTask.UserType.PRIVATE -> UserIconInfo.TYPE_PRIVATE in <lambda>()66 RecentTask.UserType.STANDARD -> UserIconInfo.TYPE_MAIN in <lambda>()
101 private fun UserInfo.toUserType(): RecentTask.UserType = in UserInfo()103 RecentTask.UserType.CLONED in UserInfo()105 RecentTask.UserType.WORK107 RecentTask.UserType.PRIVATE109 RecentTask.UserType.STANDARD
33 val userType: UserType,39 userType: UserType,53 enum class UserType { class in com.android.systemui.mediaprojection.appselector.data.RecentTask
41 public @interface UserType { } annotation in UserIconInfo44 @UserType49 public UserIconInfo(UserHandle user, @UserType int type) { in UserIconInfo()53 public UserIconInfo(UserHandle user, @UserType int type, long userSerial) { in UserIconInfo()
10 import com.android.systemui.mediaprojection.appselector.data.RecentTask.UserType.CLONED11 import com.android.systemui.mediaprojection.appselector.data.RecentTask.UserType.PRIVATE12 import com.android.systemui.mediaprojection.appselector.data.RecentTask.UserType.STANDARD13 import com.android.systemui.mediaprojection.appselector.data.RecentTask.UserType.WORK231 userType: RecentTask.UserType = STANDARD in createRecentTask()249 userType: RecentTask.UserType = STANDARD, in createRecentTask()
67 userType = RecentTask.UserType.STANDARD, in <lambda>()80 userType = RecentTask.UserType.STANDARD, in <lambda>()
40 import com.android.bedstead.nene.users.UserType;184 .type(TestApis.users().supportedType(UserType.MANAGED_PROFILE_TYPE_NAME)) in assertSettingsCloned()
92 enum UserType { enum
260 userType = RecentTask.UserType.STANDARD, in createRecentTask()
227 enum UserType { enum234 optional UserType user_type = 29;
10034 optional android.stats.connectivity.UserType user_type= 4;16751 enum UserType { enum16763 optional UserType user_type = 5;16825 optional UserLifecycleJourneyReported.UserType user_type = 2;22045 optional UserLifecycleJourneyReported.UserType user_type = 7;