Home
last modified time | relevance | path

Searched refs:mFromServiceId (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
DSmsBroadcastConfigInfo.java40 private int mFromServiceId; field in SmsBroadcastConfigInfo
51 mFromServiceId = fromId; in SmsBroadcastConfigInfo()
62 mFromServiceId = fromServiceId; in setFromServiceId()
69 return mFromServiceId; in getFromServiceId()
131 mFromServiceId + ',' + mToServiceId + "] Code [" + in toString()
138 return Objects.hash(mFromServiceId, mToServiceId, in hashCode()
150 return mFromServiceId == other.mFromServiceId in equals()