Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DValidateNotificationPeople.java91 private Context mBaseContext; field in ValidateNotificationPeople
104 mBaseContext = context; in initialize()
108 mBaseContext.getContentResolver(), SETTING_ENABLE_PEOPLE_VALIDATOR, 1); in initialize()
122 mBaseContext.getContentResolver().registerContentObserver(Contacts.CONTENT_URI, true, in initialize()
211 context = mBaseContext.createPackageContextAsUser("android", 0, userHandle); in getContextAsUser()
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/net/
H A DNetworkStatsServiceTest.java200 private final Context mBaseContext; field in NetworkStatsServiceTest.MockContext
204 mBaseContext = base; in MockContext()
210 return mBaseContext.getSystemService(name); in getSystemService()