Home
last modified time | relevance | path

Searched refs:propertiesToString (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DCallTest.java95 Call.Details.propertiesToString(PROPERTY_CONFERENCE)); in testPropertiesToString()
97 Call.Details.propertiesToString(PROPERTY_GENERIC_CONFERENCE)); in testPropertiesToString()
99 Call.Details.propertiesToString(PROPERTY_EMERGENCY_CALLBACK_MODE)); in testPropertiesToString()
101 Call.Details.propertiesToString(PROPERTY_WIFI)); in testPropertiesToString()
103 Call.Details.propertiesToString(PROPERTY_HIGH_DEF_AUDIO)); in testPropertiesToString()
113 Call.Details.propertiesToString(properties)); in testPropertiesToString()
DConnectionTest.java452 Connection.propertiesToString(Connection.PROPERTY_IS_EXTERNAL_CALL)); in testPropertiesToString()
DBaseTelecomTestWithMockServices.java344 …i(TAG, "onDetailsChanged; properties changed from " + Call.Details.propertiesToString(mPreviousPro… in setupCallbacks()
345 " to " + Call.Details.propertiesToString(details.getCallProperties())); in setupCallbacks()
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DRequiredPropertiesRule.java44 + propertiesToString(mRequiredProperties)); in onBefore()
84 + propertiesToString(unsupportedProperties), unsupportedProperties.isEmpty()); in assertTestIsValid()
91 private static String propertiesToString(Iterable<Property> properties) { in propertiesToString() method in RequiredPropertiesRule