Change name of setShouldScreenCallFurther
Change the name of the method to setShouldScreenCallViaAudioProcessing Also remove some commented out lines Fixes: 143564665 Test: CTS Change-Id: Ib163e3dad49ad2301238256339be9bb3ba5fec3a
This commit is contained in:
@@ -1507,7 +1507,6 @@ public final class Call {
|
||||
*/
|
||||
@SystemApi
|
||||
@TestApi
|
||||
//@RequiresPermission(android.Manifest.permission.BACKGROUND_CALL_AUDIO)
|
||||
public void enterBackgroundAudioProcessing() {
|
||||
if (mState != STATE_ACTIVE && mState != STATE_RINGING) {
|
||||
throw new IllegalStateException("Call must be active or ringing");
|
||||
@@ -1529,7 +1528,6 @@ public final class Call {
|
||||
*/
|
||||
@SystemApi
|
||||
@TestApi
|
||||
//@RequiresPermission(android.Manifest.permission.BACKGROUND_CALL_AUDIO)
|
||||
public void exitBackgroundAudioProcessing(boolean shouldRing) {
|
||||
if (mState != STATE_AUDIO_PROCESSING) {
|
||||
throw new IllegalStateException("Call must in the audio processing state");
|
||||
|
||||
Reference in New Issue
Block a user