OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dialingCall
(Results
1 - 2
of
2
) sorted by null
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BluetoothPhoneServiceTest.java
480
Call
dialingCall
= createForegroundCall();
481
calls.add(
dialingCall
);
482
when(
dialingCall
.getState()).thenReturn(CallState.DIALING);
483
when(
dialingCall
.isIncoming()).thenReturn(false);
484
when(
dialingCall
.isConference()).thenReturn(false);
485
when(
dialingCall
.getGatewayInfo()).thenReturn(new GatewayInfo(null, null,
500
Call
dialingCall
= createForegroundCall();
501
calls.add(
dialingCall
);
502
when(
dialingCall
.getState()).thenReturn(CallState.DIALING);
503
when(
dialingCall
.isIncoming()).thenReturn(false)
[
all
...]
/packages/services/Telecomm/src/com/android/server/telecom/
BluetoothPhoneServiceImpl.java
779
Call
dialingCall
= mCallsManager.getOutgoingCall();
[
all
...]
Completed in 53 milliseconds