Searched refs:KEYSET_PERM_NAME (Results 1 – 1 of 1) sorted by relevance
33 private static final String KEYSET_PERM_NAME = "com.android.cts.keysets_permdef.keysets_perm"; field in KeySetPermissionsTest37 assertTrue(KEYSET_PERM_NAME + " not granted to " + KEYSET_APP_PKG, in testHasPerm()38 … pm.checkPermission(KEYSET_PERM_NAME, KEYSET_APP_PKG) == PackageManager.PERMISSION_GRANTED); in testHasPerm()