OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:toCodeScheme
(Results
1 - 2
of
2
) 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
...]
/hardware/ril/include/telephony/
ril.h
594
* and <fromCodeScheme,
toCodeScheme
>are not accepted, while 1 means accepted.
603
int
toCodeScheme
;
[
all
...]
Completed in 232 milliseconds