diff options
author | Tor Norbye <tnorbye@google.com> | 2018-12-26 19:55:07 -0800 |
---|---|---|
committer | Tor Norbye <tnorbye@google.com> | 2019-01-19 07:22:55 -0800 |
commit | 8752dedb760cd270e2ecc8f9cd3bb4f00f55e23f (patch) | |
tree | 76efbd9785ea1853a9b288b5738a988d0da7935f /nfc-extras | |
parent | bc6e433ae488b4ad807c1503a53155a3259fd0b8 (diff) |
Update signature files to the new format
The new format is described in tools/metalava/FORMAT.md.
Fixes: 116589402 Switch signature files over to the v2 format
Fixes: 112626813 Drop "synchronized" modifier from the signature format
Fixes: 122358225 Omit overriding methods that only differ in final [...]
Fixes: 73088715 API Review: Need doclava to output nullability
Fixes: 79739773 API Review: Metalava enforcing constants are constant
Exempt-From-Owner-Approval: Large-scale tooling change
Test: make sdk, make update-api, make checkapi
Change-Id: I8314f4e7099fa92e4f8ed7d283ccf836cc9a84a0
Merged-In: Ia248aece5250e84e47c815c601133b698bf644c2
Diffstat (limited to 'nfc-extras')
-rw-r--r-- | nfc-extras/api/current.txt | 21 | ||||
-rw-r--r-- | nfc-extras/api/removed.txt | 1 | ||||
-rw-r--r-- | nfc-extras/api/system-current.txt | 1 | ||||
-rw-r--r-- | nfc-extras/api/system-removed.txt | 1 | ||||
-rw-r--r-- | nfc-extras/api/test-current.txt | 1 | ||||
-rw-r--r-- | nfc-extras/api/test-removed.txt | 1 |
6 files changed, 16 insertions, 10 deletions
diff --git a/nfc-extras/api/current.txt b/nfc-extras/api/current.txt index 066b7b58267e..47ccddf2ffcc 100644 --- a/nfc-extras/api/current.txt +++ b/nfc-extras/api/current.txt @@ -1,44 +1,45 @@ +// Signature format: 2.0 package com.android.nfc_extras { public class EeAlreadyOpenException extends com.android.nfc_extras.EeIOException { ctor public EeAlreadyOpenException(); - ctor public EeAlreadyOpenException(java.lang.String); + ctor public EeAlreadyOpenException(String); } public class EeExternalFieldException extends com.android.nfc_extras.EeIOException { ctor public EeExternalFieldException(); - ctor public EeExternalFieldException(java.lang.String); + ctor public EeExternalFieldException(String); } public class EeIOException extends java.io.IOException { ctor public EeIOException(); - ctor public EeIOException(java.lang.String); + ctor public EeIOException(String); } public class EeInitializationException extends com.android.nfc_extras.EeIOException { ctor public EeInitializationException(); - ctor public EeInitializationException(java.lang.String); + ctor public EeInitializationException(String); } public class EeListenModeException extends com.android.nfc_extras.EeIOException { ctor public EeListenModeException(); - ctor public EeListenModeException(java.lang.String); + ctor public EeListenModeException(String); } public class EeNfcDisabledException extends com.android.nfc_extras.EeIOException { ctor public EeNfcDisabledException(); - ctor public EeNfcDisabledException(java.lang.String); + ctor public EeNfcDisabledException(String); } public final class NfcAdapterExtras { method public void authenticate(byte[]); method public static com.android.nfc_extras.NfcAdapterExtras get(android.nfc.NfcAdapter); method public com.android.nfc_extras.NfcAdapterExtras.CardEmulationRoute getCardEmulationRoute(); - method public java.lang.String getDriverName(); + method public String getDriverName(); method public com.android.nfc_extras.NfcExecutionEnvironment getEmbeddedExecutionEnvironment(); method public void setCardEmulationRoute(com.android.nfc_extras.NfcAdapterExtras.CardEmulationRoute); - field public static final java.lang.String ACTION_RF_FIELD_OFF_DETECTED = "com.android.nfc_extras.action.RF_FIELD_OFF_DETECTED"; - field public static final java.lang.String ACTION_RF_FIELD_ON_DETECTED = "com.android.nfc_extras.action.RF_FIELD_ON_DETECTED"; + field public static final String ACTION_RF_FIELD_OFF_DETECTED = "com.android.nfc_extras.action.RF_FIELD_OFF_DETECTED"; + field public static final String ACTION_RF_FIELD_ON_DETECTED = "com.android.nfc_extras.action.RF_FIELD_ON_DETECTED"; } public static final class NfcAdapterExtras.CardEmulationRoute { @@ -53,7 +54,7 @@ package com.android.nfc_extras { method public void close() throws java.io.IOException; method public void open() throws com.android.nfc_extras.EeIOException; method public byte[] transceive(byte[]) throws java.io.IOException; - field public static final java.lang.String ACTION_AID_SELECTED = "com.android.nfc_extras.action.AID_SELECTED"; + field public static final String ACTION_AID_SELECTED = "com.android.nfc_extras.action.AID_SELECTED"; } } diff --git a/nfc-extras/api/removed.txt b/nfc-extras/api/removed.txt index e69de29bb2d1..d802177e249b 100644 --- a/nfc-extras/api/removed.txt +++ b/nfc-extras/api/removed.txt @@ -0,0 +1 @@ +// Signature format: 2.0 diff --git a/nfc-extras/api/system-current.txt b/nfc-extras/api/system-current.txt index e69de29bb2d1..d802177e249b 100644 --- a/nfc-extras/api/system-current.txt +++ b/nfc-extras/api/system-current.txt @@ -0,0 +1 @@ +// Signature format: 2.0 diff --git a/nfc-extras/api/system-removed.txt b/nfc-extras/api/system-removed.txt index e69de29bb2d1..d802177e249b 100644 --- a/nfc-extras/api/system-removed.txt +++ b/nfc-extras/api/system-removed.txt @@ -0,0 +1 @@ +// Signature format: 2.0 diff --git a/nfc-extras/api/test-current.txt b/nfc-extras/api/test-current.txt index e69de29bb2d1..d802177e249b 100644 --- a/nfc-extras/api/test-current.txt +++ b/nfc-extras/api/test-current.txt @@ -0,0 +1 @@ +// Signature format: 2.0 diff --git a/nfc-extras/api/test-removed.txt b/nfc-extras/api/test-removed.txt index e69de29bb2d1..d802177e249b 100644 --- a/nfc-extras/api/test-removed.txt +++ b/nfc-extras/api/test-removed.txt @@ -0,0 +1 @@ +// Signature format: 2.0 |