OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:foregroundCallState
(Results
1 - 7
of
7
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneBase.java
265
Call.State
foregroundCallState
= getForegroundCall().getState();
269
return (
foregroundCallState
.isAlive() || backgroundCallState.isAlive()
ImsPhone.java
506
ImsPhoneCall.State
foregroundCallState
= getForegroundCall().getState();
510
return (
foregroundCallState
.isAlive() ||
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhoneBase.java
228
Call.State
foregroundCallState
= getForegroundCall().getState();
232
return (
foregroundCallState
.isAlive() || backgroundCallState.isAlive()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
GsmCdmaPhone.java
[
all
...]
/external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar
android-all-5.1.1_r9-robolectric-1.jar
android-all-4.4_r1-robolectric-1.jar
Completed in 98 milliseconds