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.java98 private Context mBaseContext; field in ValidateNotificationPeople
112 mBaseContext = context; in initialize()
116 mBaseContext.getContentResolver(), SETTING_ENABLE_PEOPLE_VALIDATOR, 1); in initialize()
130 mBaseContext.getContentResolver().registerContentObserver(Contacts.CONTENT_URI, true, in initialize()
140 mBaseContext = context; in initForTests()
231 context = mBaseContext.createPackageContextAsUser("android", 0, userHandle); in getContextAsUser()