summaryrefslogtreecommitdiffstats
path: root/api/current.txt
diff options
context:
space:
mode:
Diffstat (limited to 'api/current.txt')
-rw-r--r--api/current.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index 0060c41..1ef52c4 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -22311,7 +22311,9 @@ package android.os {
public final class Looper {
method public void dump(android.util.Printer, java.lang.String);
method public static android.os.Looper getMainLooper();
+ method public android.os.MessageQueue getQueue();
method public java.lang.Thread getThread();
+ method public boolean isCurrentThread();
method public static void loop();
method public static android.os.Looper myLooper();
method public static android.os.MessageQueue myQueue();