Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/model/
DStringCache.java130 public String workProfilePausedTitle; field in StringCache
195 workProfilePausedTitle = getEnterpriseString( in loadStrings()
266 clone.workProfilePausedTitle = this.workProfilePausedTitle; in clone()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DWorkPausedCard.java71 title.setText(cache.workProfilePausedTitle); in setWorkProfilePausedResources()
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
DWidgetsFullSheet.java297 mNoWidgetsView.setText(mActivityContext.getStringCache().workProfilePausedTitle); in updateRecyclerViewVisibility()