diff options
Diffstat (limited to 'api/current.txt')
-rw-r--r-- | api/current.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index e6d088d..ecdc8ff 100644 --- a/api/current.txt +++ b/api/current.txt @@ -26139,6 +26139,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; |