Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/model/
DStringCache.java145 public String workProfileEnableButton; field in StringCache
203 workProfileEnableButton = getEnterpriseString( in loadStrings()
269 clone.workProfileEnableButton = this.workProfileEnableButton; in clone()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DWorkPausedCard.java77 button.setText(cache.workProfileEnableButton); in setWorkProfilePausedResources()