Home
last modified time | relevance | path

Searched refs:mAllowedSystemServices (Results 1 – 1 of 1) sorted by relevance

/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DAbstractDownloadManagerFunctionalTest.java87 private Set<String> mAllowedSystemServices; field in AbstractDownloadManagerFunctionalTest.TestContext
95 mAllowedSystemServices = new HashSet<String>(Arrays.asList(new String[] { in TestContext()
119 if (mAllowedSystemServices.contains(name)) { in getSystemService()