Loading api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -7160,6 +7160,7 @@ package android.bluetooth.le { public static final class ScanSettings.Builder { ctor public ScanSettings.Builder(); method public android.bluetooth.le.ScanSettings build(); method public android.bluetooth.le.ScanSettings.Builder setCallbackType(int); method public android.bluetooth.le.ScanSettings.Builder setMatchMode(int); method public android.bluetooth.le.ScanSettings.Builder setNumOfMatches(int); method public android.bluetooth.le.ScanSettings.Builder setReportDelay(long); core/java/android/bluetooth/le/ScanSettings.java +0 −2 Original line number Diff line number Diff line Loading @@ -249,9 +249,7 @@ public final class ScanSettings implements Parcelable { * * @param callbackType The callback type flags for the scan. * @throws IllegalArgumentException If the {@code callbackType} is invalid. * @hide */ @SystemApi public Builder setCallbackType(int callbackType) { if (!isValidCallbackType(callbackType)) { Loading Loading
api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -7160,6 +7160,7 @@ package android.bluetooth.le { public static final class ScanSettings.Builder { ctor public ScanSettings.Builder(); method public android.bluetooth.le.ScanSettings build(); method public android.bluetooth.le.ScanSettings.Builder setCallbackType(int); method public android.bluetooth.le.ScanSettings.Builder setMatchMode(int); method public android.bluetooth.le.ScanSettings.Builder setNumOfMatches(int); method public android.bluetooth.le.ScanSettings.Builder setReportDelay(long);
core/java/android/bluetooth/le/ScanSettings.java +0 −2 Original line number Diff line number Diff line Loading @@ -249,9 +249,7 @@ public final class ScanSettings implements Parcelable { * * @param callbackType The callback type flags for the scan. * @throws IllegalArgumentException If the {@code callbackType} is invalid. * @hide */ @SystemApi public Builder setCallbackType(int callbackType) { if (!isValidCallbackType(callbackType)) { Loading