diff options
| author | 2015-01-26 10:37:26 -0800 | |
|---|---|---|
| committer | 2015-01-26 10:37:26 -0800 | |
| commit | c73ae3aaf46a4f9618785ec3bdf0f53ce8efb4ca (patch) | |
| tree | bb941b1d79c1c31ceff45322463fb0d3ab998ee7 | |
| parent | 6ea8ca82068a421480a6c750cd880cfa7e4dbfca (diff) | |
Unhide getOrCreateThreadId
Part 2/2 of exposing getOrCreateThreadId. Add to
current.txt and system-current.txt.
Bug: 18777272
Change-Id: Id3bb1e3f73c4826154096057a778ac97ee86abc6
| -rw-r--r-- | api/current.txt | 2 | ||||
| -rw-r--r-- | api/system-current.txt | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index f5ea6c9ea3a2..722143ce2a2c 100644 --- a/api/current.txt +++ b/api/current.txt @@ -26134,6 +26134,8 @@ package android.provider { } public static final class Telephony.Threads implements android.provider.Telephony.ThreadsColumns { + method public static long getOrCreateThreadId(android.content.Context, java.lang.String); + method public static long getOrCreateThreadId(android.content.Context, java.util.Set<java.lang.String>); field public static final int BROADCAST_THREAD = 1; // 0x1 field public static final int COMMON_THREAD = 0; // 0x0 field public static final android.net.Uri CONTENT_URI; diff --git a/api/system-current.txt b/api/system-current.txt index 37b8021b8c7d..9c56abc2176f 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -27723,6 +27723,8 @@ package android.provider { } public static final class Telephony.Threads implements android.provider.Telephony.ThreadsColumns { + method public static long getOrCreateThreadId(android.content.Context, java.lang.String); + method public static long getOrCreateThreadId(android.content.Context, java.util.Set<java.lang.String>); field public static final int BROADCAST_THREAD = 1; // 0x1 field public static final int COMMON_THREAD = 0; // 0x0 field public static final android.net.Uri CONTENT_URI; |