Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DValidateNotificationPeople.java95 private Map<Integer, Context> mUserToContextMap; field in ValidateNotificationPeople
103 mUserToContextMap = new ArrayMap<>(); in initialize()
208 Context context = mUserToContextMap.get(userHandle.getIdentifier()); in getContextAsUser()
212 mUserToContextMap.put(userHandle.getIdentifier(), context); in getContextAsUser()