HomeSort by relevance Sort by last modified time
    Searched refs:STATE_RINGING (Results 1 - 25 of 27) sorted by null

1 2

  /cts/tests/tests/telecom/src/android/telecom/cts/
WiredHeadsetTest.java 47 assertCallState(call, Call.STATE_RINGING);
48 assertConnectionState(connection, Connection.STATE_RINGING);
64 assertCallState(call, Call.STATE_RINGING);
65 assertConnectionState(connection, Connection.STATE_RINGING);
MissedCallTest.java 68 assertCallState(call, Call.STATE_RINGING);
69 assertConnectionState(connection, Connection.STATE_RINGING);
ExtendedInCallServiceTest.java 214 assertCallState(call, Call.STATE_RINGING);
215 assertConnectionState(connection, Connection.STATE_RINGING);
268 assertCallState(call, Call.STATE_RINGING);
269 assertConnectionState(connection, Connection.STATE_RINGING);
291 assertCallState(call, Call.STATE_RINGING);
292 assertConnectionState(connection, Connection.STATE_RINGING);
313 assertCallState(call, Call.STATE_RINGING);
314 assertConnectionState(connection, Connection.STATE_RINGING);
486 assertCallState(call, Call.STATE_RINGING);
RemoteConnectionTest.java 100 assertCallState(call, Call.STATE_RINGING);
104 assertConnectionState(mConnection, Connection.STATE_RINGING);
105 assertRemoteConnectionState(mRemoteConnectionObject, Connection.STATE_RINGING);
106 assertConnectionState(mRemoteConnection, Connection.STATE_RINGING);
121 assertCallState(call, Call.STATE_RINGING);
125 assertConnectionState(mConnection, Connection.STATE_RINGING);
126 assertRemoteConnectionState(mRemoteConnectionObject, Connection.STATE_RINGING);
127 assertConnectionState(mRemoteConnection, Connection.STATE_RINGING);
142 assertCallState(call, Call.STATE_RINGING);
    [all...]
ConnectionTest.java 58 assertEquals(Connection.STATE_RINGING, connection.getState());
397 assertEquals("RINGING", Connection.stateToString(Connection.STATE_RINGING));
BaseTelecomTestWithMockServices.java 408 assertConnectionState(connection, Connection.STATE_RINGING);
    [all...]
  /frameworks/base/telephony/java/com/android/ims/
ImsConferenceState.java 155 return Connection.STATE_RINGING;
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
CallListAdapter.java 127 case Call.STATE_RINGING:
TestConnectionManager.java 197 case STATE_RINGING:
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BasicCallTests.java 116 assertEquals(Call.STATE_RINGING, mInCallServiceFixtureX.getCall(ids.mCallId).getState());
117 assertEquals(Call.STATE_RINGING, mInCallServiceFixtureY.getCall(ids.mCallId).getState());
142 assertEquals(Call.STATE_RINGING, mInCallServiceFixtureX.getCall(ids.mCallId).getState());
143 assertEquals(Call.STATE_RINGING, mInCallServiceFixtureY.getCall(ids.mCallId).getState());
170 assertEquals(Call.STATE_RINGING, mInCallServiceFixtureX.getCall(ids.mCallId).getState());
171 assertEquals(Call.STATE_RINGING, mInCallServiceFixtureY.getCall(ids.mCallId).getState());
197 assertEquals(Call.STATE_RINGING, mInCallServiceFixtureX.getCall(ids.mCallId).getState());
198 assertEquals(Call.STATE_RINGING, mInCallServiceFixtureY.getCall(ids.mCallId).getState());
    [all...]
TelecomSystemTest.java     [all...]
ConnectionServiceFixture.java 397 mConnectionById.get(id).state = Connection.STATE_RINGING;
  /packages/services/Telephony/src/com/android/services/telephony/
ConferenceParticipantConnection.java 100 case STATE_RINGING:
ImsConference.java     [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
ParcelableCallUtils.java 217 state = android.telecom.Call.STATE_RINGING;
Call.java     [all...]
  /frameworks/base/telecomm/java/android/telecom/
Connection.java 105 public static final int STATE_RINGING = 2;
408 * {@link Connection#STATE_RINGING} state to indicate that answering the call will cause the
    [all...]
RemoteConnectionService.java 111 .setState(Connection.STATE_RINGING);
Call.java 50 public static final int STATE_RINGING = 2;
    [all...]
ConnectionService.java 571 case Connection.STATE_RINGING:
    [all...]
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
Call.java 612 case android.telecom.Call.STATE_RINGING:
    [all...]
InCallPresenter.java 526 if (call.getState() != android.telecom.Call.STATE_RINGING) {
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
InCallServiceImpl.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
TelephonyMetrics.java     [all...]
  /prebuilts/sdk/25/
android.jar 

Completed in 811 milliseconds

1 2