Searched refs:createPrivacyElement (Results 1 – 1 of 1) sorted by relevance
52 private fun createPrivacyElement( in createPrivacyElement() method103 val list = listOf(createPrivacyElement()) in testManageAppCalledWithCorrectParams()114 val list = listOf(createPrivacyElement(isActive = true)) in testCloseAppCalledWithCorrectParams()125 val list = listOf(createPrivacyElement(isActive = true, isService = true)) in testCloseAppMissingForService()186 createPrivacyElement(type = PrivacyType.TYPE_CAMERA, isActive = true), in testCorrectNumElements()187 createPrivacyElement() in testCorrectNumElements()201 val list = listOf(createPrivacyElement()) in testHeaderText()212 val list = listOf(createPrivacyElement(type = PrivacyType.TYPE_CAMERA, isActive = true)) in testUsingText()223 val list = listOf(createPrivacyElement()) in testRecentText()234 val list = listOf(createPrivacyElement(isPhoneCall = true)) in testPhoneCall()[all …]