Home
last modified time | relevance | path

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

/packages/providers/BlockedNumberProvider/tests/src/com/android/providers/blockednumber/
DMyMockContext.java58 private final HashMap<Class<?>, String> mSupportedServiceNamesByClass = field in MyMockContext
72 if (mSupportedServiceNamesByClass.containsKey(serviceClass)) { in getSystemServiceName()
73 return mSupportedServiceNamesByClass.get(serviceClass); in getSystemServiceName()
139 mSupportedServiceNamesByClass.put(CountryDetector.class, Context.COUNTRY_DETECTOR); in registerServices()
140 mSupportedServiceNamesByClass.put(AppOpsManager.class, Context.APP_OPS_SERVICE); in registerServices()
141 mSupportedServiceNamesByClass.put(UserManager.class, Context.USER_SERVICE); in registerServices()
142 mSupportedServiceNamesByClass.put(TelecomManager.class, Context.TELECOM_SERVICE); in registerServices()
143 mSupportedServiceNamesByClass.put(TelephonyManager.class, Context.TELEPHONY_SERVICE); in registerServices()
144 mSupportedServiceNamesByClass.put( in registerServices()