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

  /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...]
FallbackAccountType.java 37 this.syncAdapterPackageName = resPackageName;
ExternalAccountType.java 119 this.syncAdapterPackageName = packageName;
167 syncAdapterPackageName, ATTR_INVITE_CONTACT_ACTION_LABEL);
169 syncAdapterPackageName, ATTR_VIEW_GROUP_ACTION_LABEL);
171 syncAdapterPackageName, ATTR_ACCOUNT_LABEL);
173 syncAdapterPackageName, ATTR_ACCOUNT_ICON);
GoogleAccountType.java 52 this.syncAdapterPackageName = authenticatorPackageName;
SamsungAccountType.java 53 this.syncAdapterPackageName = authenticatorPackageName;
ExchangeAccountType.java 51 this.syncAdapterPackageName = authenticatorPackageName;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
MoreContactUtils.java 226 * {@link AccountType#syncAdapterPackageName}).
229 String syncAdapterPackageName = accountType.syncAdapterPackageName;
231 if (TextUtils.isEmpty(syncAdapterPackageName) || TextUtils.isEmpty(className)) {
235 intent.setClassName(syncAdapterPackageName, className);
  /packages/apps/Contacts/src/com/android/contacts/editor/
CompactPhotoSelectionFragment.java 94 public String syncAdapterPackageName;
132 dest.writeString(syncAdapterPackageName);
145 syncAdapterPackageName = source.readString();
246 mContext, photo.titleRes, photo.iconRes, photo.syncAdapterPackageName));
CompactRawContactsEditorView.java 545 photo.syncAdapterPackageName = accountType.syncAdapterPackageName;
    [all...]
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/account/
AccountTypeTest.java 70 syncAdapterPackageName = packageName;
  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactEditorBaseActivity.java 337 intent.setClassName(accountType.syncAdapterPackageName,
362 intent.setClassName(accountType.syncAdapterPackageName,
GroupDetailActivity.java 151 intent.setClassName(accountType.syncAdapterPackageName,
  /frameworks/base/services/core/java/com/android/server/pm/
DefaultPermissionGrantPolicy.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupDetailFragment.java 399 intent.setClassName(accountType.syncAdapterPackageName,

Completed in 453 milliseconds