HomeSort by relevance Sort by last modified time
    Searched defs:City (Results 1 - 2 of 2) 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...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 2858 milliseconds