Searched refs:fromServiceId (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DSmsBroadcastConfigInfo.java23 * fromServiceId - toServiceId defines a range of CBM message identifiers
33 * selected false means message types specified in {@code <fromServiceId, toServiceId>}
38 private int fromServiceId; field in class:SmsBroadcastConfigInfo
49 fromServiceId = fromId;
57 * @param fromServiceId the fromServiceId to set
59 public void setFromServiceId(int fromServiceId) { argument
60 this.fromServiceId = fromServiceId;
64 * @return the fromServiceId
[all...]
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DIntRangeManagerTest.java91 private void checkConfigInfo(SmsBroadcastConfigInfo info, int fromServiceId, argument
93 assertEquals("fromServiceId", fromServiceId, info.getFromServiceId());

Completed in 6 milliseconds