Home
last modified time | relevance | path

Searched refs:doesConnectedDialerSupportRinging (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DRinger.java398 if (mInCallController.doesConnectedDialerSupportRinging()) { in startCallWaiting()
546 boolean letDialerHandleRinging = mInCallController.doesConnectedDialerSupportRinging(); in getRingerAttributes()
H A DInCallController.java2071 public boolean doesConnectedDialerSupportRinging() { in doesConnectedDialerSupportRinging() method in InCallController
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DRingerTest.java207 when(mockInCallController.doesConnectedDialerSupportRinging()).thenReturn(true); in testNoActionWhenDialerRings()
223 when(mockInCallController.doesConnectedDialerSupportRinging()).thenReturn(true); in testAudioFocusStillAcquiredWhenDialerRings()