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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
InboundSmsTracker.java 40 private final boolean mIs3gpp2WapPdu;
122 mIs3gpp2WapPdu = is3gpp2WapPdu;
158 mIs3gpp2WapPdu = is3gpp2WapPdu;
180 mIs3gpp2WapPdu = false;
190 mIs3gpp2WapPdu = ((destPort & DEST_PORT_FLAG_3GPP2_WAP_PDU) != 0);
244 if (mIs3gpp2WapPdu) {
324 return mIs3gpp2WapPdu ? SELECT_BY_REFERENCE_3GPP2WAP : SELECT_BY_REFERENCE;
328 return mIs3gpp2WapPdu ? SELECT_BY_DUPLICATE_REFERENCE_3GPP2WAP :
338 return (mIs3gpp2 && mIs3gpp2WapPdu) ? 0 : 1;
  /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 
  /prebuilts/misc/common/robolectric/android-all/
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 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 93 milliseconds