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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
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;
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...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaServiceStateTracker.java 1220 String idd = mHbpcdUtils.getIddByMcc( local
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-packaging-plugin/0.20.0/
tycho-packaging-plugin-0.20.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 

Completed in 1687 milliseconds