Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/
DBinaryTransparencyServiceTest.java176 verify(mBiometricLogger, never()).logStats(anyInt(), anyInt(), anyInt(), anyInt(), in testCollectBiometricProperties_disablesFeature()
206 verify(mBiometricLogger, times(1)).logStats( in testCollectBiometricProperties_enablesFeature_logsFingerprintProperties()
250 verify(mBiometricLogger, times(1)).logStats( in testCollectBiometricProperties_enablesFeature_logsFaceProperties()
/frameworks/base/services/core/java/com/android/server/attention/
DAttentionManagerService.java635 logStats(result); in AttentionCheck()
648 logStats(error); in AttentionCheck()
651 private void logStats(int result) { in AttentionCheck()
/frameworks/base/services/core/java/com/android/server/
DBinaryTransparencyService.java1136 public void logStats(int sensorId, int modality, int sensorType, int sensorStrength, in logStats() method in BinaryTransparencyService.BiometricLogger
1376 mBiometricLogger.logStats( in logBiometricProperties()