Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/model/
DStringCache.java135 public String workProfilePausedDescription; field in StringCache
197 workProfilePausedDescription = getEnterpriseString( in loadStrings()
267 clone.workProfilePausedDescription = this.workProfilePausedDescription; in clone()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DWorkPausedCard.java74 body.setText(cache.workProfilePausedDescription); in setWorkProfilePausedResources()