HomeSort by relevance Sort by last modified time
    Searched full:link (Results 576 - 600 of 8734) sorted by null

<<21222324252627282930>>

  /cts/tests/tests/permission/src/android/permission/cts/
TelephonyManagerPermissionTest.java 41 * {@link android.Manifest.permission#READ_PHONE_STATE}.
56 * {@link android.Manifest.permission#READ_PHONE_STATE}.
71 * {@link android.Manifest.permission#READ_PHONE_STATE}.
  /dalvik/libcore/luni/src/main/java/java/io/
NotActiveException.java 28 * <li>{@link ObjectInputStream#defaultReadObject()}</li>
29 * <li>{@link ObjectInputStream#registerValidation(ObjectInputValidation, int)}</li>
30 * <li>{@link ObjectOutputStream#defaultWriteObject()}</li>
  /dalvik/libcore/luni/src/main/java/java/util/
Enumeration.java 23 * <p>New code should use {@link Iterator} instead. {@code Iterator} replaces the
27 * can use {@link Collections#list} to get a {@code List}.
30 * {@code Collection}, you can use {@link Collections#enumeration}.
  /dalvik/libcore/security/src/main/java/org/bouncycastle/i18n/
MessageBundle.java 41 * @param loc the {@link Locale}
42 * @param timezone the {@link TimeZone}
53 * @param loc the {@link Locale}
TextBundle.java 41 * @param loc the {@link Locale}
42 * @param timezone the {@link TimeZone}
53 * @param loc the {@link Locale}
  /dalvik/libcore/sql/src/test/java/tests/javax/sql/
RowSetListenerTest.java 36 * Test method for {@link javax.sql.RowSetListener#cursorMoved(javax.sql.RowSetEvent)}.
49 * Test method for {@link javax.sql.RowSetListener#rowChanged(javax.sql.RowSetEvent)}.
62 * Test method for {@link javax.sql.RowSetListener#rowSetChanged(javax.sql.RowSetEvent)}.
  /dalvik/libcore/sql/src/test/java/tests/sql/
SQLDataTest.java 34 * Test method for {@link java.sql.SQLData#getSQLTypeName()}.
47 * Test method for {@link java.sql.SQLData#readSQL(java.sql.SQLInput, java.lang.String)}.
60 * Test method for {@link java.sql.SQLData#writeSQL(java.sql.SQLOutput)}.
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLServerSessionCache.java 22 * A persistent {@link javax.net.ssl.SSLSession} cache used by
23 * {@link javax.net.ssl.SSLSessionContext} to share server-side SSL sessions
38 * @param id from {@link javax.net.ssl.SSLSession#getId()}
  /dalvik/libcore/xml/src/main/java/org/xml/sax/ext/
LexicalHandler.java 32 * {@link org.xml.sax.XMLReader#setProperty setProperty} method
37 * {@link org.xml.sax.SAXNotRecognizedException SAXNotRecognizedException}
55 * {@link org.xml.sax.DTDHandler DTDHandler} or
56 * {@link org.xml.sax.ext.DeclHandler DeclHandler} events must appear
57 * between the startDTD and {@link #endDTD endDTD} events.
59 * unless they appear between {@link #startEntity startEntity}
60 * and {@link #endEntity endEntity} events. Comments and
70 * {@link org.xml.sax.ContentHandler#startElement startElement}
121 * {@link org.xml.sax.ext.DeclHandler DeclHandler} or
122 * {@link org.xml.sax.DTDHandler DTDHandler} be properly ordered.</p
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
SearchSuggestionSampleProvider.java 25 * {@link android.content.SearchRecentSuggestionsProvider}.
32 * {@link android.provider.SearchRecentSuggestions} helper class.
43 * The main job of the constructor is to call {@link #setupSuggestions(String, int)} with the
  /external/e2fsprogs/e2fsck/
prof_err.c 56 static struct et_list link = { 0, 0 }; variable in typeref:struct:et_list
75 if (!link.table)
76 et = &link;
  /external/e2fsprogs/lib/et/test_cases/
imap_err.c 55 static struct et_list link = { 0, 0 }; variable in typeref:struct:et_list
74 if (!link.table)
75 et = &link;
  /external/guava/src/com/google/common/base/
Throwables.java 26 * Static utility methods pertaining to instances of {@link Throwable}.
59 * instance of {@link RuntimeException} or {@link Error}. Example usage:
78 * instance of {@link RuntimeException}, {@link Error}, or
103 * instance of {@link RuntimeException}, {@link Error}, {@code aDeclaredType},
107 * {@link #propagateIfPossible(Throwable, Class)}.
124 * {@link RuntimeException} or {@link Error}, or else as a last resort, wrap
    [all...]
  /external/guava/src/com/google/common/collect/
AbstractSortedSetMultimap.java 28 * Basic implementation of the {@link SortedSetMultimap} interface. It's a
29 * wrapper around {@link AbstractMultimap} that converts the returned
30 * collections into sorted sets. The {@link #createCollection} method
ImmutableAsList.java 24 * List returned by {@link ImmutableCollection#asList} when the collection isn't
25 * an {@link ImmutableList} or an {@link ImmutableSortedSet}.
  /frameworks/base/core/java/android/content/
ContentProviderResult.java 24 * Contains the result of the application of a {@link ContentProviderOperation}. It is guaranteed
25 * to have exactly one of {@link #uri} or {@link #count} set.
  /frameworks/base/core/java/android/pim/vcard/
VCardInterpreterCollection.java 22 * The {@link VCardInterpreter} implementation which aggregates more than one
23 * {@link VCardInterpreter} objects and make a user object treat them as one
24 * {@link VCardInterpreter} object.
  /frameworks/base/core/java/android/preference/
PreferenceGroupAdapter.java 32 * An adapter that returns the {@link Preference} contained in this group.
34 * adapters from {@link Preference#getAdapter()}.
37 * {@link Preference}'s adapter rule (the
38 * {@link Adapter#getView(int, View, ViewGroup)} should be used instead of
39 * {@link Preference#getView(ViewGroup)} if a {@link Preference} has an
40 * adapter via {@link Preference#getAdapter()}).
44 * This adapter does not include this {@link PreferenceGroup} in the returned
45 * adapter, use {@link PreferenceCategoryAdapter} instead.
59 * Maps a position into this adapter -> {@link Preference}. Thes
    [all...]
  /frameworks/base/core/java/android/test/
InstrumentationTestSuite.java 26 * A {@link junit.framework.TestSuite} that injects {@link android.app.Instrumentation} into
27 * {@link InstrumentationTestCase} before running them.
PerformanceTestCase.java 28 * Callbacks for {@link PerformanceTestCase}.
47 * {@link Intermediates#startTiming intermediates.startTiming} and
48 * {@link Intermediates#finishTiming intermediates.endTiming} to report the
  /frameworks/base/core/java/android/text/style/
MetricAffectingSpan.java 34 * MetricAffectingSpans that were generated by {@link #wrap},
44 * passes {@link #updateDrawState} and {@link #updateMeasureState}
  /frameworks/base/core/java/android/view/
HapticFeedbackConstants.java 21 * {@link View#performHapticFeedback(int)}
56 * Flag for {@link View#performHapticFeedback(int, int)
63 * Flag for {@link View#performHapticFeedback(int, int)
  /frameworks/base/core/java/android/widget/
Button.java 53 * See {@link android.R.styleable#Button Button Attributes},
54 * {@link android.R.styleable#TextView TextView Attributes},
55 * {@link android.R.styleable#View View Attributes}
Chronometer.java 37 * You can give it a start time in the {@link SystemClock#elapsedRealtime} timebase,
39 * time at which you call {@link #start}. By default it will display the current
40 * timer value in the form "MM:SS" or "H:MM:SS", or you can use {@link #setFormat}
116 * @param base Use the {@link SystemClock#elapsedRealtime} time base.
126 * Return the base time as set through {@link #setBase}.
152 * Returns the current format string as set through {@link #setFormat}.
176 * Start counting up. This does not affect the base as set from {@link #setBase}, just
181 * make sure that each start() call has a reciprocal call to {@link #stop}.
189 * Stop counting up. This does not affect the base as set from {@link #setBase}, just
193 * be held as the chronometer is running, via {@link #start}.
    [all...]
ListAdapter.java 20 * Extended {@link Adapter} that is the bridge between a {@link ListView}
40 * The result is unspecified if position is invalid. An {@link ArrayIndexOutOfBoundsException}

Completed in 583 milliseconds

<<21222324252627282930>>