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