Home | History | Annotate | Download | only in cts

Lines Matching refs:idStr

617      * @param idStr The device ID string.
620 public int getDeviceId(TestDevice[] availableDevices, String idStr) {
623 if (idStr.equals(dev.getSerialNumber())) {
1144 * @param idStr the session id.
1147 private void listSessionResult(final String idStr, final Integer resultType) {
1148 if (!idStr.matches("\\d+")) {
1153 int sessionId = Integer.parseInt(idStr);