Searched refs:getWorkProfileUserId (Results 1 – 2 of 2) sorted by relevance
225 final int profileId = getWorkProfileUserId(mCurrentUserId); in getWorkProfileOrganizationName()240 private int getWorkProfileUserId(int userId) { in getWorkProfileUserId() method in SecurityControllerImpl251 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()
813 final int profileId = getWorkProfileUserId(UserHandle.myUserId()); in getWorkProfileOrganizationName()820 private int getWorkProfileUserId(int userId) { in getWorkProfileUserId() method in KeyguardIndicationController