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

  /external/chromium_org/remoting/host/
verify_config_window_win.h 23 enum { IDD = IDD_VERIFY_CONFIG_DIALOG };
verify_config_window_win.cc 38 if (icon_.LoadIcon(IDD, ::GetSystemMetrics(SM_CXSMICON),
  /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);
  /external/chromium_org/third_party/webrtc/voice_engine/test/win_test/
WinTestDlg.h 118 enum { IDD = IDD_WINTEST_DIALOG };
WinTestDlg.cc 361 enum { IDD = IDD_ABOUTBOX };
371 CAboutDlg::CAboutDlg() : CDialog(CAboutDlg::IDD)
396 enum { IDD = IDD_DTMF_DIALOG };
474 CDialog(CTelephonyEvent::IDD, pParent)
    [all...]
  /external/pdfium/fpdfsdk/include/javascript/
JS_Console.h 189 enum { IDD = IDD_JS_CONSOLE };
  /external/chromium_org/cloud_print/service/win/
cloud_print_service_config.cc 53 enum { IDD = IDD_SETUP_DIALOG };

Completed in 2907 milliseconds