Searched refs:userStr (Results 1 – 2 of 2) sorted by relevance
2350 final String userStr = Integer.toString(item.userId); in writeLPr() local2354 serializer.attribute(null, ATTR_USER, userStr); in writeLPr()2858 String userStr = parser.getAttributeValue(null, ATTR_USER); in readLPw() local2864 if (userStr != null) { in readLPw()2865 userId = Integer.parseInt(userStr); in readLPw()
1937 String userStr = shell.getNextArgRequired(); in onShellCommand() local1938 userId = UserHandle.parseUserArg(userStr); in onShellCommand()