Searched refs:userIdString (Results 1 – 2 of 2) sorted by relevance
1019 String userIdString = String.valueOf(userId); in initForUser() local1023 .replace(credentialLength - 2, credentialLength - 1, userIdString) in initForUser()1029 .replace(deviceLength - 2, deviceLength - 1, userIdString) in initForUser()1061 String userIdString = String.valueOf(userId); in initForUser() local1065 .replace(credentialLength - 2, credentialLength - 1, userIdString) in initForUser()1071 .replace(deviceLength - 2, deviceLength - 1, userIdString) in initForUser()
2784 String userIdString = auth.substring(0, end); in getUserIdFromAuthority()2786 return Integer.parseInt(userIdString); in getUserIdFromAuthority()