Searched refs:personalTabLabel (Results 1 – 3 of 3) sorted by relevance
40 Profile.Type.PERSONAL -> devicePolicyResources.personalTabLabel in profileTabLabel()
620 String personalTabLabel = mContext.getString(R.string.picker_personal_profile_label); in getProfileLabelsForAll() local621 profileLabels.put(getSystemUser(), personalTabLabel); in getProfileLabelsForAll() local
50 val personalTabLabel by lazy { in <lambda>() constant