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

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
H A DAccountType.java67 * TODO Clean up {@link #resourcePackageName}, {@link #syncAdapterPackageName} and
71 * - {@link #syncAdapterPackageName} is always set to the actual sync adapter package name.
82 public String syncAdapterPackageName; field in class:AccountType
145 * {@link #syncAdapterPackageName}.
156 * {@link #syncAdapterPackageName}.
167 * {@link #syncAdapterPackageName}.
187 * This is introduced for {@link GoogleAccountType} where {@link #syncAdapterPackageName}
192 return syncAdapterPackageName;
212 return getResourceText(context, syncAdapterPackageName, titleRes, accountType);
252 return getResourceText(context, syncAdapterPackageName, getInviteContactActionResI
[all...]

Completed in 79 milliseconds