Home
last modified time | relevance | path

Searched refs:summaryResPackageName (Results 1 – 4 of 4) sorted by relevance

/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DContactsSource.java59 public String summaryResPackageName; field in ContactsSource
120 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()
DExternalSource.java85 this.summaryResPackageName = resPackageName; in ExternalSource()
DGoogleSource.java48 this.summaryResPackageName = resPackageName; in GoogleSource()
DExchangeSource.java44 this.summaryResPackageName = resPackageName; in ExchangeSource()