Home
last modified time | relevance | path

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

/platform_testing/tests/functional/permission/src/com/android/functional/permissiontests/
DGenericAppPermissionTests.java104 List<String> permissionDescGrpNamesList = pHelper in testViewPermissionDescription() local
106 permissionDescGrpNamesList.removeAll(Arrays.asList(mDefaultPermittedGroups)); in testViewPermissionDescription()
107 assertTrue("Still there are more", permissionDescGrpNamesList.isEmpty()); in testViewPermissionDescription()