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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
SmsBroadcastConfigInfo.java 23 * 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) {
60 mFromServiceId = fromServiceId;
64 * @return the fromServiceId
  /hardware/ril/include/telephony/
ril.h 595 * selected 0 means message types specified in <fromServiceId, toServiceId>
602 int fromServiceId;
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
IntRangeManagerTest.java 103 private void checkConfigInfo(SmsBroadcastConfigInfo info, int fromServiceId,
105 assertEquals("fromServiceId", fromServiceId, info.getFromServiceId());
    [all...]
  /hardware/ril/libril/
ril.cpp 1031 gsmBci[i].fromServiceId = (int) t;
1045 appendPrintBuf("%s [%d: fromServiceId=%d, toServiceId =%d, \
1047 gsmBci[i].fromServiceId, gsmBci[i].toServiceId,
    [all...]

Completed in 907 milliseconds