Searched refs:DUMPSYS_BIOMETRIC (Results 1 – 2 of 2) sorted by relevance
55 public static final String DUMPSYS_BIOMETRIC = "dumpsys biometric --proto"; field in Utils118 final byte[] dump = Utils.executeShellCommand(DUMPSYS_BIOMETRIC); in getBiometricServiceCurrentState()
79 private static final String DUMPSYS_BIOMETRIC = Utils.DUMPSYS_BIOMETRIC; field in BiometricTestBase120 final byte[] dump = Utils.executeShellCommand(DUMPSYS_BIOMETRIC in getCurrentStateAndClearSchedulerLog()