blob: 8915fc379b4206711c13839852bc4b74d0f28a39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
package android {
public static final class R.attr {
field public static final int __removed1 = 16843955; // 0x10104b3
}
}
package android.app {
public class KeyguardManager {
method public android.content.Intent getConfirmDeviceCredentialIntent(java.lang.CharSequence, java.lang.CharSequence);
}
}
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.service.notification {
public static class NotificationListenerService.Ranking {
method public boolean meetsInterruptionFilter();
}
}
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
}
}
package com.android.internal {
public static final class R.attr {
field public static final int __removed1 = 16843955; // 0x10104b3
}
}
|