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

/frameworks/opt/telephony/src/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>}
57 * @param fromServiceId the fromServiceId to set
59 public void setFromServiceId(int fromServiceId) { argument
60 mFromServiceId = fromServiceId;
64 * @return the fromServiceId
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DIntRangeManagerTest.java103 private void checkConfigInfo(SmsBroadcastConfigInfo info, int fromServiceId, argument
105 assertEquals("fromServiceId", fromServiceId, info.getFromServiceId());

Completed in 96 milliseconds