Loading core/java/android/os/Message.java +1 −1 Original line number Diff line number Diff line Loading @@ -382,7 +382,7 @@ public final class Message implements Parcelable { * the <em>target</em> {@link Handler} that is receiving this Message to * dispatch it. If * not set, the message will be dispatched to the receiving Handler's * {@link Handler#handleMessage(Message Handler.handleMessage())}. * {@link Handler#handleMessage(Message)}. */ public Runnable getCallback() { return callback; Loading telephony/java/android/telephony/NeighboringCellInfo.java +2 −2 Original line number Diff line number Diff line Loading @@ -34,8 +34,8 @@ import android.os.Parcelable; * Received Signal Strength and Cell ID location. * * @deprecated This class should not be used by any app targeting * {@link Build.VERSION_CODES.Q Android Q} or higher. Instead callers should use * {@Link android.telephony.CellInfo CellInfo}. * {@link android.os.Build.VERSION_CODES#Q Android Q} or higher. Instead callers should use * {@link android.telephony.CellInfo CellInfo}. */ @Deprecated public class NeighboringCellInfo implements Parcelable Loading Loading
core/java/android/os/Message.java +1 −1 Original line number Diff line number Diff line Loading @@ -382,7 +382,7 @@ public final class Message implements Parcelable { * the <em>target</em> {@link Handler} that is receiving this Message to * dispatch it. If * not set, the message will be dispatched to the receiving Handler's * {@link Handler#handleMessage(Message Handler.handleMessage())}. * {@link Handler#handleMessage(Message)}. */ public Runnable getCallback() { return callback; Loading
telephony/java/android/telephony/NeighboringCellInfo.java +2 −2 Original line number Diff line number Diff line Loading @@ -34,8 +34,8 @@ import android.os.Parcelable; * Received Signal Strength and Cell ID location. * * @deprecated This class should not be used by any app targeting * {@link Build.VERSION_CODES.Q Android Q} or higher. Instead callers should use * {@Link android.telephony.CellInfo CellInfo}. * {@link android.os.Build.VERSION_CODES#Q Android Q} or higher. Instead callers should use * {@link android.telephony.CellInfo CellInfo}. */ @Deprecated public class NeighboringCellInfo implements Parcelable Loading