Rename PROPERTY_WORK_CALL to PROPERTY_ENTERPRISE_CALL based on API review

TODO: After updating all places that use the SDK, remove/hide the old API

Bug: 28842878

Change-Id: I131be644439080dd0507cd10d8bd6618246ee7ad
This commit is contained in:
Tony Mak
2016-05-19 13:40:38 +01:00
parent b8fe7e8bff
commit 53b5df43b4
5 changed files with 13 additions and 5 deletions

View File

@ -287,10 +287,15 @@ public final class Call {
public static final int PROPERTY_HIGH_DEF_AUDIO = 0x00000010;
/**
* Whether the call is associated with the work profile.
* @deprecated Use {@link #PROPERTY_ENTERPRISE_CALL} instead.
*/
public static final int PROPERTY_WORK_CALL = 0x00000020;
/**
* Whether the call is associated with the work profile.
*/
public static final int PROPERTY_ENTERPRISE_CALL = 0x00000020;
/**
* When set, indicates that this {@code Call} does not actually exist locally for the
* {@link ConnectionService}.