HomeSort by relevance Sort by last modified time
    Searched refs:City (Results 1 - 3 of 3) sorted by null

  /packages/apps/DeskClock/src/com/android/deskclock/provider/
City.java 29 public final class City implements ClockContract.CitiesColumns {
48 public static ContentValues createContentValues(City city) {
50 values.put(CITY_ID, city.mCityId);
51 values.put(CITY_NAME, city.mCityName);
52 values.put(TIMEZONE_NAME, city.mTimezoneName);
53 values.put(TIMEZONE_OFFSET, city.mTimezoneOffset);
62 * Return content uri for specific city id.
66 * @return a new city content uri with the given ID appended to the end of the path
74 * Get city from cityId
    [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);
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 185 milliseconds