OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toCodeScheme
(Results
1 - 4
of
4
) sorted by null
/frameworks/opt/telephony/src/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.
99
* @param
toCodeScheme
the
toCodeScheme
to set
101
public void setToCodeScheme(int
toCodeScheme
) {
102
mToCodeScheme =
toCodeScheme
;
106
* @return the
toCodeScheme
/hardware/ril/include/telephony/
ril.h
620
* and <fromCodeScheme,
toCodeScheme
>are not accepted, while 1 means accepted.
629
int
toCodeScheme
;
[
all
...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
IntRangeManagerTest.java
104
int toServiceId, int fromCodeScheme, int
toCodeScheme
, boolean selected) {
108
assertEquals("
toCodeScheme
",
toCodeScheme
, info.getToCodeScheme());
[
all
...]
/hardware/ril/libril/
ril.cpp
1198
gsmBci[i].
toCodeScheme
= (int) t;
1204
fromCodeScheme=%d,
toCodeScheme
=%d, selected =%d]", printBuf, i,
1206
gsmBci[i].fromCodeScheme, gsmBci[i].
toCodeScheme
,
[
all
...]
Completed in 74 milliseconds