Searched refs:getSystemServiceName (Results 1 – 7 of 7) sorted by relevance
301 public String getSystemServiceName(Class<?> serviceClass) { in ContactsActor()302 return overallContext.getSystemServiceName(serviceClass); in ContactsActor()343 public String getSystemServiceName(Class<?> serviceClass) { in ContactsActor()344 return overallContext.getSystemServiceName(serviceClass); in ContactsActor()
298 public String getSystemServiceName(Class<?> serviceClass) { in getSystemServiceName() method in EnterprisePolicyGuardTest.TestMockContext299 return mRealContext.getSystemServiceName(serviceClass); in getSystemServiceName()
92 final String name = getSystemServiceName(cls); in injectSystemService()
70 public String getSystemServiceName(Class<?> serviceClass) { in getSystemServiceName() method in MyMockContext
190 public String getSystemServiceName(Class<?> svcClass) { in getSystemServiceName() method in ComponentContextFixture.FakeApplicationContext
161 when(mContext.getSystemServiceName(DevicePolicyManager.class)) in setUp()
535 public abstract java.lang.String getSystemServiceName(java.lang.Class);