Searched defs:seq (Results 1 – 6 of 6) sorted by relevance
109 int seq = Integer.parseInt(SystemUtil.runShellCommand(getInstrumentation(), in setBatteryState() local
172 int seq = Integer.parseInt(res.trim()); in setStorageState() local
69 ASN1Sequence seq = getAttestationSequence(x509Cert); in Attestation() local
169 int seq = Integer.parseInt(res.trim()); in setStorageState() local
177 ASN1Sequence seq; in ParsedAttestationRecord() local
632 private String buildTestMessage(CharSequence seq) { in buildTestMessage()