Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/
DContactsApplication.java32 import com.android.contacts.testing.InjectedServices;
42 private static InjectedServices sInjectedServices;
53 public static void injectServices(InjectedServices services) { in injectServices()
57 public static InjectedServices getInjectedServices() { in getInjectedServices()
DContactsActivity.java29 import com.android.contacts.testing.InjectedServices;
43 InjectedServices services = ContactsApplication.getInjectedServices(); in getContentResolver()
56 InjectedServices services = ContactsApplication.getInjectedServices(); in getSharedPreferences()
DAppCompatContactsActivity.java29 import com.android.contacts.testing.InjectedServices;
44 InjectedServices services = ContactsApplication.getInjectedServices(); in getContentResolver()
57 InjectedServices services = ContactsApplication.getInjectedServices(); in getSharedPreferences()
/packages/apps/Contacts/tests/src/com/android/contacts/interactions/
DContactDeletionInteractionTest.java37 import com.android.contacts.testing.InjectedServices;
76 InjectedServices services = new InjectedServices(); in setUp()
/packages/apps/Contacts/tests/src/com/android/contacts/activities/
DPeopleActivityTest.java42 import com.android.contacts.testing.InjectedServices;
81 InjectedServices services = new InjectedServices(); in setUp()
/packages/apps/Contacts/tests/src/com/android/contacts/model/
DContactLoaderTest.java38 import com.android.contacts.testing.InjectedServices;
64 InjectedServices services = new InjectedServices(); in setUp()
/packages/apps/Contacts/src/com/android/contacts/testing/
DInjectedServices.java31 public class InjectedServices { class
/packages/apps/Contacts/
Dproguard.flags89 -keep class com.android.contacts.testing.InjectedServices { *; }