Skip to content
Snippets Groups Projects
Commit 13284d12 authored by Grace Jia's avatar Grace Jia
Browse files

Add monitor related code

Bug: 261877110
Test: Telecom unit test
Change-Id: I05258c0ce17de38fb220f97ddbdda75a6bab1a1f
Merged-In: I05258c0ce17de38fb220f97ddbdda75a6bab1a1f
parent d0b9808b
No related branches found
No related tags found
No related merge requests found
......@@ -58,6 +58,9 @@ public final class CallAttributes implements Parcelable {
/** @hide **/
public static final String CALL_CAPABILITIES_KEY = "TelecomCapabilities";
/** @hide **/
public static final String CALLER_PID = "CallerPid";
private CallAttributes(@NonNull PhoneAccountHandle phoneAccountHandle,
@NonNull CharSequence displayName,
@NonNull Uri address,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment