Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowContextImpl.java51 private final Set<String> removedSystemServices = new HashSet<>(); field in ShadowContextImpl
61 if (removedSystemServices.contains(name)) { in getSystemService()
83 removedSystemServices.add(name); in removeSystemService()