Searched refs:sbnKey (Results 1 – 2 of 2) sorted by relevance
143 String sbnKey = user.getIdentifier() + "|" + pkg + "|" + id + "|" + tag + "|" + uid; in key() local145 sbnKey = sbnKey + "|" + overrideGroupKey; in key()147 return sbnKey; in key()
716 private boolean isIsolated(String sbnKey) { in isIsolated() argument717 return mIsolatedEntries.containsKey(sbnKey); in isIsolated()