Class ShadowCallScreeningService.RespondToCallInput

  • Enclosing class:
    ShadowCallScreeningService

    public static final class ShadowCallScreeningService.RespondToCallInput
    extends java.lang.Object
    Contains the parameters used to call CallScreeningService.respondToCall(android.telecom.Call.Details, android.telecom.CallScreeningService.CallResponse).
    • Constructor Summary

      Constructors 
      Constructor Description
      RespondToCallInput​(android.telecom.Call.Details callDetails, android.telecom.CallScreeningService.CallResponse callResponse)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      android.telecom.Call.Details getCallDetails()  
      android.telecom.CallScreeningService.CallResponse getCallResponse()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RespondToCallInput

        public RespondToCallInput​(android.telecom.Call.Details callDetails,
                                  android.telecom.CallScreeningService.CallResponse callResponse)
    • Method Detail

      • getCallDetails

        public android.telecom.Call.Details getCallDetails()
      • getCallResponse

        public android.telecom.CallScreeningService.CallResponse getCallResponse()