Home
last modified time | relevance | path

Searched refs:GMT_OFFSET_HIGH (Results 1 – 2 of 2) sorted by relevance

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DHbpcdLookupProvider.java110 sLookupProjectionMap.put(MccLookup.GMT_OFFSET_HIGH, MccLookup.GMT_OFFSET_HIGH); in sLookupProjectionMap.put() argument
119 sConflictProjectionMap.put(MccLookup.GMT_OFFSET_HIGH, in sConflictProjectionMap.put() argument
120 TABLE_MCC_LOOKUP_TABLE + "." + MccLookup.GMT_OFFSET_HIGH); in sConflictProjectionMap.put() argument
DHbpcdLookupDatabaseHelper.java266 } else if (tagName.equalsIgnoreCase(MccLookup.GMT_OFFSET_HIGH)) { in getTableMccLookupTableRow()
267 row.put(MccLookup.GMT_OFFSET_HIGH, Float.parseFloat(parser.nextText())); in getTableMccLookupTableRow()