Searched defs:seq (Results 1 – 6 of 6) sorted by relevance
51 ASN1Sequence seq = getAttestationSequence(x509Cert); in Asn1Attestation() local
187 int seq = Integer.parseInt(res.trim()); in setStorageStateLow() local247 int seq = Integer.parseInt(SystemUtil.runShellCommand(getInstrumentation(), in setBatteryState() local
1295 int seq = Integer.parseInt(mUiDevice.executeShellCommand(command).trim()); in setChargingState() local
169 int seq = Integer.parseInt(res.trim()); in setStorageState() local
177 ASN1Sequence seq; in ParsedAttestationRecord() local
665 private String buildTestMessage(CharSequence seq) { in buildTestMessage()