Searched refs:getCredentialOwnerUserId (Results 1 – 8 of 8) sorted by relevance
658 return getCredentialOwnerUserId(context); in getUserIdFromBundle()701 public static int getCredentialOwnerUserId(Context context) { in getCredentialOwnerUserId() method in Utils702 return getCredentialOwnerUserId(context, UserHandle.myUserId()); in getCredentialOwnerUserId()708 public static int getCredentialOwnerUserId(Context context, int userId) { in getCredentialOwnerUserId() method in Utils
663 return getCredentialOwnerUserId(context); in getUserIdFromBundle()706 public static int getCredentialOwnerUserId(Context context) { in getCredentialOwnerUserId() method in Utils707 return getCredentialOwnerUserId(context, UserHandle.myUserId()); in getCredentialOwnerUserId()713 public static int getCredentialOwnerUserId(Context context, int userId) { in getCredentialOwnerUserId() method in Utils
174 Utils.getCredentialOwnerUserId(mActivity) /* userId */); in launchConfirmationActivity()229 Utils.getCredentialOwnerUserId(mActivity) /* userId */); in launchConfirmationActivity()
73 credentialOwnerUserId = Utils.getCredentialOwnerUserId(this, in onCreate()
138 int credentialOwnerUserId = Utils.getCredentialOwnerUserId( in onViewCreated()
185 Utils.getCredentialOwnerUserId(mActivity) /* userId */, in launchConfirmationActivity()243 Utils.getCredentialOwnerUserId(mActivity) /* userId */, in launchConfirmationActivity()