Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DApplicationsState.java510 if (entry.labelDescription != null) { in ensureLabelDescription()
1549 public String labelDescription; field in ApplicationsState.AppEntry
1604 if (this.labelDescription == null) { in AppEntry()
1662 this.labelDescription = context.getString( in ensureLabelDescriptionLocked()
1666 this.labelDescription = this.label; in ensureLabelDescriptionLocked()