Home
last modified time | relevance | path

Searched refs:subjectUid (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DAppsFilterImpl.java955 int subjectUid = UserHandle.getUid(subjectUserId, subjectSetting.getAppId()); in updateShouldFilterCacheForUser() local
958 subjectUid, subjectSetting, otherSetting, otherUser); in updateShouldFilterCacheForUser()
961 mShouldFilterCache.put(subjectUid, otherUid, shouldFilterSubjectToOther); in updateShouldFilterCacheForUser()
962 mShouldFilterCache.put(otherUid, subjectUid, shouldFilterOtherToSubject); in updateShouldFilterCacheForUser()