Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DCrossProfileAppsTest.java20 import static android.app.admin.DevicePolicyResources.Strings.Core.SWITCH_TO_WORK_LABEL;
132 verify(mDevicePolicyResourcesManager).getString(eq(SWITCH_TO_WORK_LABEL), any(), eq("app")); in getProfileSwitchingLabel_managedProfile()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DCrossProfileApps.java20 import static android.app.admin.DevicePolicyResources.Strings.Core.SWITCH_TO_WORK_LABEL;
369 return isManagedProfile ? SWITCH_TO_WORK_LABEL : SWITCH_TO_PERSONAL_LABEL; in getUpdatableProfileSwitchingLabelId()
/aosp14/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyResources.java1681 public static final String SWITCH_TO_WORK_LABEL = PREFIX + "SWITCH_TO_WORK_LABEL"; field in DevicePolicyResources.Strings.Core