Merge "Add another OptionsBuilder constructor with the source type as one of its parameter." into sc-dev am: 9e18139343 am: 642308060c am: 24dc8b704f

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14640281

Change-Id: Iaa7e1f77bf872df4ca3c894ff9a71a38a931d1b4
This commit is contained in:
TreeHugger Robot
2021-05-21 04:17:36 +00:00
committed by Automerger Merge Worker

View File

@@ -127,6 +127,18 @@ public final class RcsContactUceCapability implements Parcelable {
SOURCE_TYPE_NETWORK);
}
/**
* Create the Builder, which can be used to set UCE capabilities as well as custom
* capability extensions.
* @param contact The contact URI that the capabilities are attached to.
* @param sourceType The type where the capabilities of this contact were retrieved from.
* @hide
*/
public OptionsBuilder(@NonNull Uri contact, @SourceType int sourceType) {
mCapabilities = new RcsContactUceCapability(contact, CAPABILITY_MECHANISM_OPTIONS,
sourceType);
}
/**
* Set the result of the capabilities request.
* @param requestResult the request result