Lines Matching refs:hasProperty
655 public static boolean hasProperty(int properties, int property) { in hasProperty() method in Call.Details
665 public boolean hasProperty(int property) { in hasProperty() method in Call.Details
666 return hasProperty(mCallProperties, property); in hasProperty()
678 if (hasProperty(properties, PROPERTY_CONFERENCE)) { in propertiesToString()
681 if (hasProperty(properties, PROPERTY_GENERIC_CONFERENCE)) { in propertiesToString()
684 if (hasProperty(properties, PROPERTY_WIFI)) { in propertiesToString()
687 if (hasProperty(properties, PROPERTY_HIGH_DEF_AUDIO)) { in propertiesToString()
690 if (hasProperty(properties, PROPERTY_EMERGENCY_CALLBACK_MODE)) { in propertiesToString()
693 if (hasProperty(properties, PROPERTY_IS_EXTERNAL_CALL)) { in propertiesToString()
696 if (hasProperty(properties, PROPERTY_HAS_CDMA_VOICE_PRIVACY)) { in propertiesToString()
699 if (hasProperty(properties, PROPERTY_ASSISTED_DIALING_USED)) { in propertiesToString()
702 if (hasProperty(properties, PROPERTY_NETWORK_IDENTIFIED_EMERGENCY_CALL)) { in propertiesToString()
705 if (hasProperty(properties, PROPERTY_RTT)) { in propertiesToString()
708 if (hasProperty(properties, PROPERTY_VOIP_AUDIO_MODE)) { in propertiesToString()
1581 if (!mDetails.hasProperty(Details.PROPERTY_IS_EXTERNAL_CALL)) { in pullExternalCall()
1914 return mRttCall != null && mDetails.hasProperty(Details.PROPERTY_RTT); in isRttActive()
2118 && mDetails.hasProperty(Details.PROPERTY_RTT)) { in internalUpdate()