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-08 17:44:43 -07:00
2020-08-28 00:28:53 +00:00
2020-09-15 12:52:46 -07:00
2020-10-20 09:04:03 +01:00
2020-10-20 09:04:03 +01:00
2020-09-15 21:01:48 +00:00
2020-09-30 22:44:54 -07:00
2020-09-30 22:44:54 -07:00
2020-09-14 10:00:02 -06:00
2020-10-20 09:04:03 +01:00
2020-10-20 09:04:03 +01:00