OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBackgroundCallState
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/telephony/java/android/telephony/
PreciseCallState.java
65
private int
mBackgroundCallState
= PRECISE_CALL_STATE_NOT_VALID;
78
mBackgroundCallState
= backgroundCall;
97
mBackgroundCallState
= in.readInt();
153
return
mBackgroundCallState
;
249
out.writeInt(
mBackgroundCallState
);
272
result = prime * result +
mBackgroundCallState
;
292
mBackgroundCallState
!= other.
mBackgroundCallState
&&
303
sb.append(", Background call state: " +
mBackgroundCallState
);
/frameworks/base/services/core/java/com/android/server/
TelephonyRegistry.java
185
private int
mBackgroundCallState
= PreciseCallState.PRECISE_CALL_STATE_IDLE;
[
all
...]
Completed in 50 milliseconds