OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:City
(Results
1 - 2
of
2
) sorted by null
/packages/apps/DeskClock/src/com/android/deskclock/data/
City.java
24
* A read-only domain object representing a
city
of the world and associated time information. It
27
public final class
City
{
29
/** A unique identifier for the
city
. */
38
/** The display name of the
city
. */
41
/** The phonetic name of the
city
used to order cities for display. */
44
/** The {@link TimeZone#getID() id} of the timezone in which the
city
is located. */
53
City
(String id, int index, String indexString, String name, String phoneticName,
81
return String.format("
City
{id=%s, index=%d, indexString=%s, name=%s, phonetic=%s, tz=%s}",
95
public static final class UtcOffsetComparator implements Comparator<
City
> {
97
private final Comparator<
City
> mDelegate1 = new UtcOffsetIndexComparator();
[
all
...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
CivicLocationElement.java
97
public static final int
CITY
= 3;
132
City
,
168
s_caTypes.put(
CITY
, CAType.
City
);
Completed in 264 milliseconds