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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
HbpcdLookup.java 69 public static final String GMT_OFFSET_HIGH = "GMT_Offset_High";
HbpcdUtils.java 81 MccLookup.GMT_OFFSET_HIGH + ") and (" + "0=" + DSTflag + ")) or ((" +
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
HbpcdLookupProvider.java 110 sLookupProjectionMap.put(MccLookup.GMT_OFFSET_HIGH, MccLookup.GMT_OFFSET_HIGH);
119 sConflictProjectionMap.put(MccLookup.GMT_OFFSET_HIGH,
120 TABLE_MCC_LOOKUP_TABLE + "." + MccLookup.GMT_OFFSET_HIGH);
HbpcdLookupDatabaseHelper.java 121 "GMT_Offset_High REAL," +
266 } else if (tagName.equalsIgnoreCase(MccLookup.GMT_OFFSET_HIGH)) {
267 row.put(MccLookup.GMT_OFFSET_HIGH, Float.parseFloat(parser.nextText()));

Completed in 111 milliseconds