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

/packages/apps/Contacts/src/com/android/contacts/model/account/
H A DAccountType.java71 * TODO Clean up {@link #resourcePackageName}, {@link #syncAdapterPackageName} and
75 * - {@link #syncAdapterPackageName} is always set to the actual sync adapter package name.
86 public String syncAdapterPackageName; field in class:AccountType
149 * {@link #syncAdapterPackageName}.
169 * This is introduced for {@link GoogleAccountType} where {@link #syncAdapterPackageName}
174 return syncAdapterPackageName;
184 return getResourceText(context, syncAdapterPackageName, titleRes, accountType);
239 return getResourceText(context, syncAdapterPackageName, getInviteContactActionResId(), "");
249 getResourceText(context, syncAdapterPackageName, getViewGroupLabelResId(), null);
277 return getDisplayIcon(context, titleRes, iconRes, syncAdapterPackageName);
280 getDisplayIcon(Context context, int titleRes, int iconRes, String syncAdapterPackageName) argument
[all...]
/packages/apps/Dialer/java/com/android/contacts/common/model/account/
H A DAccountType.java67 * <p>TODO Clean up {@link #resourcePackageName}, {@link #syncAdapterPackageName} and {@link
70 * <p>There's the following invariants: - {@link #syncAdapterPackageName} is always set to the
81 public String syncAdapterPackageName; field in class:AccountType
112 Context context, int titleRes, int iconRes, String syncAdapterPackageName) {
113 if (titleRes != -1 && syncAdapterPackageName != null) {
115 return pm.getDrawable(syncAdapterPackageName, iconRes, null);
157 * sync adapter package as determined by {@link #syncAdapterPackageName}.
167 * sync adapter package as determined by {@link #syncAdapterPackageName}.
177 * sync adapter package as determined by {@link #syncAdapterPackageName}.
197 * <p>This is introduced for {@link GoogleAccountType} where {@link #syncAdapterPackageName} i
111 getDisplayIcon( Context context, int titleRes, int iconRes, String syncAdapterPackageName) argument
[all...]

Completed in 241 milliseconds