Searched refs:HoldCallTransaction (Results 1 – 4 of 4) sorted by relevance
28 public class HoldCallTransaction extends VoipCallTransaction { class30 private static final String TAG = HoldCallTransaction.class.getSimpleName();34 public HoldCallTransaction(CallsManager callsManager, Call call) { in HoldCallTransaction() method in HoldCallTransaction
43 import com.android.server.telecom.voip.HoldCallTransaction;180 .addTransaction(isA(HoldCallTransaction.class), isA(OutcomeReceiver.class)); in testCallControlSetInactive()
67 import com.android.server.telecom.voip.HoldCallTransaction;150 HoldCallTransaction transaction = in testHoldCallTransaction()151 new HoldCallTransaction(mCallsManager, spyCall); in testHoldCallTransaction()
44 import com.android.server.telecom.voip.HoldCallTransaction;299 new HoldCallTransaction(mCallsManager, call), callback);