OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fromCodeScheme
(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.
40
private int
fromCodeScheme
;
51
fromCodeScheme
= fromScheme;
85
* @param
fromCodeScheme
the
fromCodeScheme
to set
87
public void setFromCodeScheme(int
fromCodeScheme
) {
88
this.
fromCodeScheme
=
fromCodeScheme
;
92
* @return the
fromCodeScheme
[
all
...]
/hardware/ril/include/telephony/
ril.h
594
* and <
fromCodeScheme
, toCodeScheme>are not accepted, while 1 means accepted.
602
int
fromCodeScheme
;
[
all
...]
Completed in 40 milliseconds