summaryrefslogtreecommitdiffstats
path: root/src-N/com/android/contacts/common/compat/CallSdkCompat.java
diff options
context:
space:
mode:
Diffstat (limited to 'src-N/com/android/contacts/common/compat/CallSdkCompat.java')
-rw-r--r--src-N/com/android/contacts/common/compat/CallSdkCompat.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-N/com/android/contacts/common/compat/CallSdkCompat.java b/src-N/com/android/contacts/common/compat/CallSdkCompat.java
index 4eea8237..650e09c7 100644
--- a/src-N/com/android/contacts/common/compat/CallSdkCompat.java
+++ b/src-N/com/android/contacts/common/compat/CallSdkCompat.java
@@ -21,7 +21,7 @@ import android.telecom.Call;
public class CallSdkCompat {
public static class Details {
public static final int PROPERTY_IS_EXTERNAL_CALL = Call.Details.PROPERTY_IS_EXTERNAL_CALL;
- public static final int PROPERTY_WORK_CALL = Call.Details.PROPERTY_WORK_CALL;
+ public static final int PROPERTY_ENTERPRISE_CALL = Call.Details.PROPERTY_ENTERPRISE_CALL;
public static final int CAPABILITY_CAN_PULL_CALL = Call.Details.CAPABILITY_CAN_PULL_CALL;
public static final int CAPABILITY_CANNOT_DOWNGRADE_VIDEO_TO_AUDIO =
Call.Details.CAPABILITY_CANNOT_DOWNGRADE_VIDEO_TO_AUDIO;