Home
last modified time | relevance | path

Searched refs:syncAdapterPackageName (Results 1 – 13 of 13) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
DAccountType.java82 public String syncAdapterPackageName; field in AccountType
192 return syncAdapterPackageName; in getViewContactNotifyServicePackageName()
202 return getResourceText(context, syncAdapterPackageName, titleRes, accountType); in getDisplayLabel()
242 return getResourceText(context, syncAdapterPackageName, getInviteContactActionResId(), ""); in getInviteContactActionLabel()
252 getResourceText(context, syncAdapterPackageName, getViewGroupLabelResId(), null); in getViewGroupLabel()
280 return getDisplayIcon(context, titleRes, iconRes, syncAdapterPackageName); in getDisplayIcon()
284 String syncAdapterPackageName) { in getDisplayIcon() argument
285 if (titleRes != -1 && syncAdapterPackageName != null) { in getDisplayIcon()
287 return pm.getDrawable(syncAdapterPackageName, iconRes, null); in getDisplayIcon()
DExternalAccountType.java119 this.syncAdapterPackageName = packageName; in ExternalAccountType()
167 syncAdapterPackageName, ATTR_INVITE_CONTACT_ACTION_LABEL); in ExternalAccountType()
169 syncAdapterPackageName, ATTR_VIEW_GROUP_ACTION_LABEL); in ExternalAccountType()
171 syncAdapterPackageName, ATTR_ACCOUNT_LABEL); in ExternalAccountType()
173 syncAdapterPackageName, ATTR_ACCOUNT_ICON); in ExternalAccountType()
DFallbackAccountType.java37 this.syncAdapterPackageName = resPackageName; in FallbackAccountType()
DGoogleAccountType.java52 this.syncAdapterPackageName = authenticatorPackageName; in GoogleAccountType()
DSamsungAccountType.java53 this.syncAdapterPackageName = authenticatorPackageName; in SamsungAccountType()
DExchangeAccountType.java51 this.syncAdapterPackageName = authenticatorPackageName; in ExchangeAccountType()
/packages/apps/ContactsCommon/src/com/android/contacts/common/
DMoreContactUtils.java229 String syncAdapterPackageName = accountType.syncAdapterPackageName; in getInvitableIntent() local
231 if (TextUtils.isEmpty(syncAdapterPackageName) || TextUtils.isEmpty(className)) { in getInvitableIntent()
235 intent.setClassName(syncAdapterPackageName, className); in getInvitableIntent()
/packages/apps/Contacts/src/com/android/contacts/editor/
DCompactPhotoSelectionFragment.java94 public String syncAdapterPackageName; field in CompactPhotoSelectionFragment.Photo
132 dest.writeString(syncAdapterPackageName); in writeToParcel()
145 syncAdapterPackageName = source.readString(); in readFromParcel()
246 mContext, photo.titleRes, photo.iconRes, photo.syncAdapterPackageName)); in getView()
DCompactRawContactsEditorView.java545 photo.syncAdapterPackageName = accountType.syncAdapterPackageName; in getPhotos()
/packages/apps/Contacts/src/com/android/contacts/activities/
DContactEditorBaseActivity.java337 intent.setClassName(accountType.syncAdapterPackageName,
362 intent.setClassName(accountType.syncAdapterPackageName,
DGroupDetailActivity.java151 intent.setClassName(accountType.syncAdapterPackageName, in onPrepareOptionsMenu()
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/account/
DAccountTypeTest.java70 syncAdapterPackageName = packageName; in testGetInviteContactActionLabel()
/packages/apps/Contacts/src/com/android/contacts/group/
DGroupDetailFragment.java399 intent.setClassName(accountType.syncAdapterPackageName, in updateAccountType()