Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/
DMessageTest.java23 import static com.android.documentsui.DevicePolicyResources.Strings.WORK_PROFILE_OFF_ENABLE_BUTTON;
182 when(devicePolicyResourcesManager.getString(eq(WORK_PROFILE_OFF_ENABLE_BUTTON), any())) in testInflateMessage_updateToCrossProfileQuietMode()
221 when(devicePolicyResourcesManager.getString(eq(WORK_PROFILE_OFF_ENABLE_BUTTON), any())) in testInflateMessage_updateToCrossProfileQuietMode_PostV()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DDevicePolicyResources.java48 public static final String WORK_PROFILE_OFF_ENABLE_BUTTON = field in DevicePolicyResources.Strings
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DMessage.java31 import static com.android.documentsui.DevicePolicyResources.Strings.WORK_PROFILE_OFF_ENABLE_BUTTON;
301 WORK_PROFILE_OFF_ENABLE_BUTTON, R.string.quiet_mode_button); in updateToQuietModeErrorMessage()