Loading telecomm/java/android/telecom/Connection.java +5 −0 Original line number Diff line number Diff line Loading @@ -85,6 +85,11 @@ public abstract class Connection implements IConferenceable { /* Indicates that the call is multitasking */ public static final int CALL_SUBSTATE_MEDIA_PAUSED = 0x8; /* Mask containing all the call substate bits set */ public static final int CALL_SUBSTATE_ALL = CALL_SUBSTATE_AUDIO_CONNECTED_SUSPENDED | CALL_SUBSTATE_VIDEO_CONNECTED_SUSPENDED | CALL_SUBSTATE_AVP_RETRY | CALL_SUBSTATE_MEDIA_PAUSED; // Flag controlling whether PII is emitted into the logs private static final boolean PII_DEBUG = Log.isLoggable(android.util.Log.DEBUG); Loading Loading
telecomm/java/android/telecom/Connection.java +5 −0 Original line number Diff line number Diff line Loading @@ -85,6 +85,11 @@ public abstract class Connection implements IConferenceable { /* Indicates that the call is multitasking */ public static final int CALL_SUBSTATE_MEDIA_PAUSED = 0x8; /* Mask containing all the call substate bits set */ public static final int CALL_SUBSTATE_ALL = CALL_SUBSTATE_AUDIO_CONNECTED_SUSPENDED | CALL_SUBSTATE_VIDEO_CONNECTED_SUSPENDED | CALL_SUBSTATE_AVP_RETRY | CALL_SUBSTATE_MEDIA_PAUSED; // Flag controlling whether PII is emitted into the logs private static final boolean PII_DEBUG = Log.isLoggable(android.util.Log.DEBUG); Loading