Searched refs:summaryResPackageName (Results 1 – 4 of 4) sorted by relevance
59 public String summaryResPackageName; field in ContactsSource120 if (this.titleRes != -1 && this.summaryResPackageName != null) { in getDisplayLabel()122 return pm.getText(this.summaryResPackageName, this.titleRes, null); in getDisplayLabel()131 if (this.titleRes != -1 && this.summaryResPackageName != null) { in getDisplayIcon()133 return pm.getDrawable(this.summaryResPackageName, this.iconRes, null); in getDisplayIcon()
85 this.summaryResPackageName = resPackageName; in ExternalSource()
48 this.summaryResPackageName = resPackageName; in GoogleSource()
44 this.summaryResPackageName = resPackageName; in ExchangeSource()