Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCallStreamingController.java141 public static class AudioInterceptionTransaction extends VoipCallTransaction { class in CallStreamingController
145 public AudioInterceptionTransaction(Call call, boolean enterInterception, in AudioInterceptionTransaction() method in CallStreamingController.AudioInterceptionTransaction
301 transactions.add(new AudioInterceptionTransaction(call, true, lock)); in getStartStreamingTransaction()
315 transactions.add(new CallStreamingController.AudioInterceptionTransaction(call, in getStopStreamingTransaction()