Searched refs:DUMPSYS_BIOMETRIC (Results 1 – 3 of 3) sorted by relevance
46 private static final String DUMPSYS_BIOMETRIC = "dumpsys biometric"; field in BiometricsDeviceInfo164 final String output = SystemUtil.runShellCommand(DUMPSYS_BIOMETRIC); in getSensorInfo()
61 public static final String DUMPSYS_BIOMETRIC = "dumpsys biometric --proto"; field in Utils152 final byte[] dump = Utils.executeShellCommand(DUMPSYS_BIOMETRIC); in getBiometricServiceCurrentState()
98 private static final String DUMPSYS_BIOMETRIC = Utils.DUMPSYS_BIOMETRIC; field in BiometricTestBase154 final byte[] dump = Utils.executeShellCommand(DUMPSYS_BIOMETRIC in getCurrentStateAndClearSchedulerLog()