Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DCameraProtectionLoaderImplTest.kt54 val protectionList = loadProtectionList() in loadCameraProtectionInfoList() constant
56 assertThat(protectionList) in loadCameraProtectionInfoList()
64 val protectionList = loadProtectionList() in loadCameraProtectionInfoList_outerCameraIdEmpty_onlyReturnsInnerInfo() constant
66 assertThat(protectionList).containsExactly(INNER_CAMERA_PROTECTION_INFO) in loadCameraProtectionInfoList_outerCameraIdEmpty_onlyReturnsInnerInfo()
73 val protectionList = loadProtectionList() in loadCameraProtectionInfoList_innerCameraIdEmpty_onlyReturnsOuterInfo() constant
75 assertThat(protectionList).containsExactly(OUTER_CAMERA_PROTECTION_INFO) in loadCameraProtectionInfoList_innerCameraIdEmpty_onlyReturnsOuterInfo()
83 val protectionList = loadProtectionList() in loadCameraProtectionInfoList_innerAndOuterCameraIdsEmpty_returnsEmpty() constant
85 assertThat(protectionList).isEmpty() in loadCameraProtectionInfoList_innerAndOuterCameraIdsEmpty_returnsEmpty()