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

  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SmsBroadcastConfigInfo.java 28 * 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;
52 toCodeScheme = toScheme;
99 * @param toCodeScheme the toCodeScheme to set
101 public void setToCodeScheme(int toCodeScheme) {
102 this.toCodeScheme = toCodeScheme;
106 * @return the toCodeScheme
    [all...]
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
IntRangeManagerTest.java 92 int toServiceId, int fromCodeScheme, int toCodeScheme, boolean selected) {
96 assertEquals("toCodeScheme", toCodeScheme, info.getToCodeScheme());
  /hardware/ril/include/telephony/
ril.h 575 * and <fromCodeScheme, toCodeScheme>are not accepted, while 1 means accepted.
584 int toCodeScheme;
    [all...]
  /hardware/ril/libril/
ril.cpp 1011 gsmBci[i].toCodeScheme = (int) t;
1017 fromCodeScheme=%d, toCodeScheme=%d, selected =%d]", printBuf, i,
1019 gsmBci[i].fromCodeScheme, gsmBci[i].toCodeScheme,
    [all...]

Completed in 41 milliseconds