Lines Matching refs:hasProperty

831         public static boolean hasProperty(int properties, int property) {  in hasProperty()  method in Call.Details
841 public boolean hasProperty(int property) { in hasProperty() method in Call.Details
842 return hasProperty(mCallProperties, property); in hasProperty()
854 if (hasProperty(properties, PROPERTY_CONFERENCE)) { in propertiesToString()
857 if (hasProperty(properties, PROPERTY_GENERIC_CONFERENCE)) { in propertiesToString()
860 if (hasProperty(properties, PROPERTY_WIFI)) { in propertiesToString()
863 if (hasProperty(properties, PROPERTY_HIGH_DEF_AUDIO)) { in propertiesToString()
866 if (hasProperty(properties, PROPERTY_EMERGENCY_CALLBACK_MODE)) { in propertiesToString()
869 if (hasProperty(properties, PROPERTY_IS_EXTERNAL_CALL)) { in propertiesToString()
872 if (hasProperty(properties, PROPERTY_HAS_CDMA_VOICE_PRIVACY)) { in propertiesToString()
875 if (hasProperty(properties, PROPERTY_ASSISTED_DIALING)) { in propertiesToString()
878 if (hasProperty(properties, PROPERTY_NETWORK_IDENTIFIED_EMERGENCY_CALL)) { in propertiesToString()
881 if (hasProperty(properties, PROPERTY_RTT)) { in propertiesToString()
884 if (hasProperty(properties, PROPERTY_VOIP_AUDIO_MODE)) { in propertiesToString()
887 if (hasProperty(properties, PROPERTY_IS_ADHOC_CONFERENCE)) { in propertiesToString()
890 if (hasProperty(properties, PROPERTY_CROSS_SIM)) { in propertiesToString()
1932 if (!mDetails.hasProperty(Details.PROPERTY_IS_EXTERNAL_CALL)) { in pullExternalCall()
2298 return mRttCall != null && mDetails.hasProperty(Details.PROPERTY_RTT); in isRttActive()
2525 && mDetails.hasProperty(Details.PROPERTY_RTT)) { in internalUpdate()