OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mtiByte
(Results
1 - 2
of
2
) sorted by null
/external/qemu/telephony/
sms.c
671
int
mtiByte
)
675
switch ((
mtiByte
>> 3) & 3) {
716
int
mtiByte
= sms_get_byte(&data, end);
718
switch (
mtiByte
& 3) {
731
int
mtiByte
= sms_get_byte(&data, end);
733
switch (
mtiByte
& 3) {
746
int
mtiByte
= sms_get_byte( &data, end );
748
switch (
mtiByte
& 3) {
770
int
mtiByte
= sms_get_byte( &data, end );
772
switch (
mtiByte
& 3)
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
SmsMessage.java
268
byte
mtiByte
= (byte)(0x01 | (header != null ? 0x40 : 0x00));
270
scAddress, destinationAddress,
mtiByte
,
444
* @param
mtiByte
449
String scAddress, String destinationAddress, byte
mtiByte
,
465
mtiByte
|= 0x20;
468
bo.write(
mtiByte
);
[
all
...]
Completed in 70 milliseconds