Searched refs:PROPERTY_ENTERPRISE_CALL (Results 1 – 5 of 5) sorted by relevance
23 public static final int PROPERTY_ENTERPRISE_CALL = Call.Details.PROPERTY_ENTERPRISE_CALL; field in CallSdkCompat.Details
21 public static final int PROPERTY_ENTERPRISE_CALL = 0x00000020; field in CallSdkCompat.Details
61 import static com.android.contacts.common.compat.CallSdkCompat.Details.PROPERTY_ENTERPRISE_CALL;430 boolean isWorkCall = mPrimary.hasProperty(PROPERTY_ENTERPRISE_CALL) in updatePrimaryCallState()762 boolean hasWorkCallProperty = mPrimary.hasProperty(PROPERTY_ENTERPRISE_CALL); in updatePrimaryDisplayInfo()
19 import static com.android.contacts.common.compat.CallSdkCompat.Details.PROPERTY_ENTERPRISE_CALL;539 boolean isWorkCall = call.hasProperty(PROPERTY_ENTERPRISE_CALL); in getContentString()
62 properties |= android.telecom.Call.Details.PROPERTY_ENTERPRISE_CALL; in toParcelableCall()