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
308 public UserInfo(int id, String name, int flags) { in UserInfo() method in UserInfo
317 public UserInfo(int id, String name, String iconPath, int flags) { in UserInfo() method in UserInfo
321 public UserInfo(int id, String name, String iconPath, int flags, String userType) { in UserInfo() method in UserInfo
514 public UserInfo() { in UserInfo() method in UserInfo
517 public UserInfo(UserInfo orig) { in UserInfo() method in UserInfo
602 private UserInfo(Parcel source) { in UserInfo() method in UserInfo
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/data/
DRecentTaskListProvider.kt102 private fun UserInfo.toUserType(): RecentTask.UserType = in UserInfo() method
/frameworks/proto_logging/stats/
Datoms.proto17111 message UserInfo { message