Home
last modified time | relevance | path

Searched defs:UserInfo (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DUserInfo.java56 public class UserInfo implements Parcelable { class
302 public UserInfo(int id, String name, int flags) { in UserInfo() method in UserInfo
311 public UserInfo(int id, String name, String iconPath, int flags) { in UserInfo() method in UserInfo
315 public UserInfo(int id, String name, String iconPath, int flags, String userType) { in UserInfo() method in UserInfo
499 public UserInfo() { in UserInfo() method in UserInfo
502 public UserInfo(UserInfo orig) { in UserInfo() method in UserInfo
587 private UserInfo(Parcel source) { in UserInfo() method in UserInfo
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/data/
DRecentTaskListProvider.kt101 private fun UserInfo.toUserType(): RecentTask.UserType = in UserInfo() method
/frameworks/proto_logging/stats/
Datoms.proto16820 message UserInfo { message