Searched refs:PerformanceStats (Results 1 – 5 of 5) sorted by relevance
103 private PerformanceStats mPerformanceStats;109 protected HashMap<Integer, PerformanceStats> mPerformanceMap = new HashMap<>();111 protected HashMap<Integer, PerformanceStats> mCryptoPerformanceMap = new HashMap<>();114 protected class PerformanceStats { class in BiometricServiceBase860 HashMap<Integer, PerformanceStats> pmap in authenticateInternal()862 PerformanceStats stats = pmap.get(mCurrentUserId); in authenticateInternal()864 stats = new PerformanceStats(); in authenticateInternal()
49 // A com.android.server.biometrics.fingerprint.FingerpintService.PerformanceStats object.
1014 PerformanceStats stats = mPerformanceMap.get(userId); in dumpInternal()1015 PerformanceStats cryptoStats = mCryptoPerformanceMap.get(userId); in dumpInternal()1055 final PerformanceStats normal = mPerformanceMap.get(userId); in dumpProto()1068 final PerformanceStats crypto = mCryptoPerformanceMap.get(userId); in dumpProto()
1310 PerformanceStats stats = mPerformanceMap.get(userId); in dumpInternal()1311 PerformanceStats cryptoStats = mCryptoPerformanceMap.get(userId); in dumpInternal()
18834 Lcom/android/server/biometrics/BiometricServiceBase$PerformanceStats;