Searched defs:getId (Results 1 - 23 of 23) sorted by relevance

/libcore/ojluni/src/main/java/java/security/cert/
H A DExtension.java73 String getId(); method in interface:Extension
/libcore/luni/src/main/java/org/apache/harmony/luni/internal/util/
H A DTimezoneGetter.java54 public abstract String getId(); method in class:TimezoneGetter
/libcore/ojluni/src/main/java/sun/security/x509/
H A DUniqueIdentity.java111 public boolean[] getId() { method in class:UniqueIdentity
H A DExtension.java214 public String getId() { method in class:Extension
/libcore/ojluni/src/main/java/java/time/
H A DZoneRegion.java169 public String getId() { method in class:ZoneRegion
H A DZoneId.java159 * object will exist, and can be queried using {@code getId}, {@code equals},
335 * and the normalized offset ID as per {@link ZoneOffset#getId()}.
382 prefix = prefix.concat(offset.getId());
481 * The format of an offset based ID is defined by {@link ZoneOffset#getId()}.
485 public abstract String getId(); method in class:ZoneId
496 * If no textual mapping is found then the {@link #getId() full ID} is returned.
563 * however the ID returned by {@code getId()} may be different.
599 return getId().equals(other.getId());
611 return getId()
[all...]
H A DZoneOffset.java170 * {@link #getId()}, plus some additional formats:
187 * described by {@link #getId()}.
418 ID_CACHE.putIfAbsent(result.getId(), result);
485 public String getId() { method in class:ZoneOffset
/libcore/ojluni/src/main/java/javax/net/ssl/
H A DSSLSession.java72 public byte[] getId(); method in interface:SSLSession
/libcore/benchmarks/src/benchmarks/regression/
H A DHostnameVerifierBenchmark.java111 public byte[] getId() { method in class:HostnameVerifierBenchmark.FakeSSLSession
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
H A DSSLSessionBindingEventTest.java110 * @see javax.net.ssl.SSLSession#getId()
112 public byte[] getId() { method in class:MySSLSession
/libcore/luni/src/test/java/libcore/java/time/chrono/
H A DChronologyTest.java56 int idResult = c1.getId().compareTo(c2.getId());
60 assertEquals("compareTo() must match getId().compareTo()",
85 public String getId() { method in class:ChronologyTest.DummyChronology
/libcore/ojluni/src/main/java/java/time/chrono/
H A DMinguoChronology.java141 public String getId() { method in class:MinguoChronology
155 * @see #getId()
345 * out.writeUTF(getId());
H A DChronology.java234 * The {@link #getId() chronology ID} uniquely identifies the chronology.
277 String getId(); method in interface:Chronology
290 * @see #getId()
H A DIsoChronology.java152 public String getId() { method in class:IsoChronology
166 * @see #getId()
594 * out.writeUTF(getId());
H A DJapaneseChronology.java166 public String getId() { method in class:JapaneseChronology
180 * @see #getId()
524 * out.writeUTF(getId());
H A DThaiBuddhistChronology.java177 public String getId() { method in class:ThaiBuddhistChronology
191 * @see #getId()
381 * out.writeUTF(getId());
H A DHijrahChronology.java333 if (id.equals(INSTANCE.getId())) {
403 public String getId() { method in class:HijrahChronology
416 * @see #getId()
941 if (!getId().equals(id)) {
1076 * out.writeUTF(getId());
/libcore/ojluni/src/test/java/time/tck/java/time/chrono/
H A DCopticChronology.java150 public String getId() { method in class:CopticChronology
164 * @see #getId()
/libcore/support/src/test/java/libcore/javax/net/ssl/
H A DFakeSSLSession.java43 public byte[] getId() { method in class:FakeSSLSession
/libcore/luni/src/main/java/javax/xml/datatype/
H A DDatatypeConstants.java198 public int getId() { method in class:DatatypeConstants.Field
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
H A DmySSLSession.java69 public byte[] getId() { method in class:mySSLSession
/libcore/luni/src/test/java/libcore/javax/net/ssl/
H A DDefaultHostnameVerifierTest.java473 public byte[] getId() { method in class:DefaultHostnameVerifierTest.StubSSLSession
/libcore/ojluni/src/main/java/java/lang/
H A DThread.java1671 public long getId() { method in class:Thread

Completed in 403 milliseconds