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.java333 public ContactsActor(final Context overallContext, String packageName, in ContactsActor() argument
340 context = new RestrictionMockContext(overallContext, packageName, resolver, in ContactsActor()
361 return overallContext.getSystemService(name); in ContactsActor()
368 return overallContext.getSystemServiceName(serviceClass); in ContactsActor()
379 android.provider.Settings.Secure.getString(overallContext.getContentResolver(), "dummy"); in ContactsActor()
382 overallContext, FILENAME_PREFIX); in ContactsActor()
411 return overallContext.getSystemService(name); in ContactsActor()
416 return overallContext.getSystemServiceName(serviceClass); in ContactsActor()
549 public RestrictionMockContext(Context overallContext, String reportedPackageName, in RestrictionMockContext() argument
552 mOverallContext = overallContext; in RestrictionMockContext()
[all …]