Package org.robolectric.shadows
Class ShadowCallScreeningService.RespondToCallInput
- java.lang.Object
-
- org.robolectric.shadows.ShadowCallScreeningService.RespondToCallInput
-
- Enclosing class:
- ShadowCallScreeningService
public static final class ShadowCallScreeningService.RespondToCallInput extends Object
Contains the parameters used to callCallScreeningService.respondToCall(android.telecom.Call.Details, android.telecom.CallScreeningService.CallResponse)
.
-
-
Constructor Summary
Constructors Constructor Description RespondToCallInput(Call.Details callDetails, CallScreeningService.CallResponse callResponse)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Call.Details
getCallDetails()
CallScreeningService.CallResponse
getCallResponse()
-
-
-
Constructor Detail
-
RespondToCallInput
public RespondToCallInput(Call.Details callDetails, CallScreeningService.CallResponse callResponse)
-
-
Method Detail
-
getCallDetails
public Call.Details getCallDetails()
-
getCallResponse
public CallScreeningService.CallResponse getCallResponse()
-
-