Home
last modified time | relevance | path

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

/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DBiometricsDeviceInfo.java46 private static final String DUMPSYS_BIOMETRIC = "dumpsys biometric"; field in BiometricsDeviceInfo
164 final String output = SystemUtil.runShellCommand(DUMPSYS_BIOMETRIC); in getSensorInfo()
/cts/tests/framework/base/biometrics/src/android/server/biometrics/util/
DUtils.java61 public static final String DUMPSYS_BIOMETRIC = "dumpsys biometric --proto"; field in Utils
152 final byte[] dump = Utils.executeShellCommand(DUMPSYS_BIOMETRIC); in getBiometricServiceCurrentState()
/cts/tests/framework/base/biometrics/src/android/server/biometrics/
DBiometricTestBase.java98 private static final String DUMPSYS_BIOMETRIC = Utils.DUMPSYS_BIOMETRIC; field in BiometricTestBase
154 final byte[] dump = Utils.executeShellCommand(DUMPSYS_BIOMETRIC in getCurrentStateAndClearSchedulerLog()