Searched defs:injectSystemService (Results 1 – 3 of 3) sorted by relevance
34 public <S> void injectSystemService(Class<S> cls, S service) { in injectSystemService() method in TestContext
73 protected <S> void injectSystemService(Class<S> cls, S service) { in injectSystemService() method in CarrierDefaultActivityTestCase
36 public <S> void injectSystemService(Class<S> cls, S service) { in injectSystemService() method in ContextWithServiceOverrides