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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsMessageBase.java 35 protected String mScAddress;
110 return mScAddress;
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapSmsPdu.java 68 private byte[] mScAddress = {0}; // At the moment we do not use the scAddress, hence set the length to 0.
105 return mScAddress;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
SmsMessage.java 907 mScAddress = p.getSCAddress();
909 if (mScAddress != null) {
910 if (VDBG) Rlog.d(LOG_TAG, "SMS SC address: " + mScAddress);
    [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 

Completed in 227 milliseconds