Merge "Rename PROPERTY_WORK_CALL to PROPERTY_ENTERPRISE_CALL based on API review" into nyc-dev
am: dcdff03d39

* commit 'dcdff03d394d94c888b621175f720fd48f983ada':
  Rename PROPERTY_WORK_CALL to PROPERTY_ENTERPRISE_CALL based on API review

Change-Id: I6d115676f113583b6402371fb15dc974e642a950
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.