commit | d9ec0ea4e4821b0ba4287df7c44c42ae77ca8a89 | [log] [tgz] |
---|---|---|
author | Tony Mak <tonymak@google.com> | Fri May 20 21:17:06 2016 +0100 |
committer | Tony Mak <tonymak@google.com> | Fri May 20 21:17:29 2016 +0100 |
tree | b57055689212e829c8755cbd1a197397513cdd1d | |
parent | 209175a2ab0d6d8c27aed4fe4458c5f611004e3f [diff] |
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.