Searched refs:clientName (Results 1 – 1 of 1) sorted by relevance
410 private void deviceRequestLskf(String clientName) throws Exception { in deviceRequestLskf() argument411 String res = getDevice().executeShellCommand("cmd recovery request-lskf " + clientName); in deviceRequestLskf()421 private void deviceClearLskf(String clientName) throws Exception { in deviceClearLskf() argument422 String res = getDevice().executeShellCommand("cmd recovery clear-lskf " + clientName); in deviceClearLskf()450 private void verifyLskfCaptured(String clientName) throws Exception { in verifyLskfCaptured() argument452 + 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() argument459 "cmd recovery is-lskf-captured " + clientName); in isLskfCapturedForClient()473 private void deviceRebootAndApply(String clientName) throws Exception { in deviceRebootAndApply() argument[all …]