Home
last modified time | relevance | path

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

/packages/apps/PermissionController/tests/mocking/src/com/android/permissioncontroller/permission/utils/
DGrantRevokeTests.kt479 val expectedState2 = mutableMapOf(FG_PERM_NAME to (true to newFlags), in grantBgAndFgPermTest() constant
481 assertGroupPermState(newGroup2, expectedState2) in grantBgAndFgPermTest()
850 val expectedState2 = mutableMapOf(FG_PERM_NAME to (false to newFlags), in revokeBgAndFgPermTest() constant
852 assertGroupPermState(newGroup2, expectedState2) in revokeBgAndFgPermTest()