Searched refs:mPerformanceMap (Results 1 – 1 of 1) sorted by relevance
163 private HashMap<Integer, PerformanceStats> mPerformanceMap = new HashMap<>(); field in FingerprintService1193 = (opId == 0) ? mPerformanceMap : mCryptoPerformanceMap; in authenticate()1417 PerformanceStats stats = mPerformanceMap.get(userId); in dumpInternal()1457 final PerformanceStats normal = mPerformanceMap.get(userId); in dumpProto()1484 mPerformanceMap.clear(); in dumpProto()