Searched refs:fromServiceId (Results 1 – 5 of 5) sorted by relevance
61 public void setFromServiceId(int fromServiceId) { in setFromServiceId() argument62 mFromServiceId = fromServiceId; in setFromServiceId()
464 info.fromServiceId = configInfo[i].getFromServiceId(); in setGsmBroadcastConfig()478 info.fromServiceId = configInfo[i].getFromServiceId(); in setGsmBroadcastConfig()
158 ret.add(new SmsBroadcastConfigInfo(info.fromServiceId, info.toServiceId, in getGsmBroadcastConfigResponse()
2441 ret.add(new SmsBroadcastConfigInfo(configs.get(i).fromServiceId, in responseGmsBroadcastConfig()
108 private void checkConfigInfo(SmsBroadcastConfigInfo info, int fromServiceId, in checkConfigInfo() argument110 assertEquals("fromServiceId", fromServiceId, info.getFromServiceId()); in checkConfigInfo()