Home
last modified time | relevance | path

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

/cts/hostsidetests/car_builtin/src/android/car/cts/builtin/
DLockPatternHelperHostTest.java35 CheckLockIsSecureCommand checkLockCmd = new CheckLockIsSecureCommand(getDevice()); in testIsSecureApi() local
39 checkLockCmd.executeWith(userId); in testIsSecureApi()
41 assertThat(checkLockCmd.isSecure()).isFalse(); in testIsSecureApi()