Searched refs:mInjectedSystemServices (Results 1 – 1 of 1) sorted by relevance
84 private HashMap<String, Object> mInjectedSystemServices = new HashMap<>(); field in CellBroadcastActivityTestCase.TestContext92 mInjectedSystemServices.put(name, service); in injectSystemService()102 if (mInjectedSystemServices.containsKey(name)) { in getSystemService()104 return mInjectedSystemServices.get(name); in getSystemService()