Loading core/java/android/content/BroadcastReceiver.java +1 −1 Original line number Diff line number Diff line Loading @@ -735,7 +735,7 @@ public abstract class BroadcastReceiver { /** * Control inclusion of debugging help for mismatched * calls to {@ Context#registerReceiver(BroadcastReceiver, IntentFilter) * calls to {@link Context#registerReceiver(BroadcastReceiver, IntentFilter) * Context.registerReceiver()}. * If called with true, before given to registerReceiver(), then the * callstack of the following {@link Context#unregisterReceiver(BroadcastReceiver) Loading core/java/android/content/pm/PackageManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -1610,7 +1610,7 @@ public abstract class PackageManager { * * @param flags Additional option flags. Use any combination of * {@link #GET_META_DATA}, {@link #GET_SHARED_LIBRARY_FILES}, * {link #GET_UNINSTALLED_PACKAGES} to modify the data returned. * {@link #GET_UNINSTALLED_PACKAGES} to modify the data returned. * * @return A List of ApplicationInfo objects, one for each application that * is installed on the device. In the unlikely case of there being Loading core/java/android/net/DummyDataStateTracker.java +1 −1 Original line number Diff line number Diff line Loading @@ -123,7 +123,7 @@ public class DummyDataStateTracker implements NetworkStateTracker { * Record the detailed state of a network, and if it is a * change from the previous state, send a notification to * any listeners. * @param state the new @{code DetailedState} * @param state the new {@code DetailedState} * @param reason a {@code String} indicating a reason for the state change, * if one was supplied. May be {@code null}. * @param extraInfo optional {@code String} providing extra information about the state change Loading core/java/android/net/MobileDataStateTracker.java +1 −1 Original line number Diff line number Diff line Loading @@ -373,7 +373,7 @@ public class MobileDataStateTracker implements NetworkStateTracker { * Record the detailed state of a network, and if it is a * change from the previous state, send a notification to * any listeners. * @param state the new @{code DetailedState} * @param state the new {@code DetailedState} * @param reason a {@code String} indicating a reason for the state change, * if one was supplied. May be {@code null}. * @param extraInfo optional {@code String} providing extra information about the state change Loading core/java/android/nfc/NdefRecord.java +1 −1 Original line number Diff line number Diff line Loading @@ -70,7 +70,7 @@ import java.util.Locale; * indicate location with an NDEF message, provide support for chunking of * NDEF records, and to pack optional fields. This class does not expose * those details. To write an NDEF Record as binary you must first put it * into an @{link NdefMessage}, then call {@link NdefMessage#toByteArray()}. * into an {@link NdefMessage}, then call {@link NdefMessage#toByteArray()}. * <p class="note"> * {@link NdefMessage} and {@link NdefRecord} implementations are * always available, even on Android devices that do not have NFC hardware. Loading Loading
core/java/android/content/BroadcastReceiver.java +1 −1 Original line number Diff line number Diff line Loading @@ -735,7 +735,7 @@ public abstract class BroadcastReceiver { /** * Control inclusion of debugging help for mismatched * calls to {@ Context#registerReceiver(BroadcastReceiver, IntentFilter) * calls to {@link Context#registerReceiver(BroadcastReceiver, IntentFilter) * Context.registerReceiver()}. * If called with true, before given to registerReceiver(), then the * callstack of the following {@link Context#unregisterReceiver(BroadcastReceiver) Loading
core/java/android/content/pm/PackageManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -1610,7 +1610,7 @@ public abstract class PackageManager { * * @param flags Additional option flags. Use any combination of * {@link #GET_META_DATA}, {@link #GET_SHARED_LIBRARY_FILES}, * {link #GET_UNINSTALLED_PACKAGES} to modify the data returned. * {@link #GET_UNINSTALLED_PACKAGES} to modify the data returned. * * @return A List of ApplicationInfo objects, one for each application that * is installed on the device. In the unlikely case of there being Loading
core/java/android/net/DummyDataStateTracker.java +1 −1 Original line number Diff line number Diff line Loading @@ -123,7 +123,7 @@ public class DummyDataStateTracker implements NetworkStateTracker { * Record the detailed state of a network, and if it is a * change from the previous state, send a notification to * any listeners. * @param state the new @{code DetailedState} * @param state the new {@code DetailedState} * @param reason a {@code String} indicating a reason for the state change, * if one was supplied. May be {@code null}. * @param extraInfo optional {@code String} providing extra information about the state change Loading
core/java/android/net/MobileDataStateTracker.java +1 −1 Original line number Diff line number Diff line Loading @@ -373,7 +373,7 @@ public class MobileDataStateTracker implements NetworkStateTracker { * Record the detailed state of a network, and if it is a * change from the previous state, send a notification to * any listeners. * @param state the new @{code DetailedState} * @param state the new {@code DetailedState} * @param reason a {@code String} indicating a reason for the state change, * if one was supplied. May be {@code null}. * @param extraInfo optional {@code String} providing extra information about the state change Loading
core/java/android/nfc/NdefRecord.java +1 −1 Original line number Diff line number Diff line Loading @@ -70,7 +70,7 @@ import java.util.Locale; * indicate location with an NDEF message, provide support for chunking of * NDEF records, and to pack optional fields. This class does not expose * those details. To write an NDEF Record as binary you must first put it * into an @{link NdefMessage}, then call {@link NdefMessage#toByteArray()}. * into an {@link NdefMessage}, then call {@link NdefMessage#toByteArray()}. * <p class="note"> * {@link NdefMessage} and {@link NdefRecord} implementations are * always available, even on Android devices that do not have NFC hardware. Loading