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