Class ShadowTelecomManager.CallRecord

    • Field Summary

      Fields 
      Modifier and Type Field Description
      android.os.Bundle bundle
      Deprecated.
      Use extras instead.
      android.os.Bundle extras
      Deprecated.
       
      protected boolean isRinging
      Deprecated.
       
      android.telecom.PhoneAccountHandle phoneAccount
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      CallRecord​(android.telecom.PhoneAccountHandle phoneAccount, android.os.Bundle extras)
      Deprecated.
       
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • phoneAccount

        public final android.telecom.PhoneAccountHandle phoneAccount
        Deprecated.
      • extras

        public final android.os.Bundle extras
        Deprecated.
      • isRinging

        protected boolean isRinging
        Deprecated.
      • bundle

        @Deprecated
        public final android.os.Bundle bundle
        Deprecated.
        Use extras instead.
    • Constructor Detail

      • CallRecord

        public CallRecord​(android.telecom.PhoneAccountHandle phoneAccount,
                          android.os.Bundle extras)
        Deprecated.