/packages/services/Telecomm/src/com/android/server/telecom/ |
Call.java | 701 case CallState.RINGING: [all...] |
AsyncRingtonePlayer.java | 141 "Skipping ringing. Uri was: " + ringtoneUriString);
|
Ringer.java | 65 * Call objects that are ringing or call-waiting. These are used only for logging purposes.
|
TelecomServiceImpl.java | 680 // track the current call state there could result in the wrong ringing state [all...] |
/frameworks/base/telephony/java/com/android/ims/ |
ImsConferenceState.java | 56 * "alerting" : PSTN alerting or SIP 180 Ringing was returned for the outbound call;
|
/frameworks/opt/net/ims/ |
README.txt | 19 when the call is ringing, established, or ended.
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/ |
SimulatedGsmCallState.java | 174 * Start the simulated phone ringing 194 "triggerRing failed; phone already ringing"); 274 * hangup ringing, dialing, or active calls 702 // Can't make outgoing calls when there is a ringing or
|
ModelInterpreter.java | 275 /** Start the simulated phone ringing */ 332 /** hangup ringing, dialing, or actuve calls */
|
/hardware/libhardware/include/hardware/ |
bt_hf.h | 309 * 1. Number of active/held/ringing calls
|
/packages/apps/Dialer/InCallUI/src/com/android/incallui/ringtone/ |
DialerRingtoneManager.java | 40 * Once we're ready to enable Dialer Ringing, these flags should be removed.
|
/packages/apps/Dialer/src/com/android/dialer/settings/ |
SoundSettingsFragment.java | 209 * Obtain the value for "vibrate when ringing" setting. The default value is false.
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
ITelephony.aidl | 79 * Answer the currently-ringing call. 96 * Answer the currently-ringing call on particular subId . 113 * Silence the ringer if an incoming call is currently ringing. 142 * Check if an incoming phone call is ringing or call waiting 147 * @return true if the phone state is RINGING. 152 * Check if an incoming phone call is ringing or call waiting. 154 * @return true if the phone state is RINGING. [all...] |
/packages/apps/Dialer/InCallUI/res/values/ |
strings.xml | 160 <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=60] --> 162 <!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=60] --> 164 <!-- The "label" of the in-call Notification for an incoming ringing call, 167 <!-- The "label" of the in-call Notification for an incoming ringing work call, 170 <!-- The "label" of the in-call Notification for an incoming ringing video call. --> 457 <!-- Setting option name to enable or disable vibration when ringing 460 <string name="vibrate_on_ring_title">Vibrate when ringing</string> [all...] |
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
BluetoothPhoneServiceTest.java | 389 // This test does not define a value for getForegroundCall(), so this ringing call will 396 when(waitingCall.getState()).thenReturn(CallState.RINGING); 428 when(ringingCall.getState()).thenReturn(CallState.RINGING); 448 when(ringingCall.getState()).thenReturn(CallState.RINGING); [all...] |
ConnectionServiceFixture.java | 328 boolean ringing; field in class:ConnectionServiceFixture.ConnectionInfo 427 a.setRingbackRequested(id, mConnectionById.get(id).ringing);
|
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
tel_test_utils.py | 437 """Wait for ringing event. 442 wait_time: max time to wait for ringing event. 445 event_ringing if received ringing event. 448 log.info("Wait for ringing.") 464 log.error("No Ringing event. But Callee in Ringing state.") 471 log.error("No Ringing Event, Callee not in ringing state.") 522 log.error("No Ringing Event.") 575 log.error("Telecom is not ringing." [all...] |
/frameworks/opt/net/voip/src/java/android/net/sip/ |
SipSession.java | 54 /** When a RINGING response is received for the INVITE request sent. */ 132 * Called when a RINGING response is received for the INVITE request sent
|
/frameworks/opt/net/voip/src/java/com/android/server/sip/ |
SipHelper.java | 355 Response response = mMessageFactory.createResponse(Response.RINGING, 361 if (DBG) log("send RINGING: " + response);
|
/frameworks/base/core/java/com/android/internal/policy/ |
PhoneFallbackEventHandler.java | 95 /* Suppress PLAY/PAUSE toggle when phone is ringing or in-call
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
DefaultPhoneNotifierTest.java | 191 //mock forground/background/ringing call and call state
|
GsmCdmaPhoneTest.java | 241 mCT.mState = PhoneConstants.State.RINGING; 325 //state RINGING 326 mCT.mState = PhoneConstants.State.RINGING;
|
/packages/apps/Dialer/InCallUI/res/layout/ |
primary_call_info.xml | 19 <!-- "Call Banner" for primary call, the foregound or ringing call. The "call banner" is a block
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
Connection.java | 280 * Effectively, when an incoming call starts ringing or an 430 * (could be active, holding, ringing, dialing, etc) 821 * Should only be set {@code true} if there is an active call and this call is ringing.
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/ |
TelephonyManagerFacade.java | 257 " ringing calls for default voice subscription ID.") 266 " ringing calls for specified subscription ID.") 553 @Rpc(description = "Answers an incoming ringing call.") [all...] |
/packages/apps/DeskClock/src/com/android/deskclock/data/ |
TimerModel.java | 96 * The ids of expired timers for which the ringer is ringing. Not all expired timers have their 571 // If the timer is the first to expire, start ringing. 577 // If the expired timer was the last to reset, stop ringing. [all...] |