Searched refs:verifyAppOpState (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Permission/PermissionController/tests/mocking/src/com/android/permissioncontroller/tests/mocking/permission/utils/ |
D | GrantRevokeTests.kt | 371 private fun verifyAppOpState( in verifyAppOpState() method 419 verifyAppOpState(appOpName = OP_NAME, expectAppOpSet = true, expectedMode = MODE_ALLOWED) in grantOnePermTest() 449 verifyAppOpState(appOpName = OP_NAME, expectAppOpSet = true, expectedMode = MODE_ALLOWED) in grantTwoPermTest() 456 verifyAppOpState( in grantTwoPermTest() 489 verifyAppOpState(appOpName = OP_NAME, expectAppOpSet = false) in grantNoAppOpPerm() 490 verifyAppOpState(appOpName = OP_2_NAME, expectAppOpSet = false) in grantNoAppOpPerm() 519 verifyAppOpState(appOpName = OP_NAME, expectAppOpSet = true, expectedMode = MODE_ALLOWED) in grantBgPermTest() 552 verifyAppOpState(appOpName = OP_NAME, expectAppOpSet = true, expectedMode = MODE_FOREGROUND) in grantBgAndFgPermTest() 568 verifyAppOpState(appOpName = OP_NAME, expectAppOpSet = true, expectedMode = MODE_ALLOWED) in grantBgAndFgPermTest() 633 verifyAppOpState(appOpName = OP_NAME, expectAppOpSet = true, expectedMode = MODE_ALLOWED) in grantSystemFixedTest() [all …]
|