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.java180 final int profileId = getWorkProfileUserId(mCurrentUserId); in getWorkProfileOrganizationName()
195 private int getWorkProfileUserId(int userId) { in getWorkProfileUserId() method in SecurityControllerImpl
206 return getWorkProfileUserId(mCurrentUserId) != UserHandle.USER_NULL; in hasWorkProfile()
216 final int profileId = getWorkProfileUserId(mVpnUserId); in getWorkProfileVpnName()
270 int userId = getWorkProfileUserId(mCurrentUserId); in hasCACertInWorkProfile()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java266 final int profileId = getWorkProfileUserId(UserHandle.myUserId()); in getWorkProfileOrganizationName()
273 private int getWorkProfileUserId(int userId) { in getWorkProfileUserId() method in KeyguardIndicationController