Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/
DContactsApplication.java42 private static InjectedServices sInjectedServices; field in ContactsApplication
54 sInjectedServices = services; in injectServices()
58 return sInjectedServices; in getInjectedServices()
63 if (sInjectedServices != null) { in getContentResolver()
64 ContentResolver resolver = sInjectedServices.getContentResolver(); in getContentResolver()
74 if (sInjectedServices != null) { in getSharedPreferences()
75 SharedPreferences prefs = sInjectedServices.getSharedPreferences(); in getSharedPreferences()
86 if (sInjectedServices != null) { in getSystemService()
87 Object service = sInjectedServices.getSystemService(name); in getSystemService()