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

  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SmsCbHeader.java 77 private final int mMessageIdentifier;
105 mMessageIdentifier = ((pdu[2] & 0xff) << 8) | (pdu[3] & 0xff);
153 mMessageIdentifier = ((pdu[1] & 0xff) << 8) | pdu[2] & 0xff;
195 return mMessageIdentifier;
223 return mMessageIdentifier >= SmsCbConstants.MESSAGE_ID_PWS_FIRST_IDENTIFIER
224 && mMessageIdentifier <= SmsCbConstants.MESSAGE_ID_PWS_LAST_IDENTIFIER;
232 return (mMessageIdentifier & SmsCbConstants.MESSAGE_ID_ETWS_TYPE_MASK)
257 return mMessageIdentifier >= SmsCbConstants.MESSAGE_ID_CMAS_FIRST_IDENTIFIER
258 && mMessageIdentifier <= SmsCbConstants.MESSAGE_ID_CMAS_LAST_IDENTIFIER;
288 return mMessageIdentifier - SmsCbConstants.MESSAGE_ID_ETWS_EARTHQUAKE_WARNING
    [all...]
  /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 50 milliseconds