Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DRinger.java255 if (attributes.isSilentRingingRequested()) { in startRinging()
542 boolean isSilentRingingRequested = call.isSilentRingingRequested(); in getRingerAttributes()
564 hasExternalRinger || isSilentRingingRequested; in getRingerAttributes()
570 isSilentRingingRequested); in getRingerAttributes()
587 .setSilentRingingRequested(isSilentRingingRequested) in getRingerAttributes()
DBluetoothPhoneServiceImpl.java715 && !ringingCall.isSilentRingingRequested()) { in updateHeadsetWithCallState()
853 if (ringingCall != null && !ringingCall.isSilentRingingRequested()) { in getBluetoothCallStateForUpdate()
894 if (call.isSilentRingingRequested()) { in getBtCallState()
DRingerAttributes.java115 public boolean isSilentRingingRequested() { in isSilentRingingRequested() method in RingerAttributes
DCall.java1127 public boolean isSilentRingingRequested() { in isSilentRingingRequested() method in Call
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothPhoneServiceTest.java281 when(silentRingingCall.isSilentRingingRequested()).thenReturn(true); in testListCurrentCallsSilentRinging()
818 when(ringingCall.isSilentRingingRequested()).thenReturn(true); in testSilentRingingCallState()