Home
last modified time | relevance | path

Searched refs:getWorkProfileUserId (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSecurityControllerImpl.java200 final int profileId = getWorkProfileUserId(mCurrentUserId); in getWorkProfileOrganizationName()
215 private int getWorkProfileUserId(int userId) { in getWorkProfileUserId() method in SecurityControllerImpl
226 return getWorkProfileUserId(mCurrentUserId) != UserHandle.USER_NULL; in hasWorkProfile()
231 final UserHandle userHandle = UserHandle.of(getWorkProfileUserId(mCurrentUserId)); in isWorkProfileOn()
242 final int profileId = getWorkProfileUserId(mVpnUserId); in getWorkProfileVpnName()
314 int userId = getWorkProfileUserId(mCurrentUserId); in hasCACertInWorkProfile()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardIndicationController.java737 final int profileId = getWorkProfileUserId(UserHandle.myUserId()); in getWorkProfileOrganizationName()
744 private int getWorkProfileUserId(int userId) { in getWorkProfileUserId() method in KeyguardIndicationController