Searched refs:SID (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DHbpcdLookup.java110 public static final String SID = "SID"; field in class:HbpcdLookup.ArbitraryMccSidMatch
H A DHbpcdUtils.java41 * Resolves the unknown MCC with SID and Timezone information.
46 // check if SID exists in arbitrary_mcc_sid_match table.
48 // be used by a specific operator, other operators having the same SID are
49 // not using it currently, if that SID is in this table, we don't need to
53 ArbitraryMccSidMatch.SID + "=" + sid, null, null);
75 // Then check if SID exists in mcc_sid_conflict table.
89 Log.w(LOG_TAG, "something wrong, get more results for 1 conflict SID: " + c3);
108 // if there is no conflict, then check if SID is in mcc_sid_range.
119 if (DBG) Log.d(LOG_TAG, "SID found in mcc_sid_range. Return tmpMcc = " + tmpMcc);
125 if (DBG) Log.d(LOG_TAG, "SID NO
[all...]

Completed in 52 milliseconds