Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accounts/
DAccountPreferenceController.java322 String workGroupSummary = getWorkGroupSummary(context, userInfo); in updateProfileUi() local
323 preferenceGroup.setSummary(workGroupSummary); in updateProfileUi()
325 mContext.getString(R.string.accessibility_category_work, workGroupSummary)); in updateProfileUi()
/packages/apps/Settings/src/com/android/settings/accounts/
DAccountPreferenceController.java334 final String workGroupSummary = getWorkGroupSummary(context, userInfo); in updateProfileUi() local
335 preferenceGroup.setSummary(workGroupSummary); in updateProfileUi()
337 mContext.getString(R.string.accessibility_category_work, workGroupSummary)); in updateProfileUi()