Searched refs:overallContext (Results 1 – 1 of 1) sorted by relevance
273 public ContactsActor(final Context overallContext, String packageName, in ContactsActor() argument280 context = new RestrictionMockContext(overallContext, packageName, resolver, in ContactsActor()295 return overallContext.getSystemService(name); in ContactsActor()302 return overallContext.getSystemServiceName(serviceClass); in ContactsActor()313 android.provider.Settings.Secure.getString(overallContext.getContentResolver(), "dummy"); in ContactsActor()316 overallContext, FILENAME_PREFIX); in ContactsActor()339 return overallContext.getSystemService(name); in ContactsActor()344 return overallContext.getSystemServiceName(serviceClass); in ContactsActor()452 public RestrictionMockContext(Context overallContext, String reportedPackageName, in RestrictionMockContext() argument455 mOverallContext = overallContext; in RestrictionMockContext()[all …]