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

1 2

  /external/mdnsresponder/mDNSWindows/ControlPanel/
ConfigDialog.h 36 enum { IDD = IDR_APPLET };
ConfigDialog.cpp 37 : CDialog(CConfigDialog::IDD, NULL)
SharedSecret.h 37 enum { IDD = IDR_SECRET };
BrowsingPage.h 46 enum { IDD = IDR_APPLET_PAGE3 };
135 enum { IDD = IDR_ADD_BROWSE_DOMAIN };
ServicesPage.h 46 enum { IDD = IDR_APPLET_PAGE5 };
107 enum { IDD = IDR_POWER_MANAGEMENT_WARNING };
FourthPage.h 46 enum { IDD = IDR_APPLET_PAGE4 };
RegistrationPage.h 38 enum { IDD = IDR_APPLET_PAGE1 };
SecondPage.h 40 enum { IDD = IDR_APPLET_PAGE2 };
SharedSecret.cpp 41 : CDialog(CSharedSecret::IDD, pParent)
ServicesPage.cpp 38 CPropertyPage(CServicesPage::IDD)
233 : CDialog(CPowerManagementWarning::IDD, pParent)
FourthPage.cpp 38 CPropertyPage(CFourthPage::IDD)
BrowsingPage.cpp 37 CPropertyPage(CBrowsingPage::IDD)
387 : CDialog(CAddBrowseDomain::IDD, pParent)
  /external/mdnsresponder/mDNSWindows/DNSServiceBrowser/Windows/Sources/
AboutDialog.h 40 enum { IDD = IDD_ABOUT_DIALOG };
AboutDialog.cpp 44 : CDialog(AboutDialog::IDD, pParent)
LoginDialog.h 38 enum { IDD = IDD_LOGIN };
LoginDialog.cpp 43 : CDialog( LoginDialog::IDD, inParent )
ChooserDialog.h 68 enum { IDD = IDD_CHOOSER_DIALOG };
  /external/mdnsresponder/mDNSWindows/DNSServiceBrowser/WindowsCE/Sources/
BrowserDialog.h 41 enum { IDD = IDD_APPLICATION_DIALOG };
  /sdk/find_java2/src/
FindJava2Dlg.h 34 enum { IDD = IDD_FINDJAVA2_DIALOG };
  /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 139 String idd = ""; local
143 String projection[] = {MccIdd.IDD};
148 if (DBG) Rlog.d(LOG_TAG, "Query Idd returned the cursor " + cur);
150 // to decide which IDD would be used. currently just use the first 1.
152 idd = cur.getString(0);
153 if (DBG) Rlog.d(LOG_TAG, "IDD = " + idd);
161 return idd;
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
SmsNumberUtilsTest.java 62 if (projection.length == 2 && projection[0].equals(HbpcdLookup.MccIdd.IDD) &&
65 new String[]{HbpcdLookup.MccIdd.IDD});
69 mc.addRow(new Object[]{"011"}); // US IDD code
72 mc.addRow(new Object[]{"002"}); // Taiwan IDD code
75 mc.addRow(new Object[]{"010"}); // Japan IDD code
78 mc.addRow(new Object[]{"010"}); // India IDD code
86 logd("Unhandled IDD look up request.");
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
HbpcdLookupDatabaseHelper.java 22 * to a IDD (International Direct Dialing) number, and some CDMA network won't
114 "IDD TEXT);");
238 } else if (tagName.equalsIgnoreCase(MccIdd.IDD)) {
239 row.put(MccIdd.IDD, parser.nextText());
HbpcdLookupProvider.java 100 sIddProjectionMap.put(MccIdd.IDD, MccIdd.IDD);

Completed in 214 milliseconds

1 2