Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSecurityControllerImpl.java225 final int profileId = getWorkProfileUserId(mCurrentUserId); in getWorkProfileOrganizationName()
240 private int getWorkProfileUserId(int userId) { in getWorkProfileUserId() method in SecurityControllerImpl
251 return getWorkProfileUserId(mCurrentUserId) != UserHandle.USER_NULL; in hasWorkProfile()
256 final UserHandle userHandle = UserHandle.of(getWorkProfileUserId(mCurrentUserId)); in isWorkProfileOn()
267 final int profileId = getWorkProfileUserId(mVpnUserId); in getWorkProfileVpnName()
359 int userId = getWorkProfileUserId(mCurrentUserId); in hasCACertInWorkProfile()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java813 final int profileId = getWorkProfileUserId(UserHandle.myUserId()); in getWorkProfileOrganizationName()
820 private int getWorkProfileUserId(int userId) { in getWorkProfileUserId() method in KeyguardIndicationController