Searched refs:SWITCH_TO_PERSONAL_LABEL (Results 1 – 3 of 3) sorted by relevance
19 import static android.app.admin.DevicePolicyResources.Strings.Core.SWITCH_TO_PERSONAL_LABEL;128 verify(mDevicePolicyResourcesManager).getString(eq(SWITCH_TO_PERSONAL_LABEL), any()); in getProfileSwitchingLabel_personalProfile()
18 import static android.app.admin.DevicePolicyResources.Strings.Core.SWITCH_TO_PERSONAL_LABEL;335 return isManagedProfile ? SWITCH_TO_WORK_LABEL : SWITCH_TO_PERSONAL_LABEL; in getUpdatableProfileSwitchingLabelId()
1674 public static final String SWITCH_TO_PERSONAL_LABEL = field in DevicePolicyResources.Strings.Core