OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IDD
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/remoting/host/
verify_config_window_win.h
23
enum {
IDD
= IDD_VERIFY_CONFIG_DIALOG };
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
HbpcdLookup.java
31
public static final String PATH_MCC_IDD = "
idd
";
51
public static final String
IDD
= "
IDD
";
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
...]
/external/chromium_org/cloud_print/service/win/
cloud_print_service_config.cc
53
enum {
IDD
= IDD_SETUP_DIALOG };
/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 };
Completed in 123 milliseconds