7d82751530
Change-Id: I9c4dbdef913f68939eb29f2c250c5fe3afc67399
27 lines
524 B
Plaintext
27 lines
524 B
Plaintext
package android.media {
|
|
|
|
public class AudioFormat {
|
|
ctor public AudioFormat();
|
|
}
|
|
|
|
}
|
|
|
|
package android.os {
|
|
|
|
public final class PowerManager {
|
|
method public void goToSleep(long);
|
|
method public deprecated void userActivity(long, boolean);
|
|
method public void wakeUp(long);
|
|
}
|
|
|
|
}
|
|
|
|
package android.view {
|
|
|
|
public static class WindowManager.LayoutParams extends android.view.ViewGroup.LayoutParams implements android.os.Parcelable {
|
|
field public static final int TYPE_KEYGUARD = 2004; // 0x7d4
|
|
}
|
|
|
|
}
|
|
|