OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stateInt
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/os/
BatteryStats.java
586
final int
stateInt
= buildStateInt();
587
final boolean stateIntChanged =
stateInt
!= lastStateInt;
613
dest.writeInt(
stateInt
);
615
+ Integer.toHexString(
stateInt
)
672
int
stateInt
= src.readInt();
673
states = (firstToken&DELTA_STATE_MASK) | (
stateInt
&(~DELTA_STATE_MASK));
674
batteryStatus = (byte)((
stateInt
>>28)&0xf);
675
batteryHealth = (byte)((
stateInt
>>24)&0xf);
676
batteryPlugType = (byte)((
stateInt
>>22)&0x3);
678
+ Integer.toHexString(
stateInt
)
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
RIL.java
[
all
...]
Completed in 46 milliseconds