Searched defs:hasProperty (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
H A DCall.java427 public static boolean hasProperty(int properties, int property) { method in class:Call.Details
437 public boolean hasProperty(int property) { method in class:Call.Details
438 return hasProperty(mCallProperties, property);
450 if (hasProperty(properties, PROPERTY_CONFERENCE)) {
453 if (hasProperty(properties, PROPERTY_GENERIC_CONFERENCE)) {
456 if (hasProperty(properties, PROPERTY_WIFI)) {
459 if (hasProperty(properties, PROPERTY_HIGH_DEF_AUDIO)) {
462 if (hasProperty(properties, PROPERTY_EMERGENCY_CALLBACK_MODE)) {
465 if (hasProperty(properties, PROPERTY_IS_EXTERNAL_CALL)) {
972 if (!mDetails.hasProperty(Detail
[all...]

Completed in 58 milliseconds