Home | History | Annotate | Download | only in model

Lines Matching refs:titleRes

72     public int titleRes;
178 return getResourceText(context, summaryResPackageName, titleRes, accountType);
254 if (this.titleRes != -1 && this.summaryResPackageName != null) {
257 } else if (this.titleRes != -1) {
407 public int titleRes;
414 public EditField(String column, int titleRes) {
416 this.titleRes = titleRes;
419 public EditField(String column, int titleRes, int inputType) {
420 this(column, titleRes);
453 + " titleRes=" + titleRes