Searched refs:removedSystemServices (Results 1 – 1 of 1) sorted by relevance
51 private final Set<String> removedSystemServices = new HashSet<>(); field in ShadowContextImpl61 if (removedSystemServices.contains(name)) { in getSystemService()83 removedSystemServices.add(name); in removeSystemService()