Searched refs:getWorkProfileUserId (Results 1 – 2 of 2) sorted by relevance
200 final int profileId = getWorkProfileUserId(mCurrentUserId); in getWorkProfileOrganizationName()215 private int getWorkProfileUserId(int userId) { in getWorkProfileUserId() method in SecurityControllerImpl226 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()
737 final int profileId = getWorkProfileUserId(UserHandle.myUserId()); in getWorkProfileOrganizationName()744 private int getWorkProfileUserId(int userId) { in getWorkProfileUserId() method in KeyguardIndicationController