Searched refs:mSupportedServiceNamesByClass (Results 1 – 1 of 1) sorted by relevance
58 private final HashMap<Class<?>, String> mSupportedServiceNamesByClass = field in MyMockContext71 if (mSupportedServiceNamesByClass.containsKey(serviceClass)) { in getSystemServiceName()72 return mSupportedServiceNamesByClass.get(serviceClass); in getSystemServiceName()138 mSupportedServiceNamesByClass.put(CountryDetector.class, Context.COUNTRY_DETECTOR); in registerServices()139 mSupportedServiceNamesByClass.put(AppOpsManager.class, Context.APP_OPS_SERVICE); in registerServices()140 mSupportedServiceNamesByClass.put(UserManager.class, Context.USER_SERVICE); in registerServices()141 mSupportedServiceNamesByClass.put(TelecomManager.class, Context.TELECOM_SERVICE); in registerServices()142 mSupportedServiceNamesByClass.put(TelephonyManager.class, Context.TELEPHONY_SERVICE); in registerServices()143 mSupportedServiceNamesByClass.put( in registerServices()