Loading api/current.txt +0 −18 Original line number Diff line number Diff line Loading @@ -12722,18 +12722,6 @@ package android.nfc.tech { method public byte[] transceive(byte[]) throws java.io.IOException; } public final class IsoPcdA extends android.nfc.tech.BasicTagTechnology { method public static android.nfc.tech.IsoPcdA get(android.nfc.Tag); method public int getMaxTransceiveLength(); method public byte[] transceive(byte[]) throws java.io.IOException; } public final class IsoPcdB extends android.nfc.tech.BasicTagTechnology { method public static android.nfc.tech.IsoPcdB get(android.nfc.Tag); method public int getMaxTransceiveLength(); method public byte[] transceive(byte[]) throws java.io.IOException; } public final class MifareClassic extends android.nfc.tech.BasicTagTechnology { method public boolean authenticateSectorWithKeyA(int, byte[]) throws java.io.IOException; method public boolean authenticateSectorWithKeyB(int, byte[]) throws java.io.IOException; Loading Loading @@ -15375,12 +15363,6 @@ package android.preference { method public void setValueIndex(int); } public class ListPreferenceMultiSelect extends android.preference.ListPreference { ctor public ListPreferenceMultiSelect(android.content.Context); ctor public ListPreferenceMultiSelect(android.content.Context, android.util.AttributeSet); method public static java.lang.String[] parseStoredValue(java.lang.CharSequence); } public class MultiSelectListPreference extends android.preference.DialogPreference { ctor public MultiSelectListPreference(android.content.Context, android.util.AttributeSet); ctor public MultiSelectListPreference(android.content.Context); core/java/android/nfc/tech/IsoPcdA.java +1 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,7 @@ import android.util.Log; import java.io.IOException; /** * @hide * Provides access to ISO-PCD type A (ISO 14443-4) properties and I/O operations on a {@link Tag}. * * <p>Acquire an {@link IsoPcdA} object using {@link #get}. Loading core/java/android/nfc/tech/IsoPcdB.java +1 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,7 @@ import android.util.Log; import java.io.IOException; /** * @hide * Provides access to ISO-PCD type B (ISO 14443-4) properties and I/O operations on a {@link Tag}. * * <p>Acquire an {@link IsoPcdB} object using {@link #get}. Loading core/java/android/preference/ListPreferenceMultiSelect.java +3 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,9 @@ import android.content.DialogInterface; import android.text.TextUtils; import android.util.AttributeSet; /** * @hide */ public class ListPreferenceMultiSelect extends ListPreference { private static final String SEPARATOR = "OV=I=XseparatorX=I=VO"; Loading Loading
api/current.txt +0 −18 Original line number Diff line number Diff line Loading @@ -12722,18 +12722,6 @@ package android.nfc.tech { method public byte[] transceive(byte[]) throws java.io.IOException; } public final class IsoPcdA extends android.nfc.tech.BasicTagTechnology { method public static android.nfc.tech.IsoPcdA get(android.nfc.Tag); method public int getMaxTransceiveLength(); method public byte[] transceive(byte[]) throws java.io.IOException; } public final class IsoPcdB extends android.nfc.tech.BasicTagTechnology { method public static android.nfc.tech.IsoPcdB get(android.nfc.Tag); method public int getMaxTransceiveLength(); method public byte[] transceive(byte[]) throws java.io.IOException; } public final class MifareClassic extends android.nfc.tech.BasicTagTechnology { method public boolean authenticateSectorWithKeyA(int, byte[]) throws java.io.IOException; method public boolean authenticateSectorWithKeyB(int, byte[]) throws java.io.IOException; Loading Loading @@ -15375,12 +15363,6 @@ package android.preference { method public void setValueIndex(int); } public class ListPreferenceMultiSelect extends android.preference.ListPreference { ctor public ListPreferenceMultiSelect(android.content.Context); ctor public ListPreferenceMultiSelect(android.content.Context, android.util.AttributeSet); method public static java.lang.String[] parseStoredValue(java.lang.CharSequence); } public class MultiSelectListPreference extends android.preference.DialogPreference { ctor public MultiSelectListPreference(android.content.Context, android.util.AttributeSet); ctor public MultiSelectListPreference(android.content.Context);
core/java/android/nfc/tech/IsoPcdA.java +1 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,7 @@ import android.util.Log; import java.io.IOException; /** * @hide * Provides access to ISO-PCD type A (ISO 14443-4) properties and I/O operations on a {@link Tag}. * * <p>Acquire an {@link IsoPcdA} object using {@link #get}. Loading
core/java/android/nfc/tech/IsoPcdB.java +1 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,7 @@ import android.util.Log; import java.io.IOException; /** * @hide * Provides access to ISO-PCD type B (ISO 14443-4) properties and I/O operations on a {@link Tag}. * * <p>Acquire an {@link IsoPcdB} object using {@link #get}. Loading
core/java/android/preference/ListPreferenceMultiSelect.java +3 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,9 @@ import android.content.DialogInterface; import android.text.TextUtils; import android.util.AttributeSet; /** * @hide */ public class ListPreferenceMultiSelect extends ListPreference { private static final String SEPARATOR = "OV=I=XseparatorX=I=VO"; Loading