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

/packages/apps/Contacts/src/com/android/contacts/
H A DContactsApplication.java43 private static InjectedServices sInjectedServices; field in class:ContactsApplication
57 sInjectedServices = services;
61 return sInjectedServices;
66 if (sInjectedServices != null) {
67 ContentResolver resolver = sInjectedServices.getContentResolver();
77 if (sInjectedServices != null) {
78 SharedPreferences prefs = sInjectedServices.getSharedPreferences();
89 if (sInjectedServices != null) {
90 Object service = sInjectedServices.getSystemService(name);

Completed in 47 milliseconds