Searched defs:services (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/
H A DContactsApplication.java48 * Overrides the system services with mocks for testing.
51 public static void injectServices(InjectedServices services) { argument
52 sInjectedServices = services;
/packages/apps/Contacts/src/com/android/contacts/vcard/
H A DNfcImportVCardActivity.java64 public ImportRequest doInBackground(VCardService... services) { argument
72 services[0].handleImportRequest(requests, NfcImportVCardActivity.this);

Completed in 129 milliseconds