Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DRinger.java322 if (attributes.isSilentRingingRequested()) { in startRinging()
713 boolean isSilentRingingRequested = call.isSilentRingingRequested(); in getRingerAttributes()
738 hasExternalRinger || isSilentRingingRequested || isWorkProfileInQuietMode; in getRingerAttributes()
745 isSilentRingingRequested, isWorkProfileInQuietMode); in getRingerAttributes()
771 .setSilentRingingRequested(isSilentRingingRequested) in getRingerAttributes()
DRingerAttributes.java124 public boolean isSilentRingingRequested() { in isSilentRingingRequested() method in RingerAttributes
DCall.java1486 public boolean isSilentRingingRequested() { in isSilentRingingRequested() method in Call
/packages/modules/Bluetooth/android/apishim/common/com/android/bluetooth/apishim/common/
DBluetoothCallShim.java24 public boolean isSilentRingingRequested(@Nullable Bundle extras); in isSilentRingingRequested() method
/packages/modules/Bluetooth/android/apishim/33/com/android/bluetooth/apishim/api33/
DBluetoothCallShimImpl.java36 public boolean isSilentRingingRequested(@Nullable Bundle extras) { in isSilentRingingRequested() method in BluetoothCallShimImpl
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothCall.java280 public boolean isSilentRingingRequested() { in isSilentRingingRequested() method in BluetoothCall
282 .isSilentRingingRequested(getDetails().getExtras()); in isSilentRingingRequested()
DBluetoothInCallService.java1177 && !ringingCall.isSilentRingingRequested()) { in updateHeadsetWithCallState()
1320 if (!mCallInfo.isNullCall(ringingCall) && !ringingCall.isSilentRingingRequested()) { in getBluetoothCallStateForUpdate()
1359 if (call.isSilentRingingRequested()) { in getBtCallState()
1590 if (call.isSilentRingingRequested()) { in getTbsCallState()
/packages/modules/Bluetooth/android/apishim/34/com/android/bluetooth/apishim/
DBluetoothCallShimImpl.java43 public boolean isSilentRingingRequested(@Nullable Bundle extras) { in isSilentRingingRequested() method in BluetoothCallShimImpl
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothCallTest.java331 assertThrows(NullPointerException.class, () -> mBluetoothCall.isSilentRingingRequested()); in isSilentRingingRequested_whenInnerCallIsNull_throwsNPE()
DBluetoothInCallServiceTest.java331 when(silentRingingCall.isSilentRingingRequested()).thenReturn(true); in testListCurrentCallsSilentRinging()
1280 when(ringingCall.isSilentRingingRequested()).thenReturn(true); in testSilentRingingCallState()