Jae Seo | 9c165d6 | 2014-08-25 14:39:26 -0700 | [diff] [blame] | 1 | package android { |
| 2 | |
| 3 | public static final class R.attr { |
| 4 | field public static final int __removed1 = 16843955; // 0x10104b3 |
| 5 | } |
| 6 | |
| 7 | } |
| 8 | |
Jim Miller | bde3d18 | 2014-08-26 19:53:17 -0700 | [diff] [blame] | 9 | package android.app { |
| 10 | |
| 11 | public class KeyguardManager { |
| 12 | method public android.content.Intent getConfirmDeviceCredentialIntent(java.lang.CharSequence, java.lang.CharSequence); |
| 13 | } |
| 14 | |
| 15 | } |
| 16 | |
Glenn Kasten | 1aa74e4 | 2014-05-19 10:11:19 -0700 | [diff] [blame] | 17 | package android.media { |
| 18 | |
| 19 | public class AudioFormat { |
| 20 | ctor public AudioFormat(); |
| 21 | } |
| 22 | |
| 23 | } |
| 24 | |
Jeff Brown | 7d82751 | 2014-08-21 21:56:02 -0700 | [diff] [blame] | 25 | package android.os { |
| 26 | |
| 27 | public final class PowerManager { |
| 28 | method public void goToSleep(long); |
| 29 | method public deprecated void userActivity(long, boolean); |
| 30 | method public void wakeUp(long); |
| 31 | } |
| 32 | |
Svetoslav | c7d62f0 | 2014-09-04 15:39:54 -0700 | [diff] [blame] | 33 | public class UserManager { |
| 34 | method public android.graphics.drawable.Drawable getBadgedDrawableForUser(android.graphics.drawable.Drawable, android.os.UserHandle, android.graphics.Rect, int); |
| 35 | method public android.graphics.drawable.Drawable getBadgedIconForUser(android.graphics.drawable.Drawable, android.os.UserHandle); |
| 36 | method public java.lang.CharSequence getBadgedLabelForUser(java.lang.CharSequence, android.os.UserHandle); |
| 37 | } |
| 38 | |
Jeff Brown | 7d82751 | 2014-08-21 21:56:02 -0700 | [diff] [blame] | 39 | } |
| 40 | |
Christoph Studer | ce7d6d2 | 2014-08-26 19:21:31 +0200 | [diff] [blame] | 41 | package android.service.notification { |
| 42 | |
| 43 | public static class NotificationListenerService.Ranking { |
| 44 | method public boolean meetsInterruptionFilter(); |
| 45 | } |
| 46 | |
| 47 | } |
| 48 | |
Jorim Jaggi | e411fdf | 2014-07-28 23:00:44 +0200 | [diff] [blame] | 49 | package android.view { |
| 50 | |
| 51 | public static class WindowManager.LayoutParams extends android.view.ViewGroup.LayoutParams implements android.os.Parcelable { |
| 52 | field public static final int TYPE_KEYGUARD = 2004; // 0x7d4 |
| 53 | } |
| 54 | |
| 55 | } |
| 56 | |
Yohei Yukawa | cc24e2b | 2014-08-29 20:21:10 -0700 | [diff] [blame] | 57 | package android.view.inputmethod { |
| 58 | |
Yohei Yukawa | d8636ea | 2014-09-02 22:03:30 -0700 | [diff] [blame] | 59 | public class BaseInputConnection implements android.view.inputmethod.InputConnection { |
| 60 | method public final boolean requestUpdateCursorAnchorInfo(int); |
| 61 | } |
| 62 | |
Yohei Yukawa | cc24e2b | 2014-08-29 20:21:10 -0700 | [diff] [blame] | 63 | public final class CursorAnchorInfo implements android.os.Parcelable { |
| 64 | method public boolean isInsertionMarkerClipped(); |
| 65 | field public static final int CHARACTER_RECT_TYPE_FULLY_VISIBLE = 1; // 0x1 |
| 66 | field public static final int CHARACTER_RECT_TYPE_INVISIBLE = 3; // 0x3 |
| 67 | field public static final int CHARACTER_RECT_TYPE_MASK = 15; // 0xf |
| 68 | field public static final int CHARACTER_RECT_TYPE_NOT_FEASIBLE = 4; // 0x4 |
| 69 | field public static final int CHARACTER_RECT_TYPE_PARTIALLY_VISIBLE = 2; // 0x2 |
| 70 | field public static final int CHARACTER_RECT_TYPE_UNSPECIFIED = 0; // 0x0 |
| 71 | } |
| 72 | |
| 73 | public static final class CursorAnchorInfo.Builder { |
| 74 | method public android.view.inputmethod.CursorAnchorInfo.Builder setInsertionMarkerLocation(float, float, float, float, boolean); |
| 75 | } |
| 76 | |
Yohei Yukawa | d8636ea | 2014-09-02 22:03:30 -0700 | [diff] [blame] | 77 | public abstract interface InputConnection { |
| 78 | method public abstract boolean requestUpdateCursorAnchorInfo(int); |
| 79 | field public static final int REQUEST_UPDATE_CURSOR_ANCHOR_INFO_MONITOR = 2; // 0x2 |
| 80 | field public static final int REQUEST_UPDATE_CURSOR_UPDATE_IMMEDIATE = 1; // 0x1 |
| 81 | } |
| 82 | |
| 83 | public class InputConnectionWrapper implements android.view.inputmethod.InputConnection { |
| 84 | method public final boolean requestUpdateCursorAnchorInfo(int); |
| 85 | } |
| 86 | |
Yohei Yukawa | cc24e2b | 2014-08-29 20:21:10 -0700 | [diff] [blame] | 87 | } |
| 88 | |
Jae Seo | 9c165d6 | 2014-08-25 14:39:26 -0700 | [diff] [blame] | 89 | package com.android.internal { |
| 90 | |
| 91 | public static final class R.attr { |
| 92 | field public static final int __removed1 = 16843955; // 0x10104b3 |
| 93 | } |
| 94 | |
| 95 | } |
| 96 | |