HomeSort by relevance Sort by last modified time
    Searched defs:addrType (Results 1 - 3 of 3) sorted by null

  /packages/apps/OMA-DM/DMService/src/com/android/omadm/service/
DMConfigureDB.java 86 public String addrType; // e.g. "URI"
138 "AddrType TEXT," +
273 ai.addrType = cr.getString(cr.getColumnIndex("AddrType"));
274 if (DBG) logd("[Factory]addrType=" + ai.addrType);
377 ai.addrType = getAttributeValue(xpp, "AddrType", account, 3);
378 if (DBG) logd("addrType=" + ai.addrType);
    [all...]
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduPersister.java 495 int addrType = c.getInt(2);
496 switch (addrType) {
500 addrType);
507 addrType);
510 Log.e(TAG, "Unknown address type: " + addrType);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fwpmtypes.h 479 DL_ADDRESS_TYPE addrType;

Completed in 381 milliseconds