Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/content/pm/
DCrossProfileAppsTest.java19 import static android.app.admin.DevicePolicyResources.Strings.Core.SWITCH_TO_PERSONAL_LABEL;
187 .getString(eq(SWITCH_TO_PERSONAL_LABEL), any(), eq("app")); in getProfileSwitchingLabel_personalProfile()
/frameworks/base/core/java/android/content/pm/
DCrossProfileApps.java19 import static android.app.admin.DevicePolicyResources.Strings.Core.SWITCH_TO_PERSONAL_LABEL;
409 return isManagedProfile ? SWITCH_TO_WORK_LABEL : SWITCH_TO_PERSONAL_LABEL; in getUpdatableProfileSwitchingLabelId()
/frameworks/base/core/java/android/app/admin/
DDevicePolicyResources.java1701 public static final String SWITCH_TO_PERSONAL_LABEL = field in DevicePolicyResources.Strings.Core