Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DUserInfo.java269 public int profileBadge; field in UserInfo
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/promoted/
DAODPromotedNotification.kt269 private val profileBadge: ImageView? = root.findViewById(R.id.profile_badge) constant
/frameworks/base/core/java/android/app/
DNotification.java5914 Bitmap profileBadge = getProfileBadge(); in bindProfileBadge() local