HomeSort by relevance Sort by last modified time
    Searched defs:syncAdapterPackageName (Results 1 - 2 of 2) sorted by null

  /packages/apps/ContactsCommon/src/com/android/contacts/common/
MoreContactUtils.java 218 * {@link AccountType#syncAdapterPackageName}).
221 String syncAdapterPackageName = accountType.syncAdapterPackageName;
223 if (TextUtils.isEmpty(syncAdapterPackageName) || TextUtils.isEmpty(className)) {
227 intent.setClassName(syncAdapterPackageName, className);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
AccountType.java 67 * 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;
145 * {@link #syncAdapterPackageName}.
156 * {@link #syncAdapterPackageName}.
167 * {@link #syncAdapterPackageName}.
187 * This is introduced for {@link GoogleAccountType} where {@link #syncAdapterPackageName}
192 return syncAdapterPackageName;
202 return getResourceText(context, syncAdapterPackageName, titleRes, accountType);
242 return getResourceText(context, syncAdapterPackageName, getInviteContactActionResId(), "")
    [all...]

Completed in 115 milliseconds