Home | History | Annotate | Download | only in account

Lines Matching refs:titleRes

88     public int titleRes;
184 return getResourceText(context, syncAdapterPackageName, titleRes, accountType);
277 return getDisplayIcon(context, titleRes, iconRes, syncAdapterPackageName);
280 public static Drawable getDisplayIcon(Context context, int titleRes, int iconRes,
282 if (titleRes != -1 && syncAdapterPackageName != null) {
285 } else if (titleRes != -1) {
327 titleRes = authenticator.labelId;
441 public int titleRes;
449 public EditField(String column, int titleRes) {
451 this.titleRes = titleRes;
454 public EditField(String column, int titleRes, int inputType) {
455 this(column, titleRes);
493 + " titleRes=" + titleRes