Home
last modified time | relevance | path

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

/cts/tests/framework/base/biometrics/src/android/server/biometrics/
DUtils.java55 public static final String DUMPSYS_BIOMETRIC = "dumpsys biometric --proto"; field in Utils
118 final byte[] dump = Utils.executeShellCommand(DUMPSYS_BIOMETRIC); in getBiometricServiceCurrentState()
DBiometricTestBase.java79 private static final String DUMPSYS_BIOMETRIC = Utils.DUMPSYS_BIOMETRIC; field in BiometricTestBase
120 final byte[] dump = Utils.executeShellCommand(DUMPSYS_BIOMETRIC in getCurrentStateAndClearSchedulerLog()