Jiyong Park | e309516 | 2019-12-20 15:30:28 +0900 | [diff] [blame] | 1 | // Signature format: 2.0 |
Hall Liu | 7c4dd3a | 2020-01-14 14:56:59 -0800 | [diff] [blame] | 2 | package android.app { |
| 3 | |
| 4 | public final class NotificationChannel implements android.os.Parcelable { |
| 5 | method public void setBlockableSystem(boolean); |
| 6 | } |
| 7 | |
| 8 | } |
| 9 | |
Rubin Xu | 41bdd97 | 2020-01-03 17:18:33 +0000 | [diff] [blame] | 10 | package android.provider { |
| 11 | |
Alex Kershaw | 1befe9d | 2020-01-15 15:21:44 +0000 | [diff] [blame] | 12 | public final class DocumentsContract { |
| 13 | method @NonNull public static android.net.Uri buildDocumentUriAsUser(@NonNull String, @NonNull String, @NonNull android.os.UserHandle); |
| 14 | } |
| 15 | |
Rubin Xu | 41bdd97 | 2020-01-03 17:18:33 +0000 | [diff] [blame] | 16 | public static final class Settings.Global extends android.provider.Settings.NameValueTable { |
| 17 | field public static final String COMMON_CRITERIA_MODE = "common_criteria_mode"; |
| 18 | } |
| 19 | |
| 20 | } |
| 21 | |