Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DValidateNotificationPeople.java134 Context context = getContextAsUser(record.getUser()); in process()
164 Context context = getContextAsUser(userHandle); in getContactAffinity()
201 private Context getContextAsUser(UserHandle userHandle) { in getContextAsUser() method in ValidateNotificationPeople