Fix CTS Failure

Bug: 182849735
Test: atest CtsSystemApiAnnotationTestCases:android.signature.cts.api.AnnotationTest#testAnnotation -- --abi x86_64
Change-Id: I1b9e77b05cd23299bf179c854e136fa341c81566
This commit is contained in:
Martin Brabham
2021-03-16 16:22:55 -07:00
parent 96e6e4a0b3
commit 3af765a863
2 changed files with 2 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ public final class OobData implements Parcelable {
private static final String TAG = "OobData";
/** The {@link OobData#mClassicLength} may be. (AD 3.1.1) (CSS 1.6.2) @hide */
@SystemApi
private static final int OOB_LENGTH_OCTETS = 2;
public static final int OOB_LENGTH_OCTETS = 2;
/**
* The length for the {@link OobData#mDeviceAddressWithType}(6) and Address Type(1).
* (AD 3.1.2) (CSS 1.6.2)
@@ -590,7 +590,6 @@ public final class OobData implements Parcelable {
*
* @hide
*/
@SystemApi
private ClassicBuilder(@NonNull byte[] confirmationHash, @NonNull byte[] classicLength,
@NonNull byte[] deviceAddressWithType) {
Preconditions.checkNotNull(confirmationHash);