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 | |
| 33 | } |
| 34 | |
Christoph Studer | ce7d6d2 | 2014-08-26 19:21:31 +0200 | [diff] [blame] | 35 | package android.service.notification { |
| 36 | |
| 37 | public static class NotificationListenerService.Ranking { |
| 38 | method public boolean meetsInterruptionFilter(); |
| 39 | } |
| 40 | |
| 41 | } |
| 42 | |
Jorim Jaggi | e411fdf | 2014-07-28 23:00:44 +0200 | [diff] [blame] | 43 | package android.view { |
| 44 | |
| 45 | public static class WindowManager.LayoutParams extends android.view.ViewGroup.LayoutParams implements android.os.Parcelable { |
| 46 | field public static final int TYPE_KEYGUARD = 2004; // 0x7d4 |
| 47 | } |
| 48 | |
| 49 | } |
| 50 | |
Yohei Yukawa | cc24e2b | 2014-08-29 20:21:10 -0700 | [diff] [blame] | 51 | package android.view.inputmethod { |
| 52 | |
| 53 | public final class CursorAnchorInfo implements android.os.Parcelable { |
| 54 | method public boolean isInsertionMarkerClipped(); |
| 55 | field public static final int CHARACTER_RECT_TYPE_FULLY_VISIBLE = 1; // 0x1 |
| 56 | field public static final int CHARACTER_RECT_TYPE_INVISIBLE = 3; // 0x3 |
| 57 | field public static final int CHARACTER_RECT_TYPE_MASK = 15; // 0xf |
| 58 | field public static final int CHARACTER_RECT_TYPE_NOT_FEASIBLE = 4; // 0x4 |
| 59 | field public static final int CHARACTER_RECT_TYPE_PARTIALLY_VISIBLE = 2; // 0x2 |
| 60 | field public static final int CHARACTER_RECT_TYPE_UNSPECIFIED = 0; // 0x0 |
| 61 | } |
| 62 | |
| 63 | public static final class CursorAnchorInfo.Builder { |
| 64 | method public android.view.inputmethod.CursorAnchorInfo.Builder setInsertionMarkerLocation(float, float, float, float, boolean); |
| 65 | } |
| 66 | |
| 67 | } |
| 68 | |
Jae Seo | 9c165d6 | 2014-08-25 14:39:26 -0700 | [diff] [blame] | 69 | package com.android.internal { |
| 70 | |
| 71 | public static final class R.attr { |
| 72 | field public static final int __removed1 = 16843955; // 0x10104b3 |
| 73 | } |
| 74 | |
| 75 | } |
| 76 | |