Skip to content

Commit 440f32b

Browse files
whydoubtAndroid Git Automerger
authored andcommitted
am ddd8872: am 71930dd: am a45746e: Fix several cases of broken droiddoc syntax external issue 35214
* commit 'ddd88726a247e4100cb62b3dc9d0887ca2ae2ec4': Fix several cases of broken droiddoc syntax external issue 35214
2 parents 75b0524 + ddd8872 commit 440f32b

File tree

16 files changed

+21
-21
lines changed

16 files changed

+21
-21
lines changed

core/java/android/content/BroadcastReceiver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ public final PendingResult getPendingResult() {
735735

736736
/**
737737
* Control inclusion of debugging help for mismatched
738-
* calls to {@ Context#registerReceiver(BroadcastReceiver, IntentFilter)
738+
* calls to {@link Context#registerReceiver(BroadcastReceiver, IntentFilter)
739739
* Context.registerReceiver()}.
740740
* If called with true, before given to registerReceiver(), then the
741741
* callstack of the following {@link Context#unregisterReceiver(BroadcastReceiver)

core/java/android/content/pm/PackageManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1610,7 +1610,7 @@ public abstract int getUidForSharedUser(String sharedUserName)
16101610
*
16111611
* @param flags Additional option flags. Use any combination of
16121612
* {@link #GET_META_DATA}, {@link #GET_SHARED_LIBRARY_FILES},
1613-
* {link #GET_UNINSTALLED_PACKAGES} to modify the data returned.
1613+
* {@link #GET_UNINSTALLED_PACKAGES} to modify the data returned.
16141614
*
16151615
* @return A List of ApplicationInfo objects, one for each application that
16161616
* is installed on the device. In the unlikely case of there being

core/java/android/net/DummyDataStateTracker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public boolean teardown() {
123123
* Record the detailed state of a network, and if it is a
124124
* change from the previous state, send a notification to
125125
* any listeners.
126-
* @param state the new @{code DetailedState}
126+
* @param state the new {@code DetailedState}
127127
* @param reason a {@code String} indicating a reason for the state change,
128128
* if one was supplied. May be {@code null}.
129129
* @param extraInfo optional {@code String} providing extra information about the state change

core/java/android/net/MobileDataStateTracker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ public boolean teardown() {
373373
* Record the detailed state of a network, and if it is a
374374
* change from the previous state, send a notification to
375375
* any listeners.
376-
* @param state the new @{code DetailedState}
376+
* @param state the new {@code DetailedState}
377377
* @param reason a {@code String} indicating a reason for the state change,
378378
* if one was supplied. May be {@code null}.
379379
* @param extraInfo optional {@code String} providing extra information about the state change

core/java/android/nfc/NdefRecord.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
* indicate location with an NDEF message, provide support for chunking of
7171
* NDEF records, and to pack optional fields. This class does not expose
7272
* those details. To write an NDEF Record as binary you must first put it
73-
* into an @{link NdefMessage}, then call {@link NdefMessage#toByteArray()}.
73+
* into an {@link NdefMessage}, then call {@link NdefMessage#toByteArray()}.
7474
* <p class="note">
7575
* {@link NdefMessage} and {@link NdefRecord} implementations are
7676
* always available, even on Android devices that do not have NFC hardware.

core/java/android/os/storage/StorageManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ void sendStorageStateChanged(String path, String oldState, String newState) {
289289
* Constructs a StorageManager object through which an application can
290290
* can communicate with the systems mount service.
291291
*
292-
* @param tgtLooper The {@android.os.Looper} which events will be received on.
292+
* @param tgtLooper The {@link android.os.Looper} which events will be received on.
293293
*
294294
* <p>Applications can get instance of this class by calling
295295
* {@link android.content.Context#getSystemService(java.lang.String)} with an argument

core/java/android/view/SurfaceHolder.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ public interface Callback2 extends Callback {
155155

156156
/**
157157
* Make the surface a fixed size. It will never change from this size.
158-
* When working with a {link SurfaceView}, this must be called from the
158+
* When working with a {@link SurfaceView}, this must be called from the
159159
* same thread running the SurfaceView's window.
160160
*
161161
* @param width The surface's width.
@@ -167,14 +167,14 @@ public interface Callback2 extends Callback {
167167
* Allow the surface to resized based on layout of its container (this is
168168
* the default). When this is enabled, you should monitor
169169
* {@link Callback#surfaceChanged} for changes to the size of the surface.
170-
* When working with a {link SurfaceView}, this must be called from the
170+
* When working with a {@link SurfaceView}, this must be called from the
171171
* same thread running the SurfaceView's window.
172172
*/
173173
public void setSizeFromLayout();
174174

175175
/**
176176
* Set the desired PixelFormat of the surface. The default is OPAQUE.
177-
* When working with a {link SurfaceView}, this must be called from the
177+
* When working with a {@link SurfaceView}, this must be called from the
178178
* same thread running the SurfaceView's window.
179179
*
180180
* @param format A constant from PixelFormat.

core/java/android/view/View.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2224,7 +2224,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
22242224
* with a stable layout. (Note that you should avoid using
22252225
* {@link #SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION} by itself.)
22262226
*
2227-
* If you have set the window flag {@ WindowManager.LayoutParams#FLAG_FULLSCREEN}
2227+
* If you have set the window flag {@link WindowManager.LayoutParams#FLAG_FULLSCREEN}
22282228
* to hide the status bar (instead of using {@link #SYSTEM_UI_FLAG_FULLSCREEN}),
22292229
* then a hidden status bar will be considered a "stable" state for purposes
22302230
* here. This allows your UI to continually hide the status bar, while still

core/java/android/view/ViewGroup.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5159,7 +5159,7 @@ public boolean addStatesFromChildren() {
51595159
}
51605160

51615161
/**
5162-
* If {link #addStatesFromChildren} is true, refreshes this group's
5162+
* If {@link #addStatesFromChildren} is true, refreshes this group's
51635163
* drawable state (to include the states from its children).
51645164
*/
51655165
public void childDrawableStateChanged(View child) {

core/java/android/view/textservice/TextServicesManager.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@ public static TextServicesManager getInstance() {
9191

9292
/**
9393
* Get a spell checker session for the specified spell checker
94-
* @param locale the locale for the spell checker. If {@param locale} is null and
94+
* @param locale the locale for the spell checker. If {@code locale} is null and
9595
* referToSpellCheckerLanguageSettings is true, the locale specified in Settings will be
96-
* returned. If {@param locale} is not null and referToSpellCheckerLanguageSettings is true,
97-
* the locale specified in Settings will be returned only when it is same as {@param locale}.
98-
* Exceptionally, when referToSpellCheckerLanguageSettings is true and {@param locale} is
96+
* returned. If {@code locale} is not null and referToSpellCheckerLanguageSettings is true,
97+
* the locale specified in Settings will be returned only when it is same as {@code locale}.
98+
* Exceptionally, when referToSpellCheckerLanguageSettings is true and {@code locale} is
9999
* only language (e.g. "en"), the specified locale in Settings (e.g. "en_US") will be
100100
* selected.
101101
* @param listener a spell checker session lister for getting results from a spell checker.

0 commit comments

Comments
 (0)