Searched defs:IDD (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DHbpcdLookup.java51 public static final String IDD = "IDD"; field in class:HbpcdLookup.MccIdd
H A DSmsNumberUtils.java105 public String IDD; field in class:SmsNumberUtils.NumberEntry
160 // Remove the local IDD and replace with "+"
161 int iddLength = numberEntry.IDD != null ? numberEntry.IDD.length() : 0;
164 // Remove the local IDD
165 int iddLength = numberEntry.IDD != null ? numberEntry.IDD.length() : 0;
190 int iddLength = numberEntry.IDD != null ? numberEntry.IDD.length() : 0;
191 // Replace <Local IDD> t
[all...]

Completed in 60 milliseconds