Searched refs:PerformanceStats (Results 1 – 3 of 3) sorted by relevance
111 private class PerformanceStats { class in FingerprintService148 private PerformanceStats mPerformanceStats;163 private HashMap<Integer, PerformanceStats> mPerformanceMap = new HashMap<>();166 private HashMap<Integer, PerformanceStats> mCryptoPerformanceMap = new HashMap<>();1192 HashMap<Integer, PerformanceStats> pmap in authenticate()1194 PerformanceStats stats = pmap.get(mCurrentUserId); in authenticate()1196 stats = new PerformanceStats(); in authenticate()1417 PerformanceStats stats = mPerformanceMap.get(userId); in dumpInternal()1418 PerformanceStats cryptoStats = mCryptoPerformanceMap.get(userId); in dumpInternal()1457 final PerformanceStats normal = mPerformanceMap.get(userId); in dumpProto()[all …]
49 // A com.android.server.fingerprint.FingerpintService.PerformanceStats object.
2471 Lcom/android/server/fingerprint/FingerprintService$PerformanceStats;