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

/packages/apps/ContactsCommon/src/com/android/contacts/common/
H A DContactsUtils.java59 public interface ProviderNames { interface in class:ContactsUtils
73 * ProviderNames from the predefined IM protocol id.
84 return ProviderNames.GTALK;
86 return ProviderNames.AIM;
88 return ProviderNames.MSN;
90 return ProviderNames.YAHOO;
92 return ProviderNames.ICQ;
94 return ProviderNames.JABBER;
96 return ProviderNames.SKYPE;
98 return ProviderNames
[all...]
/packages/experimental/LoaderApp/src/com/android/loaderapp/util/
H A DContactsUtils.java186 public interface ProviderNames { interface in class:ContactsUtils
200 * ProviderNames from the predefined IM protocol id.
211 return ProviderNames.GTALK;
213 return ProviderNames.AIM;
215 return ProviderNames.MSN;
217 return ProviderNames.YAHOO;
219 return ProviderNames.ICQ;
221 return ProviderNames.JABBER;
223 return ProviderNames.SKYPE;
225 return ProviderNames
[all...]

Completed in 60 milliseconds