Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/
DMessageTest.java24 import static com.android.documentsui.DevicePolicyResources.Strings.WORK_PROFILE_OFF_ERROR_TITLE;
180 when(devicePolicyResourcesManager.getString(eq(WORK_PROFILE_OFF_ERROR_TITLE), any())) in testInflateMessage_updateToCrossProfileQuietMode()
219 when(devicePolicyResourcesManager.getString(eq(WORK_PROFILE_OFF_ERROR_TITLE), any())) in testInflateMessage_updateToCrossProfileQuietMode_PostV()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DDevicePolicyResources.java42 public static final String WORK_PROFILE_OFF_ERROR_TITLE = field in DevicePolicyResources.Strings
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DMessage.java32 import static com.android.documentsui.DevicePolicyResources.Strings.WORK_PROFILE_OFF_ERROR_TITLE;
310 WORK_PROFILE_OFF_ERROR_TITLE, R.string.quiet_mode_error_title), in updateToQuietModeErrorMessage()