Home
last modified time | relevance | path

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

/packages/apps/PermissionController/tests/mocking/src/com/android/permissioncontroller/permission/utils/
DGrantRevokeTests.kt472 val newGroup2 = KotlinUtils.grantBackgroundRuntimePermissions(app, newGroup) in grantBgAndFgPermTest() constant
481 assertGroupPermState(newGroup2, expectedState2) in grantBgAndFgPermTest()
541 val newGroup2 = KotlinUtils.grantBackgroundRuntimePermissions(app, newGroup) in grantBgSystemFixedTest() constant
550 assertGroupPermState(newGroup2, expectedState) in grantBgSystemFixedTest()
843 val newGroup2 = KotlinUtils.revokeForegroundRuntimePermissions(app, newGroup, true) in revokeBgAndFgPermTest() constant
852 assertGroupPermState(newGroup2, expectedState2) in revokeBgAndFgPermTest()
911 val newGroup2 = KotlinUtils.revokeBackgroundRuntimePermissions(app, newGroup) in revokeBgSystemFixedTest() constant
919 assertGroupPermState(newGroup2, expectedState) in revokeBgSystemFixedTest()