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

  /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...]
  /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
PduPersister.java 510 final int addrType = c.getInt(2);
511 switch (addrType) {
515 addrType);
522 addrType);
525 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 687 milliseconds