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

  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduPersister.java 496 int addrType = c.getInt(2);
497 switch (addrType) {
501 addrType);
508 addrType);
511 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;
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 227 milliseconds