HomeSort by relevance Sort by last modified time
    Searched refs:INCOMING (Results 26 - 41 of 41) sorted by null

12

  /packages/services/Telephony/src/com/android/phone/
PhoneUtils.java 208 * actually a ringing incoming call, or some other error occurred.
236 // This is the FIRST incoming call being answered.
346 if (state == Call.State.INCOMING) {
347 // Regular incoming call (with no other active calls)
348 log("hangupRingingCall(): regular incoming call: hangup()");
351 // Unexpected state: the ringing call isn't INCOMING or
354 // (Presumably the incoming call went away at the exact moment
356 Log.w(LOG_TAG, "hangupRingingCall: no INCOMING or WAITING call");
453 * Answers the incoming call specified by "ringing", and ends the currently active phone call.
455 * This method is useful when's there's an incoming call which we cannot manage with th
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
GsmCdmaConnection.java 701 * An incoming or outgoing call has connected
709 // bug #678474: incoming call interpreted as missed call, even though
719 // Only release wake lock for incoming calls, for outgoing calls the wake lock
881 /** "connecting" means "has never been ACTIVE" for both incoming
904 case INCOMING:
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneConnection.java 183 (mIsIncoming? ImsPhoneCall.State.INCOMING: ImsPhoneCall.State.DIALING));
423 * An incoming or outgoing call has connected
    [all...]
ImsPhoneCallTracker.java 130 if (DBG) log("onReceive : incoming call intent");
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/
AnswerFragment.java 90 /** The new version of the incoming call screen. */
142 // and then user is stuck in the incoming call view until it times out. Two flags at least give
704 // during an incoming call on a fresh system/factory reset of the app
822 if (primaryCallState.state == State.INCOMING && !isVideoCall()) {
    [all...]
  /hardware/interfaces/radio/1.0/
types.hal 287 INCOMING, // MT call only
    [all...]
  /prebuilts/tools/common/m2/repository/org/shredzone/flattr4j/flattr4j-core/2.12/
flattr4j-core-2.12.jar 
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java.broken 301 // One ringing (INCOMING) call
320 assertEquals(Call.State.INCOMING, mGSMPhone.getRingingCall().getState());
446 assertEquals(Call.State.INCOMING, mGSMPhone.getRingingCall().getState());
610 // Test incoming not missed calls
    [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnection.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 512 milliseconds

12