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.java89 private Map<Integer, Context> mUserToContextMap; field in ValidateNotificationPeople
97 mUserToContextMap = new ArrayMap<>(); in initialize()
202 Context context = mUserToContextMap.get(userHandle.getIdentifier()); in getContextAsUser()
206 mUserToContextMap.put(userHandle.getIdentifier(), context); in getContextAsUser()