Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DValidateNotificationPeople.java85 private Context mBaseContext; field in ValidateNotificationPeople
98 mBaseContext = context; in initialize()
102 mBaseContext.getContentResolver(), SETTING_ENABLE_PEOPLE_VALIDATOR, 1); in initialize()
116 mBaseContext.getContentResolver().registerContentObserver(Contacts.CONTENT_URI, true, in initialize()
205 context = mBaseContext.createPackageContextAsUser("android", 0, userHandle); in getContextAsUser()