Searched refs:overallContext (Results 1 – 1 of 1) sorted by relevance
270 public ContactsActor(final Context overallContext, String packageName, in ContactsActor() argument277 context = new RestrictionMockContext(overallContext, packageName, resolver, in ContactsActor()292 return overallContext.getSystemService(name); in ContactsActor()297 return overallContext.getSystemServiceName(serviceClass); in ContactsActor()308 android.provider.Settings.Secure.getString(overallContext.getContentResolver(), "dummy"); in ContactsActor()311 overallContext, FILENAME_PREFIX); in ContactsActor()334 return overallContext.getSystemService(name); in ContactsActor()339 return overallContext.getSystemServiceName(serviceClass); in ContactsActor()437 public RestrictionMockContext(Context overallContext, String reportedPackageName, in RestrictionMockContext() argument440 mOverallContext = overallContext; in RestrictionMockContext()[all …]