Anton Hansson
586a3cf229
Remove @TestApi from @SystemApi symbols
I ran these commands:
cd frameworks/base
grep -rl '@TestApi' --include '*.java' | xargs perl -i -p0e \
's/\@SystemApi[\s\n]+(\@\w+[\s\n]+)?\@TestApi/\@SystemApi\1/gs'
grep -rl '@TestApi' --include '*.java' | xargs perl -i -p0e \
's/\@TestApi[\s\n]+(\@\w+[\s\n]+)?\@SystemApi/\1\@SystemApi/gs'
Bug: 171179806
Test: m checkapi
Change-Id: I772790b783b0a8730b8bf680c9e569a886b8d789
2020-10-20 09:04:03 +01:00
..
2020-10-12 12:27:13 +00:00
2020-10-20 01:12:08 +00:00
2020-10-06 12:58:51 +00:00
2020-10-18 23:46:25 +00:00
2020-07-23 17:57:30 +00:00
2020-10-19 23:41:08 +00:00
2020-10-14 11:22:11 -07:00
2020-09-24 09:36:15 -07:00
2020-10-20 09:04:03 +01:00
2020-10-14 13:57:55 +00:00
2020-10-20 09:04:03 +01:00