Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsActor.java308 public ContactsActor(final Context overallContext, String packageName, in ContactsActor() argument
315 context = new RestrictionMockContext(overallContext, packageName, resolver, in ContactsActor()
336 return overallContext.getSystemService(name); in ContactsActor()
343 return overallContext.getSystemServiceName(serviceClass); in ContactsActor()
354 android.provider.Settings.Secure.getString(overallContext.getContentResolver(), "dummy"); in ContactsActor()
357 overallContext, FILENAME_PREFIX); in ContactsActor()
386 return overallContext.getSystemService(name); in ContactsActor()
391 return overallContext.getSystemServiceName(serviceClass); in ContactsActor()
515 public RestrictionMockContext(Context overallContext, String reportedPackageName, in RestrictionMockContext() argument
518 mOverallContext = overallContext; in RestrictionMockContext()
[all …]