Fix failing hidden API CTS test

Hidden API access checks are now enforced on all methods/fields in
the boot class path. This includes lambdas whose names do not pass
the regex matching pattern in the corresponding CTS test. Fix the
patterns.

Example lambda class name:
Lcom/android/-$$Lambda$ColorUtils$r4F1J7Y711kBAemoOw8QHbDba_8;

Bug: 112761712
Test: cd cts/tests/signature && ./runSignatureTests.sh
Merged-In: I038723a2994482ae2f1628f60a6f482e4bbb333c
Change-Id: I038723a2994482ae2f1628f60a6f482e4bbb333c
(cherry picked from commit 9177ad868e4d82ffa381f2ed84989884fd83d685)
1 file changed