Searched refs:mUserToContextMap (Results 1 – 1 of 1) sorted by relevance
95 private Map<Integer, Context> mUserToContextMap; field in ValidateNotificationPeople103 mUserToContextMap = new ArrayMap<>(); in initialize()208 Context context = mUserToContextMap.get(userHandle.getIdentifier()); in getContextAsUser()212 mUserToContextMap.put(userHandle.getIdentifier(), context); in getContextAsUser()