Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/cts/hostside/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
/packages/apps/Dialer/java/com/android/incallui/call/
DDialerCall.java1258 Details.propertiesToString(telecomCall.getDetails().getCallProperties()), in toString()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java3271 sb.append(propertiesToString(getConnectionProperties())); in toString()
/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java2167 Log.v(this, "setConnectionProperties: %s", Connection.propertiesToString( in setConnectionProperties()