OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uusType
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/
UUSInfo.java
59
private int
uusType
;
66
this.
uusType
= UUS_TYPE1_IMPLICIT;
71
public UUSInfo(int
uusType
, int uusDcs, byte[] uusData) {
72
this.
uusType
=
uusType
;
86
return
uusType
;
89
public void setType(int
uusType
) {
90
this.
uusType
=
uusType
;
/hardware/ril/include/telephony/
ril.h
126
RIL_UUS_Type
uusType
; /* UUS Type */
[
all
...]
Completed in 29 milliseconds