Searched defs:fromCodeScheme (Results 1 - 2 of 2) sorted by relevance
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
H A D | 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. 85 * @param fromCodeScheme the fromCodeScheme to set 87 public void setFromCodeScheme(int fromCodeScheme) { argument 88 mFromCodeScheme = fromCodeScheme; 92 * @return the fromCodeScheme
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | IntRangeManagerTest.java | 108 int toServiceId, int fromCodeScheme, int toCodeScheme, boolean selected) { 111 assertEquals("fromCodeScheme", fromCodeScheme, info.getFromCodeScheme()); 107 checkConfigInfo(SmsBroadcastConfigInfo info, int fromServiceId, int toServiceId, int fromCodeScheme, int toCodeScheme, boolean selected) argument
|
Completed in 65 milliseconds