Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/
H A DIAudioService.aidl624 boolean isPstnCallAudioInterceptable(); in isPstnCallAudioInterceptable() method
H A DAudioManager.java8877 public boolean isPstnCallAudioInterceptable() { in isPstnCallAudioInterceptable() method in AudioManager
8880 return service.isPstnCallAudioInterceptable(); in isPstnCallAudioInterceptable()
8987 } else if (redirectMode == CALL_REDIRECT_PSTN && !isPstnCallAudioInterceptable()) { in getCallUplinkInjectionAudioTrack()
9059 } else if (redirectMode == CALL_REDIRECT_PSTN && !isPstnCallAudioInterceptable()) { in getCallDownlinkExtractionAudioRecord()
/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java6035 public boolean isPstnCallAudioInterceptable() { in isPstnCallAudioInterceptable() method in AudioService
/aosp14/frameworks/base/core/api/
H A Dtest-current.txt1887 …android.Manifest.permission.CALL_AUDIO_INTERCEPTION) public boolean isPstnCallAudioInterceptable();
H A Dsystem-current.txt6934 …android.Manifest.permission.CALL_AUDIO_INTERCEPTION) public boolean isPstnCallAudioInterceptable();