OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:foregroundCall
(Results
1 - 7
of
7
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DefaultPhoneNotifier.java
253
Call
foregroundCall
= sender.getForegroundCall();
255
if (ringingCall != null &&
foregroundCall
!= null && backgroundCall != null) {
259
convertPreciseCallState(
foregroundCall
.getState()),
/packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnectionService.java
529
final Call
foregroundCall
= phone.getForegroundCall();
530
if ((
foregroundCall
.getState() != Call.State.DISCONNECTED)
531
&& (
foregroundCall
.hasConnections())) {
532
allConnections.addAll(
foregroundCall
.getConnections());
[
all
...]
/packages/services/Telecomm/src/com/android/server/telecom/
CallsManager.java
[
all
...]
CallAudioManager.java
699
Call
foregroundCall
= getForegroundCall();
701
if (
foregroundCall
== null) {
712
if (!
foregroundCall
.isActive()) {
716
return
foregroundCall
.isRemotelyHeld();
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BluetoothPhoneServiceTest.java
308
final Call
foregroundCall
= mock(Call.class);
311
calls.add(
foregroundCall
);
314
when(
foregroundCall
.getState()).thenReturn(CallState.ACTIVE);
316
when(
foregroundCall
.isIncoming()).thenReturn(false);
318
when(
foregroundCall
.getGatewayInfo()).thenReturn(new GatewayInfo(null, null,
325
when(parentCall.getConferenceLevelActiveCall()).thenReturn(
foregroundCall
);
328
add(
foregroundCall
);
332
when(
foregroundCall
.getParentCall()).thenReturn(parentCall);
684
final Call
foregroundCall
= mock(Call.class);
691
add(
foregroundCall
);
[
all
...]
/external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar
android-all-5.1.1_r9-robolectric-1.jar
Completed in 568 milliseconds