Rename PROPERTY_WORK_CALL to PROPERTY_ENTERPRISE_CALL based on API review

Bug: 28842878
Change-Id: I52684f898137d7b07c4b9a7ac34081b3d5ec79da
diff --git a/src/com/android/server/telecom/ParcelableCallUtils.java b/src/com/android/server/telecom/ParcelableCallUtils.java
index c1c1c57..9b65197 100644
--- a/src/com/android/server/telecom/ParcelableCallUtils.java
+++ b/src/com/android/server/telecom/ParcelableCallUtils.java
@@ -59,7 +59,7 @@
         }
 
         if (call.isWorkCall()) {
-            properties |= android.telecom.Call.Details.PROPERTY_WORK_CALL;
+            properties |= android.telecom.Call.Details.PROPERTY_ENTERPRISE_CALL;
         }
 
         // If this is a single-SIM device, the "default SIM" will always be the only SIM.