Searched refs:mPerformanceMap (Results 1 – 3 of 3) sorted by relevance
1012 PerformanceStats stats = mPerformanceMap.get(userId); in dumpInternal()1054 final PerformanceStats normal = mPerformanceMap.get(userId); in dumpProto()1081 mPerformanceMap.clear(); in dumpProto()
1119 PerformanceStats stats = mPerformanceMap.get(userId); in dumpInternal()1161 final PerformanceStats normal = mPerformanceMap.get(userId); in dumpProto()1188 mPerformanceMap.clear(); in dumpProto()
109 protected HashMap<Integer, PerformanceStats> mPerformanceMap = new HashMap<>(); field in BiometricServiceBase852 = (opId == 0) ? mPerformanceMap : mCryptoPerformanceMap; in authenticateInternal()