Removed VirtualContainerActivityTest#testAppCannotFakePackageName

This test case was using reflection to emulate an app forging a different
package name, but on P the use of non-public APIs is blocked at the ART level,
so this test is useless, as the field was never changed:

04-18 21:33:01.639  5965  5965 E VirtualContainerView: java.lang.IllegalArgumentException: error getting field mAssist from objectandroid.app.assist.AssistStructure$ViewNodeBuilder@3722a94
04-18 21:33:01.639  5965  5965 E VirtualContainerView: 	at android.autofillservice.cts.Helper.getField(Helper.java:855)

Bug: 78235438
Test: removed is

Change-Id: Iabbbad3c165fca7dd8c807cad58778b7f20d26bd
3 files changed