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

/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DSmsBroadcastConfigInfo.java28 * fromCodeScheme - toCodeScheme defines a range of CBM data coding schemes
34 * and {@code <fromCodeScheme, toCodeScheme>} are not accepted, while true means accepted.
41 private int toCodeScheme; field in class:SmsBroadcastConfigInfo
52 toCodeScheme = toScheme;
99 * @param toCodeScheme the toCodeScheme to set
101 public void setToCodeScheme(int toCodeScheme) { argument
102 this.toCodeScheme = toCodeScheme;
106 * @return the toCodeScheme
[all...]
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DIntRangeManagerTest.java92 int toServiceId, int fromCodeScheme, int toCodeScheme, boolean selected) {
96 assertEquals("toCodeScheme", toCodeScheme, info.getToCodeScheme());
91 checkConfigInfo(SmsBroadcastConfigInfo info, int fromServiceId, int toServiceId, int fromCodeScheme, int toCodeScheme, boolean selected) argument

Completed in 137 milliseconds