Loading telecomm/java/com/android/internal/telecom/ITelecomService.aidl +5 −0 Original line number Diff line number Diff line Loading @@ -416,4 +416,9 @@ interface ITelecomService { boolean hasForegroundServiceDelegation(in PhoneAccountHandle phoneAccountHandle, String callingPackage); void setMetricsTestMode(boolean enabled); /** * @see TelecomServiceImpl#waitForAudioToUpdate */ void waitForAudioToUpdate(boolean expectActive); } Loading
telecomm/java/com/android/internal/telecom/ITelecomService.aidl +5 −0 Original line number Diff line number Diff line Loading @@ -416,4 +416,9 @@ interface ITelecomService { boolean hasForegroundServiceDelegation(in PhoneAccountHandle phoneAccountHandle, String callingPackage); void setMetricsTestMode(boolean enabled); /** * @see TelecomServiceImpl#waitForAudioToUpdate */ void waitForAudioToUpdate(boolean expectActive); }