Searched refs:PROPERTY_ENTERPRISE_CALL (Results 1 – 5 of 5) sorted by relevance
29 public static final int PROPERTY_ENTERPRISE_CALL = Call.Details.PROPERTY_ENTERPRISE_CALL; field in CallSdkCompat.Details
37 public static final int PROPERTY_ENTERPRISE_CALL = Call.Details.PROPERTY_ENTERPRISE_CALL; field in CallCompat.Details
19 import static com.android.contacts.common.compat.CallCompat.Details.PROPERTY_ENTERPRISE_CALL;447 primary.hasProperty(PROPERTY_ENTERPRISE_CALL) in updatePrimaryCallState()654 boolean hasWorkCallProperty = primary.hasProperty(PROPERTY_ENTERPRISE_CALL); in updatePrimaryDisplayInfo()
20 import static com.android.contacts.common.compat.CallCompat.Details.PROPERTY_ENTERPRISE_CALL;725 boolean isWorkCall = call.hasProperty(PROPERTY_ENTERPRISE_CALL); in getContentString()
152 properties |= android.telecom.Call.Details.PROPERTY_ENTERPRISE_CALL; in toParcelableCall()