Home
last modified time | relevance | path

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

/packages/modules/Permission/tests/functional/safetycenter/multiusers/src/android/safetycenter/functional/multiusers/
DSafetyCenterMultiUsersTest.kt447 val dataForWork = safetySourceTestData.informationWithIssueForWork in getSafetySourceData_withQuietModeEnabled_dataIsNotCleared() constant
452 dataForWork in getSafetySourceData_withQuietModeEnabled_dataIsNotCleared()
461 assertThat(apiSafetySourceDataForWork).isEqualTo(dataForWork) in getSafetySourceData_withQuietModeEnabled_dataIsNotCleared()
510 val dataForWork = safetySourceTestData.informationWithIssueForWork in getSafetySourceData_withoutAppInstalledForWorkProfile_shouldReturnNull() constant
513 dataForWork in getSafetySourceData_withoutAppInstalledForWorkProfile_shouldReturnNull()
531 val dataForWork = safetySourceTestData.informationWithIssueForWork in getSafetySourceData_withRemovedProfile_shouldReturnNull() constant
534 dataForWork in getSafetySourceData_withRemovedProfile_shouldReturnNull()
552 val dataForWork = safetySourceTestData.informationWithIssueForWork in getSafetySourceData_withProfileInQuietMode_shouldReturnData() constant
555 dataForWork in getSafetySourceData_withProfileInQuietMode_shouldReturnData()
564 assertThat(safetySourceData).isEqualTo(dataForWork) in getSafetySourceData_withProfileInQuietMode_shouldReturnData()
[all …]