/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/ |
SettingsController.java | 37 * Settings are enumerated by constants in {@link ISettingsPage}.
56 * Returns the value of the {@link ISettingsPage#KEY_FORCE_HTTP} setting.
64 * Returns the value of the {@link ISettingsPage#KEY_ASK_ADB_RESTART} setting.
76 * Returns the value of the {@link ISettingsPage#KEY_SHOW_UPDATE_ONLY} setting.
88 * Sets the value of the {@link ISettingsPage#KEY_SHOW_UPDATE_ONLY} setting.
97 * Returns the value of the {@link ISettingsPage#KEY_MONITOR_DENSITY} setting
114 * Sets the value of the {@link ISettingsPage#KEY_MONITOR_DENSITY} setting.
132 * Associate the given {@link ISettingsPage} with this {@link SettingsController}.
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/ |
AvdSelector.java | 69 * After using one of the constructors, call {@link #setSelection(AvdInfo)}, 70 * {@link #setSelectionListener(SelectionListener)} and finally use 71 * {@link #getSelected()} to retrieve the selection. 93 /** Defaults to true. Changed by the {@link #setEnabled(boolean)} method to represent the 120 * and {@link AvdSelector#getSelected()} returns the line that is checked 130 * {@link AvdSelector#getSelected()} returns the line currently selected. 141 * Called before {@link #accept(AvdInfo)} is called for any AVD. 153 * Called after {@link #accept(AvdInfo)} has been called on all the AVDs. 159 * Internal implementation of {@link IAvdFilter} to filter out the AVDs that are not 187 * Creates a new SDK Target Selector, and fills it with a list of {@link AvdInfo}, filtere [all...] |
/build/tools/droiddoc/templates/ |
head_tag.cs | 3 <link rel="shortcut icon" type="image/x-icon" href="<?cs var:toroot ?>favicon.ico" /> 9 <link href="<?cs var:toroot ?>assets/android-developer-docs-devguide.css" rel="stylesheet" type="text/css" /><?cs 11 <link href="<?cs var:toroot ?>assets/android-developer-docs.css" rel="stylesheet" type="text/css" /><?cs
|
/build/tools/droiddoc/templates-pdk/ |
head_tag.cs | 3 <link rel="shortcut icon" type="image/x-icon" href="<?cs var:toroot ?>assets-pdk/favicon.ico" /> 11 <link href="<?cs var:toroot ?>assets/android-developer-docs-devguide.css" rel="stylesheet" type="text/css" /> 12 <link href="<?cs var:toroot ?>assets-pdk/pdk-local.css" rel="stylesheet" type="text/css" />
|
/cts/tests/tests/gesture/src/android/gesture/cts/ |
LineGestureStrokeHelper.java | 44 * Creates a standard straight line gesture starting from the {@link LINE_START_POINT} and 45 * {@link LINE_END_POINT} 56 * @throws {@link junit.framework.AssertionFailedError} if linePath attributes differs from
|
/cts/tests/tests/permission/src/android/permission/cts/ |
NoCallPermissionTest.java | 32 * {@link android.Manifest.permission#CALL_PHONE}. 50 * {@link android.Manifest.permission#CALL_PRIVILEGED}. 69 * {@link android.Manifest.permission#CALL_PRIVILEGED}.
|
/cts/tests/tests/text/src/android/text/style/cts/ |
MaskFilterSpanTest.java | 34 notes = "Test constructor(s) of {@link MaskFilterSpan}", 47 notes = "Test {@link MaskFilterSpan#updateDrawState(TextPaint)}", 72 notes = "Test {@link MaskFilterSpan#getMaskFilter()}",
|
RasterizerSpanTest.java | 34 notes = "Test constructor(s) of {@link RasterizerSpan}", 48 notes = "Test {@link RasterizerSpan#getRasterizer()}", 65 notes = "Test {@link RasterizerSpan#updateDrawState(TextPaint)}",
|
/cts/tests/tests/view/src/android/view/cts/ |
OrientationEventListenerTest.java | 32 * Test {@link OrientationEventListener}. 57 notes = "Test {@link OrientationEventListener#enable()}. " 66 notes = "Test {@link OrientationEventListener#disable()}. "
|
/cts/tests/tests/widget/src/android/widget/cts/ |
ButtonTest.java | 40 notes = "Test constructor(s) of {@link Button}", 46 notes = "Test constructor(s) of {@link Button}", 52 notes = "Test constructor(s) of {@link Button}",
|
CompoundButtonTest.java | 46 * Test {@link CompoundButton}. 61 notes = "Test constructor(s) of {@link CompoundButton}", 67 notes = "Test constructor(s) of {@link CompoundButton}", 73 notes = "Test constructor(s) of {@link CompoundButton}", 149 notes = "Test {@link CompoundButton#setOnCheckedChangeListener(OnCheckedChangeListener)}", 172 notes = "Test {@link CompoundButton#toggle()}", 193 notes = "Test {@link CompoundButton#performClick()}", 222 notes = "Test {@link CompoundButton#drawableStateChanged()}", 245 notes = "Test {@link CompoundButton#setButtonDrawable(Drawable)}", 280 notes = "Test {@link CompoundButton#setButtonDrawable(int)}" [all...] |
/dalvik/dx/src/com/android/dx/dex/code/ |
FixedSizeInsn.java | 25 * which use {@link InsnFormat} methods to write themselves. This 36 * register list may be passed as {@link 39 * @param opcode the opcode; one of the constants from {@link Dops}
|
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/locks/ |
Condition.java | 13 * methods ({@link Object#wait() wait}, {@link Object#notify notify} 14 * and {@link Object#notifyAll notifyAll}) into distinct objects to 16 * combining them with the use of arbitrary {@link Lock} implementations. 32 * To obtain a {@code Condition} instance for a particular {@link Lock} 33 * instance use its {@link Lock#newCondition newCondition()} method. 44 * {@link Condition} instances. 85 * (The {@link java.util.concurrent.ArrayBlockingQueue} class provides 99 * and can have their own monitor {@link Object#wait wait} and 100 * {@link Object#notify notification} methods invoked [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xalan/transformer/ |
package.html | 24 <p>{@link org.apache.xalan.transformer.TransformerImpl} implements the 25 {@link javax.xml.transform.Transformer} interface, and is the core representation 30 <p>The Transformer works with {@link org.apache.xml.serializer.SerializationHandler} to
|
/dalvik/libcore-disabled/instrument/src/main/java/java/lang/instrument/ |
ClassDefinition.java | 23 * Wraps a {@link java.lang.Class} that is to be redefined together with the 41 * supplied {@link Class} object and byte array representing the new class 65 * Returns the {@link Class} object for the class to be redefined.
|
/external/apache-http/src/org/apache/http/auth/params/ |
AuthPNames.java | 45 * {@link org.apache.http.auth.Credentials}. 47 * This parameter expects a value of type {@link String}. 49 * {@link org.apache.http.params.CoreProtocolPNames#HTTP_ELEMENT_CHARSET
|
/external/apache-http/src/org/apache/http/conn/ |
EofSensorInputStream.java | 38 * A stream wrapper that triggers actions on {@link #close close()} and EOF. 40 * {@link ManagedClientConnection connection} 47 * on EOF. That decision is left to the {@link EofSensorWatcher watcher}. 78 * If it isn't, but {@link #wrappedStream wrappedStream} 82 * operations will trigger an {@link IOException IOException}. 95 * closed when EOF is detected or {@link #close close} is called. 220 * still accessible. Use {@link #isReadAllowed isReadAllowed} to 251 * There's not much to detect since this is called by {@link #close close}. 279 * {@link #abortConnection abortConnection}. 282 * stream has been {@link #close closed} gracefully [all...] |
/external/apache-http/src/org/apache/http/impl/io/ |
package.html | 38 {@link org.apache.http.io org.apache.http.io}. 44 {@link org.apache.http.impl.io.ChunkedOutputStream sending} and 45 {@link org.apache.http.impl.io.ChunkedInputStream receiving} entities.
|
/external/bluetooth/glib/docs/reference/glib/ |
running.sgml | 67 to <link linkend="g-warning">g_warning</link>() or 68 <link linkend="g-critical">g_critical</link>(). This option is 76 to <link linkend="g-critical">g_critical</link>(). This option is 251 If set to a size > 0, <link linkend="g-free">g_free</link>(), 252 <link linkend="g-realloc">g_realloc</link>() and [all...] |
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
conversions.sgml | 46 <function>readdir(3)</function> or from <link 47 linkend="g_dir_read_name"><function>g_dir_read_name()</function></link>, 68 encoding for file names in the <link 69 linkend="G_FILENAME_ENCODING"><envar>G_FILENAME_ENCODING</envar></link> 80 Glib provides the functions <link 81 linkend="g_filename_to_utf8"><function>g_filename_to_utf8()</function></link> 82 and <link 83 linkend="g_filename_from_utf8"><function>g_filename_from_utf8()</function></link> 124 first by using <link 125 linkend="g_filename_to_utf8"><function>g_filename_to_utf8()</function></link> [all...] |
/external/e2fsprogs/debugfs/ |
debug_cmds.ct | 46 request do_link, "Create directory link", 47 link, ln; 49 request do_unlink, "Delete a directory link",
|
/external/guava/src/com/google/common/collect/ |
AbstractListMultimap.java | 28 * Basic implementation of the {@link ListMultimap} interface. It's a wrapper 29 * around {@link AbstractMultimap} that converts the returned collections into 30 * {@code Lists}. The {@link #createCollection} method must return a {@code
|
ClassToInstanceMap.java | 29 * {@link #putInstance} and {@link #getInstance} are available. 36 * simply {@link Object}
|
/external/guava/src/com/google/common/io/ |
AppendableWriter.java | 25 * Writer that places all output on an {@link Appendable} target. If the target 26 * is {@link Flushable} or {@link Closeable}, flush()es and close()s will also
|
Flushables.java | 25 * Utility methods for working with {@link Flushable} objects. 37 * Flush a {@link Flushable}, with control over whether an 47 * {@link Flushable#flush} throws an {@code IOException}.
|