Anton Hansson
ee8c25823d
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
Merged-In: I772790b783b0a8730b8bf680c9e569a886b8d789
2020-10-19 19:08:26 +01:00
..
2020-10-19 19:08:26 +01:00
2019-04-15 16:02:41 -07:00
2020-10-19 19:08:26 +01:00
2020-02-26 23:02:44 +00:00
2020-01-27 17:29:21 -08:00
2020-10-19 19:08:26 +01:00
2019-11-19 10:27:11 -08:00
2020-06-23 15:48:10 -04:00
2020-04-17 22:07:10 -07:00
2020-05-07 04:51:38 +00:00
2019-08-14 17:03:38 +01:00
2020-10-19 19:08:26 +01:00
2020-04-28 17:40:09 -07:00
2020-02-07 10:30:45 -05:00
2019-08-29 17:15:44 -07:00
2019-02-28 23:29:04 -07:00
2020-03-20 15:54:44 +00:00
2020-10-19 19:08:26 +01:00
2020-06-01 20:33:52 +01:00
2020-01-07 13:29:50 +00:00
2020-06-16 12:00:24 +08:00
2020-10-19 19:08:26 +01:00