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

  /sdk/find_java2/src/
FindJava2Dlg.h 34 enum { IDD = IDD_FINDJAVA2_DIALOG };
FindJava2Dlg.cpp 32 : CDialog(CFindJava2Dlg::IDD, pParent), mSelectedIndex(-1) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsNumberUtils.java 108 public String IDD;
163 // Remove the local IDD and replace with "+"
164 int iddLength = numberEntry.IDD != null ? numberEntry.IDD.length() : 0;
167 // Remove the local IDD
168 int iddLength = numberEntry.IDD != null ? numberEntry.IDD.length() : 0;
193 int iddLength = numberEntry.IDD != null ? numberEntry.IDD.length() : 0;
194 // Replace <Local IDD> to <Home IDD>("011"
266 String idd = cursor.getString(0); local
    [all...]
HbpcdLookup.java 31 public static final String PATH_MCC_IDD = "idd";
51 public static final String IDD = "IDD";
HbpcdUtils.java 137 String idd = ""; local
141 String projection[] = {MccIdd.IDD};
146 if (DBG) Log.d(LOG_TAG, "Query Idd returned the cursor " + cur );
148 // to decide which IDD would be used. currently just use the first 1.
150 idd = cur.getString(0);
151 if (DBG) Log.d(LOG_TAG, "IDD = " + idd);
159 return idd;
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
HbpcdLookupDatabaseHelper.java 22 * to a IDD (International Direct Dialing) number, and some CDMA network won't
111 "IDD TEXT);");
235 } else if (tagName.equalsIgnoreCase(MccIdd.IDD)) {
236 row.put(MccIdd.IDD, parser.nextText());
HbpcdLookupProvider.java 100 sIddProjectionMap.put(MccIdd.IDD, MccIdd.IDD);

Completed in 285 milliseconds