OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mForegroundCallState
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/telephony/java/android/telephony/
PreciseCallState.java
66
private int
mForegroundCallState
= PRECISE_CALL_STATE_NOT_VALID;
79
mForegroundCallState
= foregroundCall;
98
mForegroundCallState
= in.readInt();
137
return
mForegroundCallState
;
250
out.writeInt(
mForegroundCallState
);
273
result = prime * result +
mForegroundCallState
;
293
mForegroundCallState
!= other.
mForegroundCallState
&&
304
sb.append(", Foreground call state: " +
mForegroundCallState
);
/frameworks/base/services/core/java/com/android/server/
TelephonyRegistry.java
161
private int
mForegroundCallState
= PreciseCallState.PRECISE_CALL_STATE_IDLE;
[
all
...]
Completed in 194 milliseconds