Searched defs:recordKey (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
H A DRankingHelper.java240 private static String recordKey(String pkg, int uid) { method in class:RankingHelper
245 final String key = recordKey(pkg, uid);
258 final String key = recordKey(pkg, uid);
1101 mRecords.remove(recordKey(pkg, uid));
1115 mRecords.put(recordKey(r.pkg, r.uid), r);

Completed in 54 milliseconds