Searched refs:MccLookup (Results 1 – 3 of 3) sorted by relevance
26 import com.android.internal.telephony.HbpcdLookup.MccLookup;80 MccLookup.GMT_OFFSET_LOW + "<=" + tz + ") and (" + tz + "<=" + in getMcc()81 MccLookup.GMT_OFFSET_HIGH + ") and (" + "0=" + DSTflag + ")) or ((" + in getMcc()82 MccLookup.GMT_DST_LOW + "<=" + tz + ") and (" + tz + "<=" + in getMcc()83 MccLookup.GMT_DST_HIGH + ") and (" + "1=" + DSTflag + ")))", in getMcc()
58 public static class MccLookup implements BaseColumns { class in HbpcdLookup
35 import com.android.internal.telephony.HbpcdLookup.MccLookup;465 String projection[] = {MccLookup.COUNTRY_CODE}; in getAllCountryCodes()466 cursor = context.getContentResolver().query(MccLookup.CONTENT_URI, in getAllCountryCodes()