Searched refs:overallContext (Results 1 – 1 of 1) sorted by relevance
313 public ContactsActor(final Context overallContext, String packageName, in ContactsActor() argument320 context = new RestrictionMockContext(overallContext, packageName, resolver, in ContactsActor()341 return overallContext.getSystemService(name); in ContactsActor()348 return overallContext.getSystemServiceName(serviceClass); in ContactsActor()359 android.provider.Settings.Secure.getString(overallContext.getContentResolver(), "dummy"); in ContactsActor()362 overallContext, FILENAME_PREFIX); in ContactsActor()391 return overallContext.getSystemService(name); in ContactsActor()396 return overallContext.getSystemServiceName(serviceClass); in ContactsActor()520 public RestrictionMockContext(Context overallContext, String reportedPackageName, in RestrictionMockContext() argument523 mOverallContext = overallContext; in RestrictionMockContext()[all …]