Searched refs:hasProperty (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/telecomm/java/android/telecom/ |
D | Call.java | 741 public static boolean hasProperty(int properties, int property) { in hasProperty() method in Call.Details 751 public boolean hasProperty(int property) { in hasProperty() method in Call.Details 752 return hasProperty(mCallProperties, property); in hasProperty() 764 if (hasProperty(properties, PROPERTY_CONFERENCE)) { in propertiesToString() 767 if (hasProperty(properties, PROPERTY_GENERIC_CONFERENCE)) { in propertiesToString() 770 if (hasProperty(properties, PROPERTY_WIFI)) { in propertiesToString() 773 if (hasProperty(properties, PROPERTY_HIGH_DEF_AUDIO)) { in propertiesToString() 776 if (hasProperty(properties, PROPERTY_EMERGENCY_CALLBACK_MODE)) { in propertiesToString() 779 if (hasProperty(properties, PROPERTY_IS_EXTERNAL_CALL)) { in propertiesToString() 782 if (hasProperty(properties, PROPERTY_HAS_CDMA_VOICE_PRIVACY)) { in propertiesToString() [all …]
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/soap/ |
D | SppResponseMessage.java | 74 if (!response.hasProperty(SPPErrorProperty)) { in SppResponseMessage() 79 if (response.hasProperty(SPPErrorProperty)) { in SppResponseMessage()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/soap/ |
D | PostDevDataMessageTest.java | 153 request.hasProperty(SoapEnvelope.NS20, SppConstants.PROPERTY_MO_CONTAINER)); in verifyCommonFields()
|
/frameworks/native/services/inputflinger/host/ |
D | InputDriver.cpp | 244 if (map->propertyMap->hasProperty(keyString)) { in inputGetDeviceProperty()
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 43521 method public static boolean hasProperty(int, int); 43522 method public boolean hasProperty(int);
|
/frameworks/base/api/ |
D | current.txt | 43665 method public static boolean hasProperty(int, int); 43666 method public boolean hasProperty(int);
|