Home
last modified time | relevance | path

Searched refs:clientName (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DResumeOnRebootHostTest.java410 private void deviceRequestLskf(String clientName) throws Exception { in deviceRequestLskf() argument
411 String res = getDevice().executeShellCommand("cmd recovery request-lskf " + clientName); in deviceRequestLskf()
421 private void deviceClearLskf(String clientName) throws Exception { in deviceClearLskf() argument
422 String res = getDevice().executeShellCommand("cmd recovery clear-lskf " + clientName); in deviceClearLskf()
450 private void verifyLskfCaptured(String clientName) throws Exception { in verifyLskfCaptured() argument
452 + UNLOCK_BROADCAST_WAIT_SECONDS + " seconds for " + clientName, in verifyLskfCaptured()
453 UNLOCK_BROADCAST_WAIT_SECONDS, () -> isLskfCapturedForClient(clientName)); in verifyLskfCaptured()
456 private boolean isLskfCapturedForClient(String clientName) throws Exception { in isLskfCapturedForClient() argument
459 "cmd recovery is-lskf-captured " + clientName); in isLskfCapturedForClient()
473 private void deviceRebootAndApply(String clientName) throws Exception { in deviceRebootAndApply() argument
[all …]