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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
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;
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...]
ServiceStateTracker.java 3169 String idd = mHbpcdUtils.getIddByMcc( local
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
vms-lib.c 386 struct vms_idd idd; local
394 || bfd_bread (&idd, sizeof (idd), abfd) != sizeof (idd))
398 flags = bfd_getl16 (idd.flags);
413 vbn = bfd_getl32 (idd.vbn);
2236 struct vms_idd *idd = (struct vms_idd *)(blk + sizeof (*lhd)); local
    [all...]
peicode.h 1340 struct internal_IMAGE_DEBUG_DIRECTORY idd; local
    [all...]
peXXigen.c 2681 struct internal_IMAGE_DEBUG_DIRECTORY idd; local
2986 struct internal_IMAGE_DEBUG_DIRECTORY idd; local
    [all...]
  /hardware/qcom/audio/hal/audio_extn/
maxxaudio.c 305 char *idd; local
325 idd = strtok(id, "\n");
327 if (find_sup_dev(idd)) {
  /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/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-4.4_r1-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-4.4_r1-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 315 milliseconds