Searched refs:clearPermissionEnforcement (Results 1 – 1 of 1) sorted by relevance
143 clearPermissionEnforcement(TEST_PKG_NAME_CURRENT); in testForegroundServiceTypeMissing()144 clearPermissionEnforcement(TEST_PKG_NAME_API33); in testForegroundServiceTypeMissing()157 clearPermissionEnforcement(TEST_PKG_NAME_CURRENT); in testForegroundServiceTypeNone()158 clearPermissionEnforcement(TEST_PKG_NAME_API33); in testForegroundServiceTypeNone()171 clearPermissionEnforcement(TEST_PKG_NAME_CURRENT); in testForegroundServiceTypeDataSync()172 clearPermissionEnforcement(TEST_PKG_NAME_API33); in testForegroundServiceTypeDataSync()502 private void clearPermissionEnforcement(String packageName) throws Exception { in clearPermissionEnforcement() method in ActivityManagerForegroundServiceTypeTest