OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:addrbis
(Results
1 - 1
of
1
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
SmsMessage.java
601
BitwiseInputStream
addrBis
= new BitwiseInputStream(parameterData);
602
addr.digitMode =
addrBis
.read(1);
603
addr.numberMode =
addrBis
.read(1);
606
numberType =
addrBis
.read(3);
610
addr.numberPlan =
addrBis
.read(4);
613
addr.numberOfDigits =
addrBis
.read(8);
621
b = (byte) (0xF &
addrBis
.read(4));
629
b = (byte) (0xFF &
addrBis
.read(8));
[
all
...]
Completed in 335 milliseconds