Home
last modified time | relevance | path

Searched refs:TONE_CALL_ENDED (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DInCallTonePlayer.java152 public static final int TONE_CALL_ENDED = 2; field in InCallTonePlayer
264 case TONE_CALL_ENDED: in run()
465 if (mToneId == TONE_CALL_ENDED && !mAudioManagerAdapter.isVolumeOverZero()) { in startTone()
H A DCallAudioManager.java792 toneToPlay = InCallTonePlayer.TONE_CALL_ENDED; in playToneForDisconnectedCall()
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DInCallTonePlayerTest.java116 mInCallTonePlayer = mFactory.createPlayer(InCallTonePlayer.TONE_CALL_ENDED); in setUp()
H A DCallAudioManagerTest.java673 verify(mPlayerFactory).createPlayer(InCallTonePlayer.TONE_CALL_ENDED);
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DCallNotifier.java282 public static final int TONE_CALL_ENDED = 4; field in CallNotifier.InCallTonePlayer
351 case TONE_CALL_ENDED: in run()