Searched refs:mAllowedSystemServices (Results 1 – 1 of 1) sorted by relevance
87 private Set<String> mAllowedSystemServices; field in AbstractDownloadManagerFunctionalTest.TestContext95 mAllowedSystemServices = new HashSet<String>(Arrays.asList(new String[] { in TestContext()119 if (mAllowedSystemServices.contains(name)) { in getSystemService()