Rename api lists

Use more inclusive terminology for hidden api lists: blocked(blocklist),
unsupported, max-target-* and sdk (go/hiddenapi-list-renaming).

Bug: 162500436
Test: build and check hiddenapi-flags.csv

Change-Id: Id25fabe25450a8d1f4776c526b208716e2d06ff9
diff --git a/test/690-hiddenapi-same-name-methods/hiddenapi-flags.csv b/test/690-hiddenapi-same-name-methods/hiddenapi-flags.csv
index 001ab80..2179922 100644
--- a/test/690-hiddenapi-same-name-methods/hiddenapi-flags.csv
+++ b/test/690-hiddenapi-same-name-methods/hiddenapi-flags.csv
@@ -1,9 +1,9 @@
-LSpecificClass;->foo()Ljava/lang/Double;,blacklist
-LDirectMethods;->foo()Ljava/lang/Integer;,blacklist
-LDirectMethods;->foo()Ljava/lang/Boolean;,blacklist
-LVirtualMethods;->foo()Ljava/lang/Integer;,blacklist
-LVirtualMethods;->foo()Ljava/lang/Boolean;,blacklist
-LSyntheticMethods;->foo()Ljava/lang/Integer;,blacklist
-LSyntheticMethods;->foo()Ljava/lang/Boolean;,blacklist
-LNonSyntheticMethods;->foo()Ljava/lang/Integer;,blacklist
-LNonSyntheticMethods;->foo()Ljava/lang/Boolean;,blacklist
\ No newline at end of file
+LSpecificClass;->foo()Ljava/lang/Double;,blocked
+LDirectMethods;->foo()Ljava/lang/Integer;,blocked
+LDirectMethods;->foo()Ljava/lang/Boolean;,blocked
+LVirtualMethods;->foo()Ljava/lang/Integer;,blocked
+LVirtualMethods;->foo()Ljava/lang/Boolean;,blocked
+LSyntheticMethods;->foo()Ljava/lang/Integer;,blocked
+LSyntheticMethods;->foo()Ljava/lang/Boolean;,blocked
+LNonSyntheticMethods;->foo()Ljava/lang/Integer;,blocked
+LNonSyntheticMethods;->foo()Ljava/lang/Boolean;,blocked
\ No newline at end of file