Searched refs:overallContext (Results 1 – 1 of 1) sorted by relevance
309 public ContactsActor(final Context overallContext, String packageName, in ContactsActor() argument316 context = new RestrictionMockContext(overallContext, packageName, resolver, in ContactsActor()337 return overallContext.getSystemService(name); in ContactsActor()344 return overallContext.getSystemServiceName(serviceClass); in ContactsActor()355 android.provider.Settings.Secure.getString(overallContext.getContentResolver(), "dummy"); in ContactsActor()358 overallContext, FILENAME_PREFIX); in ContactsActor()387 return overallContext.getSystemService(name); in ContactsActor()392 return overallContext.getSystemServiceName(serviceClass); in ContactsActor()512 public RestrictionMockContext(Context overallContext, String reportedPackageName, in RestrictionMockContext() argument515 mOverallContext = overallContext; in RestrictionMockContext()[all …]