Jim Miller | bde3d18 | 2014-08-26 19:53:17 -0700 | [diff] [blame^] | 1 | package android.app { |
| 2 | |
| 3 | public class KeyguardManager { |
| 4 | method public android.content.Intent getConfirmDeviceCredentialIntent(java.lang.CharSequence, java.lang.CharSequence); |
| 5 | } |
| 6 | |
| 7 | } |
| 8 | |
Glenn Kasten | 1aa74e4 | 2014-05-19 10:11:19 -0700 | [diff] [blame] | 9 | package android.media { |
| 10 | |
| 11 | public class AudioFormat { |
| 12 | ctor public AudioFormat(); |
| 13 | } |
| 14 | |
| 15 | } |
| 16 | |
Jeff Brown | 7d82751 | 2014-08-21 21:56:02 -0700 | [diff] [blame] | 17 | package android.os { |
| 18 | |
| 19 | public final class PowerManager { |
| 20 | method public void goToSleep(long); |
| 21 | method public deprecated void userActivity(long, boolean); |
| 22 | method public void wakeUp(long); |
| 23 | } |
| 24 | |
| 25 | } |
| 26 | |
Christoph Studer | ce7d6d2 | 2014-08-26 19:21:31 +0200 | [diff] [blame] | 27 | package android.service.notification { |
| 28 | |
| 29 | public static class NotificationListenerService.Ranking { |
| 30 | method public boolean meetsInterruptionFilter(); |
| 31 | } |
| 32 | |
| 33 | } |
| 34 | |
Jorim Jaggi | e411fdf | 2014-07-28 23:00:44 +0200 | [diff] [blame] | 35 | package android.view { |
| 36 | |
| 37 | public static class WindowManager.LayoutParams extends android.view.ViewGroup.LayoutParams implements android.os.Parcelable { |
| 38 | field public static final int TYPE_KEYGUARD = 2004; // 0x7d4 |
| 39 | } |
| 40 | |
| 41 | } |
| 42 | |