HomeSort by relevance Sort by last modified time
    Searched refs:mGeographicalScope (Results 1 - 9 of 9) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/
SmsCbMessage.java 102 private final int mGeographicalScope;
148 mGeographicalScope = geographicalScope;
162 mGeographicalScope = in.readInt();
198 dest.writeInt(mGeographicalScope);
238 return mGeographicalScope;
366 return "SmsCbMessage{geographicalScope=" + mGeographicalScope + ", serialNumber="
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SmsCbHeader.java 71 private final int mGeographicalScope;
103 mGeographicalScope = (pdu[0] & 0xc0) >>> 6;
154 mGeographicalScope = (pdu[3] & 0xc0) >>> 6;
187 return mGeographicalScope;
444 return "SmsCbHeader{GS=" + mGeographicalScope + ", serialNumber=0x"
  /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 69 milliseconds