diff --git a/Xamarin.Android.sln b/Xamarin.Android.sln index 886b869a7f3..0b516f027d2 100644 --- a/Xamarin.Android.sln +++ b/Xamarin.Android.sln @@ -136,6 +136,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "check-boot-times", "build-t EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "apkdiff", "tools\apkdiff\apkdiff.csproj", "{4E0D89AC-1C8A-45A8-94F0-A54D1B68BE9C}" EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Java.Interop.Tools.Generator", "external\Java.Interop\src\Java.Interop.Tools.Generator\Java.Interop.Tools.Generator.csproj", "{2CE4CD4B-B7B7-4EAE-A9BE-2699824D6096}" +EndProject Global GlobalSection(SharedMSBuildProjectFiles) = preSolution src\Xamarin.Android.NamingCustomAttributes\Xamarin.Android.NamingCustomAttributes.projitems*{3f1f2f50-af1a-4a5a-bedb-193372f068d7}*SharedItemsImports = 4 @@ -371,6 +373,10 @@ Global {4E0D89AC-1C8A-45A8-94F0-A54D1B68BE9C}.Debug|AnyCPU.Build.0 = Debug|anycpu {4E0D89AC-1C8A-45A8-94F0-A54D1B68BE9C}.Release|AnyCPU.ActiveCfg = Release|anycpu {4E0D89AC-1C8A-45A8-94F0-A54D1B68BE9C}.Release|AnyCPU.Build.0 = Release|anycpu + {2CE4CD4B-B7B7-4EAE-A9BE-2699824D6096}.Debug|AnyCPU.ActiveCfg = Debug|Any CPU + {2CE4CD4B-B7B7-4EAE-A9BE-2699824D6096}.Debug|AnyCPU.Build.0 = Debug|Any CPU + {2CE4CD4B-B7B7-4EAE-A9BE-2699824D6096}.Release|AnyCPU.ActiveCfg = Release|Any CPU + {2CE4CD4B-B7B7-4EAE-A9BE-2699824D6096}.Release|AnyCPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -433,6 +439,7 @@ Global {6410DA0F-5E14-4FC0-9AEE-F4C542C96C7A} = {05C3B1D6-A4CE-4534-A9E4-E9117591ADF7} {D28957BF-5E66-4D60-B528-22820C60AC82} = {E351F97D-EA4F-4E7F-AAA0-8EBB1F2A4A62} {4E0D89AC-1C8A-45A8-94F0-A54D1B68BE9C} = {864062D3-A415-4A6F-9324-5820237BA058} + {2CE4CD4B-B7B7-4EAE-A9BE-2699824D6096} = {04E3E11E-B47D-4599-8AFC-50515A95E715} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {53A1F287-EFB2-4D97-A4BB-4A5E145613F6} diff --git a/build-tools/installers/create-installers.targets b/build-tools/installers/create-installers.targets index da63aed76e3..d4cfb01edbd 100644 --- a/build-tools/installers/create-installers.targets +++ b/build-tools/installers/create-installers.targets @@ -143,6 +143,8 @@ <_MSBuildFiles Include="$(MSBuildSrcDir)\Java.Interop.Tools.Cecil.pdb" /> <_MSBuildFiles Include="$(MSBuildSrcDir)\Java.Interop.Tools.Diagnostics.dll" /> <_MSBuildFiles Include="$(MSBuildSrcDir)\Java.Interop.Tools.Diagnostics.pdb" /> + <_MSBuildFiles Include="$(MSBuildSrcDir)\Java.Interop.Tools.Generator.dll" Condition=" '$(PackageId)' != 'Microsoft.Android.Sdk' " /> + <_MSBuildFiles Include="$(MSBuildSrcDir)\Java.Interop.Tools.Generator.pdb" Condition=" '$(PackageId)' != 'Microsoft.Android.Sdk' " /> <_MSBuildFiles Include="$(MSBuildSrcDir)\Java.Interop.Tools.JavaCallableWrappers.dll" /> <_MSBuildFiles Include="$(MSBuildSrcDir)\Java.Interop.Tools.JavaCallableWrappers.pdb" /> <_MSBuildFiles Include="$(MSBuildSrcDir)\Java.Runtime.Environment.dll" /> diff --git a/external/Java.Interop b/external/Java.Interop index 186174c0377..b00e644e0d7 160000 --- a/external/Java.Interop +++ b/external/Java.Interop @@ -1 +1 @@ -Subproject commit 186174c0377a525308e0123160f2b4a96d2ed4aa +Subproject commit b00e644e0d701114a6a1325c0b2ffe7a431e3d48 diff --git a/src/Mono.Android/map.csv b/src/Mono.Android/map.csv index 211875bd0e6..8d7f4992a96 100644 --- a/src/Mono.Android/map.csv +++ b/src/Mono.Android/map.csv @@ -1,7201 +1,15321 @@ -// This file is almost automatically generated by the tools in -// build-tools/enumification-helpers. See README.md there for details. -// -// Each line represents: [API], [C#NS], [C#type], [Java], [value] -// API - Platform Name (API Level) Since. -// C#NS - C# namespace. -// C#type - C# type. Dotted for nested types. -// java - Java constant, in JNI-ish specification: Package/Type.Field, where -// - package names are split by '/' and -// - nested type names are split by '$'. -// value - constant integer value -// -// First couple of lines were manually edited mappings (historical, and/or -// cannot be generated by tool for various reasons). The rest are autogenerated. - -// this cannot be automatically generated, too exceptional... -1,Android.Media.Stream,NotificationDefault,android/app/Notification.STREAM_DEFAULT,-1 -1,Android.Media.Stream,Alarm,android/media/AudioManager.STREAM_ALARM,4 -5,Android.Media.Stream,Dtmf,android/media/AudioManager.STREAM_DTMF,8 -1,Android.Media.Stream,Music,android/media/AudioManager.STREAM_MUSIC,3 -3,Android.Media.Stream,Notification,android/media/AudioManager.STREAM_NOTIFICATION,5 -1,Android.Media.Stream,Ring,android/media/AudioManager.STREAM_RING,2 -1,Android.Media.Stream,System,android/media/AudioManager.STREAM_SYSTEM,1 -1,Android.Media.Stream,VoiceCall,android/media/AudioManager.STREAM_VOICE_CALL,0 - -// They are based on either obsolete or wrong API. -// They used to be in ListView, so we had mappings to them. -// Then they moved to AbsListView, and at that stage we created duplicate-ish enums for these constants. -// Now they are gone, but mappings existed (as non-automatically-generated ones). -// They can be gone, but api-merge brings those back and generates extraneous fields. -// And our enum generator always runs against the latest API Level (which means, having -// mapping definition for ListView won't work as they don't exist there). -// And removing either of them result in incompatibility. -// This is extremely ugly situation that "API compatibility" requirement have brought. Hate it. -// Anyhow we have to manually define them. -1,Android.Widget.AbsListViewChoiceMode,Multiple,android/widget/AbsListView.CHOICE_MODE_MULTIPLE,2 -11,Android.Widget.AbsListViewChoiceMode,MultipleModal,android/widget/AbsListView.CHOICE_MODE_MULTIPLE_MODAL,3 -1,Android.Widget.AbsListViewChoiceMode,None,android/widget/AbsListView.CHOICE_MODE_NONE,0 -1,Android.Widget.AbsListViewChoiceMode,Single,android/widget/AbsListView.CHOICE_MODE_SINGLE,1 - - -// explicitly removed as obsolete consts. -0,,,android/hardware/SensorManager.DATA_X,0 -0,,,android/hardware/SensorManager.DATA_Y,1 -0,,,android/hardware/SensorManager.DATA_Z,2 -0,,,android/hardware/SensorManager.RAW_DATA_INDEX,3 -0,,,android/hardware/SensorManager.RAW_DATA_X,3 -0,,,android/hardware/SensorManager.RAW_DATA_Y,4 -0,,,android/hardware/SensorManager.RAW_DATA_Z,5 -0,,,android/hardware/SensorManager.SENSOR_ACCELEROMETER,2 -0,,,android/hardware/SensorManager.SENSOR_ALL,127 -0,,,android/hardware/SensorManager.SENSOR_LIGHT,16 -0,,,android/hardware/SensorManager.SENSOR_MAGNETIC_FIELD,8 -0,,,android/hardware/SensorManager.SENSOR_MAX,64 -0,,,android/hardware/SensorManager.SENSOR_MIN,1 -0,,,android/hardware/SensorManager.SENSOR_ORIENTATION,1 -0,,,android/hardware/SensorManager.SENSOR_ORIENTATION_RAW,128 -0,,,android/hardware/SensorManager.SENSOR_PROXIMITY,32 -0,,,android/hardware/SensorManager.SENSOR_TEMPERATURE,4 -0,,,android/hardware/SensorManager.SENSOR_TRICORDER,64 - -0,,,android/view/Surface.FX_SURFACE_BLUR,65536 -0,,,android/view/Surface.FX_SURFACE_DIM,131072 -0,,,android/view/Surface.FX_SURFACE_MASK,98304 -0,,,android/view/Surface.FX_SURFACE_NORMAL,0 - -// Manually added to preserve backwards compatibility (leave the original HearingAid const field as int) -15,Android.Bluetooth.ProfileType,A2dp,I:android/bluetooth/BluetoothProfile.A2DP,2 -18,Android.Bluetooth.ProfileType,Gatt,I:android/bluetooth/BluetoothProfile.GATT,7 -18,Android.Bluetooth.ProfileType,GattServer,I:android/bluetooth/BluetoothProfile.GATT_SERVER,8 -15,Android.Bluetooth.ProfileType,Headset,I:android/bluetooth/BluetoothProfile.HEADSET,1 -15,Android.Bluetooth.ProfileType,Health,I:android/bluetooth/BluetoothProfile.HEALTH,3 -28,Android.Bluetooth.ProfileType,HidDevice,I:android/bluetooth/BluetoothProfile.HID_DEVICE,19 -23,Android.Bluetooth.ProfileType,Sap,I:android/bluetooth/BluetoothProfile.SAP,10 -29,Android.Bluetooth.ProfileType,HearingAid,,21 - - - - - - - - -// - Automatically generated mappings (see tools/enumification-helpers how map.ext.csv is generated.) - -10,Org.XmlPull.V1.XmlPullParserNode,Cdsect,I:org/xmlpull/v1/XmlPullParser.CDSECT,5 -10,Org.XmlPull.V1.XmlPullParserNode,Comment,I:org/xmlpull/v1/XmlPullParser.COMMENT,9 -10,Org.XmlPull.V1.XmlPullParserNode,Docdecl,I:org/xmlpull/v1/XmlPullParser.DOCDECL,10 -10,Org.XmlPull.V1.XmlPullParserNode,EndDocument,I:org/xmlpull/v1/XmlPullParser.END_DOCUMENT,1 -10,Org.XmlPull.V1.XmlPullParserNode,EndTag,I:org/xmlpull/v1/XmlPullParser.END_TAG,3 -10,Org.XmlPull.V1.XmlPullParserNode,EntityRef,I:org/xmlpull/v1/XmlPullParser.ENTITY_REF,6 -10,Org.XmlPull.V1.XmlPullParserNode,IgnorableWhitespace,I:org/xmlpull/v1/XmlPullParser.IGNORABLE_WHITESPACE,7 -10,Org.XmlPull.V1.XmlPullParserNode,ProcessingInstruction,I:org/xmlpull/v1/XmlPullParser.PROCESSING_INSTRUCTION,8 -10,Org.XmlPull.V1.XmlPullParserNode,StartDocument,I:org/xmlpull/v1/XmlPullParser.START_DOCUMENT,0 -10,Org.XmlPull.V1.XmlPullParserNode,StartTag,I:org/xmlpull/v1/XmlPullParser.START_TAG,2 -10,Org.XmlPull.V1.XmlPullParserNode,Text,I:org/xmlpull/v1/XmlPullParser.TEXT,4 -15,Android.AccessibilityServices.FeedbackFlags,AllMask,android/accessibilityservice/AccessibilityServiceInfo.FEEDBACK_ALL_MASK,-1 -10,Android.AccessibilityServices.FeedbackFlags,Audible,android/accessibilityservice/AccessibilityServiceInfo.FEEDBACK_AUDIBLE,4 -17,Android.AccessibilityServices.FeedbackFlags,Braille,android/accessibilityservice/AccessibilityServiceInfo.FEEDBACK_BRAILLE,32 -10,Android.AccessibilityServices.FeedbackFlags,Generic,android/accessibilityservice/AccessibilityServiceInfo.FEEDBACK_GENERIC,16 -10,Android.AccessibilityServices.FeedbackFlags,Haptic,android/accessibilityservice/AccessibilityServiceInfo.FEEDBACK_HAPTIC,2 -10,Android.AccessibilityServices.FeedbackFlags,Spoken,android/accessibilityservice/AccessibilityServiceInfo.FEEDBACK_SPOKEN,1 -10,Android.AccessibilityServices.FeedbackFlags,Visual,android/accessibilityservice/AccessibilityServiceInfo.FEEDBACK_VISUAL,8 -26,Android.AccessibilityServices.FingerptintGestureTypes,SwipeDown,android/accessibilityservice/FingerprintGestureController.FINGERPRINT_GESTURE_SWIPE_DOWN,8 -26,Android.AccessibilityServices.FingerptintGestureTypes,SwipeLeft,android/accessibilityservice/FingerprintGestureController.FINGERPRINT_GESTURE_SWIPE_LEFT,2 -26,Android.AccessibilityServices.FingerptintGestureTypes,SwipeRight,android/accessibilityservice/FingerprintGestureController.FINGERPRINT_GESTURE_SWIPE_RIGHT,1 -26,Android.AccessibilityServices.FingerptintGestureTypes,SwipeUp,android/accessibilityservice/FingerprintGestureController.FINGERPRINT_GESTURE_SWIPE_UP,4 -26,Android.Accounts.AccountVisibility,NotVisible,android/accounts/AccountManager.VISIBILITY_NOT_VISIBLE,3 -26,Android.Accounts.AccountVisibility,Undefined,android/accounts/AccountManager.VISIBILITY_UNDEFINED,0 -26,Android.Accounts.AccountVisibility,UserManagedNotVisible,android/accounts/AccountManager.VISIBILITY_USER_MANAGED_NOT_VISIBLE,4 -26,Android.Accounts.AccountVisibility,UserManagedVisible,android/accounts/AccountManager.VISIBILITY_USER_MANAGED_VISIBLE,2 -26,Android.Accounts.AccountVisibility,Visible,android/accounts/AccountManager.VISIBILITY_VISIBLE,1 -15,Android.App.ActionBarDisplayOptions,HomeAsUp,android/app/ActionBar.DISPLAY_HOME_AS_UP,4 -15,Android.App.ActionBarDisplayOptions,ShowCustom,android/app/ActionBar.DISPLAY_SHOW_CUSTOM,16 -15,Android.App.ActionBarDisplayOptions,ShowHome,android/app/ActionBar.DISPLAY_SHOW_HOME,2 -15,Android.App.ActionBarDisplayOptions,ShowTitle,android/app/ActionBar.DISPLAY_SHOW_TITLE,8 -15,Android.App.ActionBarDisplayOptions,UseLogo,android/app/ActionBar.DISPLAY_USE_LOGO,1 -15,Android.App.ActionBarNavigationMode,List,android/app/ActionBar.NAVIGATION_MODE_LIST,1 -15,Android.App.ActionBarNavigationMode,Standard,android/app/ActionBar.NAVIGATION_MODE_STANDARD,0 -15,Android.App.ActionBarNavigationMode,Tabs,android/app/ActionBar.NAVIGATION_MODE_TABS,2 -10,Android.App.DefaultKey,Dialer,android/app/Activity.DEFAULT_KEYS_DIALER,1 -10,Android.App.DefaultKey,Disable,android/app/Activity.DEFAULT_KEYS_DISABLE,0 -10,Android.App.DefaultKey,SearchGlobal,android/app/Activity.DEFAULT_KEYS_SEARCH_GLOBAL,4 -10,Android.App.DefaultKey,SearchLocal,android/app/Activity.DEFAULT_KEYS_SEARCH_LOCAL,3 -10,Android.App.DefaultKey,Shortcut,android/app/Activity.DEFAULT_KEYS_SHORTCUT,2 -10,Android.App.Result,Canceled,android/app/Activity.RESULT_CANCELED,0 -10,Android.App.Result,FirstUser,android/app/Activity.RESULT_FIRST_USER,1 -10,Android.App.Result,Ok,android/app/Activity.RESULT_OK,-1 -15,Android.App.MoveTaskFlags,NoUserAction,android/app/ActivityManager.MOVE_TASK_NO_USER_ACTION,2 -15,Android.App.MoveTaskFlags,WithHome,android/app/ActivityManager.MOVE_TASK_WITH_HOME,1 -15,Android.App.RecentTaskFlags,IgnoreUnavailable,android/app/ActivityManager.RECENT_IGNORE_UNAVAILABLE,2 -10,Android.App.RecentTaskFlags,WithExcluded,android/app/ActivityManager.RECENT_WITH_EXCLUDED,1 -10,Android.App.AlarmType,ElapsedRealtime,android/app/AlarmManager.ELAPSED_REALTIME,3 -10,Android.App.AlarmType,ElapsedRealtimeWakeup,android/app/AlarmManager.ELAPSED_REALTIME_WAKEUP,2 -10,Android.App.AlarmType,Rtc,android/app/AlarmManager.RTC,1 -10,Android.App.AlarmType,RtcWakeup,android/app/AlarmManager.RTC_WAKEUP,0 -15,Android.App.DialogFragmentStyle,NoFrame,android/app/DialogFragment.STYLE_NO_FRAME,2 -15,Android.App.DialogFragmentStyle,NoInput,android/app/DialogFragment.STYLE_NO_INPUT,3 -15,Android.App.DialogFragmentStyle,NoTitle,android/app/DialogFragment.STYLE_NO_TITLE,1 -15,Android.App.DialogFragmentStyle,Normal,android/app/DialogFragment.STYLE_NORMAL,0 -15,Android.App.FragmentTransit,EnterMask,android/app/FragmentTransaction.TRANSIT_ENTER_MASK,4096 -15,Android.App.FragmentTransit,ExitMask,android/app/FragmentTransaction.TRANSIT_EXIT_MASK,8192 -15,Android.App.FragmentTransit,FragmentClose,android/app/FragmentTransaction.TRANSIT_FRAGMENT_CLOSE,8194 -15,Android.App.FragmentTransit,FragmentFade,android/app/FragmentTransaction.TRANSIT_FRAGMENT_FADE,4099 -15,Android.App.FragmentTransit,FragmentOpen,android/app/FragmentTransaction.TRANSIT_FRAGMENT_OPEN,4097 -15,Android.App.FragmentTransit,None,android/app/FragmentTransaction.TRANSIT_NONE,0 -15,Android.App.FragmentTransit,Unset,android/app/FragmentTransaction.TRANSIT_UNSET,-1 -26,Android.App.NotificationBadgeIconType,Large,android/app/Notification.BADGE_ICON_LARGE,2 -26,Android.App.NotificationBadgeIconType,None,android/app/Notification.BADGE_ICON_NONE,0 -26,Android.App.NotificationBadgeIconType,Small,android/app/Notification.BADGE_ICON_SMALL,1 -10,Android.App.NotificationFlags,AutoCancel,android/app/Notification.FLAG_AUTO_CANCEL,16 -29,Android.App.NotificationFlags,Bubble,android/app/Notification.FLAG_BUBBLE,4096 -10,Android.App.NotificationFlags,ForegroundService,android/app/Notification.FLAG_FOREGROUND_SERVICE,64 -20,Android.App.NotificationFlags,GroupSummary,android/app/Notification.FLAG_GROUP_SUMMARY,512 -15,Android.App.NotificationFlags,HighPriority,android/app/Notification.FLAG_HIGH_PRIORITY,128 -10,Android.App.NotificationFlags,Insistent,android/app/Notification.FLAG_INSISTENT,4 -20,Android.App.NotificationFlags,LocalOnly,android/app/Notification.FLAG_LOCAL_ONLY,256 -10,Android.App.NotificationFlags,NoClear,android/app/Notification.FLAG_NO_CLEAR,32 -10,Android.App.NotificationFlags,OngoingEvent,android/app/Notification.FLAG_ONGOING_EVENT,2 -10,Android.App.NotificationFlags,OnlyAlertOnce,android/app/Notification.FLAG_ONLY_ALERT_ONCE,8 -10,Android.App.NotificationFlags,ShowLights,android/app/Notification.FLAG_SHOW_LIGHTS,1 -10,Android.App.NotificationDefaults,All,android/app/Notification.DEFAULT_ALL,-1 -10,Android.App.NotificationDefaults,Lights,android/app/Notification.DEFAULT_LIGHTS,4 -10,Android.App.NotificationDefaults,Sound,android/app/Notification.DEFAULT_SOUND,1 -10,Android.App.NotificationDefaults,Vibrate,android/app/Notification.DEFAULT_VIBRATE,2 -26,Android.App.NotificationGroupAlertBehavior,All,android/app/Notification.GROUP_ALERT_ALL,0 -26,Android.App.NotificationGroupAlertBehavior,Children,android/app/Notification.GROUP_ALERT_CHILDREN,2 -26,Android.App.NotificationGroupAlertBehavior,Summary,android/app/Notification.GROUP_ALERT_SUMMARY,1 -21,Android.App.NotificationVisibility,Private,android/app/Notification.VISIBILITY_PRIVATE,0 -21,Android.App.NotificationVisibility,Public,android/app/Notification.VISIBILITY_PUBLIC,1 -21,Android.App.NotificationVisibility,Secret,android/app/Notification.VISIBILITY_SECRET,-1 -20,Android.App.WearableSizePreset,Default,android/app/Notification.WearableExtender.SIZE_DEFAULT,0 -20,Android.App.WearableSizePreset,FullScreen,android/app/Notification.WearableExtender.SIZE_FULL_SCREEN,5 -20,Android.App.WearableSizePreset,Large,android/app/Notification.WearableExtender.SIZE_LARGE,4 -20,Android.App.WearableSizePreset,Medium,android/app/Notification.WearableExtender.SIZE_MEDIUM,3 -20,Android.App.WearableSizePreset,Small,android/app/Notification.WearableExtender.SIZE_SMALL,2 -20,Android.App.WearableSizePreset,Xsmall,android/app/Notification.WearableExtender.SIZE_XSMALL,1 -10,Android.App.PendingIntentFlags,CancelCurrent,android/app/PendingIntent.FLAG_CANCEL_CURRENT,268435456 -23,Android.App.PendingIntentFlags,Immutable,android/app/PendingIntent.FLAG_IMMUTABLE,67108864 -10,Android.App.PendingIntentFlags,NoCreate,android/app/PendingIntent.FLAG_NO_CREATE,536870912 -10,Android.App.PendingIntentFlags,OneShot,android/app/PendingIntent.FLAG_ONE_SHOT,1073741824 -10,Android.App.PendingIntentFlags,UpdateCurrent,android/app/PendingIntent.FLAG_UPDATE_CURRENT,134217728 -10,Android.App.ProgressDialogStyle,Horizontal,android/app/ProgressDialog.STYLE_HORIZONTAL,1 -10,Android.App.ProgressDialogStyle,Spinner,android/app/ProgressDialog.STYLE_SPINNER,0 -10,Android.App.StartCommandResult,ContinuationMask,android/app/Service.START_CONTINUATION_MASK,15 -10,Android.App.StartCommandResult,NotSticky,android/app/Service.START_NOT_STICKY,2 -10,Android.App.StartCommandResult,RedeliverIntent,android/app/Service.START_REDELIVER_INTENT,3 -10,Android.App.StartCommandResult,Sticky,android/app/Service.START_STICKY,1 -10,Android.App.StartCommandResult,StickyCompatibility,android/app/Service.START_STICKY_COMPATIBILITY,0 -10,Android.App.StartCommandFlags,Redelivery,android/app/Service.START_FLAG_REDELIVERY,1 -10,Android.App.StartCommandFlags,Retry,android/app/Service.START_FLAG_RETRY,2 -15,Android.App.Admin.EncryptionStatus,Activating,android/app/admin/DevicePolicyManager.ENCRYPTION_STATUS_ACTIVATING,2 -15,Android.App.Admin.EncryptionStatus,Active,android/app/admin/DevicePolicyManager.ENCRYPTION_STATUS_ACTIVE,3 -23,Android.App.Admin.EncryptionStatus,ActiveDefaultKey,android/app/admin/DevicePolicyManager.ENCRYPTION_STATUS_ACTIVE_DEFAULT_KEY,4 -24,Android.App.Admin.EncryptionStatus,ActivePerUser,android/app/admin/DevicePolicyManager.ENCRYPTION_STATUS_ACTIVE_PER_USER,5 -15,Android.App.Admin.EncryptionStatus,Inactive,android/app/admin/DevicePolicyManager.ENCRYPTION_STATUS_INACTIVE,1 -15,Android.App.Admin.EncryptionStatus,Unsupported,android/app/admin/DevicePolicyManager.ENCRYPTION_STATUS_UNSUPPORTED,0 -10,Android.App.Admin.PasswordQuality,Alphabetic,android/app/admin/DevicePolicyManager.PASSWORD_QUALITY_ALPHABETIC,262144 -10,Android.App.Admin.PasswordQuality,Alphanumeric,android/app/admin/DevicePolicyManager.PASSWORD_QUALITY_ALPHANUMERIC,327680 -15,Android.App.Admin.PasswordQuality,BiometricWeak,android/app/admin/DevicePolicyManager.PASSWORD_QUALITY_BIOMETRIC_WEAK,32768 -15,Android.App.Admin.PasswordQuality,Complex,android/app/admin/DevicePolicyManager.PASSWORD_QUALITY_COMPLEX,393216 -10,Android.App.Admin.PasswordQuality,Numeric,android/app/admin/DevicePolicyManager.PASSWORD_QUALITY_NUMERIC,131072 -21,Android.App.Admin.PasswordQuality,NumericComplex,android/app/admin/DevicePolicyManager.PASSWORD_QUALITY_NUMERIC_COMPLEX,196608 -10,Android.App.Admin.PasswordQuality,Something,android/app/admin/DevicePolicyManager.PASSWORD_QUALITY_SOMETHING,65536 -10,Android.App.Admin.PasswordQuality,Unspecified,android/app/admin/DevicePolicyManager.PASSWORD_QUALITY_UNSPECIFIED,0 -26,Android.App.Admin.SecurityPatchStates,StateFalse,android/app/admin/SystemUpdateInfo.SECURITY_PATCH_STATE_FALSE,1 -26,Android.App.Admin.SecurityPatchStates,StateTrue,android/app/admin/SystemUpdateInfo.SECURITY_PATCH_STATE_TRUE,2 -26,Android.App.Admin.SecurityPatchStates,StateUnknown,android/app/admin/SystemUpdateInfo.SECURITY_PATCH_STATE_UNKNOWN,0 -21,Android.App.Job.BackoffPolicy,Exponential,android/app/job/JobInfo.BACKOFF_POLICY_EXPONENTIAL,1 -21,Android.App.Job.BackoffPolicy,Linear,android/app/job/JobInfo.BACKOFF_POLICY_LINEAR,0 -21,Android.App.Job.NetworkType,Any,android/app/job/JobInfo.NETWORK_TYPE_ANY,1 -28,Android.App.Job.NetworkType,Cellular,android/app/job/JobInfo.NETWORK_TYPE_CELLULAR,4 -26,Android.App.Job.NetworkType,Metered,android/app/job/JobInfo.NETWORK_TYPE_METERED,4 -21,Android.App.Job.NetworkType,None,android/app/job/JobInfo.NETWORK_TYPE_NONE,0 -24,Android.App.Job.NetworkType,NotRoaming,android/app/job/JobInfo.NETWORK_TYPE_NOT_ROAMING,3 -21,Android.App.Job.NetworkType,Unmetered,android/app/job/JobInfo.NETWORK_TYPE_UNMETERED,2 -29,Android.App.Usage.UsageEventType,ActivityPaused,android/app/usage/UsageEvents.Event.ACTIVITY_PAUSED,2 -29,Android.App.Usage.UsageEventType,ActivityResumed,android/app/usage/UsageEvents.Event.ACTIVITY_RESUMED,1 -29,Android.App.Usage.UsageEventType,ActivityStopped,android/app/usage/UsageEvents.Event.ACTIVITY_STOPPED,23 -21,Android.App.Usage.UsageEventType,ConfigurationChange,android/app/usage/UsageEvents.Event.CONFIGURATION_CHANGE,5 -29,Android.App.Usage.UsageEventType,DeviceShutdown,android/app/usage/UsageEvents.Event.DEVICE_SHUTDOWN,26 -29,Android.App.Usage.UsageEventType,DeviceStartup,android/app/usage/UsageEvents.Event.DEVICE_STARTUP,27 -29,Android.App.Usage.UsageEventType,ForegroundServiceStart,android/app/usage/UsageEvents.Event.FOREGROUND_SERVICE_START,19 -29,Android.App.Usage.UsageEventType,ForegroundServiceStop,android/app/usage/UsageEvents.Event.FOREGROUND_SERVICE_STOP,20 -28,Android.App.Usage.UsageEventType,KeyguardHidden,android/app/usage/UsageEvents.Event.KEYGUARD_HIDDEN,18 -28,Android.App.Usage.UsageEventType,KeyguardShown,android/app/usage/UsageEvents.Event.KEYGUARD_SHOWN,17 -21,Android.App.Usage.UsageEventType,MoveToBackground,android/app/usage/UsageEvents.Event.MOVE_TO_BACKGROUND,2 -21,Android.App.Usage.UsageEventType,MoveToForeground,android/app/usage/UsageEvents.Event.MOVE_TO_FOREGROUND,1 -21,Android.App.Usage.UsageEventType,None,android/app/usage/UsageEvents.Event.NONE,0 -28,Android.App.Usage.UsageEventType,ScreenInteractive,android/app/usage/UsageEvents.Event.SCREEN_INTERACTIVE,15 -28,Android.App.Usage.UsageEventType,ScreenNonInteractive,android/app/usage/UsageEvents.Event.SCREEN_NON_INTERACTIVE,16 -25,Android.App.Usage.UsageEventType,ShortcutInvocation,android/app/usage/UsageEvents.Event.SHORTCUT_INVOCATION,8 -28,Android.App.Usage.UsageEventType,StandbyBucketChanged,android/app/usage/UsageEvents.Event.STANDBY_BUCKET_CHANGED,11 -23,Android.App.Usage.UsageEventType,UserInteraction,android/app/usage/UsageEvents.Event.USER_INTERACTION,7 -21,Android.App.Usage.UsageStatsInterval,Best,android/app/usage/UsageStatsManager.INTERVAL_BEST,4 -21,Android.App.Usage.UsageStatsInterval,Daily,android/app/usage/UsageStatsManager.INTERVAL_DAILY,0 -21,Android.App.Usage.UsageStatsInterval,Monthly,android/app/usage/UsageStatsManager.INTERVAL_MONTHLY,2 -21,Android.App.Usage.UsageStatsInterval,Weekly,android/app/usage/UsageStatsManager.INTERVAL_WEEKLY,1 -21,Android.App.Usage.UsageStatsInterval,Yearly,android/app/usage/UsageStatsManager.INTERVAL_YEARLY,3 -26,Android.App.Usage.MeteredStates,All,android/app/usage/NetworkStats.Bucket.METERED_ALL,-1 -26,Android.App.Usage.MeteredStates,No,android/app/usage/NetworkStats.Bucket.METERED_NO,1 -26,Android.App.Usage.MeteredStates,Yes,android/app/usage/NetworkStats.Bucket.METERED_YES,2 -15,Android.Appwidget.ResizeMode,Both,android/appwidget/AppWidgetProviderInfo.RESIZE_BOTH,3 -15,Android.Appwidget.ResizeMode,Horizontal,android/appwidget/AppWidgetProviderInfo.RESIZE_HORIZONTAL,1 -15,Android.Appwidget.ResizeMode,None,android/appwidget/AppWidgetProviderInfo.RESIZE_NONE,0 -15,Android.Appwidget.ResizeMode,Vertical,android/appwidget/AppWidgetProviderInfo.RESIZE_VERTICAL,2 -15,Android.Bluetooth.State,Connected,android/bluetooth/BluetoothAdapter.STATE_CONNECTED,2 -15,Android.Bluetooth.State,Connecting,android/bluetooth/BluetoothAdapter.STATE_CONNECTING,1 -15,Android.Bluetooth.State,Disconnected,android/bluetooth/BluetoothAdapter.STATE_DISCONNECTED,0 -15,Android.Bluetooth.State,Disconnecting,android/bluetooth/BluetoothAdapter.STATE_DISCONNECTING,3 -10,Android.Bluetooth.State,Off,android/bluetooth/BluetoothAdapter.STATE_OFF,10 -10,Android.Bluetooth.State,On,android/bluetooth/BluetoothAdapter.STATE_ON,12 -10,Android.Bluetooth.State,TurningOff,android/bluetooth/BluetoothAdapter.STATE_TURNING_OFF,13 -10,Android.Bluetooth.State,TurningOn,android/bluetooth/BluetoothAdapter.STATE_TURNING_ON,11 -10,Android.Bluetooth.ScanMode,Connectable,android/bluetooth/BluetoothAdapter.SCAN_MODE_CONNECTABLE,21 -10,Android.Bluetooth.ScanMode,ConnectableDiscoverable,android/bluetooth/BluetoothAdapter.SCAN_MODE_CONNECTABLE_DISCOVERABLE,23 -10,Android.Bluetooth.ScanMode,None,android/bluetooth/BluetoothAdapter.SCAN_MODE_NONE,20 -10,Android.Bluetooth.MajorDeviceClass,AudioVideo,android/bluetooth/BluetoothClass$Device$Major.AUDIO_VIDEO,1024 -10,Android.Bluetooth.MajorDeviceClass,Computer,android/bluetooth/BluetoothClass$Device$Major.COMPUTER,256 -10,Android.Bluetooth.MajorDeviceClass,Health,android/bluetooth/BluetoothClass$Device$Major.HEALTH,2304 -10,Android.Bluetooth.MajorDeviceClass,Imaging,android/bluetooth/BluetoothClass$Device$Major.IMAGING,1536 -10,Android.Bluetooth.MajorDeviceClass,Misc,android/bluetooth/BluetoothClass$Device$Major.MISC,0 -10,Android.Bluetooth.MajorDeviceClass,Networking,android/bluetooth/BluetoothClass$Device$Major.NETWORKING,768 -10,Android.Bluetooth.MajorDeviceClass,Peripheral,android/bluetooth/BluetoothClass$Device$Major.PERIPHERAL,1280 -10,Android.Bluetooth.MajorDeviceClass,Phone,android/bluetooth/BluetoothClass$Device$Major.PHONE,512 -10,Android.Bluetooth.MajorDeviceClass,Toy,android/bluetooth/BluetoothClass$Device$Major.TOY,2048 -10,Android.Bluetooth.MajorDeviceClass,Uncategorized,android/bluetooth/BluetoothClass$Device$Major.UNCATEGORIZED,7936 -10,Android.Bluetooth.MajorDeviceClass,Wearable,android/bluetooth/BluetoothClass$Device$Major.WEARABLE,1792 -10,Android.Bluetooth.ServiceClass,Audio,android/bluetooth/BluetoothClass$Service.AUDIO,2097152 -10,Android.Bluetooth.ServiceClass,Capture,android/bluetooth/BluetoothClass$Service.CAPTURE,524288 -10,Android.Bluetooth.ServiceClass,Information,android/bluetooth/BluetoothClass$Service.INFORMATION,8388608 -10,Android.Bluetooth.ServiceClass,LimitedDiscoverability,android/bluetooth/BluetoothClass$Service.LIMITED_DISCOVERABILITY,8192 -10,Android.Bluetooth.ServiceClass,Networking,android/bluetooth/BluetoothClass$Service.NETWORKING,131072 -10,Android.Bluetooth.ServiceClass,ObjectTransfer,android/bluetooth/BluetoothClass$Service.OBJECT_TRANSFER,1048576 -10,Android.Bluetooth.ServiceClass,Positioning,android/bluetooth/BluetoothClass$Service.POSITIONING,65536 -10,Android.Bluetooth.ServiceClass,Render,android/bluetooth/BluetoothClass$Service.RENDER,262144 -10,Android.Bluetooth.ServiceClass,Telephony,android/bluetooth/BluetoothClass$Service.TELEPHONY,4194304 -10,Android.Bluetooth.Bond,Bonded,android/bluetooth/BluetoothDevice.BOND_BONDED,12 -10,Android.Bluetooth.Bond,Bonding,android/bluetooth/BluetoothDevice.BOND_BONDING,11 -10,Android.Bluetooth.Bond,None,android/bluetooth/BluetoothDevice.BOND_NONE,10 -26,Android.Bluetooth.BluetoothPhy,Le1m,android/bluetooth/BluetoothDevice.PHY_LE_1M,1 -26,Android.Bluetooth.BluetoothPhy,Le1mMask,android/bluetooth/BluetoothDevice.PHY_LE_1M_MASK,1 -26,Android.Bluetooth.BluetoothPhy,Le2m,android/bluetooth/BluetoothDevice.PHY_LE_2M,2 -26,Android.Bluetooth.BluetoothPhy,Le2mMask,android/bluetooth/BluetoothDevice.PHY_LE_2M_MASK,2 -26,Android.Bluetooth.BluetoothPhy,LeCoded,android/bluetooth/BluetoothDevice.PHY_LE_CODED,3 -26,Android.Bluetooth.BluetoothPhy,LeCodedMask,android/bluetooth/BluetoothDevice.PHY_LE_CODED_MASK,4 -26,Android.Bluetooth.BluetoothPhyOption,NoPreferred,android/bluetooth/BluetoothDevice.PHY_OPTION_NO_PREFERRED,0 -26,Android.Bluetooth.BluetoothPhyOption,S2,android/bluetooth/BluetoothDevice.PHY_OPTION_S2,1 -26,Android.Bluetooth.BluetoothPhyOption,S8,android/bluetooth/BluetoothDevice.PHY_OPTION_S8,2 -26,Android.Bluetooth.LE.BluetoothPhy,Unused,android/bluetooth/le/ScanResult.PHY_UNUSED,0 -15,Android.Bluetooth.ProfileState,Connected,I:android/bluetooth/BluetoothProfile.STATE_CONNECTED,2 -15,Android.Bluetooth.ProfileState,Connecting,I:android/bluetooth/BluetoothProfile.STATE_CONNECTING,1 -15,Android.Bluetooth.ProfileState,Disconnected,I:android/bluetooth/BluetoothProfile.STATE_DISCONNECTED,0 -15,Android.Bluetooth.ProfileState,Disconnecting,I:android/bluetooth/BluetoothProfile.STATE_DISCONNECTING,3 -21,Android.Bluetooth.LE.AdvertiseFailure,AlreadyStarted,android/bluetooth/le/AdvertiseCallback.ADVERTISE_FAILED_ALREADY_STARTED,3 -21,Android.Bluetooth.LE.AdvertiseFailure,DataTooLarge,android/bluetooth/le/AdvertiseCallback.ADVERTISE_FAILED_DATA_TOO_LARGE,1 -21,Android.Bluetooth.LE.AdvertiseFailure,FeatureUnsupported,android/bluetooth/le/AdvertiseCallback.ADVERTISE_FAILED_FEATURE_UNSUPPORTED,5 -21,Android.Bluetooth.LE.AdvertiseFailure,InternalError,android/bluetooth/le/AdvertiseCallback.ADVERTISE_FAILED_INTERNAL_ERROR,4 -21,Android.Bluetooth.LE.AdvertiseFailure,TooManyAdvertisers,android/bluetooth/le/AdvertiseCallback.ADVERTISE_FAILED_TOO_MANY_ADVERTISERS,2 -21,Android.Bluetooth.LE.AdvertiseMode,Balanced,android/bluetooth/le/AdvertiseSettings.ADVERTISE_MODE_BALANCED,1 -21,Android.Bluetooth.LE.AdvertiseMode,LowLatency,android/bluetooth/le/AdvertiseSettings.ADVERTISE_MODE_LOW_LATENCY,2 -21,Android.Bluetooth.LE.AdvertiseMode,LowPower,android/bluetooth/le/AdvertiseSettings.ADVERTISE_MODE_LOW_POWER,0 -21,Android.Bluetooth.LE.AdvertiseTx,PowerHigh,android/bluetooth/le/AdvertiseSettings.ADVERTISE_TX_POWER_HIGH,3 -21,Android.Bluetooth.LE.AdvertiseTx,PowerLow,android/bluetooth/le/AdvertiseSettings.ADVERTISE_TX_POWER_LOW,1 -21,Android.Bluetooth.LE.AdvertiseTx,PowerMedium,android/bluetooth/le/AdvertiseSettings.ADVERTISE_TX_POWER_MEDIUM,2 -21,Android.Bluetooth.LE.AdvertiseTx,PowerUltraLow,android/bluetooth/le/AdvertiseSettings.ADVERTISE_TX_POWER_ULTRA_LOW,0 -26,Android.Bluetooth.LE.AdvertiseResult,FailedAlreadyStarted,android/bluetooth/le/AdvertisingSetCallback.ADVERTISE_FAILED_ALREADY_STARTED,3 -26,Android.Bluetooth.LE.AdvertiseResult,FailedDataTooLarge,android/bluetooth/le/AdvertisingSetCallback.ADVERTISE_FAILED_DATA_TOO_LARGE,1 -26,Android.Bluetooth.LE.AdvertiseResult,FailedFeatureUnsupported,android/bluetooth/le/AdvertisingSetCallback.ADVERTISE_FAILED_FEATURE_UNSUPPORTED,5 -26,Android.Bluetooth.LE.AdvertiseResult,FailedInternalError,android/bluetooth/le/AdvertisingSetCallback.ADVERTISE_FAILED_INTERNAL_ERROR,4 -26,Android.Bluetooth.LE.AdvertiseResult,FailedTooManyAdvertisers,android/bluetooth/le/AdvertisingSetCallback.ADVERTISE_FAILED_TOO_MANY_ADVERTISERS,2 -26,Android.Bluetooth.LE.AdvertiseResult,Success,android/bluetooth/le/AdvertisingSetCallback.ADVERTISE_SUCCESS,0 -26,Android.Bluetooth.LE.AdvertiseTxPower,High,android/bluetooth/le/AdvertisingSetParameters.TX_POWER_HIGH,1 -26,Android.Bluetooth.LE.AdvertiseTxPower,Low,android/bluetooth/le/AdvertisingSetParameters.TX_POWER_LOW,-15 -26,Android.Bluetooth.LE.AdvertiseTxPower,Max,android/bluetooth/le/AdvertisingSetParameters.TX_POWER_MAX,1 -26,Android.Bluetooth.LE.AdvertiseTxPower,Medium,android/bluetooth/le/AdvertisingSetParameters.TX_POWER_MEDIUM,-7 -26,Android.Bluetooth.LE.AdvertiseTxPower,Min,android/bluetooth/le/AdvertisingSetParameters.TX_POWER_MIN,-127 -26,Android.Bluetooth.LE.AdvertiseTxPower,UltraLow,android/bluetooth/le/AdvertisingSetParameters.TX_POWER_ULTRA_LOW,-21 -21,Android.Bluetooth.LE.ScanFailure,AlreadyStarted,android/bluetooth/le/ScanCallback.SCAN_FAILED_ALREADY_STARTED,1 -21,Android.Bluetooth.LE.ScanFailure,ApplicationRegistrationFailed,android/bluetooth/le/ScanCallback.SCAN_FAILED_APPLICATION_REGISTRATION_FAILED,2 -21,Android.Bluetooth.LE.ScanFailure,FeatureUnsupported,android/bluetooth/le/ScanCallback.SCAN_FAILED_FEATURE_UNSUPPORTED,4 -21,Android.Bluetooth.LE.ScanFailure,InternalError,android/bluetooth/le/ScanCallback.SCAN_FAILED_INTERNAL_ERROR,3 -26,Android.Bluetooth.LE.DataStatus,Complete,android/bluetooth/le/ScanResult.DATA_COMPLETE,0 -26,Android.Bluetooth.LE.DataStatus,Truncated,android/bluetooth/le/ScanResult.DATA_TRUNCATED,2 -21,Android.Bluetooth.LE.ScanMode,Balanced,android/bluetooth/le/ScanSettings.SCAN_MODE_BALANCED,1 -21,Android.Bluetooth.LE.ScanMode,LowLatency,android/bluetooth/le/ScanSettings.SCAN_MODE_LOW_LATENCY,2 -21,Android.Bluetooth.LE.ScanMode,LowPower,android/bluetooth/le/ScanSettings.SCAN_MODE_LOW_POWER,0 -23,Android.Bluetooth.LE.ScanMode,Opportunistic,android/bluetooth/le/ScanSettings.SCAN_MODE_OPPORTUNISTIC,-1 -21,Android.Bluetooth.LE.ScanCallbackType,AllMatches,android/bluetooth/le/ScanSettings.CALLBACK_TYPE_ALL_MATCHES,1 -23,Android.Bluetooth.LE.ScanCallbackType,FirstMatch,android/bluetooth/le/ScanSettings.CALLBACK_TYPE_FIRST_MATCH,2 -23,Android.Bluetooth.LE.ScanCallbackType,MatchLost,android/bluetooth/le/ScanSettings.CALLBACK_TYPE_MATCH_LOST,4 -26,Android.Bluetooth.LE.ScanSettingsPhy,AllSupported,android/bluetooth/le/ScanSettings.PHY_LE_ALL_SUPPORTED,255 -0,Android.Content.Bind,None,,0 -15,Android.Content.Bind,AboveClient,android/content/Context.BIND_ABOVE_CLIENT,8 -15,Android.Content.Bind,AdjustWithActivity,android/content/Context.BIND_ADJUST_WITH_ACTIVITY,128 -15,Android.Content.Bind,AllowOomManagement,android/content/Context.BIND_ALLOW_OOM_MANAGEMENT,16 -10,Android.Content.Bind,AutoCreate,android/content/Context.BIND_AUTO_CREATE,1 -10,Android.Content.Bind,DebugUnbind,android/content/Context.BIND_DEBUG_UNBIND,2 -24,Android.Content.Bind,ExternalService,android/content/Context.BIND_EXTERNAL_SERVICE,-2147483648 -15,Android.Content.Bind,Important,android/content/Context.BIND_IMPORTANT,64 -29,Android.Content.Bind,IncludeCapabilities,android/content/Context.BIND_INCLUDE_CAPABILITIES,4096 -10,Android.Content.Bind,NotForeground,android/content/Context.BIND_NOT_FOREGROUND,4 -15,Android.Content.Bind,WaivePriority,android/content/Context.BIND_WAIVE_PRIORITY,32 -10,Android.Content.ActivityFlags,BroughtToFront,android/content/Intent.FLAG_ACTIVITY_BROUGHT_TO_FRONT,4194304 -15,Android.Content.ActivityFlags,ClearTask,android/content/Intent.FLAG_ACTIVITY_CLEAR_TASK,32768 -10,Android.Content.ActivityFlags,ClearTop,android/content/Intent.FLAG_ACTIVITY_CLEAR_TOP,67108864 -10,Android.Content.ActivityFlags,ClearWhenTaskReset,android/content/Intent.FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET,524288 -10,Android.Content.ActivityFlags,ExcludeFromRecents,android/content/Intent.FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS,8388608 -10,Android.Content.ActivityFlags,ForwardResult,android/content/Intent.FLAG_ACTIVITY_FORWARD_RESULT,33554432 -24,Android.Content.ActivityFlags,LaunchAdjacent,android/content/Intent.FLAG_ACTIVITY_LAUNCH_ADJACENT,4096 -10,Android.Content.ActivityFlags,LaunchedFromHistory,android/content/Intent.FLAG_ACTIVITY_LAUNCHED_FROM_HISTORY,1048576 -28,Android.Content.ActivityFlags,MatchExternal,android/content/Intent.FLAG_ACTIVITY_MATCH_EXTERNAL,2048 -10,Android.Content.ActivityFlags,MultipleTask,android/content/Intent.FLAG_ACTIVITY_MULTIPLE_TASK,134217728 -21,Android.Content.ActivityFlags,NewDocument,android/content/Intent.FLAG_ACTIVITY_NEW_DOCUMENT,524288 -10,Android.Content.ActivityFlags,NewTask,android/content/Intent.FLAG_ACTIVITY_NEW_TASK,268435456 -10,Android.Content.ActivityFlags,NoAnimation,android/content/Intent.FLAG_ACTIVITY_NO_ANIMATION,65536 -10,Android.Content.ActivityFlags,NoHistory,android/content/Intent.FLAG_ACTIVITY_NO_HISTORY,1073741824 -10,Android.Content.ActivityFlags,NoUserAction,android/content/Intent.FLAG_ACTIVITY_NO_USER_ACTION,262144 -10,Android.Content.ActivityFlags,PreviousIsTop,android/content/Intent.FLAG_ACTIVITY_PREVIOUS_IS_TOP,16777216 -10,Android.Content.ActivityFlags,ReorderToFront,android/content/Intent.FLAG_ACTIVITY_REORDER_TO_FRONT,131072 -10,Android.Content.ActivityFlags,ResetTaskIfNeeded,android/content/Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED,2097152 -21,Android.Content.ActivityFlags,RetainInRecents,android/content/Intent.FLAG_ACTIVITY_RETAIN_IN_RECENTS,8192 -10,Android.Content.ActivityFlags,SingleTop,android/content/Intent.FLAG_ACTIVITY_SINGLE_TOP,536870912 -15,Android.Content.ActivityFlags,TaskOnHome,android/content/Intent.FLAG_ACTIVITY_TASK_ON_HOME,16384 -10,Android.Content.ActivityFlags,DebugLogResolution,android/content/Intent.FLAG_DEBUG_LOG_RESOLUTION,8 -29,Android.Content.ActivityFlags,DirectBootAuto,android/content/Intent.FLAG_DIRECT_BOOT_AUTO,256 -15,Android.Content.ActivityFlags,ExcludeStoppedPackages,android/content/Intent.FLAG_EXCLUDE_STOPPED_PACKAGES,16 -10,Android.Content.ActivityFlags,FromBackground,android/content/Intent.FLAG_FROM_BACKGROUND,4 -19,Android.Content.ActivityFlags,GrantPersistableUriPermission,android/content/Intent.FLAG_GRANT_PERSISTABLE_URI_PERMISSION,64 -21,Android.Content.ActivityFlags,GrantPrefixUriPermission,android/content/Intent.FLAG_GRANT_PREFIX_URI_PERMISSION,128 -10,Android.Content.ActivityFlags,GrantReadUriPermission,android/content/Intent.FLAG_GRANT_READ_URI_PERMISSION,1 -10,Android.Content.ActivityFlags,GrantWriteUriPermission,android/content/Intent.FLAG_GRANT_WRITE_URI_PERMISSION,2 -15,Android.Content.ActivityFlags,IncludeStoppedPackages,android/content/Intent.FLAG_INCLUDE_STOPPED_PACKAGES,32 -16,Android.Content.ActivityFlags,ReceiverForeground,android/content/Intent.FLAG_RECEIVER_FOREGROUND,268435456 -19,Android.Content.ActivityFlags,ReceiverNoAbort,android/content/Intent.FLAG_RECEIVER_NO_ABORT,134217728 -10,Android.Content.ActivityFlags,ReceiverRegisteredOnly,android/content/Intent.FLAG_RECEIVER_REGISTERED_ONLY,1073741824 -10,Android.Content.ActivityFlags,ReceiverReplacePending,android/content/Intent.FLAG_RECEIVER_REPLACE_PENDING,536870912 -26,Android.Content.ActivityFlags,ReceiverVisibleToInstantApps,android/content/Intent.FLAG_RECEIVER_VISIBLE_TO_INSTANT_APPS,2097152 -10,Android.Content.FillInFlags,Action,android/content/Intent.FILL_IN_ACTION,1 -10,Android.Content.FillInFlags,Categories,android/content/Intent.FILL_IN_CATEGORIES,4 -16,Android.Content.FillInFlags,ClipData,android/content/Intent.FILL_IN_CLIP_DATA,128 -10,Android.Content.FillInFlags,Component,android/content/Intent.FILL_IN_COMPONENT,8 -10,Android.Content.FillInFlags,Data,android/content/Intent.FILL_IN_DATA,2 -29,Android.Content.FillInFlags,Identifier,android/content/Intent.FILL_IN_IDENTIFIER,256 -10,Android.Content.FillInFlags,Package,android/content/Intent.FILL_IN_PACKAGE,16 -15,Android.Content.FillInFlags,Selector,android/content/Intent.FILL_IN_SELECTOR,64 -10,Android.Content.FillInFlags,SourceBounds,android/content/Intent.FILL_IN_SOURCE_BOUNDS,32 -10,Android.Content.MatchResults,MatchAdjustmentMask,android/content/IntentFilter.MATCH_ADJUSTMENT_MASK,65535 -10,Android.Content.MatchResults,MatchAdjustmentNormal,android/content/IntentFilter.MATCH_ADJUSTMENT_NORMAL,32768 -10,Android.Content.MatchResults,MatchCategoryEmpty,android/content/IntentFilter.MATCH_CATEGORY_EMPTY,1048576 -10,Android.Content.MatchResults,MatchCategoryHost,android/content/IntentFilter.MATCH_CATEGORY_HOST,3145728 -10,Android.Content.MatchResults,MatchCategoryMask,android/content/IntentFilter.MATCH_CATEGORY_MASK,268369920 -10,Android.Content.MatchResults,MatchCategoryPath,android/content/IntentFilter.MATCH_CATEGORY_PATH,5242880 -10,Android.Content.MatchResults,MatchCategoryPort,android/content/IntentFilter.MATCH_CATEGORY_PORT,4194304 -10,Android.Content.MatchResults,MatchCategoryScheme,android/content/IntentFilter.MATCH_CATEGORY_SCHEME,2097152 -19,Android.Content.MatchResults,MatchCategorySchemeSpecificPart,android/content/IntentFilter.MATCH_CATEGORY_SCHEME_SPECIFIC_PART,5767168 -10,Android.Content.MatchResults,MatchCategoryType,android/content/IntentFilter.MATCH_CATEGORY_TYPE,6291456 -10,Android.Content.MatchResults,NoMatchAction,android/content/IntentFilter.NO_MATCH_ACTION,-3 -10,Android.Content.MatchResults,NoMatchCategory,android/content/IntentFilter.NO_MATCH_CATEGORY,-4 -10,Android.Content.MatchResults,NoMatchData,android/content/IntentFilter.NO_MATCH_DATA,-2 -10,Android.Content.MatchResults,NoMatchType,android/content/IntentFilter.NO_MATCH_TYPE,-1 -21,Android.Content.RestrictionResults,Approved,android/content/RestrictionsManager.RESULT_APPROVED,1 -21,Android.Content.RestrictionResults,Denied,android/content/RestrictionsManager.RESULT_DENIED,2 -21,Android.Content.RestrictionResults,Error,android/content/RestrictionsManager.RESULT_ERROR,5 -21,Android.Content.RestrictionResults,ErrorBadRequest,android/content/RestrictionsManager.RESULT_ERROR_BAD_REQUEST,1 -21,Android.Content.RestrictionResults,ErrorInternal,android/content/RestrictionsManager.RESULT_ERROR_INTERNAL,3 -21,Android.Content.RestrictionResults,ErrorNetwork,android/content/RestrictionsManager.RESULT_ERROR_NETWORK,2 -21,Android.Content.RestrictionResults,NoResponse,android/content/RestrictionsManager.RESULT_NO_RESPONSE,3 -21,Android.Content.RestrictionResults,UnknownRequest,android/content/RestrictionsManager.RESULT_UNKNOWN_REQUEST,4 -26,Android.Content.PM.ActivityColorMode,Default,android/content/pm/ActivityInfo.COLOR_MODE_DEFAULT,0 -26,Android.Content.PM.ActivityColorMode,Hdr,android/content/pm/ActivityInfo.COLOR_MODE_HDR,2 -26,Android.Content.PM.ActivityColorMode,WideColorGamut,android/content/pm/ActivityInfo.COLOR_MODE_WIDE_COLOR_GAMUT,1 -21,Android.Content.PM.ActivityPersistableMode,AcrossReboots,android/content/pm/ActivityInfo.PERSIST_ACROSS_REBOOTS,2 -21,Android.Content.PM.ActivityPersistableMode,Never,android/content/pm/ActivityInfo.PERSIST_NEVER,1 -21,Android.Content.PM.ActivityPersistableMode,RootOnly,android/content/pm/ActivityInfo.PERSIST_ROOT_ONLY,0 -0,Android.Content.PM.ApplicationInfoFlags,None,,0 -10,Android.Content.PM.ApplicationInfoFlags,AllowBackup,android/content/pm/ApplicationInfo.FLAG_ALLOW_BACKUP,32768 -10,Android.Content.PM.ApplicationInfoFlags,AllowClearUserData,android/content/pm/ApplicationInfo.FLAG_ALLOW_CLEAR_USER_DATA,64 -10,Android.Content.PM.ApplicationInfoFlags,AllowTaskReparenting,android/content/pm/ApplicationInfo.FLAG_ALLOW_TASK_REPARENTING,32 -10,Android.Content.PM.ApplicationInfoFlags,Debuggable,android/content/pm/ApplicationInfo.FLAG_DEBUGGABLE,2 -10,Android.Content.PM.ApplicationInfoFlags,ExternalStorage,android/content/pm/ApplicationInfo.FLAG_EXTERNAL_STORAGE,262144 -23,Android.Content.PM.ApplicationInfoFlags,ExtractNativeLibs,android/content/pm/ApplicationInfo.FLAG_EXTRACT_NATIVE_LIBS,268435456 -10,Android.Content.PM.ApplicationInfoFlags,FactoryTest,android/content/pm/ApplicationInfo.FLAG_FACTORY_TEST,16 -21,Android.Content.PM.ApplicationInfoFlags,FullBackupOnly,android/content/pm/ApplicationInfo.FLAG_FULL_BACKUP_ONLY,67108864 -23,Android.Content.PM.ApplicationInfoFlags,HardwareAccelerated,android/content/pm/ApplicationInfo.FLAG_HARDWARE_ACCELERATED,536870912 -10,Android.Content.PM.ApplicationInfoFlags,HasCode,android/content/pm/ApplicationInfo.FLAG_HAS_CODE,4 -17,Android.Content.PM.ApplicationInfoFlags,Installed,android/content/pm/ApplicationInfo.FLAG_INSTALLED,8388608 -17,Android.Content.PM.ApplicationInfoFlags,IsDataOnly,android/content/pm/ApplicationInfo.FLAG_IS_DATA_ONLY,16777216 -21,Android.Content.PM.ApplicationInfoFlags,IsGame,android/content/pm/ApplicationInfo.FLAG_IS_GAME,33554432 -10,Android.Content.PM.ApplicationInfoFlags,KillAfterRestore,android/content/pm/ApplicationInfo.FLAG_KILL_AFTER_RESTORE,65536 -15,Android.Content.PM.ApplicationInfoFlags,LargeHeap,android/content/pm/ApplicationInfo.FLAG_LARGE_HEAP,1048576 -21,Android.Content.PM.ApplicationInfoFlags,Multiarch,android/content/pm/ApplicationInfo.FLAG_MULTIARCH,-2147483648 -10,Android.Content.PM.ApplicationInfoFlags,Persistent,android/content/pm/ApplicationInfo.FLAG_PERSISTENT,8 -10,Android.Content.PM.ApplicationInfoFlags,ResizeableForScreens,android/content/pm/ApplicationInfo.FLAG_RESIZEABLE_FOR_SCREENS,4096 -10,Android.Content.PM.ApplicationInfoFlags,RestoreAnyVersion,android/content/pm/ApplicationInfo.FLAG_RESTORE_ANY_VERSION,131072 -15,Android.Content.PM.ApplicationInfoFlags,Stopped,android/content/pm/ApplicationInfo.FLAG_STOPPED,2097152 -10,Android.Content.PM.ApplicationInfoFlags,SupportsLargeScreens,android/content/pm/ApplicationInfo.FLAG_SUPPORTS_LARGE_SCREENS,2048 -10,Android.Content.PM.ApplicationInfoFlags,SupportsNormalScreens,android/content/pm/ApplicationInfo.FLAG_SUPPORTS_NORMAL_SCREENS,1024 -17,Android.Content.PM.ApplicationInfoFlags,SupportsRtl,android/content/pm/ApplicationInfo.FLAG_SUPPORTS_RTL,4194304 -10,Android.Content.PM.ApplicationInfoFlags,SupportsScreenDensities,android/content/pm/ApplicationInfo.FLAG_SUPPORTS_SCREEN_DENSITIES,8192 -10,Android.Content.PM.ApplicationInfoFlags,SupportsSmallScreens,android/content/pm/ApplicationInfo.FLAG_SUPPORTS_SMALL_SCREENS,512 -15,Android.Content.PM.ApplicationInfoFlags,SupportsXLargeScreens,android/content/pm/ApplicationInfo.FLAG_SUPPORTS_XLARGE_SCREENS,524288 -24,Android.Content.PM.ApplicationInfoFlags,Suspended,android/content/pm/ApplicationInfo.FLAG_SUSPENDED,1073741824 -10,Android.Content.PM.ApplicationInfoFlags,System,android/content/pm/ApplicationInfo.FLAG_SYSTEM,1 -10,Android.Content.PM.ApplicationInfoFlags,TestOnly,android/content/pm/ApplicationInfo.FLAG_TEST_ONLY,256 -10,Android.Content.PM.ApplicationInfoFlags,UpdatedSystemApp,android/content/pm/ApplicationInfo.FLAG_UPDATED_SYSTEM_APP,128 -23,Android.Content.PM.ApplicationInfoFlags,UsesCleartextTraffic,android/content/pm/ApplicationInfo.FLAG_USES_CLEARTEXT_TRAFFIC,134217728 -10,Android.Content.PM.ApplicationInfoFlags,VMSafeMode,android/content/pm/ApplicationInfo.FLAG_VM_SAFE_MODE,16384 -26,Android.Content.PM.ConfigChanges,ColorMode,android/content/pm/ActivityInfo.CONFIG_COLOR_MODE,16384 -17,Android.Content.PM.ConfigChanges,Density,android/content/pm/ActivityInfo.CONFIG_DENSITY,4096 -10,Android.Content.PM.ConfigChanges,FontScale,android/content/pm/ActivityInfo.CONFIG_FONT_SCALE,1073741824 -10,Android.Content.PM.ConfigChanges,Keyboard,android/content/pm/ActivityInfo.CONFIG_KEYBOARD,16 -10,Android.Content.PM.ConfigChanges,KeyboardHidden,android/content/pm/ActivityInfo.CONFIG_KEYBOARD_HIDDEN,32 -17,Android.Content.PM.ConfigChanges,LayoutDirection,android/content/pm/ActivityInfo.CONFIG_LAYOUT_DIRECTION,8192 -10,Android.Content.PM.ConfigChanges,Locale,android/content/pm/ActivityInfo.CONFIG_LOCALE,4 -10,Android.Content.PM.ConfigChanges,Mcc,android/content/pm/ActivityInfo.CONFIG_MCC,1 -10,Android.Content.PM.ConfigChanges,Mnc,android/content/pm/ActivityInfo.CONFIG_MNC,2 -10,Android.Content.PM.ConfigChanges,Navigation,android/content/pm/ActivityInfo.CONFIG_NAVIGATION,64 -10,Android.Content.PM.ConfigChanges,Orientation,android/content/pm/ActivityInfo.CONFIG_ORIENTATION,128 -10,Android.Content.PM.ConfigChanges,ScreenLayout,android/content/pm/ActivityInfo.CONFIG_SCREEN_LAYOUT,256 -15,Android.Content.PM.ConfigChanges,ScreenSize,android/content/pm/ActivityInfo.CONFIG_SCREEN_SIZE,1024 -15,Android.Content.PM.ConfigChanges,SmallestScreenSize,android/content/pm/ActivityInfo.CONFIG_SMALLEST_SCREEN_SIZE,2048 -10,Android.Content.PM.ConfigChanges,Touchscreen,android/content/pm/ActivityInfo.CONFIG_TOUCHSCREEN,8 -10,Android.Content.PM.ConfigChanges,UiMode,android/content/pm/ActivityInfo.CONFIG_UI_MODE,512 -21,Android.Content.PM.DocumentLaunchMode,Always,android/content/pm/ActivityInfo.DOCUMENT_LAUNCH_ALWAYS,2 -21,Android.Content.PM.DocumentLaunchMode,IntoExisting,android/content/pm/ActivityInfo.DOCUMENT_LAUNCH_INTO_EXISTING,1 -21,Android.Content.PM.DocumentLaunchMode,Never,android/content/pm/ActivityInfo.DOCUMENT_LAUNCH_NEVER,3 -21,Android.Content.PM.DocumentLaunchMode,None,android/content/pm/ActivityInfo.DOCUMENT_LAUNCH_NONE,0 -0,Android.Content.PM.ActivityInfoFlags,None,,0 -10,Android.Content.PM.ActivityInfoFlags,AllowTaskReparenting,android/content/pm/ActivityInfo.FLAG_ALLOW_TASK_REPARENTING,64 -10,Android.Content.PM.ActivityInfoFlags,AlwaysRetainTaskState,android/content/pm/ActivityInfo.FLAG_ALWAYS_RETAIN_TASK_STATE,8 -21,Android.Content.PM.ActivityInfoFlags,AutoRemoveFromRecents,android/content/pm/ActivityInfo.FLAG_AUTO_REMOVE_FROM_RECENTS,8192 -10,Android.Content.PM.ActivityInfoFlags,ClearTaskOnLaunch,android/content/pm/ActivityInfo.FLAG_CLEAR_TASK_ON_LAUNCH,4 -24,Android.Content.PM.ActivityInfoFlags,EnableVrMode,android/content/pm/ActivityInfo.FLAG_ENABLE_VR_MODE,32768 -10,Android.Content.PM.ActivityInfoFlags,ExcludeFromRecents,android/content/pm/ActivityInfo.FLAG_EXCLUDE_FROM_RECENTS,32 -10,Android.Content.PM.ActivityInfoFlags,FinishOnCloseSystemDialogs,android/content/pm/ActivityInfo.FLAG_FINISH_ON_CLOSE_SYSTEM_DIALOGS,256 -10,Android.Content.PM.ActivityInfoFlags,FinishOnTaskLaunch,android/content/pm/ActivityInfo.FLAG_FINISH_ON_TASK_LAUNCH,2 -15,Android.Content.PM.ActivityInfoFlags,HardwareAccelerated,android/content/pm/ActivityInfo.FLAG_HARDWARE_ACCELERATED,512 -18,Android.Content.PM.ActivityInfoFlags,Immersive,android/content/pm/ActivityInfo.FLAG_IMMERSIVE,2048 -10,Android.Content.PM.ActivityInfoFlags,Multiprocess,android/content/pm/ActivityInfo.FLAG_MULTIPROCESS,1 -10,Android.Content.PM.ActivityInfoFlags,NoHistory,android/content/pm/ActivityInfo.FLAG_NO_HISTORY,128 -21,Android.Content.PM.ActivityInfoFlags,RelinquishTaskIdentity,android/content/pm/ActivityInfo.FLAG_RELINQUISH_TASK_IDENTITY,4096 -21,Android.Content.PM.ActivityInfoFlags,ResumeWhilePausing,android/content/pm/ActivityInfo.FLAG_RESUME_WHILE_PAUSING,16384 -17,Android.Content.PM.ActivityInfoFlags,SingleUser,android/content/pm/ActivityInfo.FLAG_SINGLE_USER,1073741824 -10,Android.Content.PM.ActivityInfoFlags,StateNotNeeded,android/content/pm/ActivityInfo.FLAG_STATE_NOT_NEEDED,16 -10,Android.Content.PM.ScreenOrientation,Behind,android/content/pm/ActivityInfo.SCREEN_ORIENTATION_BEHIND,3 -10,Android.Content.PM.ScreenOrientation,FullSensor,android/content/pm/ActivityInfo.SCREEN_ORIENTATION_FULL_SENSOR,10 -18,Android.Content.PM.ScreenOrientation,FullUser,android/content/pm/ActivityInfo.SCREEN_ORIENTATION_FULL_USER,13 -10,Android.Content.PM.ScreenOrientation,Landscape,android/content/pm/ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE,0 -18,Android.Content.PM.ScreenOrientation,Locked,android/content/pm/ActivityInfo.SCREEN_ORIENTATION_LOCKED,14 -10,Android.Content.PM.ScreenOrientation,Nosensor,android/content/pm/ActivityInfo.SCREEN_ORIENTATION_NOSENSOR,5 -10,Android.Content.PM.ScreenOrientation,Portrait,android/content/pm/ActivityInfo.SCREEN_ORIENTATION_PORTRAIT,1 -10,Android.Content.PM.ScreenOrientation,ReverseLandscape,android/content/pm/ActivityInfo.SCREEN_ORIENTATION_REVERSE_LANDSCAPE,8 -10,Android.Content.PM.ScreenOrientation,ReversePortrait,android/content/pm/ActivityInfo.SCREEN_ORIENTATION_REVERSE_PORTRAIT,9 -10,Android.Content.PM.ScreenOrientation,Sensor,android/content/pm/ActivityInfo.SCREEN_ORIENTATION_SENSOR,4 -10,Android.Content.PM.ScreenOrientation,SensorLandscape,android/content/pm/ActivityInfo.SCREEN_ORIENTATION_SENSOR_LANDSCAPE,6 -10,Android.Content.PM.ScreenOrientation,SensorPortrait,android/content/pm/ActivityInfo.SCREEN_ORIENTATION_SENSOR_PORTRAIT,7 -10,Android.Content.PM.ScreenOrientation,Unspecified,android/content/pm/ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED,-1 -10,Android.Content.PM.ScreenOrientation,User,android/content/pm/ActivityInfo.SCREEN_ORIENTATION_USER,2 -18,Android.Content.PM.ScreenOrientation,UserLandscape,android/content/pm/ActivityInfo.SCREEN_ORIENTATION_USER_LANDSCAPE,11 -18,Android.Content.PM.ScreenOrientation,UserPortrait,android/content/pm/ActivityInfo.SCREEN_ORIENTATION_USER_PORTRAIT,12 -26,Android.Content.PM.ApplicationCategories,Audio,android/content/pm/ApplicationInfo.CATEGORY_AUDIO,1 -26,Android.Content.PM.ApplicationCategories,Game,android/content/pm/ApplicationInfo.CATEGORY_GAME,0 -26,Android.Content.PM.ApplicationCategories,Image,android/content/pm/ApplicationInfo.CATEGORY_IMAGE,3 -26,Android.Content.PM.ApplicationCategories,Maps,android/content/pm/ApplicationInfo.CATEGORY_MAPS,6 -26,Android.Content.PM.ApplicationCategories,News,android/content/pm/ApplicationInfo.CATEGORY_NEWS,5 -26,Android.Content.PM.ApplicationCategories,Productivity,android/content/pm/ApplicationInfo.CATEGORY_PRODUCTIVITY,7 -26,Android.Content.PM.ApplicationCategories,Social,android/content/pm/ApplicationInfo.CATEGORY_SOCIAL,4 -26,Android.Content.PM.ApplicationCategories,Undefined,android/content/pm/ApplicationInfo.CATEGORY_UNDEFINED,-1 -26,Android.Content.PM.ApplicationCategories,Video,android/content/pm/ApplicationInfo.CATEGORY_VIDEO,2 -21,Android.Content.PM.PackageInstallLocation,Auto,android/content/pm/PackageInfo.INSTALL_LOCATION_AUTO,0 -21,Android.Content.PM.PackageInstallLocation,InternalOnly,android/content/pm/PackageInfo.INSTALL_LOCATION_INTERNAL_ONLY,1 -21,Android.Content.PM.PackageInstallLocation,PreferExternal,android/content/pm/PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL,2 -26,Android.Content.PM.PackageInstallReason,DeviceRestore,android/content/pm/PackageManager.INSTALL_REASON_DEVICE_RESTORE,2 -26,Android.Content.PM.PackageInstallReason,DeviceSetup,android/content/pm/PackageManager.INSTALL_REASON_DEVICE_SETUP,3 -26,Android.Content.PM.PackageInstallReason,Policy,android/content/pm/PackageManager.INSTALL_REASON_POLICY,1 -26,Android.Content.PM.PackageInstallReason,Unknown,android/content/pm/PackageManager.INSTALL_REASON_UNKNOWN,0 -26,Android.Content.PM.PackageInstallReason,User,android/content/pm/PackageManager.INSTALL_REASON_USER,4 -21,Android.Content.PM.PackageInstallStatus,Failure,android/content/pm/PackageInstaller.STATUS_FAILURE,1 -21,Android.Content.PM.PackageInstallStatus,FailureAborted,android/content/pm/PackageInstaller.STATUS_FAILURE_ABORTED,3 -21,Android.Content.PM.PackageInstallStatus,FailureBlocked,android/content/pm/PackageInstaller.STATUS_FAILURE_BLOCKED,2 -21,Android.Content.PM.PackageInstallStatus,FailureConflict,android/content/pm/PackageInstaller.STATUS_FAILURE_CONFLICT,5 -21,Android.Content.PM.PackageInstallStatus,FailureIncompatible,android/content/pm/PackageInstaller.STATUS_FAILURE_INCOMPATIBLE,7 -21,Android.Content.PM.PackageInstallStatus,FailureInvalid,android/content/pm/PackageInstaller.STATUS_FAILURE_INVALID,4 -21,Android.Content.PM.PackageInstallStatus,FailureStorage,android/content/pm/PackageInstaller.STATUS_FAILURE_STORAGE,6 -21,Android.Content.PM.PackageInstallStatus,PendingUserAction,android/content/pm/PackageInstaller.STATUS_PENDING_USER_ACTION,-1 -21,Android.Content.PM.PackageInstallStatus,Success,android/content/pm/PackageInstaller.STATUS_SUCCESS,0 -21,Android.Content.PM.PackageInstallMode,FullInstall,android/content/pm/PackageInstaller.SessionParams.MODE_FULL_INSTALL,1 -21,Android.Content.PM.PackageInstallMode,InheritExisting,android/content/pm/PackageInstaller.SessionParams.MODE_INHERIT_EXISTING,2 -10,Android.Content.PM.PackageInfoFlags,Activities,android/content/pm/PackageManager.GET_ACTIVITIES,1 -10,Android.Content.PM.PackageInfoFlags,Configurations,android/content/pm/PackageManager.GET_CONFIGURATIONS,16384 -10,Android.Content.PM.PackageInfoFlags,DisabledComponents,android/content/pm/PackageManager.GET_DISABLED_COMPONENTS,512 -18,Android.Content.PM.PackageInfoFlags,DisabledUntilUsedComponents,android/content/pm/PackageManager.GET_DISABLED_UNTIL_USED_COMPONENTS,32768 -10,Android.Content.PM.PackageInfoFlags,Gids,android/content/pm/PackageManager.GET_GIDS,256 -10,Android.Content.PM.PackageInfoFlags,Instrumentation,android/content/pm/PackageManager.GET_INSTRUMENTATION,16 -10,Android.Content.PM.PackageInfoFlags,IntentFilters,android/content/pm/PackageManager.GET_INTENT_FILTERS,32 -10,Android.Content.PM.PackageInfoFlags,MetaData,android/content/pm/PackageManager.GET_META_DATA,128 -10,Android.Content.PM.PackageInfoFlags,Permissions,android/content/pm/PackageManager.GET_PERMISSIONS,4096 -10,Android.Content.PM.PackageInfoFlags,Providers,android/content/pm/PackageManager.GET_PROVIDERS,8 -10,Android.Content.PM.PackageInfoFlags,Receivers,android/content/pm/PackageManager.GET_RECEIVERS,2 -10,Android.Content.PM.PackageInfoFlags,ResolvedFilter,android/content/pm/PackageManager.GET_RESOLVED_FILTER,64 -10,Android.Content.PM.PackageInfoFlags,Services,android/content/pm/PackageManager.GET_SERVICES,4 -10,Android.Content.PM.PackageInfoFlags,SharedLibraryFiles,android/content/pm/PackageManager.GET_SHARED_LIBRARY_FILES,1024 -10,Android.Content.PM.PackageInfoFlags,Signatures,android/content/pm/PackageManager.GET_SIGNATURES,64 -28,Android.Content.PM.PackageInfoFlags,SigningCertificates,android/content/pm/PackageManager.GET_SIGNING_CERTIFICATES,134217728 -10,Android.Content.PM.PackageInfoFlags,UninstalledPackages,android/content/pm/PackageManager.GET_UNINSTALLED_PACKAGES,8192 -10,Android.Content.PM.PackageInfoFlags,UriPermissionPatterns,android/content/pm/PackageManager.GET_URI_PERMISSION_PATTERNS,2048 -10,Android.Content.PM.PackageInfoFlags,MatchDefaultOnly,android/content/pm/PackageManager.MATCH_DEFAULT_ONLY,65536 -23,Android.Content.PM.PackageInfoFlags,MatchAll,android/content/pm/PackageManager.MATCH_ALL,131072 -24,Android.Content.PM.PackageInfoFlags,MatchDirectBootAware,android/content/pm/PackageManager.MATCH_DIRECT_BOOT_AWARE,524288 -24,Android.Content.PM.PackageInfoFlags,MatchDirectBootUnaware,android/content/pm/PackageManager.MATCH_DIRECT_BOOT_UNAWARE,262144 -24,Android.Content.PM.PackageInfoFlags,MatchDisabledComponents,android/content/pm/PackageManager.MATCH_DISABLED_COMPONENTS,512 -24,Android.Content.PM.PackageInfoFlags,MatchDisabledUntilUsedComponents,android/content/pm/PackageManager.MATCH_DISABLED_UNTIL_USED_COMPONENTS,32768 -24,Android.Content.PM.PackageInfoFlags,MatchSystemOnly,android/content/pm/PackageManager.MATCH_SYSTEM_ONLY,1048576 -24,Android.Content.PM.PackageInfoFlags,MatchUninstalledPackages,android/content/pm/PackageManager.MATCH_UNINSTALLED_PACKAGES,8192 -10,Android.Content.PM.ComponentEnabledState,Default,android/content/pm/PackageManager.COMPONENT_ENABLED_STATE_DEFAULT,0 -10,Android.Content.PM.ComponentEnabledState,Disabled,android/content/pm/PackageManager.COMPONENT_ENABLED_STATE_DISABLED,2 -18,Android.Content.PM.ComponentEnabledState,DisabledUntilUsed,android/content/pm/PackageManager.COMPONENT_ENABLED_STATE_DISABLED_UNTIL_USED,4 -15,Android.Content.PM.ComponentEnabledState,DisabledUser,android/content/pm/PackageManager.COMPONENT_ENABLED_STATE_DISABLED_USER,3 -10,Android.Content.PM.ComponentEnabledState,Enabled,android/content/pm/PackageManager.COMPONENT_ENABLED_STATE_ENABLED,1 -10,Android.Content.PM.Protection,Dangerous,android/content/pm/PermissionInfo.PROTECTION_DANGEROUS,1 -21,Android.Content.PM.Protection,FlagAppop,android/content/pm/PermissionInfo.PROTECTION_FLAG_APPOP,64 -16,Android.Content.PM.Protection,FlagDevelopment,android/content/pm/PermissionInfo.PROTECTION_FLAG_DEVELOPMENT,32 -23,Android.Content.PM.Protection,FlagInstaller,android/content/pm/PermissionInfo.PROTECTION_FLAG_INSTALLER,256 -27,Android.Content.PM.Protection,FlagInstant,android/content/pm/PermissionInfo.PROTECTION_FLAG_INSTANT,4096 -23,Android.Content.PM.Protection,FlagPre23,android/content/pm/PermissionInfo.PROTECTION_FLAG_PRE23,128 -23,Android.Content.PM.Protection,FlagPreinstalled,android/content/pm/PermissionInfo.PROTECTION_FLAG_PREINSTALLED,1024 -23,Android.Content.PM.Protection,FlagPrivileged,android/content/pm/PermissionInfo.PROTECTION_FLAG_PRIVILEGED,16 -26,Android.Content.PM.Protection,FlagRuntimeOnly,android/content/pm/PermissionInfo.PROTECTION_FLAG_RUNTIME_ONLY,8192 -24,Android.Content.PM.Protection,FlagSetup,android/content/pm/PermissionInfo.PROTECTION_FLAG_SETUP,2048 -16,Android.Content.PM.Protection,FlagSystem,android/content/pm/PermissionInfo.PROTECTION_FLAG_SYSTEM,16 -23,Android.Content.PM.Protection,FlagVerifier,android/content/pm/PermissionInfo.PROTECTION_FLAG_VERIFIER,512 -16,Android.Content.PM.Protection,MaskBase,android/content/pm/PermissionInfo.PROTECTION_MASK_BASE,15 -16,Android.Content.PM.Protection,MaskFlags,android/content/pm/PermissionInfo.PROTECTION_MASK_FLAGS,65520 -10,Android.Content.PM.Protection,Normal,android/content/pm/PermissionInfo.PROTECTION_NORMAL,0 -10,Android.Content.PM.Protection,Signature,android/content/pm/PermissionInfo.PROTECTION_SIGNATURE,2 -10,Android.Content.PM.Protection,SignatureOrSystem,android/content/pm/PermissionInfo.PROTECTION_SIGNATURE_OR_SYSTEM,3 -17,Android.Content.Res.ScreenLayout,LayoutdirLtr,android/content/res/Configuration.SCREENLAYOUT_LAYOUTDIR_LTR,64 -17,Android.Content.Res.ScreenLayout,LayoutdirMask,android/content/res/Configuration.SCREENLAYOUT_LAYOUTDIR_MASK,192 -17,Android.Content.Res.ScreenLayout,LayoutdirRtl,android/content/res/Configuration.SCREENLAYOUT_LAYOUTDIR_RTL,128 -17,Android.Content.Res.ScreenLayout,LayoutdirShift,android/content/res/Configuration.SCREENLAYOUT_LAYOUTDIR_SHIFT,6 -17,Android.Content.Res.ScreenLayout,LayoutdirUndefined,android/content/res/Configuration.SCREENLAYOUT_LAYOUTDIR_UNDEFINED,0 -10,Android.Content.Res.ScreenLayout,LongMask,android/content/res/Configuration.SCREENLAYOUT_LONG_MASK,48 -10,Android.Content.Res.ScreenLayout,LongNo,android/content/res/Configuration.SCREENLAYOUT_LONG_NO,16 -10,Android.Content.Res.ScreenLayout,LongUndefined,android/content/res/Configuration.SCREENLAYOUT_LONG_UNDEFINED,0 -10,Android.Content.Res.ScreenLayout,LongYes,android/content/res/Configuration.SCREENLAYOUT_LONG_YES,32 -23,Android.Content.Res.ScreenLayout,RoundMask,android/content/res/Configuration.SCREENLAYOUT_ROUND_MASK,768 -23,Android.Content.Res.ScreenLayout,RoundNo,android/content/res/Configuration.SCREENLAYOUT_ROUND_NO,256 -23,Android.Content.Res.ScreenLayout,RoundUndefined,android/content/res/Configuration.SCREENLAYOUT_ROUND_UNDEFINED,0 -23,Android.Content.Res.ScreenLayout,RoundYes,android/content/res/Configuration.SCREENLAYOUT_ROUND_YES,512 -10,Android.Content.Res.ScreenLayout,SizeLarge,android/content/res/Configuration.SCREENLAYOUT_SIZE_LARGE,3 -10,Android.Content.Res.ScreenLayout,SizeMask,android/content/res/Configuration.SCREENLAYOUT_SIZE_MASK,15 -10,Android.Content.Res.ScreenLayout,SizeNormal,android/content/res/Configuration.SCREENLAYOUT_SIZE_NORMAL,2 -10,Android.Content.Res.ScreenLayout,SizeSmall,android/content/res/Configuration.SCREENLAYOUT_SIZE_SMALL,1 -10,Android.Content.Res.ScreenLayout,SizeUndefined,android/content/res/Configuration.SCREENLAYOUT_SIZE_UNDEFINED,0 -10,Android.Content.Res.ScreenLayout,SizeXlarge,android/content/res/Configuration.SCREENLAYOUT_SIZE_XLARGE,4 -17,Android.Content.Res.ScreenLayout,Undefined,android/content/res/Configuration.SCREENLAYOUT_UNDEFINED,0 -15,Android.Database.FieldType,Blob,I:android/database/Cursor.FIELD_TYPE_BLOB,4 -15,Android.Database.FieldType,Float,I:android/database/Cursor.FIELD_TYPE_FLOAT,2 -15,Android.Database.FieldType,Integer,I:android/database/Cursor.FIELD_TYPE_INTEGER,1 -15,Android.Database.FieldType,Null,I:android/database/Cursor.FIELD_TYPE_NULL,0 -15,Android.Database.FieldType,String,I:android/database/Cursor.FIELD_TYPE_STRING,3 -15,Android.Database.StatementType,Abort,android/database/DatabaseUtils.STATEMENT_ABORT,6 -15,Android.Database.StatementType,Attach,android/database/DatabaseUtils.STATEMENT_ATTACH,3 -15,Android.Database.StatementType,Begin,android/database/DatabaseUtils.STATEMENT_BEGIN,4 -15,Android.Database.StatementType,Commit,android/database/DatabaseUtils.STATEMENT_COMMIT,5 -15,Android.Database.StatementType,Ddl,android/database/DatabaseUtils.STATEMENT_DDL,8 -15,Android.Database.StatementType,Other,android/database/DatabaseUtils.STATEMENT_OTHER,99 -15,Android.Database.StatementType,Pragma,android/database/DatabaseUtils.STATEMENT_PRAGMA,7 -15,Android.Database.StatementType,Select,android/database/DatabaseUtils.STATEMENT_SELECT,1 -15,Android.Database.StatementType,Unprepared,android/database/DatabaseUtils.STATEMENT_UNPREPARED,9 -15,Android.Database.StatementType,Update,android/database/DatabaseUtils.STATEMENT_UPDATE,2 -15,Android.Drm.DrmInfoRequestType,RegistrationInfo,android/drm/DrmInfoRequest.TYPE_REGISTRATION_INFO,1 -15,Android.Drm.DrmInfoRequestType,RightsAcquisition,android/drm/DrmInfoRequest.TYPE_RIGHTS_ACQUISITION_INFO,3 -15,Android.Drm.DrmInfoRequestType,RightsAcquisitionProgressInfo,android/drm/DrmInfoRequest.TYPE_RIGHTS_ACQUISITION_PROGRESS_INFO,4 -15,Android.Drm.DrmInfoRequestType,UnregistrationInfo,android/drm/DrmInfoRequest.TYPE_UNREGISTRATION_INFO,2 -10,Android.Gestures.GestureStrokeType,Multiple,android/gesture/GestureOverlayView.GESTURE_STROKE_TYPE_MULTIPLE,1 -10,Android.Gestures.GestureStrokeType,Single,android/gesture/GestureOverlayView.GESTURE_STROKE_TYPE_SINGLE,0 -10,Android.Graphics.Format,A8,android/graphics/PixelFormat.A_8,8 -10,Android.Graphics.Format,Jpeg,android/graphics/PixelFormat.JPEG,256 -10,Android.Graphics.Format,L8,android/graphics/PixelFormat.L_8,9 -10,Android.Graphics.Format,La88,android/graphics/PixelFormat.LA_88,10 -10,Android.Graphics.Format,Opaque,android/graphics/PixelFormat.OPAQUE,-1 -10,Android.Graphics.Format,Rgb332,android/graphics/PixelFormat.RGB_332,11 -10,Android.Graphics.Format,Rgb565,android/graphics/PixelFormat.RGB_565,4 -10,Android.Graphics.Format,Rgb888,android/graphics/PixelFormat.RGB_888,3 -26,Android.Graphics.Format,Rgba1010102,android/graphics/PixelFormat.RGBA_1010102,43 -10,Android.Graphics.Format,Rgba4444,android/graphics/PixelFormat.RGBA_4444,7 -10,Android.Graphics.Format,Rgba5551,android/graphics/PixelFormat.RGBA_5551,6 -10,Android.Graphics.Format,Rgba8888,android/graphics/PixelFormat.RGBA_8888,1 -26,Android.Graphics.Format,RgbaF16,android/graphics/PixelFormat.RGBA_F16,22 -10,Android.Graphics.Format,Rgbx8888,android/graphics/PixelFormat.RGBX_8888,2 -10,Android.Graphics.Format,Translucent,android/graphics/PixelFormat.TRANSLUCENT,-3 -10,Android.Graphics.Format,Transparent,android/graphics/PixelFormat.TRANSPARENT,-2 -10,Android.Graphics.Format,Unknown,android/graphics/PixelFormat.UNKNOWN,0 -10,Android.Graphics.Format,Ycbcr420Sp,android/graphics/PixelFormat.YCbCr_420_SP,17 -10,Android.Graphics.Format,Ycbcr422I,android/graphics/PixelFormat.YCbCr_422_I,20 -10,Android.Graphics.Format,Ycbcr422Sp,android/graphics/PixelFormat.YCbCr_422_SP,16 -10,Android.Graphics.SaveFlags,All,android/graphics/Canvas.ALL_SAVE_FLAG,31 -10,Android.Graphics.SaveFlags,Clip,android/graphics/Canvas.CLIP_SAVE_FLAG,2 -10,Android.Graphics.SaveFlags,ClipToLayer,android/graphics/Canvas.CLIP_TO_LAYER_SAVE_FLAG,16 -10,Android.Graphics.SaveFlags,FullColorLayer,android/graphics/Canvas.FULL_COLOR_LAYER_SAVE_FLAG,8 -10,Android.Graphics.SaveFlags,HasAlphaLayer,android/graphics/Canvas.HAS_ALPHA_LAYER_SAVE_FLAG,4 -10,Android.Graphics.SaveFlags,Matrix,android/graphics/Canvas.MATRIX_SAVE_FLAG,1 -26,Android.Hardware.HardwareBufferFormat,Rgb565,android/hardware/HardwareBuffer.RGB_565,4 -26,Android.Hardware.HardwareBufferFormat,Rgb888,android/hardware/HardwareBuffer.RGB_888,3 -26,Android.Hardware.HardwareBufferFormat,Rgba1010102,android/hardware/HardwareBuffer.RGBA_1010102,43 -26,Android.Hardware.HardwareBufferFormat,Rgba8888,android/hardware/HardwareBuffer.RGBA_8888,1 -26,Android.Hardware.HardwareBufferFormat,RgbaFp16,android/hardware/HardwareBuffer.RGBA_FP16,22 -26,Android.Hardware.HardwareBufferFormat,Rgbx8888,android/hardware/HardwareBuffer.RGBX_8888,2 -26,Android.Hardware.HardwareBufferFormat,Blob,android/hardware/HardwareBuffer.BLOB,33 -28,Android.Hardware.HardwareBufferFormat,D16,android/hardware/HardwareBuffer.D_16,48 -28,Android.Hardware.HardwareBufferFormat,D24,android/hardware/HardwareBuffer.D_24,49 -28,Android.Hardware.HardwareBufferFormat,DFp32,android/hardware/HardwareBuffer.D_FP32,51 -28,Android.Hardware.HardwareBufferFormat,Ds24ui8,android/hardware/HardwareBuffer.DS_24UI8,50 -28,Android.Hardware.HardwareBufferFormat,DsFp32ui8,android/hardware/HardwareBuffer.DS_FP32UI8,52 -28,Android.Hardware.HardwareBufferFormat,SUi8,android/hardware/HardwareBuffer.S_UI8,53 -21,Android.Hardware.ReportingMode,Continuous,android/hardware/Sensor.REPORTING_MODE_CONTINUOUS,0 -21,Android.Hardware.ReportingMode,OnChange,android/hardware/Sensor.REPORTING_MODE_ON_CHANGE,1 -21,Android.Hardware.ReportingMode,OneShot,android/hardware/Sensor.REPORTING_MODE_ONE_SHOT,2 -21,Android.Hardware.ReportingMode,SpecialTrigger,android/hardware/Sensor.REPORTING_MODE_SPECIAL_TRIGGER,3 -10,Android.Hardware.SensorType,Accelerometer,android/hardware/Sensor.TYPE_ACCELEROMETER,1 -26,Android.Hardware.SensorType,AccelerometerUncalibrated,android/hardware/Sensor.TYPE_ACCELEROMETER_UNCALIBRATED,35 -10,Android.Hardware.SensorType,All,android/hardware/Sensor.TYPE_ALL,-1 -15,Android.Hardware.SensorType,AmbientTemperature,android/hardware/Sensor.TYPE_AMBIENT_TEMPERATURE,13 -24,Android.Hardware.SensorType,DevicePrivateBase,android/hardware/Sensor.TYPE_DEVICE_PRIVATE_BASE,65536 -18,Android.Hardware.SensorType,GameRotationVector,android/hardware/Sensor.TYPE_GAME_ROTATION_VECTOR,15 -19,Android.Hardware.SensorType,GeomagneticRotationVector,android/hardware/Sensor.TYPE_GEOMAGNETIC_ROTATION_VECTOR,20 -10,Android.Hardware.SensorType,Gravity,android/hardware/Sensor.TYPE_GRAVITY,9 -10,Android.Hardware.SensorType,Gyroscope,android/hardware/Sensor.TYPE_GYROSCOPE,4 -18,Android.Hardware.SensorType,GyroscopeUncalibrated,android/hardware/Sensor.TYPE_GYROSCOPE_UNCALIBRATED,16 -24,Android.Hardware.SensorType,HeartBeat,android/hardware/Sensor.TYPE_HEART_BEAT,31 -20,Android.Hardware.SensorType,HeartRate,android/hardware/Sensor.TYPE_HEART_RATE,21 -10,Android.Hardware.SensorType,Light,android/hardware/Sensor.TYPE_LIGHT,5 -10,Android.Hardware.SensorType,LinearAcceleration,android/hardware/Sensor.TYPE_LINEAR_ACCELERATION,10 -26,Android.Hardware.SensorType,LowLatencyOffbodyDetect,android/hardware/Sensor.TYPE_LOW_LATENCY_OFFBODY_DETECT,34 -10,Android.Hardware.SensorType,MagneticField,android/hardware/Sensor.TYPE_MAGNETIC_FIELD,2 -18,Android.Hardware.SensorType,MagneticFieldUncalibrated,android/hardware/Sensor.TYPE_MAGNETIC_FIELD_UNCALIBRATED,14 -24,Android.Hardware.SensorType,MotionDetect,android/hardware/Sensor.TYPE_MOTION_DETECT,30 -10,Android.Hardware.SensorType,Orientation,android/hardware/Sensor.TYPE_ORIENTATION,3 -24,Android.Hardware.SensorType,Pose6dof,android/hardware/Sensor.TYPE_POSE_6DOF,28 -10,Android.Hardware.SensorType,Pressure,android/hardware/Sensor.TYPE_PRESSURE,6 -10,Android.Hardware.SensorType,Proximity,android/hardware/Sensor.TYPE_PROXIMITY,8 -15,Android.Hardware.SensorType,RelativeHumidity,android/hardware/Sensor.TYPE_RELATIVE_HUMIDITY,12 -10,Android.Hardware.SensorType,RotationVector,android/hardware/Sensor.TYPE_ROTATION_VECTOR,11 -18,Android.Hardware.SensorType,SignificantMotion,android/hardware/Sensor.TYPE_SIGNIFICANT_MOTION,17 -24,Android.Hardware.SensorType,StationaryDetect,android/hardware/Sensor.TYPE_STATIONARY_DETECT,29 -19,Android.Hardware.SensorType,StepCounter,android/hardware/Sensor.TYPE_STEP_COUNTER,19 -19,Android.Hardware.SensorType,StepDetector,android/hardware/Sensor.TYPE_STEP_DETECTOR,18 -10,Android.Hardware.SensorType,Temperature,android/hardware/Sensor.TYPE_TEMPERATURE,7 -26,Android.Hardware.SensorDirectRateLevel,Fast,android/hardware/SensorDirectChannel.RATE_FAST,2 -26,Android.Hardware.SensorDirectRateLevel,Normal,android/hardware/SensorDirectChannel.RATE_NORMAL,1 -26,Android.Hardware.SensorDirectRateLevel,Stop,android/hardware/SensorDirectChannel.RATE_STOP,0 -26,Android.Hardware.SensorDirectRateLevel,VeryFast,android/hardware/SensorDirectChannel.RATE_VERY_FAST,3 -26,Android.Hardware.SensorDirectChannelType,HardwareBuffer,android/hardware/SensorDirectChannel.TYPE_HARDWARE_BUFFER,2 -26,Android.Hardware.SensorDirectChannelType,MemoryFile,android/hardware/SensorDirectChannel.TYPE_MEMORY_FILE,1 -21,Android.Hardware.Camera2.CameraAccessErrorType,Disabled,android/hardware/camera2/CameraAccessException.CAMERA_DISABLED,1 -21,Android.Hardware.Camera2.CameraAccessErrorType,Disconnected,android/hardware/camera2/CameraAccessException.CAMERA_DISCONNECTED,2 -21,Android.Hardware.Camera2.CameraAccessErrorType,Error,android/hardware/camera2/CameraAccessException.CAMERA_ERROR,3 -23,Android.Hardware.Camera2.CameraAccessErrorType,InUse,android/hardware/camera2/CameraAccessException.CAMERA_IN_USE,4 -21,Android.Hardware.Camera2.CameraError,CameraDevice,android/hardware/camera2/CameraDevice.StateCallback.ERROR_CAMERA_DEVICE,4 -21,Android.Hardware.Camera2.CameraError,CameraDisabled,android/hardware/camera2/CameraDevice.StateCallback.ERROR_CAMERA_DISABLED,3 -21,Android.Hardware.Camera2.CameraError,CameraInUse,android/hardware/camera2/CameraDevice.StateCallback.ERROR_CAMERA_IN_USE,1 -21,Android.Hardware.Camera2.CameraError,CameraService,android/hardware/camera2/CameraDevice.StateCallback.ERROR_CAMERA_SERVICE,5 -21,Android.Hardware.Camera2.CameraError,MaxCamerasInUse,android/hardware/camera2/CameraDevice.StateCallback.ERROR_MAX_CAMERAS_IN_USE,2 -21,Android.Hardware.Camera2.CameraTemplate,Manual,android/hardware/camera2/CameraDevice.TEMPLATE_MANUAL,6 -21,Android.Hardware.Camera2.CameraTemplate,Preview,android/hardware/camera2/CameraDevice.TEMPLATE_PREVIEW,1 -21,Android.Hardware.Camera2.CameraTemplate,Record,android/hardware/camera2/CameraDevice.TEMPLATE_RECORD,3 -21,Android.Hardware.Camera2.CameraTemplate,StillCapture,android/hardware/camera2/CameraDevice.TEMPLATE_STILL_CAPTURE,2 -21,Android.Hardware.Camera2.CameraTemplate,VideoSnapshot,android/hardware/camera2/CameraDevice.TEMPLATE_VIDEO_SNAPSHOT,4 -21,Android.Hardware.Camera2.CameraTemplate,ZeroShutterLag,android/hardware/camera2/CameraDevice.TEMPLATE_ZERO_SHUTTER_LAG,5 -21,Android.Hardware.Camera2.ColorCorrectionAberrationMode,Fast,android/hardware/camera2/CameraMetadata.COLOR_CORRECTION_ABERRATION_MODE_FAST,1 -21,Android.Hardware.Camera2.ColorCorrectionAberrationMode,HighQuality,android/hardware/camera2/CameraMetadata.COLOR_CORRECTION_ABERRATION_MODE_HIGH_QUALITY,2 -21,Android.Hardware.Camera2.ColorCorrectionAberrationMode,Off,android/hardware/camera2/CameraMetadata.COLOR_CORRECTION_ABERRATION_MODE_OFF,0 -21,Android.Hardware.Camera2.ColorCorrectionMode,Fast,android/hardware/camera2/CameraMetadata.COLOR_CORRECTION_MODE_FAST,1 -21,Android.Hardware.Camera2.ColorCorrectionMode,HighQuality,android/hardware/camera2/CameraMetadata.COLOR_CORRECTION_MODE_HIGH_QUALITY,2 -21,Android.Hardware.Camera2.ColorCorrectionMode,TransformMatrix,android/hardware/camera2/CameraMetadata.COLOR_CORRECTION_MODE_TRANSFORM_MATRIX,0 -21,Android.Hardware.Camera2.ControlAEAntibanding,Mode50hz,android/hardware/camera2/CameraMetadata.CONTROL_AE_ANTIBANDING_MODE_50HZ,1 -21,Android.Hardware.Camera2.ControlAEAntibanding,Mode60hz,android/hardware/camera2/CameraMetadata.CONTROL_AE_ANTIBANDING_MODE_60HZ,2 -21,Android.Hardware.Camera2.ControlAEAntibanding,ModeAuto,android/hardware/camera2/CameraMetadata.CONTROL_AE_ANTIBANDING_MODE_AUTO,3 -21,Android.Hardware.Camera2.ControlAEAntibanding,ModeOff,android/hardware/camera2/CameraMetadata.CONTROL_AE_ANTIBANDING_MODE_OFF,0 -21,Android.Hardware.Camera2.ControlAEMode,Off,android/hardware/camera2/CameraMetadata.CONTROL_AE_MODE_OFF,0 -21,Android.Hardware.Camera2.ControlAEMode,On,android/hardware/camera2/CameraMetadata.CONTROL_AE_MODE_ON,1 -21,Android.Hardware.Camera2.ControlAEMode,OnAlwaysFlash,android/hardware/camera2/CameraMetadata.CONTROL_AE_MODE_ON_ALWAYS_FLASH,3 -21,Android.Hardware.Camera2.ControlAEMode,OnAutoFlash,android/hardware/camera2/CameraMetadata.CONTROL_AE_MODE_ON_AUTO_FLASH,2 -21,Android.Hardware.Camera2.ControlAEMode,OnAutoFlashRedeye,android/hardware/camera2/CameraMetadata.CONTROL_AE_MODE_ON_AUTO_FLASH_REDEYE,4 -28,Android.Hardware.Camera2.ControlAEMode,OnExternalFlash,android/hardware/camera2/CameraMetadata.CONTROL_AE_MODE_ON_EXTERNAL_FLASH,5 -23,Android.Hardware.Camera2.ControlAEPrecaptureTrigger,Cancel,android/hardware/camera2/CameraMetadata.CONTROL_AE_PRECAPTURE_TRIGGER_CANCEL,2 -21,Android.Hardware.Camera2.ControlAEPrecaptureTrigger,Idle,android/hardware/camera2/CameraMetadata.CONTROL_AE_PRECAPTURE_TRIGGER_IDLE,0 -21,Android.Hardware.Camera2.ControlAEPrecaptureTrigger,Start,android/hardware/camera2/CameraMetadata.CONTROL_AE_PRECAPTURE_TRIGGER_START,1 -21,Android.Hardware.Camera2.ControlAEState,Converged,android/hardware/camera2/CameraMetadata.CONTROL_AE_STATE_CONVERGED,2 -21,Android.Hardware.Camera2.ControlAEState,FlashRequired,android/hardware/camera2/CameraMetadata.CONTROL_AE_STATE_FLASH_REQUIRED,4 -21,Android.Hardware.Camera2.ControlAEState,Inactive,android/hardware/camera2/CameraMetadata.CONTROL_AE_STATE_INACTIVE,0 -21,Android.Hardware.Camera2.ControlAEState,Locked,android/hardware/camera2/CameraMetadata.CONTROL_AE_STATE_LOCKED,3 -21,Android.Hardware.Camera2.ControlAEState,Precapture,android/hardware/camera2/CameraMetadata.CONTROL_AE_STATE_PRECAPTURE,5 -21,Android.Hardware.Camera2.ControlAEState,Searching,android/hardware/camera2/CameraMetadata.CONTROL_AE_STATE_SEARCHING,1 -21,Android.Hardware.Camera2.ControlAFMode,Auto,android/hardware/camera2/CameraMetadata.CONTROL_AF_MODE_AUTO,1 -21,Android.Hardware.Camera2.ControlAFMode,ContinuousPicture,android/hardware/camera2/CameraMetadata.CONTROL_AF_MODE_CONTINUOUS_PICTURE,4 -21,Android.Hardware.Camera2.ControlAFMode,ContinuousVideo,android/hardware/camera2/CameraMetadata.CONTROL_AF_MODE_CONTINUOUS_VIDEO,3 -21,Android.Hardware.Camera2.ControlAFMode,Edof,android/hardware/camera2/CameraMetadata.CONTROL_AF_MODE_EDOF,5 -21,Android.Hardware.Camera2.ControlAFMode,Macro,android/hardware/camera2/CameraMetadata.CONTROL_AF_MODE_MACRO,2 -21,Android.Hardware.Camera2.ControlAFMode,Off,android/hardware/camera2/CameraMetadata.CONTROL_AF_MODE_OFF,0 -21,Android.Hardware.Camera2.ControlAFState,ActiveScan,android/hardware/camera2/CameraMetadata.CONTROL_AF_STATE_ACTIVE_SCAN,3 -21,Android.Hardware.Camera2.ControlAFState,FocusedLocked,android/hardware/camera2/CameraMetadata.CONTROL_AF_STATE_FOCUSED_LOCKED,4 -21,Android.Hardware.Camera2.ControlAFState,Inactive,android/hardware/camera2/CameraMetadata.CONTROL_AF_STATE_INACTIVE,0 -21,Android.Hardware.Camera2.ControlAFState,NotFocusedLocked,android/hardware/camera2/CameraMetadata.CONTROL_AF_STATE_NOT_FOCUSED_LOCKED,5 -21,Android.Hardware.Camera2.ControlAFState,PassiveFocused,android/hardware/camera2/CameraMetadata.CONTROL_AF_STATE_PASSIVE_FOCUSED,2 -21,Android.Hardware.Camera2.ControlAFState,PassiveScan,android/hardware/camera2/CameraMetadata.CONTROL_AF_STATE_PASSIVE_SCAN,1 -21,Android.Hardware.Camera2.ControlAFState,PassiveUnfocused,android/hardware/camera2/CameraMetadata.CONTROL_AF_STATE_PASSIVE_UNFOCUSED,6 -21,Android.Hardware.Camera2.ControlAFTrigger,Cancel,android/hardware/camera2/CameraMetadata.CONTROL_AF_TRIGGER_CANCEL,2 -21,Android.Hardware.Camera2.ControlAFTrigger,Idle,android/hardware/camera2/CameraMetadata.CONTROL_AF_TRIGGER_IDLE,0 -21,Android.Hardware.Camera2.ControlAFTrigger,Start,android/hardware/camera2/CameraMetadata.CONTROL_AF_TRIGGER_START,1 -21,Android.Hardware.Camera2.ControlAwbMode,Auto,android/hardware/camera2/CameraMetadata.CONTROL_AWB_MODE_AUTO,1 -21,Android.Hardware.Camera2.ControlAwbMode,CloudyDaylight,android/hardware/camera2/CameraMetadata.CONTROL_AWB_MODE_CLOUDY_DAYLIGHT,6 -21,Android.Hardware.Camera2.ControlAwbMode,Daylight,android/hardware/camera2/CameraMetadata.CONTROL_AWB_MODE_DAYLIGHT,5 -21,Android.Hardware.Camera2.ControlAwbMode,Fluorescent,android/hardware/camera2/CameraMetadata.CONTROL_AWB_MODE_FLUORESCENT,3 -21,Android.Hardware.Camera2.ControlAwbMode,Incandescent,android/hardware/camera2/CameraMetadata.CONTROL_AWB_MODE_INCANDESCENT,2 -21,Android.Hardware.Camera2.ControlAwbMode,Off,android/hardware/camera2/CameraMetadata.CONTROL_AWB_MODE_OFF,0 -21,Android.Hardware.Camera2.ControlAwbMode,Shade,android/hardware/camera2/CameraMetadata.CONTROL_AWB_MODE_SHADE,8 -21,Android.Hardware.Camera2.ControlAwbMode,Twilight,android/hardware/camera2/CameraMetadata.CONTROL_AWB_MODE_TWILIGHT,7 -21,Android.Hardware.Camera2.ControlAwbMode,WarmFluorescent,android/hardware/camera2/CameraMetadata.CONTROL_AWB_MODE_WARM_FLUORESCENT,4 -21,Android.Hardware.Camera2.ControlAwbState,Converged,android/hardware/camera2/CameraMetadata.CONTROL_AWB_STATE_CONVERGED,2 -21,Android.Hardware.Camera2.ControlAwbState,Inactive,android/hardware/camera2/CameraMetadata.CONTROL_AWB_STATE_INACTIVE,0 -21,Android.Hardware.Camera2.ControlAwbState,Locked,android/hardware/camera2/CameraMetadata.CONTROL_AWB_STATE_LOCKED,3 -21,Android.Hardware.Camera2.ControlAwbState,Searching,android/hardware/camera2/CameraMetadata.CONTROL_AWB_STATE_SEARCHING,1 -21,Android.Hardware.Camera2.ControlCaptureIntent,Custom,android/hardware/camera2/CameraMetadata.CONTROL_CAPTURE_INTENT_CUSTOM,0 -21,Android.Hardware.Camera2.ControlCaptureIntent,Manual,android/hardware/camera2/CameraMetadata.CONTROL_CAPTURE_INTENT_MANUAL,6 -28,Android.Hardware.Camera2.ControlCaptureIntent,MotionTracking,android/hardware/camera2/CameraMetadata.CONTROL_CAPTURE_INTENT_MOTION_TRACKING,7 -21,Android.Hardware.Camera2.ControlCaptureIntent,Preview,android/hardware/camera2/CameraMetadata.CONTROL_CAPTURE_INTENT_PREVIEW,1 -21,Android.Hardware.Camera2.ControlCaptureIntent,StillCapture,android/hardware/camera2/CameraMetadata.CONTROL_CAPTURE_INTENT_STILL_CAPTURE,2 -21,Android.Hardware.Camera2.ControlCaptureIntent,VideoRecord,android/hardware/camera2/CameraMetadata.CONTROL_CAPTURE_INTENT_VIDEO_RECORD,3 -21,Android.Hardware.Camera2.ControlCaptureIntent,VideoSnapshot,android/hardware/camera2/CameraMetadata.CONTROL_CAPTURE_INTENT_VIDEO_SNAPSHOT,4 -21,Android.Hardware.Camera2.ControlCaptureIntent,ZeroShutterLag,android/hardware/camera2/CameraMetadata.CONTROL_CAPTURE_INTENT_ZERO_SHUTTER_LAG,5 -21,Android.Hardware.Camera2.ControlEffectMode,Aqua,android/hardware/camera2/CameraMetadata.CONTROL_EFFECT_MODE_AQUA,8 -21,Android.Hardware.Camera2.ControlEffectMode,Blackboard,android/hardware/camera2/CameraMetadata.CONTROL_EFFECT_MODE_BLACKBOARD,7 -21,Android.Hardware.Camera2.ControlEffectMode,Mono,android/hardware/camera2/CameraMetadata.CONTROL_EFFECT_MODE_MONO,1 -21,Android.Hardware.Camera2.ControlEffectMode,Negative,android/hardware/camera2/CameraMetadata.CONTROL_EFFECT_MODE_NEGATIVE,2 -21,Android.Hardware.Camera2.ControlEffectMode,Off,android/hardware/camera2/CameraMetadata.CONTROL_EFFECT_MODE_OFF,0 -21,Android.Hardware.Camera2.ControlEffectMode,Posterize,android/hardware/camera2/CameraMetadata.CONTROL_EFFECT_MODE_POSTERIZE,5 -21,Android.Hardware.Camera2.ControlEffectMode,Sepia,android/hardware/camera2/CameraMetadata.CONTROL_EFFECT_MODE_SEPIA,4 -21,Android.Hardware.Camera2.ControlEffectMode,Solarize,android/hardware/camera2/CameraMetadata.CONTROL_EFFECT_MODE_SOLARIZE,3 -21,Android.Hardware.Camera2.ControlEffectMode,Whiteboard,android/hardware/camera2/CameraMetadata.CONTROL_EFFECT_MODE_WHITEBOARD,6 -21,Android.Hardware.Camera2.ControlMode,Auto,android/hardware/camera2/CameraMetadata.CONTROL_MODE_AUTO,1 -21,Android.Hardware.Camera2.ControlMode,Off,android/hardware/camera2/CameraMetadata.CONTROL_MODE_OFF,0 -21,Android.Hardware.Camera2.ControlMode,OffKeepState,android/hardware/camera2/CameraMetadata.CONTROL_MODE_OFF_KEEP_STATE,3 -21,Android.Hardware.Camera2.ControlMode,UseSceneMode,android/hardware/camera2/CameraMetadata.CONTROL_MODE_USE_SCENE_MODE,2 -21,Android.Hardware.Camera2.ControlSceneMode,Action,android/hardware/camera2/CameraMetadata.CONTROL_SCENE_MODE_ACTION,2 -21,Android.Hardware.Camera2.ControlSceneMode,Barcode,android/hardware/camera2/CameraMetadata.CONTROL_SCENE_MODE_BARCODE,16 -21,Android.Hardware.Camera2.ControlSceneMode,Beach,android/hardware/camera2/CameraMetadata.CONTROL_SCENE_MODE_BEACH,8 -21,Android.Hardware.Camera2.ControlSceneMode,Candlelight,android/hardware/camera2/CameraMetadata.CONTROL_SCENE_MODE_CANDLELIGHT,15 -21,Android.Hardware.Camera2.ControlSceneMode,Disabled,android/hardware/camera2/CameraMetadata.CONTROL_SCENE_MODE_DISABLED,0 -21,Android.Hardware.Camera2.ControlSceneMode,FacePriority,android/hardware/camera2/CameraMetadata.CONTROL_SCENE_MODE_FACE_PRIORITY,1 -21,Android.Hardware.Camera2.ControlSceneMode,Fireworks,android/hardware/camera2/CameraMetadata.CONTROL_SCENE_MODE_FIREWORKS,12 -22,Android.Hardware.Camera2.ControlSceneMode,Hdr,android/hardware/camera2/CameraMetadata.CONTROL_SCENE_MODE_HDR,18 -21,Android.Hardware.Camera2.ControlSceneMode,HighSpeedVideo,android/hardware/camera2/CameraMetadata.CONTROL_SCENE_MODE_HIGH_SPEED_VIDEO,17 -21,Android.Hardware.Camera2.ControlSceneMode,Landscape,android/hardware/camera2/CameraMetadata.CONTROL_SCENE_MODE_LANDSCAPE,4 -21,Android.Hardware.Camera2.ControlSceneMode,Night,android/hardware/camera2/CameraMetadata.CONTROL_SCENE_MODE_NIGHT,5 -21,Android.Hardware.Camera2.ControlSceneMode,NightPortrait,android/hardware/camera2/CameraMetadata.CONTROL_SCENE_MODE_NIGHT_PORTRAIT,6 -21,Android.Hardware.Camera2.ControlSceneMode,Party,android/hardware/camera2/CameraMetadata.CONTROL_SCENE_MODE_PARTY,14 -21,Android.Hardware.Camera2.ControlSceneMode,Portrait,android/hardware/camera2/CameraMetadata.CONTROL_SCENE_MODE_PORTRAIT,3 -21,Android.Hardware.Camera2.ControlSceneMode,Snow,android/hardware/camera2/CameraMetadata.CONTROL_SCENE_MODE_SNOW,9 -21,Android.Hardware.Camera2.ControlSceneMode,Sports,android/hardware/camera2/CameraMetadata.CONTROL_SCENE_MODE_SPORTS,13 -21,Android.Hardware.Camera2.ControlSceneMode,Steadyphoto,android/hardware/camera2/CameraMetadata.CONTROL_SCENE_MODE_STEADYPHOTO,11 -21,Android.Hardware.Camera2.ControlSceneMode,Sunset,android/hardware/camera2/CameraMetadata.CONTROL_SCENE_MODE_SUNSET,10 -21,Android.Hardware.Camera2.ControlSceneMode,Theatre,android/hardware/camera2/CameraMetadata.CONTROL_SCENE_MODE_THEATRE,7 -21,Android.Hardware.Camera2.ControlVideoStabilizationMode,Off,android/hardware/camera2/CameraMetadata.CONTROL_VIDEO_STABILIZATION_MODE_OFF,0 -21,Android.Hardware.Camera2.ControlVideoStabilizationMode,On,android/hardware/camera2/CameraMetadata.CONTROL_VIDEO_STABILIZATION_MODE_ON,1 -21,Android.Hardware.Camera2.EdgeMode,Fast,android/hardware/camera2/CameraMetadata.EDGE_MODE_FAST,1 -21,Android.Hardware.Camera2.EdgeMode,HighQuality,android/hardware/camera2/CameraMetadata.EDGE_MODE_HIGH_QUALITY,2 -21,Android.Hardware.Camera2.EdgeMode,Off,android/hardware/camera2/CameraMetadata.EDGE_MODE_OFF,0 -23,Android.Hardware.Camera2.EdgeMode,ZeroShutterLag,android/hardware/camera2/CameraMetadata.EDGE_MODE_ZERO_SHUTTER_LAG,3 -21,Android.Hardware.Camera2.FlashMode,Off,android/hardware/camera2/CameraMetadata.FLASH_MODE_OFF,0 -21,Android.Hardware.Camera2.FlashMode,Single,android/hardware/camera2/CameraMetadata.FLASH_MODE_SINGLE,1 -21,Android.Hardware.Camera2.FlashMode,Torch,android/hardware/camera2/CameraMetadata.FLASH_MODE_TORCH,2 -21,Android.Hardware.Camera2.FlashState,Charging,android/hardware/camera2/CameraMetadata.FLASH_STATE_CHARGING,1 -21,Android.Hardware.Camera2.FlashState,Fired,android/hardware/camera2/CameraMetadata.FLASH_STATE_FIRED,3 -21,Android.Hardware.Camera2.FlashState,Partial,android/hardware/camera2/CameraMetadata.FLASH_STATE_PARTIAL,4 -21,Android.Hardware.Camera2.FlashState,Ready,android/hardware/camera2/CameraMetadata.FLASH_STATE_READY,2 -21,Android.Hardware.Camera2.FlashState,Unavailable,android/hardware/camera2/CameraMetadata.FLASH_STATE_UNAVAILABLE,0 -21,Android.Hardware.Camera2.HotPixelMode,Fast,android/hardware/camera2/CameraMetadata.HOT_PIXEL_MODE_FAST,1 -21,Android.Hardware.Camera2.HotPixelMode,HighQuality,android/hardware/camera2/CameraMetadata.HOT_PIXEL_MODE_HIGH_QUALITY,2 -21,Android.Hardware.Camera2.HotPixelMode,Off,android/hardware/camera2/CameraMetadata.HOT_PIXEL_MODE_OFF,0 -24,Android.Hardware.Camera2.InfoSupportedHardwareLevel,I3,android/hardware/camera2/CameraMetadata.INFO_SUPPORTED_HARDWARE_LEVEL_3,3 -28,Android.Hardware.Camera2.InfoSupportedHardwareLevel,External,android/hardware/camera2/CameraMetadata.INFO_SUPPORTED_HARDWARE_LEVEL_EXTERNAL,4 -21,Android.Hardware.Camera2.InfoSupportedHardwareLevel,Full,android/hardware/camera2/CameraMetadata.INFO_SUPPORTED_HARDWARE_LEVEL_FULL,1 -21,Android.Hardware.Camera2.InfoSupportedHardwareLevel,Legacy,android/hardware/camera2/CameraMetadata.INFO_SUPPORTED_HARDWARE_LEVEL_LEGACY,2 -21,Android.Hardware.Camera2.InfoSupportedHardwareLevel,Limited,android/hardware/camera2/CameraMetadata.INFO_SUPPORTED_HARDWARE_LEVEL_LIMITED,0 -21,Android.Hardware.Camera2.LensFacing,Back,android/hardware/camera2/CameraMetadata.LENS_FACING_BACK,1 -23,Android.Hardware.Camera2.LensFacing,External,android/hardware/camera2/CameraMetadata.LENS_FACING_EXTERNAL,2 -21,Android.Hardware.Camera2.LensFacing,Front,android/hardware/camera2/CameraMetadata.LENS_FACING_FRONT,0 -21,Android.Hardware.Camera2.LensInfoFocusDistanceCalibration,Approximate,android/hardware/camera2/CameraMetadata.LENS_INFO_FOCUS_DISTANCE_CALIBRATION_APPROXIMATE,1 -21,Android.Hardware.Camera2.LensInfoFocusDistanceCalibration,Calibrated,android/hardware/camera2/CameraMetadata.LENS_INFO_FOCUS_DISTANCE_CALIBRATION_CALIBRATED,2 -21,Android.Hardware.Camera2.LensInfoFocusDistanceCalibration,Uncalibrated,android/hardware/camera2/CameraMetadata.LENS_INFO_FOCUS_DISTANCE_CALIBRATION_UNCALIBRATED,0 -21,Android.Hardware.Camera2.LensOpticalStabilizationMode,Off,android/hardware/camera2/CameraMetadata.LENS_OPTICAL_STABILIZATION_MODE_OFF,0 -21,Android.Hardware.Camera2.LensOpticalStabilizationMode,On,android/hardware/camera2/CameraMetadata.LENS_OPTICAL_STABILIZATION_MODE_ON,1 -21,Android.Hardware.Camera2.LensState,Moving,android/hardware/camera2/CameraMetadata.LENS_STATE_MOVING,1 -21,Android.Hardware.Camera2.LensState,Stationary,android/hardware/camera2/CameraMetadata.LENS_STATE_STATIONARY,0 -21,Android.Hardware.Camera2.NoiseReductionMode,Fast,android/hardware/camera2/CameraMetadata.NOISE_REDUCTION_MODE_FAST,1 -21,Android.Hardware.Camera2.NoiseReductionMode,HighQuality,android/hardware/camera2/CameraMetadata.NOISE_REDUCTION_MODE_HIGH_QUALITY,2 -23,Android.Hardware.Camera2.NoiseReductionMode,Minimal,android/hardware/camera2/CameraMetadata.NOISE_REDUCTION_MODE_MINIMAL,3 -21,Android.Hardware.Camera2.NoiseReductionMode,Off,android/hardware/camera2/CameraMetadata.NOISE_REDUCTION_MODE_OFF,0 -23,Android.Hardware.Camera2.NoiseReductionMode,ZeroShutterLag,android/hardware/camera2/CameraMetadata.NOISE_REDUCTION_MODE_ZERO_SHUTTER_LAG,4 -21,Android.Hardware.Camera2.RequestAvailableCapabilities,BackwardCompatible,android/hardware/camera2/CameraMetadata.REQUEST_AVAILABLE_CAPABILITIES_BACKWARD_COMPATIBLE,0 -22,Android.Hardware.Camera2.RequestAvailableCapabilities,BurstCapture,android/hardware/camera2/CameraMetadata.REQUEST_AVAILABLE_CAPABILITIES_BURST_CAPTURE,6 -23,Android.Hardware.Camera2.RequestAvailableCapabilities,ConstrainedHighSpeedVideo,android/hardware/camera2/CameraMetadata.REQUEST_AVAILABLE_CAPABILITIES_CONSTRAINED_HIGH_SPEED_VIDEO,9 -23,Android.Hardware.Camera2.RequestAvailableCapabilities,DepthOutput,android/hardware/camera2/CameraMetadata.REQUEST_AVAILABLE_CAPABILITIES_DEPTH_OUTPUT,8 -28,Android.Hardware.Camera2.RequestAvailableCapabilities,LogicalMultiCamera,android/hardware/camera2/CameraMetadata.REQUEST_AVAILABLE_CAPABILITIES_LOGICAL_MULTI_CAMERA,11 -21,Android.Hardware.Camera2.RequestAvailableCapabilities,ManualPostProcessing,android/hardware/camera2/CameraMetadata.REQUEST_AVAILABLE_CAPABILITIES_MANUAL_POST_PROCESSING,2 -21,Android.Hardware.Camera2.RequestAvailableCapabilities,ManualSensor,android/hardware/camera2/CameraMetadata.REQUEST_AVAILABLE_CAPABILITIES_MANUAL_SENSOR,1 -28,Android.Hardware.Camera2.RequestAvailableCapabilities,Monochrome,android/hardware/camera2/CameraMetadata.REQUEST_AVAILABLE_CAPABILITIES_MONOCHROME,12 -28,Android.Hardware.Camera2.RequestAvailableCapabilities,MotionTracking,android/hardware/camera2/CameraMetadata.REQUEST_AVAILABLE_CAPABILITIES_MOTION_TRACKING,10 -23,Android.Hardware.Camera2.RequestAvailableCapabilities,PrivateReprocessing,android/hardware/camera2/CameraMetadata.REQUEST_AVAILABLE_CAPABILITIES_PRIVATE_REPROCESSING,4 -21,Android.Hardware.Camera2.RequestAvailableCapabilities,Raw,android/hardware/camera2/CameraMetadata.REQUEST_AVAILABLE_CAPABILITIES_RAW,3 -22,Android.Hardware.Camera2.RequestAvailableCapabilities,ReadSensorSettings,android/hardware/camera2/CameraMetadata.REQUEST_AVAILABLE_CAPABILITIES_READ_SENSOR_SETTINGS,5 -29,Android.Hardware.Camera2.RequestAvailableCapabilities,SecureImageData,android/hardware/camera2/CameraMetadata.REQUEST_AVAILABLE_CAPABILITIES_SECURE_IMAGE_DATA,13 -23,Android.Hardware.Camera2.RequestAvailableCapabilities,YuvReprocessing,android/hardware/camera2/CameraMetadata.REQUEST_AVAILABLE_CAPABILITIES_YUV_REPROCESSING,7 -21,Android.Hardware.Camera2.ScalerCroppingType,CenterOnly,android/hardware/camera2/CameraMetadata.SCALER_CROPPING_TYPE_CENTER_ONLY,0 -21,Android.Hardware.Camera2.ScalerCroppingType,Freeform,android/hardware/camera2/CameraMetadata.SCALER_CROPPING_TYPE_FREEFORM,1 -21,Android.Hardware.Camera2.SensorInfoColorFilterArrangement,Bggr,android/hardware/camera2/CameraMetadata.SENSOR_INFO_COLOR_FILTER_ARRANGEMENT_BGGR,3 -21,Android.Hardware.Camera2.SensorInfoColorFilterArrangement,Gbrg,android/hardware/camera2/CameraMetadata.SENSOR_INFO_COLOR_FILTER_ARRANGEMENT_GBRG,2 -21,Android.Hardware.Camera2.SensorInfoColorFilterArrangement,Grbg,android/hardware/camera2/CameraMetadata.SENSOR_INFO_COLOR_FILTER_ARRANGEMENT_GRBG,1 -29,Android.Hardware.Camera2.SensorInfoColorFilterArrangement,Mono,android/hardware/camera2/CameraMetadata.SENSOR_INFO_COLOR_FILTER_ARRANGEMENT_MONO,5 -29,Android.Hardware.Camera2.SensorInfoColorFilterArrangement,Nir,android/hardware/camera2/CameraMetadata.SENSOR_INFO_COLOR_FILTER_ARRANGEMENT_NIR,6 -21,Android.Hardware.Camera2.SensorInfoColorFilterArrangement,Rgb,android/hardware/camera2/CameraMetadata.SENSOR_INFO_COLOR_FILTER_ARRANGEMENT_RGB,4 -21,Android.Hardware.Camera2.SensorInfoColorFilterArrangement,Rggb,android/hardware/camera2/CameraMetadata.SENSOR_INFO_COLOR_FILTER_ARRANGEMENT_RGGB,0 -21,Android.Hardware.Camera2.SensorInfoTimestampSource,Realtime,android/hardware/camera2/CameraMetadata.SENSOR_INFO_TIMESTAMP_SOURCE_REALTIME,1 -21,Android.Hardware.Camera2.SensorInfoTimestampSource,Unknown,android/hardware/camera2/CameraMetadata.SENSOR_INFO_TIMESTAMP_SOURCE_UNKNOWN,0 -21,Android.Hardware.Camera2.SensorReferenceIlluminant1,CloudyWeather,android/hardware/camera2/CameraMetadata.SENSOR_REFERENCE_ILLUMINANT1_CLOUDY_WEATHER,10 -21,Android.Hardware.Camera2.SensorReferenceIlluminant1,CoolWhiteFluorescent,android/hardware/camera2/CameraMetadata.SENSOR_REFERENCE_ILLUMINANT1_COOL_WHITE_FLUORESCENT,14 -21,Android.Hardware.Camera2.SensorReferenceIlluminant1,D50,android/hardware/camera2/CameraMetadata.SENSOR_REFERENCE_ILLUMINANT1_D50,23 -21,Android.Hardware.Camera2.SensorReferenceIlluminant1,D55,android/hardware/camera2/CameraMetadata.SENSOR_REFERENCE_ILLUMINANT1_D55,20 -21,Android.Hardware.Camera2.SensorReferenceIlluminant1,D65,android/hardware/camera2/CameraMetadata.SENSOR_REFERENCE_ILLUMINANT1_D65,21 -21,Android.Hardware.Camera2.SensorReferenceIlluminant1,D75,android/hardware/camera2/CameraMetadata.SENSOR_REFERENCE_ILLUMINANT1_D75,22 -21,Android.Hardware.Camera2.SensorReferenceIlluminant1,DayWhiteFluorescent,android/hardware/camera2/CameraMetadata.SENSOR_REFERENCE_ILLUMINANT1_DAY_WHITE_FLUORESCENT,13 -21,Android.Hardware.Camera2.SensorReferenceIlluminant1,Daylight,android/hardware/camera2/CameraMetadata.SENSOR_REFERENCE_ILLUMINANT1_DAYLIGHT,1 -21,Android.Hardware.Camera2.SensorReferenceIlluminant1,DaylightFluorescent,android/hardware/camera2/CameraMetadata.SENSOR_REFERENCE_ILLUMINANT1_DAYLIGHT_FLUORESCENT,12 -21,Android.Hardware.Camera2.SensorReferenceIlluminant1,FineWeather,android/hardware/camera2/CameraMetadata.SENSOR_REFERENCE_ILLUMINANT1_FINE_WEATHER,9 -21,Android.Hardware.Camera2.SensorReferenceIlluminant1,Flash,android/hardware/camera2/CameraMetadata.SENSOR_REFERENCE_ILLUMINANT1_FLASH,4 -21,Android.Hardware.Camera2.SensorReferenceIlluminant1,Fluorescent,android/hardware/camera2/CameraMetadata.SENSOR_REFERENCE_ILLUMINANT1_FLUORESCENT,2 -21,Android.Hardware.Camera2.SensorReferenceIlluminant1,IsoStudioTungsten,android/hardware/camera2/CameraMetadata.SENSOR_REFERENCE_ILLUMINANT1_ISO_STUDIO_TUNGSTEN,24 -21,Android.Hardware.Camera2.SensorReferenceIlluminant1,Shade,android/hardware/camera2/CameraMetadata.SENSOR_REFERENCE_ILLUMINANT1_SHADE,11 -21,Android.Hardware.Camera2.SensorReferenceIlluminant1,StandardA,android/hardware/camera2/CameraMetadata.SENSOR_REFERENCE_ILLUMINANT1_STANDARD_A,17 -21,Android.Hardware.Camera2.SensorReferenceIlluminant1,StandardB,android/hardware/camera2/CameraMetadata.SENSOR_REFERENCE_ILLUMINANT1_STANDARD_B,18 -21,Android.Hardware.Camera2.SensorReferenceIlluminant1,StandardC,android/hardware/camera2/CameraMetadata.SENSOR_REFERENCE_ILLUMINANT1_STANDARD_C,19 -21,Android.Hardware.Camera2.SensorReferenceIlluminant1,Tungsten,android/hardware/camera2/CameraMetadata.SENSOR_REFERENCE_ILLUMINANT1_TUNGSTEN,3 -21,Android.Hardware.Camera2.SensorReferenceIlluminant1,WhiteFluorescent,android/hardware/camera2/CameraMetadata.SENSOR_REFERENCE_ILLUMINANT1_WHITE_FLUORESCENT,15 -21,Android.Hardware.Camera2.SensorTestPatternMode,ColorBars,android/hardware/camera2/CameraMetadata.SENSOR_TEST_PATTERN_MODE_COLOR_BARS,2 -21,Android.Hardware.Camera2.SensorTestPatternMode,ColorBarsFadeToGray,android/hardware/camera2/CameraMetadata.SENSOR_TEST_PATTERN_MODE_COLOR_BARS_FADE_TO_GRAY,3 -21,Android.Hardware.Camera2.SensorTestPatternMode,Custom1,android/hardware/camera2/CameraMetadata.SENSOR_TEST_PATTERN_MODE_CUSTOM1,256 -21,Android.Hardware.Camera2.SensorTestPatternMode,Off,android/hardware/camera2/CameraMetadata.SENSOR_TEST_PATTERN_MODE_OFF,0 -21,Android.Hardware.Camera2.SensorTestPatternMode,Pn9,android/hardware/camera2/CameraMetadata.SENSOR_TEST_PATTERN_MODE_PN9,4 -21,Android.Hardware.Camera2.SensorTestPatternMode,SolidColor,android/hardware/camera2/CameraMetadata.SENSOR_TEST_PATTERN_MODE_SOLID_COLOR,1 -21,Android.Hardware.Camera2.ShadingMode,Fast,android/hardware/camera2/CameraMetadata.SHADING_MODE_FAST,1 -21,Android.Hardware.Camera2.ShadingMode,HighQuality,android/hardware/camera2/CameraMetadata.SHADING_MODE_HIGH_QUALITY,2 -21,Android.Hardware.Camera2.ShadingMode,Off,android/hardware/camera2/CameraMetadata.SHADING_MODE_OFF,0 -21,Android.Hardware.Camera2.StatisticsFaceDetectMode,Full,android/hardware/camera2/CameraMetadata.STATISTICS_FACE_DETECT_MODE_FULL,2 -21,Android.Hardware.Camera2.StatisticsFaceDetectMode,Off,android/hardware/camera2/CameraMetadata.STATISTICS_FACE_DETECT_MODE_OFF,0 -21,Android.Hardware.Camera2.StatisticsFaceDetectMode,Simple,android/hardware/camera2/CameraMetadata.STATISTICS_FACE_DETECT_MODE_SIMPLE,1 -21,Android.Hardware.Camera2.StatisticsLensShadingMapMode,Off,android/hardware/camera2/CameraMetadata.STATISTICS_LENS_SHADING_MAP_MODE_OFF,0 -21,Android.Hardware.Camera2.StatisticsLensShadingMapMode,On,android/hardware/camera2/CameraMetadata.STATISTICS_LENS_SHADING_MAP_MODE_ON,1 -21,Android.Hardware.Camera2.StatisticsSceneFlicker,S50hz,android/hardware/camera2/CameraMetadata.STATISTICS_SCENE_FLICKER_50HZ,1 -21,Android.Hardware.Camera2.StatisticsSceneFlicker,S60hz,android/hardware/camera2/CameraMetadata.STATISTICS_SCENE_FLICKER_60HZ,2 -21,Android.Hardware.Camera2.StatisticsSceneFlicker,None,android/hardware/camera2/CameraMetadata.STATISTICS_SCENE_FLICKER_NONE,0 -21,Android.Hardware.Camera2.SyncMaxLatency,PerFrameControl,android/hardware/camera2/CameraMetadata.SYNC_MAX_LATENCY_PER_FRAME_CONTROL,0 -21,Android.Hardware.Camera2.SyncMaxLatency,Unknown,android/hardware/camera2/CameraMetadata.SYNC_MAX_LATENCY_UNKNOWN,-1 -21,Android.Hardware.Camera2.TonemapMode,ContrastCurve,android/hardware/camera2/CameraMetadata.TONEMAP_MODE_CONTRAST_CURVE,0 -21,Android.Hardware.Camera2.TonemapMode,Fast,android/hardware/camera2/CameraMetadata.TONEMAP_MODE_FAST,1 -23,Android.Hardware.Camera2.TonemapMode,GammaValue,android/hardware/camera2/CameraMetadata.TONEMAP_MODE_GAMMA_VALUE,3 -21,Android.Hardware.Camera2.TonemapMode,HighQuality,android/hardware/camera2/CameraMetadata.TONEMAP_MODE_HIGH_QUALITY,2 -23,Android.Hardware.Camera2.TonemapMode,PresetCurve,android/hardware/camera2/CameraMetadata.TONEMAP_MODE_PRESET_CURVE,4 -21,Android.Hardware.Camera2.CaptureFailureReason,Error,android/hardware/camera2/CaptureFailure.REASON_ERROR,0 -21,Android.Hardware.Camera2.CaptureFailureReason,Flushed,android/hardware/camera2/CaptureFailure.REASON_FLUSHED,1 -21,Android.Hardware.Camera2.Params.TonemapCurveChannel,Blue,android/hardware/camera2/params/TonemapCurve.CHANNEL_BLUE,2 -21,Android.Hardware.Camera2.Params.TonemapCurveChannel,Green,android/hardware/camera2/params/TonemapCurve.CHANNEL_GREEN,1 -21,Android.Hardware.Camera2.Params.TonemapCurveChannel,Red,android/hardware/camera2/params/TonemapCurve.CHANNEL_RED,0 -15,Android.Hardware.Usb.UsbClass,AppSpec,android/hardware/usb/UsbConstants.USB_CLASS_APP_SPEC,254 -15,Android.Hardware.Usb.UsbClass,Audio,android/hardware/usb/UsbConstants.USB_CLASS_AUDIO,1 -15,Android.Hardware.Usb.UsbClass,CdcData,android/hardware/usb/UsbConstants.USB_CLASS_CDC_DATA,10 -15,Android.Hardware.Usb.UsbClass,Comm,android/hardware/usb/UsbConstants.USB_CLASS_COMM,2 -15,Android.Hardware.Usb.UsbClass,ContentSec,android/hardware/usb/UsbConstants.USB_CLASS_CONTENT_SEC,13 -15,Android.Hardware.Usb.UsbClass,CscId,android/hardware/usb/UsbConstants.USB_CLASS_CSCID,11 -15,Android.Hardware.Usb.UsbClass,Hid,android/hardware/usb/UsbConstants.USB_CLASS_HID,3 -15,Android.Hardware.Usb.UsbClass,Hub,android/hardware/usb/UsbConstants.USB_CLASS_HUB,9 -15,Android.Hardware.Usb.UsbClass,MassStorage,android/hardware/usb/UsbConstants.USB_CLASS_MASS_STORAGE,8 -15,Android.Hardware.Usb.UsbClass,Misc,android/hardware/usb/UsbConstants.USB_CLASS_MISC,239 -15,Android.Hardware.Usb.UsbClass,PerInterface,android/hardware/usb/UsbConstants.USB_CLASS_PER_INTERFACE,0 -15,Android.Hardware.Usb.UsbClass,Physica,android/hardware/usb/UsbConstants.USB_CLASS_PHYSICA,5 -15,Android.Hardware.Usb.UsbClass,Printer,android/hardware/usb/UsbConstants.USB_CLASS_PRINTER,7 -15,Android.Hardware.Usb.UsbClass,StillImage,android/hardware/usb/UsbConstants.USB_CLASS_STILL_IMAGE,6 -15,Android.Hardware.Usb.UsbClass,VendorSpec,android/hardware/usb/UsbConstants.USB_CLASS_VENDOR_SPEC,255 -15,Android.Hardware.Usb.UsbClass,Video,android/hardware/usb/UsbConstants.USB_CLASS_VIDEO,14 -15,Android.Hardware.Usb.UsbClass,WirelessController,android/hardware/usb/UsbConstants.USB_CLASS_WIRELESS_CONTROLLER,224 -15,Android.Hardware.Usb.UsbAddressing,In,android/hardware/usb/UsbConstants.USB_DIR_IN,128 -15,Android.Hardware.Usb.UsbAddressing,Out,android/hardware/usb/UsbConstants.USB_DIR_OUT,0 -15,Android.Hardware.Usb.UsbAddressing,DirMask,android/hardware/usb/UsbConstants.USB_ENDPOINT_DIR_MASK,128 -15,Android.Hardware.Usb.UsbAddressing,NumberMask,android/hardware/usb/UsbConstants.USB_ENDPOINT_NUMBER_MASK,15 -15,Android.Hardware.Usb.UsbAddressing,XferBulk,android/hardware/usb/UsbConstants.USB_ENDPOINT_XFER_BULK,2 -15,Android.Hardware.Usb.UsbAddressing,XferControl,android/hardware/usb/UsbConstants.USB_ENDPOINT_XFER_CONTROL,0 -15,Android.Hardware.Usb.UsbAddressing,XferInterrupt,android/hardware/usb/UsbConstants.USB_ENDPOINT_XFER_INT,3 -15,Android.Hardware.Usb.UsbAddressing,XferIsochronous,android/hardware/usb/UsbConstants.USB_ENDPOINT_XFER_ISOC,1 -15,Android.Hardware.Usb.UsbAddressing,XferTypeMask,android/hardware/usb/UsbConstants.USB_ENDPOINT_XFERTYPE_MASK,3 -28,Android.InputMethodServices.BackDisposition,AdjustNothing,android/inputmethodservice/InputMethodService.BACK_DISPOSITION_ADJUST_NOTHING,3 -15,Android.InputMethodServices.BackDisposition,Default,android/inputmethodservice/InputMethodService.BACK_DISPOSITION_DEFAULT,0 -15,Android.InputMethodServices.BackDisposition,WillDismiss,android/inputmethodservice/InputMethodService.BACK_DISPOSITION_WILL_DISMISS,2 -15,Android.InputMethodServices.BackDisposition,WillNotDismiss,android/inputmethodservice/InputMethodService.BACK_DISPOSITION_WILL_NOT_DISMISS,1 -10,Android.InputMethodServices.TouchableInsets,Content,android/inputmethodservice/InputMethodService$Insets.TOUCHABLE_INSETS_CONTENT,1 -10,Android.InputMethodServices.TouchableInsets,Frame,android/inputmethodservice/InputMethodService$Insets.TOUCHABLE_INSETS_FRAME,0 -15,Android.InputMethodServices.TouchableInsets,Region,android/inputmethodservice/InputMethodService$Insets.TOUCHABLE_INSETS_REGION,3 -10,Android.InputMethodServices.TouchableInsets,Visible,android/inputmethodservice/InputMethodService$Insets.TOUCHABLE_INSETS_VISIBLE,2 -10,Android.InputMethodServices.Edge,Bottom,android/inputmethodservice/Keyboard.EDGE_BOTTOM,8 -10,Android.InputMethodServices.Edge,Left,android/inputmethodservice/Keyboard.EDGE_LEFT,1 -10,Android.InputMethodServices.Edge,Right,android/inputmethodservice/Keyboard.EDGE_RIGHT,2 -10,Android.InputMethodServices.Edge,Top,android/inputmethodservice/Keyboard.EDGE_TOP,4 -10,Android.InputMethodServices.Keycode,Alt,android/inputmethodservice/Keyboard.KEYCODE_ALT,-6 -10,Android.InputMethodServices.Keycode,Cancel,android/inputmethodservice/Keyboard.KEYCODE_CANCEL,-3 -10,Android.InputMethodServices.Keycode,Delete,android/inputmethodservice/Keyboard.KEYCODE_DELETE,-5 -10,Android.InputMethodServices.Keycode,Done,android/inputmethodservice/Keyboard.KEYCODE_DONE,-4 -10,Android.InputMethodServices.Keycode,ModeChange,android/inputmethodservice/Keyboard.KEYCODE_MODE_CHANGE,-2 -10,Android.InputMethodServices.Keycode,Shift,android/inputmethodservice/Keyboard.KEYCODE_SHIFT,-1 -0,Android.Locations.Accuracy,NoRequirement,android/location/Criteria.ACCURACY_NO_REQUIREMENT,0 -10,Android.Locations.Accuracy,Coarse,android/location/Criteria.ACCURACY_COARSE,2 -10,Android.Locations.Accuracy,Fine,android/location/Criteria.ACCURACY_FINE,1 -10,Android.Locations.Accuracy,High,android/location/Criteria.ACCURACY_HIGH,3 -10,Android.Locations.Accuracy,Low,android/location/Criteria.ACCURACY_LOW,1 -10,Android.Locations.Accuracy,Medium,android/location/Criteria.ACCURACY_MEDIUM,2 -0,Android.Locations.Power,NoRequirement,android/location/Criteria.POWER_NO_REQUIREMENT,0 -10,Android.Locations.Power,High,android/location/Criteria.POWER_HIGH,3 -10,Android.Locations.Power,Low,android/location/Criteria.POWER_LOW,1 -10,Android.Locations.Power,Medium,android/location/Criteria.POWER_MEDIUM,2 -10,Android.Locations.GpsEvent,FirstFix,android/location/GpsStatus.GPS_EVENT_FIRST_FIX,3 -10,Android.Locations.GpsEvent,SatelliteStatus,android/location/GpsStatus.GPS_EVENT_SATELLITE_STATUS,4 -10,Android.Locations.GpsEvent,Started,android/location/GpsStatus.GPS_EVENT_STARTED,1 -10,Android.Locations.GpsEvent,Stopped,android/location/GpsStatus.GPS_EVENT_STOPPED,2 -10,Android.Locations.Format,Degrees,android/location/Location.FORMAT_DEGREES,0 -10,Android.Locations.Format,Minutes,android/location/Location.FORMAT_MINUTES,1 -10,Android.Locations.Format,Seconds,android/location/Location.FORMAT_SECONDS,2 -10,Android.Locations.Availability,Available,android/location/LocationProvider.AVAILABLE,2 -10,Android.Locations.Availability,OutOfService,android/location/LocationProvider.OUT_OF_SERVICE,0 -10,Android.Locations.Availability,TemporarilyUnavailable,android/location/LocationProvider.TEMPORARILY_UNAVAILABLE,1 -21,Android.Media.AudioContentType,Movie,android/media/AudioAttributes.CONTENT_TYPE_MOVIE,3 -21,Android.Media.AudioContentType,Music,android/media/AudioAttributes.CONTENT_TYPE_MUSIC,2 -21,Android.Media.AudioContentType,Sonification,android/media/AudioAttributes.CONTENT_TYPE_SONIFICATION,4 -21,Android.Media.AudioContentType,Speech,android/media/AudioAttributes.CONTENT_TYPE_SPEECH,1 -21,Android.Media.AudioContentType,Unknown,android/media/AudioAttributes.CONTENT_TYPE_UNKNOWN,0 -0,Android.Media.AudioFlags,None,,0 -21,Android.Media.AudioFlags,AudibilityEnforced,android/media/AudioAttributes.FLAG_AUDIBILITY_ENFORCED,1 -21,Android.Media.AudioFlags,HwAvSync,android/media/AudioAttributes.FLAG_HW_AV_SYNC,16 -24,Android.Media.AudioFlags,LowLatency,android/media/AudioAttributes.FLAG_LOW_LATENCY,256 -21,Android.Media.AudioUsageKind,Alarm,android/media/AudioAttributes.USAGE_ALARM,4 -21,Android.Media.AudioUsageKind,AssistanceAccessibility,android/media/AudioAttributes.USAGE_ASSISTANCE_ACCESSIBILITY,11 -21,Android.Media.AudioUsageKind,AssistanceNavigationGuidance,android/media/AudioAttributes.USAGE_ASSISTANCE_NAVIGATION_GUIDANCE,12 -21,Android.Media.AudioUsageKind,AssistanceSonification,android/media/AudioAttributes.USAGE_ASSISTANCE_SONIFICATION,13 -26,Android.Media.AudioUsageKind,Assistant,android/media/AudioAttributes.USAGE_ASSISTANT,16 -21,Android.Media.AudioUsageKind,Game,android/media/AudioAttributes.USAGE_GAME,14 -21,Android.Media.AudioUsageKind,Media,android/media/AudioAttributes.USAGE_MEDIA,1 -21,Android.Media.AudioUsageKind,Notification,android/media/AudioAttributes.USAGE_NOTIFICATION,5 -21,Android.Media.AudioUsageKind,NotificationCommunicationDelayed,android/media/AudioAttributes.USAGE_NOTIFICATION_COMMUNICATION_DELAYED,9 -21,Android.Media.AudioUsageKind,NotificationCommunicationInstant,android/media/AudioAttributes.USAGE_NOTIFICATION_COMMUNICATION_INSTANT,8 -21,Android.Media.AudioUsageKind,NotificationCommunicationRequest,android/media/AudioAttributes.USAGE_NOTIFICATION_COMMUNICATION_REQUEST,7 -21,Android.Media.AudioUsageKind,NotificationEvent,android/media/AudioAttributes.USAGE_NOTIFICATION_EVENT,10 -21,Android.Media.AudioUsageKind,NotificationRingtone,android/media/AudioAttributes.USAGE_NOTIFICATION_RINGTONE,6 -21,Android.Media.AudioUsageKind,Unknown,android/media/AudioAttributes.USAGE_UNKNOWN,0 -21,Android.Media.AudioUsageKind,VoiceCommunication,android/media/AudioAttributes.USAGE_VOICE_COMMUNICATION,2 -21,Android.Media.AudioUsageKind,VoiceCommunicationSignalling,android/media/AudioAttributes.USAGE_VOICE_COMMUNICATION_SIGNALLING,3 -10,Android.Media.ChannelConfiguration,Default,android/media/AudioFormat.CHANNEL_CONFIGURATION_DEFAULT,1 -10,Android.Media.ChannelConfiguration,Invalid,android/media/AudioFormat.CHANNEL_CONFIGURATION_INVALID,0 -10,Android.Media.ChannelConfiguration,Mono,android/media/AudioFormat.CHANNEL_CONFIGURATION_MONO,2 -10,Android.Media.ChannelConfiguration,Stereo,android/media/AudioFormat.CHANNEL_CONFIGURATION_STEREO,3 -0,Android.Media.ChannelIn,None,,0 -10,Android.Media.ChannelIn,Back,android/media/AudioFormat.CHANNEL_IN_BACK,32 -10,Android.Media.ChannelIn,BackProcessed,android/media/AudioFormat.CHANNEL_IN_BACK_PROCESSED,512 -10,Android.Media.ChannelIn,Default,android/media/AudioFormat.CHANNEL_IN_DEFAULT,1 -10,Android.Media.ChannelIn,Front,android/media/AudioFormat.CHANNEL_IN_FRONT,16 -10,Android.Media.ChannelIn,FrontProcessed,android/media/AudioFormat.CHANNEL_IN_FRONT_PROCESSED,256 -10,Android.Media.ChannelIn,Left,android/media/AudioFormat.CHANNEL_IN_LEFT,4 -10,Android.Media.ChannelIn,LeftProcessed,android/media/AudioFormat.CHANNEL_IN_LEFT_PROCESSED,64 -10,Android.Media.ChannelIn,Mono,android/media/AudioFormat.CHANNEL_IN_MONO,16 -10,Android.Media.ChannelIn,Pressure,android/media/AudioFormat.CHANNEL_IN_PRESSURE,1024 -10,Android.Media.ChannelIn,Right,android/media/AudioFormat.CHANNEL_IN_RIGHT,8 -10,Android.Media.ChannelIn,RightProcessed,android/media/AudioFormat.CHANNEL_IN_RIGHT_PROCESSED,128 -10,Android.Media.ChannelIn,Stereo,android/media/AudioFormat.CHANNEL_IN_STEREO,12 -10,Android.Media.ChannelIn,VoiceDnlink,android/media/AudioFormat.CHANNEL_IN_VOICE_DNLINK,32768 -10,Android.Media.ChannelIn,VoiceUplink,android/media/AudioFormat.CHANNEL_IN_VOICE_UPLINK,16384 -10,Android.Media.ChannelIn,XAxis,android/media/AudioFormat.CHANNEL_IN_X_AXIS,2048 -10,Android.Media.ChannelIn,YAxis,android/media/AudioFormat.CHANNEL_IN_Y_AXIS,4096 -10,Android.Media.ChannelIn,ZAxis,android/media/AudioFormat.CHANNEL_IN_Z_AXIS,8192 -0,Android.Media.ChannelOut,None,,0 -10,Android.Media.ChannelOut,FivePointOne,android/media/AudioFormat.CHANNEL_OUT_5POINT1,252 -10,Android.Media.ChannelOut,SevenPointOne,android/media/AudioFormat.CHANNEL_OUT_7POINT1,1020 -23,Android.Media.ChannelOut,C7point1Surround,android/media/AudioFormat.CHANNEL_OUT_7POINT1_SURROUND,6396 -10,Android.Media.ChannelOut,BackCenter,android/media/AudioFormat.CHANNEL_OUT_BACK_CENTER,1024 -10,Android.Media.ChannelOut,BackLeft,android/media/AudioFormat.CHANNEL_OUT_BACK_LEFT,64 -10,Android.Media.ChannelOut,BackRight,android/media/AudioFormat.CHANNEL_OUT_BACK_RIGHT,128 -10,Android.Media.ChannelOut,Default,android/media/AudioFormat.CHANNEL_OUT_DEFAULT,1 -10,Android.Media.ChannelOut,FrontCenter,android/media/AudioFormat.CHANNEL_OUT_FRONT_CENTER,16 -10,Android.Media.ChannelOut,FrontLeft,android/media/AudioFormat.CHANNEL_OUT_FRONT_LEFT,4 -10,Android.Media.ChannelOut,FrontLeftOfCenter,android/media/AudioFormat.CHANNEL_OUT_FRONT_LEFT_OF_CENTER,256 -10,Android.Media.ChannelOut,FrontRight,android/media/AudioFormat.CHANNEL_OUT_FRONT_RIGHT,8 -10,Android.Media.ChannelOut,FrontRightOfCenter,android/media/AudioFormat.CHANNEL_OUT_FRONT_RIGHT_OF_CENTER,512 -10,Android.Media.ChannelOut,LowFrequency,android/media/AudioFormat.CHANNEL_OUT_LOW_FREQUENCY,32 -10,Android.Media.ChannelOut,Mono,android/media/AudioFormat.CHANNEL_OUT_MONO,4 -10,Android.Media.ChannelOut,Quad,android/media/AudioFormat.CHANNEL_OUT_QUAD,204 -21,Android.Media.ChannelOut,SideLeft,android/media/AudioFormat.CHANNEL_OUT_SIDE_LEFT,2048 -21,Android.Media.ChannelOut,SideRight,android/media/AudioFormat.CHANNEL_OUT_SIDE_RIGHT,4096 -10,Android.Media.ChannelOut,Stereo,android/media/AudioFormat.CHANNEL_OUT_STEREO,12 -10,Android.Media.ChannelOut,Surround,android/media/AudioFormat.CHANNEL_OUT_SURROUND,1052 -28,Android.Media.Encoding,AacEld,android/media/AudioFormat.ENCODING_AAC_ELD,15 -28,Android.Media.Encoding,AacHeV1,android/media/AudioFormat.ENCODING_AAC_HE_V1,11 -28,Android.Media.Encoding,AacHeV2,android/media/AudioFormat.ENCODING_AAC_HE_V2,12 -28,Android.Media.Encoding,AacLc,android/media/AudioFormat.ENCODING_AAC_LC,10 -28,Android.Media.Encoding,AacXhe,android/media/AudioFormat.ENCODING_AAC_XHE,16 -21,Android.Media.Encoding,Ac3,android/media/AudioFormat.ENCODING_AC3,5 -28,Android.Media.Encoding,Ac4,android/media/AudioFormat.ENCODING_AC4,17 -10,Android.Media.Encoding,Default,android/media/AudioFormat.ENCODING_DEFAULT,1 -29,Android.Media.Encoding,DolbyMat,android/media/AudioFormat.ENCODING_DOLBY_MAT,19 -25,Android.Media.Encoding,DolbyTruehd,android/media/AudioFormat.ENCODING_DOLBY_TRUEHD,14 -23,Android.Media.Encoding,Dts,android/media/AudioFormat.ENCODING_DTS,7 -23,Android.Media.Encoding,DtsHd,android/media/AudioFormat.ENCODING_DTS_HD,8 -21,Android.Media.Encoding,EAc3,android/media/AudioFormat.ENCODING_E_AC3,6 -28,Android.Media.Encoding,EAc3Joc,android/media/AudioFormat.ENCODING_E_AC3_JOC,18 -24,Android.Media.Encoding,Iec61937,android/media/AudioFormat.ENCODING_IEC61937,13 -10,Android.Media.Encoding,Invalid,android/media/AudioFormat.ENCODING_INVALID,0 -28,Android.Media.Encoding,Mp3,android/media/AudioFormat.ENCODING_MP3,9 -10,Android.Media.Encoding,Pcm16bit,android/media/AudioFormat.ENCODING_PCM_16BIT,2 -10,Android.Media.Encoding,Pcm8bit,android/media/AudioFormat.ENCODING_PCM_8BIT,3 -21,Android.Media.Encoding,PcmFloat,android/media/AudioFormat.ENCODING_PCM_FLOAT,4 -10,Android.Media.Adjust,Lower,android/media/AudioManager.ADJUST_LOWER,-1 -23,Android.Media.Adjust,Mute,android/media/AudioManager.ADJUST_MUTE,-100 -10,Android.Media.Adjust,Raise,android/media/AudioManager.ADJUST_RAISE,1 -10,Android.Media.Adjust,Same,android/media/AudioManager.ADJUST_SAME,0 -23,Android.Media.Adjust,ToggleMute,android/media/AudioManager.ADJUST_TOGGLE_MUTE,101 -23,Android.Media.Adjust,Unmute,android/media/AudioManager.ADJUST_UNMUTE,100 -10,Android.Media.VolumeNotificationFlags,AllowRingerModes,android/media/AudioManager.FLAG_ALLOW_RINGER_MODES,2 -10,Android.Media.VolumeNotificationFlags,PlaySound,android/media/AudioManager.FLAG_PLAY_SOUND,4 -10,Android.Media.VolumeNotificationFlags,RemoveSoundAndVibrate,android/media/AudioManager.FLAG_REMOVE_SOUND_AND_VIBRATE,8 -10,Android.Media.VolumeNotificationFlags,ShowUi,android/media/AudioManager.FLAG_SHOW_UI,1 -10,Android.Media.VolumeNotificationFlags,Vibrate,android/media/AudioManager.FLAG_VIBRATE,16 -10,Android.Media.SoundEffect,NavigationDown,android/media/AudioManager.FX_FOCUS_NAVIGATION_DOWN,2 -10,Android.Media.SoundEffect,NavigationLeft,android/media/AudioManager.FX_FOCUS_NAVIGATION_LEFT,3 -10,Android.Media.SoundEffect,NavigationRight,android/media/AudioManager.FX_FOCUS_NAVIGATION_RIGHT,4 -10,Android.Media.SoundEffect,NavigationUp,android/media/AudioManager.FX_FOCUS_NAVIGATION_UP,1 -10,Android.Media.SoundEffect,Delete,android/media/AudioManager.FX_KEYPRESS_DELETE,7 -19,Android.Media.SoundEffect,Invalid,android/media/AudioManager.FX_KEYPRESS_INVALID,9 -10,Android.Media.SoundEffect,Return,android/media/AudioManager.FX_KEYPRESS_RETURN,8 -10,Android.Media.SoundEffect,Spacebar,android/media/AudioManager.FX_KEYPRESS_SPACEBAR,6 -10,Android.Media.SoundEffect,Standard,android/media/AudioManager.FX_KEYPRESS_STANDARD,5 -10,Android.Media.SoundEffect,KeyClick,android/media/AudioManager.FX_KEY_CLICK,0 -10,Android.Media.Mode,Current,android/media/AudioManager.MODE_CURRENT,-1 -10,Android.Media.Mode,InCall,android/media/AudioManager.MODE_IN_CALL,2 -15,Android.Media.Mode,InCommunication,android/media/AudioManager.MODE_IN_COMMUNICATION,3 -10,Android.Media.Mode,Invalid,android/media/AudioManager.MODE_INVALID,-2 -10,Android.Media.Mode,Normal,android/media/AudioManager.MODE_NORMAL,0 -10,Android.Media.Mode,Ringtone,android/media/AudioManager.MODE_RINGTONE,1 -10,Android.Media.RingerMode,Normal,android/media/AudioManager.RINGER_MODE_NORMAL,2 -10,Android.Media.RingerMode,Silent,android/media/AudioManager.RINGER_MODE_SILENT,0 -10,Android.Media.RingerMode,Vibrate,android/media/AudioManager.RINGER_MODE_VIBRATE,1 -10,Android.Media.Route,All,android/media/AudioManager.ROUTE_ALL,-1 -10,Android.Media.Route,Bluetooth,android/media/AudioManager.ROUTE_BLUETOOTH,4 -10,Android.Media.Route,BluetoothA2dp,android/media/AudioManager.ROUTE_BLUETOOTH_A2DP,16 -10,Android.Media.Route,BluetoothSco,android/media/AudioManager.ROUTE_BLUETOOTH_SCO,4 -10,Android.Media.Route,Earpiece,android/media/AudioManager.ROUTE_EARPIECE,1 -10,Android.Media.Route,Headset,android/media/AudioManager.ROUTE_HEADSET,8 -10,Android.Media.Route,Speaker,android/media/AudioManager.ROUTE_SPEAKER,2 -10,Android.Media.VibrateSetting,Off,android/media/AudioManager.VIBRATE_SETTING_OFF,0 -10,Android.Media.VibrateSetting,On,android/media/AudioManager.VIBRATE_SETTING_ON,1 -10,Android.Media.VibrateSetting,OnlySilent,android/media/AudioManager.VIBRATE_SETTING_ONLY_SILENT,2 -10,Android.Media.VibrateType,Notification,android/media/AudioManager.VIBRATE_TYPE_NOTIFICATION,1 -10,Android.Media.VibrateType,Ringer,android/media/AudioManager.VIBRATE_TYPE_RINGER,0 -10,Android.Media.RecordStatus,Error,android/media/AudioRecord.ERROR,-1 -10,Android.Media.RecordStatus,ErrorBadValue,android/media/AudioRecord.ERROR_BAD_VALUE,-2 -24,Android.Media.RecordStatus,ErrorDeadObject,android/media/AudioRecord.ERROR_DEAD_OBJECT,-6 -10,Android.Media.RecordStatus,ErrorInvalidOperation,android/media/AudioRecord.ERROR_INVALID_OPERATION,-3 -10,Android.Media.RecordStatus,Success,android/media/AudioRecord.SUCCESS,0 -10,Android.Media.RecordState,Recording,android/media/AudioRecord.RECORDSTATE_RECORDING,3 -10,Android.Media.RecordState,Stopped,android/media/AudioRecord.RECORDSTATE_STOPPED,1 -10,Android.Media.State,Initialized,android/media/AudioRecord.STATE_INITIALIZED,1 -10,Android.Media.State,Uninitialized,android/media/AudioRecord.STATE_UNINITIALIZED,0 -10,Android.Media.AudioTrackMode,Static,android/media/AudioTrack.MODE_STATIC,0 -10,Android.Media.AudioTrackMode,Stream,android/media/AudioTrack.MODE_STREAM,1 -26,Android.Media.AudioTrackPerformanceMode,LowLatency,android/media/AudioTrack.PERFORMANCE_MODE_LOW_LATENCY,1 -26,Android.Media.AudioTrackPerformanceMode,None,android/media/AudioTrack.PERFORMANCE_MODE_NONE,0 -26,Android.Media.AudioTrackPerformanceMode,PowerSaving,android/media/AudioTrack.PERFORMANCE_MODE_POWER_SAVING,2 -10,Android.Media.PlayState,Paused,android/media/AudioTrack.PLAYSTATE_PAUSED,2 -10,Android.Media.PlayState,Playing,android/media/AudioTrack.PLAYSTATE_PLAYING,3 -10,Android.Media.PlayState,Stopped,android/media/AudioTrack.PLAYSTATE_STOPPED,1 -10,Android.Media.AudioTrackState,Initialized,android/media/AudioTrack.STATE_INITIALIZED,1 -10,Android.Media.AudioTrackState,NoStaticData,android/media/AudioTrack.STATE_NO_STATIC_DATA,2 -10,Android.Media.AudioTrackState,Uninitialized,android/media/AudioTrack.STATE_UNINITIALIZED,0 -21,Android.Media.WriteMode,Blocking,android/media/AudioTrack.WRITE_BLOCKING,0 -21,Android.Media.WriteMode,NonBlocking,android/media/AudioTrack.WRITE_NON_BLOCKING,1 -15,Android.Media.CamcorderQuality,Q1080p,android/media/CamcorderProfile.QUALITY_1080P,6 -21,Android.Media.CamcorderQuality,Q2160p,android/media/CamcorderProfile.QUALITY_2160P,8 -15,Android.Media.CamcorderQuality,Q480p,android/media/CamcorderProfile.QUALITY_480P,4 -15,Android.Media.CamcorderQuality,Q720p,android/media/CamcorderProfile.QUALITY_720P,5 -15,Android.Media.CamcorderQuality,Cif,android/media/CamcorderProfile.QUALITY_CIF,3 -10,Android.Media.CamcorderQuality,High,android/media/CamcorderProfile.QUALITY_HIGH,1 -21,Android.Media.CamcorderQuality,HighSpeed1080p,android/media/CamcorderProfile.QUALITY_HIGH_SPEED_1080P,2004 -21,Android.Media.CamcorderQuality,HighSpeed2160p,android/media/CamcorderProfile.QUALITY_HIGH_SPEED_2160P,2005 -21,Android.Media.CamcorderQuality,HighSpeed480p,android/media/CamcorderProfile.QUALITY_HIGH_SPEED_480P,2002 -21,Android.Media.CamcorderQuality,HighSpeed720p,android/media/CamcorderProfile.QUALITY_HIGH_SPEED_720P,2003 -21,Android.Media.CamcorderQuality,HighSpeedHigh,android/media/CamcorderProfile.QUALITY_HIGH_SPEED_HIGH,2001 -21,Android.Media.CamcorderQuality,HighSpeedLow,android/media/CamcorderProfile.QUALITY_HIGH_SPEED_LOW,2000 -10,Android.Media.CamcorderQuality,Low,android/media/CamcorderProfile.QUALITY_LOW,0 -15,Android.Media.CamcorderQuality,Qcif,android/media/CamcorderProfile.QUALITY_QCIF,2 -15,Android.Media.CamcorderQuality,Qvga,android/media/CamcorderProfile.QUALITY_QVGA,7 -15,Android.Media.CamcorderQuality,TimeLapse1080p,android/media/CamcorderProfile.QUALITY_TIME_LAPSE_1080P,1006 -21,Android.Media.CamcorderQuality,TimeLapse2160p,android/media/CamcorderProfile.QUALITY_TIME_LAPSE_2160P,1008 -15,Android.Media.CamcorderQuality,TimeLapse480p,android/media/CamcorderProfile.QUALITY_TIME_LAPSE_480P,1004 -15,Android.Media.CamcorderQuality,TimeLapse720p,android/media/CamcorderProfile.QUALITY_TIME_LAPSE_720P,1005 -15,Android.Media.CamcorderQuality,TimeLapseCif,android/media/CamcorderProfile.QUALITY_TIME_LAPSE_CIF,1003 -15,Android.Media.CamcorderQuality,TimeLapseHigh,android/media/CamcorderProfile.QUALITY_TIME_LAPSE_HIGH,1001 -15,Android.Media.CamcorderQuality,TimeLapseLow,android/media/CamcorderProfile.QUALITY_TIME_LAPSE_LOW,1000 -15,Android.Media.CamcorderQuality,TimeLapseQcif,android/media/CamcorderProfile.QUALITY_TIME_LAPSE_QCIF,1002 -15,Android.Media.CamcorderQuality,TimeLapseQvga,android/media/CamcorderProfile.QUALITY_TIME_LAPSE_QVGA,1007 -10,Android.Media.Orientation,FlipHorizontal,android/media/ExifInterface.ORIENTATION_FLIP_HORIZONTAL,2 -10,Android.Media.Orientation,FlipVertical,android/media/ExifInterface.ORIENTATION_FLIP_VERTICAL,4 -10,Android.Media.Orientation,Normal,android/media/ExifInterface.ORIENTATION_NORMAL,1 -10,Android.Media.Orientation,Rotate180,android/media/ExifInterface.ORIENTATION_ROTATE_180,3 -10,Android.Media.Orientation,Rotate270,android/media/ExifInterface.ORIENTATION_ROTATE_270,8 -10,Android.Media.Orientation,Rotate90,android/media/ExifInterface.ORIENTATION_ROTATE_90,6 -10,Android.Media.Orientation,Transpose,android/media/ExifInterface.ORIENTATION_TRANSPOSE,5 -10,Android.Media.Orientation,Transverse,android/media/ExifInterface.ORIENTATION_TRANSVERSE,7 -10,Android.Media.Orientation,Undefined,android/media/ExifInterface.ORIENTATION_UNDEFINED,0 -10,Android.Media.WhiteBalance,Auto,android/media/ExifInterface.WHITEBALANCE_AUTO,0 -10,Android.Media.WhiteBalance,Manual,android/media/ExifInterface.WHITEBALANCE_MANUAL,1 -10,Android.Media.Euler,X,android/media/FaceDetector$Face.EULER_X,0 -10,Android.Media.Euler,Y,android/media/FaceDetector$Face.EULER_Y,1 -10,Android.Media.Euler,Z,android/media/FaceDetector$Face.EULER_Z,2 -21,Android.Media.BitrateMode,Cbr,android/media/MediaCodecInfo.EncoderCapabilities.BITRATE_MODE_CBR,2 -21,Android.Media.BitrateMode,Cq,android/media/MediaCodecInfo.EncoderCapabilities.BITRATE_MODE_CQ,0 -21,Android.Media.BitrateMode,Vbr,android/media/MediaCodecInfo.EncoderCapabilities.BITRATE_MODE_VBR,1 -21,Android.Media.MediaCodecListKind,AllCodecs,android/media/MediaCodecList.ALL_CODECS,1 -21,Android.Media.MediaCodecListKind,RegularCodecs,android/media/MediaCodecList.REGULAR_CODECS,0 -26,Android.Media.PrepareDrmStatus,PreparationError,android/media/MediaPlayer.PREPARE_DRM_STATUS_PREPARATION_ERROR,3 -26,Android.Media.PrepareDrmStatus,ProvisioningNetworkError,android/media/MediaPlayer.PREPARE_DRM_STATUS_PROVISIONING_NETWORK_ERROR,1 -26,Android.Media.PrepareDrmStatus,ProvisioningServerError,android/media/MediaPlayer.PREPARE_DRM_STATUS_PROVISIONING_SERVER_ERROR,2 -26,Android.Media.PrepareDrmStatus,Success,android/media/MediaPlayer.PREPARE_DRM_STATUS_SUCCESS,0 -17,Android.Media.MediaError,Io,android/media/MediaPlayer.MEDIA_ERROR_IO,-1004 -17,Android.Media.MediaError,Malformed,android/media/MediaPlayer.MEDIA_ERROR_MALFORMED,-1007 -10,Android.Media.MediaError,NotValidForProgressivePlayback,android/media/MediaPlayer.MEDIA_ERROR_NOT_VALID_FOR_PROGRESSIVE_PLAYBACK,200 -10,Android.Media.MediaError,ServerDied,android/media/MediaPlayer.MEDIA_ERROR_SERVER_DIED,100 -17,Android.Media.MediaError,TimedOut,android/media/MediaPlayer.MEDIA_ERROR_TIMED_OUT,-110 -10,Android.Media.MediaError,Unknown,android/media/MediaPlayer.MEDIA_ERROR_UNKNOWN,1 -17,Android.Media.MediaError,Unsupported,android/media/MediaPlayer.MEDIA_ERROR_UNSUPPORTED,-1010 -26,Android.Media.MediaInfo,AudioNotPlaying,android/media/MediaPlayer.MEDIA_INFO_AUDIO_NOT_PLAYING,804 -10,Android.Media.MediaInfo,BadInterleaving,android/media/MediaPlayer.MEDIA_INFO_BAD_INTERLEAVING,800 -10,Android.Media.MediaInfo,BufferingEnd,android/media/MediaPlayer.MEDIA_INFO_BUFFERING_END,702 -10,Android.Media.MediaInfo,BufferingStart,android/media/MediaPlayer.MEDIA_INFO_BUFFERING_START,701 -10,Android.Media.MediaInfo,MetadataUpdate,android/media/MediaPlayer.MEDIA_INFO_METADATA_UPDATE,802 -10,Android.Media.MediaInfo,NotSeekable,android/media/MediaPlayer.MEDIA_INFO_NOT_SEEKABLE,801 -28,Android.Media.MediaInfo,StartedAsNext,android/media/MediaPlayer.MEDIA_INFO_STARTED_AS_NEXT,2 -19,Android.Media.MediaInfo,SubtitleTimedOut,android/media/MediaPlayer.MEDIA_INFO_SUBTITLE_TIMED_OUT,902 -10,Android.Media.MediaInfo,Unknown,android/media/MediaPlayer.MEDIA_INFO_UNKNOWN,1 -19,Android.Media.MediaInfo,UnsupportedSubtitle,android/media/MediaPlayer.MEDIA_INFO_UNSUPPORTED_SUBTITLE,901 -26,Android.Media.MediaInfo,VideoNotPlaying,android/media/MediaPlayer.MEDIA_INFO_VIDEO_NOT_PLAYING,805 -17,Android.Media.MediaInfo,VideoRenderingStart,android/media/MediaPlayer.MEDIA_INFO_VIDEO_RENDERING_START,3 -10,Android.Media.MediaInfo,VideoTrackLagging,android/media/MediaPlayer.MEDIA_INFO_VIDEO_TRACK_LAGGING,700 -26,Android.Media.MediaPlayerSeekMode,Closest,android/media/MediaPlayer.SEEK_CLOSEST,3 -26,Android.Media.MediaPlayerSeekMode,ClosestSync,android/media/MediaPlayer.SEEK_CLOSEST_SYNC,2 -26,Android.Media.MediaPlayerSeekMode,NextSync,android/media/MediaPlayer.SEEK_NEXT_SYNC,1 -26,Android.Media.MediaPlayerSeekMode,PreviousSync,android/media/MediaPlayer.SEEK_PREVIOUS_SYNC,0 -10,Android.Media.MediaRecorderInfo,MaxDurationReached,android/media/MediaRecorder.MEDIA_RECORDER_INFO_MAX_DURATION_REACHED,800 -26,Android.Media.MediaRecorderInfo,MaxFilesizeApproaching,android/media/MediaRecorder.MEDIA_RECORDER_INFO_MAX_FILESIZE_APPROACHING,802 -10,Android.Media.MediaRecorderInfo,MaxFilesizeReached,android/media/MediaRecorder.MEDIA_RECORDER_INFO_MAX_FILESIZE_REACHED,801 -26,Android.Media.MediaRecorderInfo,NextOutputFileStarted,android/media/MediaRecorder.MEDIA_RECORDER_INFO_NEXT_OUTPUT_FILE_STARTED,803 -10,Android.Media.MediaRecorderInfo,Unknown,android/media/MediaRecorder.MEDIA_RECORDER_INFO_UNKNOWN,1 -10,Android.Media.AudioEncoder,Aac,android/media/MediaRecorder$AudioEncoder.AAC,3 -16,Android.Media.AudioEncoder,AacEld,android/media/MediaRecorder$AudioEncoder.AAC_ELD,5 -10,Android.Media.AudioEncoder,AmrNb,android/media/MediaRecorder$AudioEncoder.AMR_NB,1 -10,Android.Media.AudioEncoder,AmrWb,android/media/MediaRecorder$AudioEncoder.AMR_WB,2 -10,Android.Media.AudioEncoder,Default,android/media/MediaRecorder$AudioEncoder.DEFAULT,0 -16,Android.Media.AudioEncoder,HeAac,android/media/MediaRecorder$AudioEncoder.HE_AAC,4 -29,Android.Media.AudioEncoder,Opus,android/media/MediaRecorder$AudioEncoder.OPUS,7 -21,Android.Media.AudioEncoder,Vorbis,android/media/MediaRecorder$AudioEncoder.VORBIS,6 -10,Android.Media.AudioSource,Camcorder,android/media/MediaRecorder$AudioSource.CAMCORDER,5 -10,Android.Media.AudioSource,Default,android/media/MediaRecorder$AudioSource.DEFAULT,0 -10,Android.Media.AudioSource,Mic,android/media/MediaRecorder$AudioSource.MIC,1 -19,Android.Media.AudioSource,RemoteSubmix,android/media/MediaRecorder$AudioSource.REMOTE_SUBMIX,8 -24,Android.Media.AudioSource,Unprocessed,android/media/MediaRecorder$AudioSource.UNPROCESSED,9 -10,Android.Media.AudioSource,VoiceCall,android/media/MediaRecorder$AudioSource.VOICE_CALL,4 -15,Android.Media.AudioSource,VoiceCommunication,android/media/MediaRecorder$AudioSource.VOICE_COMMUNICATION,7 -10,Android.Media.AudioSource,VoiceDownlink,android/media/MediaRecorder$AudioSource.VOICE_DOWNLINK,3 -29,Android.Media.AudioSource,VoicePerformance,android/media/MediaRecorder$AudioSource.VOICE_PERFORMANCE,10 -10,Android.Media.AudioSource,VoiceRecognition,android/media/MediaRecorder$AudioSource.VOICE_RECOGNITION,6 -10,Android.Media.AudioSource,VoiceUplink,android/media/MediaRecorder$AudioSource.VOICE_UPLINK,2 -16,Android.Media.OutputFormat,AacAdts,android/media/MediaRecorder$OutputFormat.AAC_ADTS,6 -10,Android.Media.OutputFormat,AmrNb,android/media/MediaRecorder$OutputFormat.AMR_NB,3 -10,Android.Media.OutputFormat,AmrWb,android/media/MediaRecorder$OutputFormat.AMR_WB,4 -10,Android.Media.OutputFormat,Default,android/media/MediaRecorder$OutputFormat.DEFAULT,0 -26,Android.Media.OutputFormat,Mpeg2Ts,android/media/MediaRecorder$OutputFormat.MPEG_2_TS,8 -10,Android.Media.OutputFormat,Mpeg4,android/media/MediaRecorder$OutputFormat.MPEG_4,2 -29,Android.Media.OutputFormat,Ogg,android/media/MediaRecorder$OutputFormat.OGG,11 -10,Android.Media.OutputFormat,RawAmr,android/media/MediaRecorder$OutputFormat.RAW_AMR,3 -10,Android.Media.OutputFormat,ThreeGpp,android/media/MediaRecorder$OutputFormat.THREE_GPP,1 -21,Android.Media.OutputFormat,Webm,android/media/MediaRecorder$OutputFormat.WEBM,9 -21,Android.Media.Session.MediaPlaybackType,Local,android/media/session/MediaController.PlaybackInfo.PLAYBACK_TYPE_LOCAL,1 -21,Android.Media.Session.MediaPlaybackType,Remote,android/media/session/MediaController.PlaybackInfo.PLAYBACK_TYPE_REMOTE,2 -10,Android.Media.RingtoneType,Alarm,android/media/RingtoneManager.TYPE_ALARM,4 -10,Android.Media.RingtoneType,All,android/media/RingtoneManager.TYPE_ALL,7 -10,Android.Media.RingtoneType,Notification,android/media/RingtoneManager.TYPE_NOTIFICATION,2 -10,Android.Media.RingtoneType,Ringtone,android/media/RingtoneManager.TYPE_RINGTONE,1 -10,Android.Media.Tone,CdmaAbbrAlert,android/media/ToneGenerator.TONE_CDMA_ABBR_ALERT,97 -10,Android.Media.Tone,CdmaAbbrIntercept,android/media/ToneGenerator.TONE_CDMA_ABBR_INTERCEPT,37 -10,Android.Media.Tone,CdmaAbbrReorder,android/media/ToneGenerator.TONE_CDMA_ABBR_REORDER,39 -10,Android.Media.Tone,CdmaAlertAutoredialLite,android/media/ToneGenerator.TONE_CDMA_ALERT_AUTOREDIAL_LITE,87 -10,Android.Media.Tone,CdmaAlertCallGuard,android/media/ToneGenerator.TONE_CDMA_ALERT_CALL_GUARD,93 -10,Android.Media.Tone,CdmaAlertIncallLite,android/media/ToneGenerator.TONE_CDMA_ALERT_INCALL_LITE,91 -10,Android.Media.Tone,CdmaAlertNetworkLite,android/media/ToneGenerator.TONE_CDMA_ALERT_NETWORK_LITE,86 -10,Android.Media.Tone,CdmaAnswer,android/media/ToneGenerator.TONE_CDMA_ANSWER,42 -10,Android.Media.Tone,CdmaCallSignalIsdnIntergroup,android/media/ToneGenerator.TONE_CDMA_CALL_SIGNAL_ISDN_INTERGROUP,46 -10,Android.Media.Tone,CdmaCallSignalIsdnNormal,android/media/ToneGenerator.TONE_CDMA_CALL_SIGNAL_ISDN_NORMAL,45 -10,Android.Media.Tone,CdmaCallSignalIsdnPat3,android/media/ToneGenerator.TONE_CDMA_CALL_SIGNAL_ISDN_PAT3,48 -10,Android.Media.Tone,CdmaCallSignalIsdnPat5,android/media/ToneGenerator.TONE_CDMA_CALL_SIGNAL_ISDN_PAT5,50 -10,Android.Media.Tone,CdmaCallSignalIsdnPat6,android/media/ToneGenerator.TONE_CDMA_CALL_SIGNAL_ISDN_PAT6,51 -10,Android.Media.Tone,CdmaCallSignalIsdnPat7,android/media/ToneGenerator.TONE_CDMA_CALL_SIGNAL_ISDN_PAT7,52 -10,Android.Media.Tone,CdmaCallSignalIsdnPingRing,android/media/ToneGenerator.TONE_CDMA_CALL_SIGNAL_ISDN_PING_RING,49 -10,Android.Media.Tone,CdmaCallSignalIsdnSpPri,android/media/ToneGenerator.TONE_CDMA_CALL_SIGNAL_ISDN_SP_PRI,47 -10,Android.Media.Tone,CdmaCalldropLite,android/media/ToneGenerator.TONE_CDMA_CALLDROP_LITE,95 -10,Android.Media.Tone,CdmaConfirm,android/media/ToneGenerator.TONE_CDMA_CONFIRM,41 -10,Android.Media.Tone,CdmaDialToneLite,android/media/ToneGenerator.TONE_CDMA_DIAL_TONE_LITE,34 -10,Android.Media.Tone,CdmaEmergencyRingback,android/media/ToneGenerator.TONE_CDMA_EMERGENCY_RINGBACK,92 -10,Android.Media.Tone,CdmaHighL,android/media/ToneGenerator.TONE_CDMA_HIGH_L,53 -10,Android.Media.Tone,CdmaHighPbxL,android/media/ToneGenerator.TONE_CDMA_HIGH_PBX_L,71 -10,Android.Media.Tone,CdmaHighPbxSX4,android/media/ToneGenerator.TONE_CDMA_HIGH_PBX_S_X4,83 -10,Android.Media.Tone,CdmaHighPbxSls,android/media/ToneGenerator.TONE_CDMA_HIGH_PBX_SLS,80 -10,Android.Media.Tone,CdmaHighPbxSs,android/media/ToneGenerator.TONE_CDMA_HIGH_PBX_SS,74 -10,Android.Media.Tone,CdmaHighPbxSsl,android/media/ToneGenerator.TONE_CDMA_HIGH_PBX_SSL,77 -10,Android.Media.Tone,CdmaHighSX4,android/media/ToneGenerator.TONE_CDMA_HIGH_S_X4,68 -10,Android.Media.Tone,CdmaHighSls,android/media/ToneGenerator.TONE_CDMA_HIGH_SLS,65 -10,Android.Media.Tone,CdmaHighSs,android/media/ToneGenerator.TONE_CDMA_HIGH_SS,56 -10,Android.Media.Tone,CdmaHighSs2,android/media/ToneGenerator.TONE_CDMA_HIGH_SS_2,62 -10,Android.Media.Tone,CdmaHighSsl,android/media/ToneGenerator.TONE_CDMA_HIGH_SSL,59 -10,Android.Media.Tone,CdmaIntercept,android/media/ToneGenerator.TONE_CDMA_INTERCEPT,36 -10,Android.Media.Tone,CdmaKeypadVolumeKeyLite,android/media/ToneGenerator.TONE_CDMA_KEYPAD_VOLUME_KEY_LITE,89 -10,Android.Media.Tone,CdmaLowL,android/media/ToneGenerator.TONE_CDMA_LOW_L,55 -10,Android.Media.Tone,CdmaLowPbxL,android/media/ToneGenerator.TONE_CDMA_LOW_PBX_L,73 -10,Android.Media.Tone,CdmaLowPbxSX4,android/media/ToneGenerator.TONE_CDMA_LOW_PBX_S_X4,85 -10,Android.Media.Tone,CdmaLowPbxSls,android/media/ToneGenerator.TONE_CDMA_LOW_PBX_SLS,82 -10,Android.Media.Tone,CdmaLowPbxSs,android/media/ToneGenerator.TONE_CDMA_LOW_PBX_SS,76 -10,Android.Media.Tone,CdmaLowPbxSsl,android/media/ToneGenerator.TONE_CDMA_LOW_PBX_SSL,79 -10,Android.Media.Tone,CdmaLowSX4,android/media/ToneGenerator.TONE_CDMA_LOW_S_X4,70 -10,Android.Media.Tone,CdmaLowSls,android/media/ToneGenerator.TONE_CDMA_LOW_SLS,67 -10,Android.Media.Tone,CdmaLowSs,android/media/ToneGenerator.TONE_CDMA_LOW_SS,58 -10,Android.Media.Tone,CdmaLowSs2,android/media/ToneGenerator.TONE_CDMA_LOW_SS_2,64 -10,Android.Media.Tone,CdmaLowSsl,android/media/ToneGenerator.TONE_CDMA_LOW_SSL,61 -10,Android.Media.Tone,CdmaMedL,android/media/ToneGenerator.TONE_CDMA_MED_L,54 -10,Android.Media.Tone,CdmaMedPbxL,android/media/ToneGenerator.TONE_CDMA_MED_PBX_L,72 -10,Android.Media.Tone,CdmaMedPbxSX4,android/media/ToneGenerator.TONE_CDMA_MED_PBX_S_X4,84 -10,Android.Media.Tone,CdmaMedPbxSls,android/media/ToneGenerator.TONE_CDMA_MED_PBX_SLS,81 -10,Android.Media.Tone,CdmaMedPbxSs,android/media/ToneGenerator.TONE_CDMA_MED_PBX_SS,75 -10,Android.Media.Tone,CdmaMedPbxSsl,android/media/ToneGenerator.TONE_CDMA_MED_PBX_SSL,78 -10,Android.Media.Tone,CdmaMedSX4,android/media/ToneGenerator.TONE_CDMA_MED_S_X4,69 -10,Android.Media.Tone,CdmaMedSls,android/media/ToneGenerator.TONE_CDMA_MED_SLS,66 -10,Android.Media.Tone,CdmaMedSs,android/media/ToneGenerator.TONE_CDMA_MED_SS,57 -10,Android.Media.Tone,CdmaMedSs2,android/media/ToneGenerator.TONE_CDMA_MED_SS_2,63 -10,Android.Media.Tone,CdmaMedSsl,android/media/ToneGenerator.TONE_CDMA_MED_SSL,60 -10,Android.Media.Tone,CdmaNetworkBusy,android/media/ToneGenerator.TONE_CDMA_NETWORK_BUSY,40 -10,Android.Media.Tone,CdmaNetworkBusyOneShot,android/media/ToneGenerator.TONE_CDMA_NETWORK_BUSY_ONE_SHOT,96 -10,Android.Media.Tone,CdmaNetworkCallwaiting,android/media/ToneGenerator.TONE_CDMA_NETWORK_CALLWAITING,43 -10,Android.Media.Tone,CdmaNetworkUsaRingback,android/media/ToneGenerator.TONE_CDMA_NETWORK_USA_RINGBACK,35 -10,Android.Media.Tone,CdmaOneMinBeep,android/media/ToneGenerator.TONE_CDMA_ONE_MIN_BEEP,88 -10,Android.Media.Tone,CdmaPip,android/media/ToneGenerator.TONE_CDMA_PIP,44 -10,Android.Media.Tone,CdmaPressholdkeyLite,android/media/ToneGenerator.TONE_CDMA_PRESSHOLDKEY_LITE,90 -10,Android.Media.Tone,CdmaReorder,android/media/ToneGenerator.TONE_CDMA_REORDER,38 -10,Android.Media.Tone,CdmaSignalOff,android/media/ToneGenerator.TONE_CDMA_SIGNAL_OFF,98 -10,Android.Media.Tone,CdmaSoftErrorLite,android/media/ToneGenerator.TONE_CDMA_SOFT_ERROR_LITE,94 -10,Android.Media.Tone,Dtmf0,android/media/ToneGenerator.TONE_DTMF_0,0 -10,Android.Media.Tone,Dtmf1,android/media/ToneGenerator.TONE_DTMF_1,1 -10,Android.Media.Tone,Dtmf2,android/media/ToneGenerator.TONE_DTMF_2,2 -10,Android.Media.Tone,Dtmf3,android/media/ToneGenerator.TONE_DTMF_3,3 -10,Android.Media.Tone,Dtmf4,android/media/ToneGenerator.TONE_DTMF_4,4 -10,Android.Media.Tone,Dtmf5,android/media/ToneGenerator.TONE_DTMF_5,5 -10,Android.Media.Tone,Dtmf6,android/media/ToneGenerator.TONE_DTMF_6,6 -10,Android.Media.Tone,Dtmf7,android/media/ToneGenerator.TONE_DTMF_7,7 -10,Android.Media.Tone,Dtmf8,android/media/ToneGenerator.TONE_DTMF_8,8 -10,Android.Media.Tone,Dtmf9,android/media/ToneGenerator.TONE_DTMF_9,9 -10,Android.Media.Tone,DtmfA,android/media/ToneGenerator.TONE_DTMF_A,12 -10,Android.Media.Tone,DtmfB,android/media/ToneGenerator.TONE_DTMF_B,13 -10,Android.Media.Tone,DtmfC,android/media/ToneGenerator.TONE_DTMF_C,14 -10,Android.Media.Tone,DtmfD,android/media/ToneGenerator.TONE_DTMF_D,15 -10,Android.Media.Tone,DtmfP,android/media/ToneGenerator.TONE_DTMF_P,11 -10,Android.Media.Tone,DtmfS,android/media/ToneGenerator.TONE_DTMF_S,10 -10,Android.Media.Tone,PropAck,android/media/ToneGenerator.TONE_PROP_ACK,25 -10,Android.Media.Tone,PropBeep,android/media/ToneGenerator.TONE_PROP_BEEP,24 -10,Android.Media.Tone,PropBeep2,android/media/ToneGenerator.TONE_PROP_BEEP2,28 -10,Android.Media.Tone,PropNack,android/media/ToneGenerator.TONE_PROP_NACK,26 -10,Android.Media.Tone,PropPrompt,android/media/ToneGenerator.TONE_PROP_PROMPT,27 -10,Android.Media.Tone,SupBusy,android/media/ToneGenerator.TONE_SUP_BUSY,17 -10,Android.Media.Tone,SupCallWaiting,android/media/ToneGenerator.TONE_SUP_CALL_WAITING,22 -10,Android.Media.Tone,SupConfirm,android/media/ToneGenerator.TONE_SUP_CONFIRM,32 -10,Android.Media.Tone,SupCongestion,android/media/ToneGenerator.TONE_SUP_CONGESTION,18 -10,Android.Media.Tone,SupCongestionAbbrev,android/media/ToneGenerator.TONE_SUP_CONGESTION_ABBREV,31 -10,Android.Media.Tone,SupDial,android/media/ToneGenerator.TONE_SUP_DIAL,16 -10,Android.Media.Tone,SupError,android/media/ToneGenerator.TONE_SUP_ERROR,21 -10,Android.Media.Tone,SupIntercept,android/media/ToneGenerator.TONE_SUP_INTERCEPT,29 -10,Android.Media.Tone,SupInterceptAbbrev,android/media/ToneGenerator.TONE_SUP_INTERCEPT_ABBREV,30 -10,Android.Media.Tone,SupPip,android/media/ToneGenerator.TONE_SUP_PIP,33 -10,Android.Media.Tone,SupRadioAck,android/media/ToneGenerator.TONE_SUP_RADIO_ACK,19 -10,Android.Media.Tone,SupRadioNotavail,android/media/ToneGenerator.TONE_SUP_RADIO_NOTAVAIL,20 -10,Android.Media.Tone,SupRingtone,android/media/ToneGenerator.TONE_SUP_RINGTONE,23 -21,Android.Media.VolumeControl,Absolute,android/media/VolumeProvider.VOLUME_CONTROL_ABSOLUTE,2 -21,Android.Media.VolumeControl,Fixed,android/media/VolumeProvider.VOLUME_CONTROL_FIXED,0 -21,Android.Media.VolumeControl,Relative,android/media/VolumeProvider.VOLUME_CONTROL_RELATIVE,1 -26,Android.Media.VolumeInterpolatorType,Cubic,android/media/VolumeShaper.Configuration.INTERPOLATOR_TYPE_CUBIC,2 -26,Android.Media.VolumeInterpolatorType,CubicMonotonic,android/media/VolumeShaper.Configuration.INTERPOLATOR_TYPE_CUBIC_MONOTONIC,3 -26,Android.Media.VolumeInterpolatorType,Linear,android/media/VolumeShaper.Configuration.INTERPOLATOR_TYPE_LINEAR,1 -26,Android.Media.VolumeInterpolatorType,Step,android/media/VolumeShaper.Configuration.INTERPOLATOR_TYPE_STEP,0 -21,Android.Media.Audiofx.VirtualizationMode,Auto,android/media/audiofx/Virtualizer.VIRTUALIZATION_MODE_AUTO,1 -21,Android.Media.Audiofx.VirtualizationMode,Binaural,android/media/audiofx/Virtualizer.VIRTUALIZATION_MODE_BINAURAL,2 -21,Android.Media.Audiofx.VirtualizationMode,Off,android/media/audiofx/Virtualizer.VIRTUALIZATION_MODE_OFF,0 -21,Android.Media.Audiofx.VirtualizationMode,Transaural,android/media/audiofx/Virtualizer.VIRTUALIZATION_MODE_TRANSAURAL,3 -0,Android.Media.Browse.MediaItemFlags,None,,0 -21,Android.Media.Browse.MediaItemFlags,Browsable,android/media/browse/MediaBrowser.MediaItem.FLAG_BROWSABLE,1 -21,Android.Media.Browse.MediaItemFlags,Playable,android/media/browse/MediaBrowser.MediaItem.FLAG_PLAYABLE,2 -26,Android.Media.TV.ReviewRatingStyle,Percentage,android/media/tv/TvContract.Programs.REVIEW_RATING_STYLE_PERCENTAGE,2 -26,Android.Media.TV.ReviewRatingStyle,Stars,android/media/tv/TvContract.Programs.REVIEW_RATING_STYLE_STARS,0 -26,Android.Media.TV.ReviewRatingStyle,ThumbsUpDown,android/media/tv/TvContract.Programs.REVIEW_RATING_STYLE_THUMBS_UP_DOWN,1 -26,Android.Media.TV.PreviewAspectRatio,A11,android/media/tv/TvContract.PreviewPrograms.ASPECT_RATIO_1_1,3 -26,Android.Media.TV.PreviewAspectRatio,A169,android/media/tv/TvContract.PreviewPrograms.ASPECT_RATIO_16_9,0 -26,Android.Media.TV.PreviewAspectRatio,A23,android/media/tv/TvContract.PreviewPrograms.ASPECT_RATIO_2_3,4 -26,Android.Media.TV.PreviewAspectRatio,A32,android/media/tv/TvContract.PreviewPrograms.ASPECT_RATIO_3_2,1 -26,Android.Media.TV.PreviewAspectRatio,A43,android/media/tv/TvContract.PreviewPrograms.ASPECT_RATIO_4_3,2 -26,Android.Media.TV.PreviewAvailability,Available,android/media/tv/TvContract.PreviewPrograms.AVAILABILITY_AVAILABLE,0 -26,Android.Media.TV.PreviewAvailability,FreeWithSubscription,android/media/tv/TvContract.PreviewPrograms.AVAILABILITY_FREE_WITH_SUBSCRIPTION,1 -26,Android.Media.TV.PreviewAvailability,PaidContent,android/media/tv/TvContract.PreviewPrograms.AVAILABILITY_PAID_CONTENT,2 -26,Android.Media.TV.PreviewInteractionType,Fans,android/media/tv/TvContract.PreviewPrograms.INTERACTION_TYPE_FANS,3 -26,Android.Media.TV.PreviewInteractionType,Followers,android/media/tv/TvContract.PreviewPrograms.INTERACTION_TYPE_FOLLOWERS,2 -26,Android.Media.TV.PreviewInteractionType,Likes,android/media/tv/TvContract.PreviewPrograms.INTERACTION_TYPE_LIKES,4 -26,Android.Media.TV.PreviewInteractionType,Listens,android/media/tv/TvContract.PreviewPrograms.INTERACTION_TYPE_LISTENS,1 -26,Android.Media.TV.PreviewInteractionType,Thumbs,android/media/tv/TvContract.PreviewPrograms.INTERACTION_TYPE_THUMBS,5 -26,Android.Media.TV.PreviewInteractionType,Viewers,android/media/tv/TvContract.PreviewPrograms.INTERACTION_TYPE_VIEWERS,6 -26,Android.Media.TV.PreviewInteractionType,Views,android/media/tv/TvContract.PreviewPrograms.INTERACTION_TYPE_VIEWS,0 -26,Android.Media.TV.PreviewReviewRatingStyle,Percentage,android/media/tv/TvContract.PreviewPrograms.REVIEW_RATING_STYLE_PERCENTAGE,2 -26,Android.Media.TV.PreviewReviewRatingStyle,Stars,android/media/tv/TvContract.PreviewPrograms.REVIEW_RATING_STYLE_STARS,0 -26,Android.Media.TV.PreviewReviewRatingStyle,ThumbsUpDown,android/media/tv/TvContract.PreviewPrograms.REVIEW_RATING_STYLE_THUMBS_UP_DOWN,1 -26,Android.Media.TV.PreviewType,Album,android/media/tv/TvContract.PreviewPrograms.TYPE_ALBUM,8 -26,Android.Media.TV.PreviewType,Artist,android/media/tv/TvContract.PreviewPrograms.TYPE_ARTIST,9 -26,Android.Media.TV.PreviewType,Channel,android/media/tv/TvContract.PreviewPrograms.TYPE_CHANNEL,6 -26,Android.Media.TV.PreviewType,Clip,android/media/tv/TvContract.PreviewPrograms.TYPE_CLIP,4 -26,Android.Media.TV.PreviewType,Event,android/media/tv/TvContract.PreviewPrograms.TYPE_EVENT,5 -26,Android.Media.TV.PreviewType,Movie,android/media/tv/TvContract.PreviewPrograms.TYPE_MOVIE,0 -26,Android.Media.TV.PreviewType,Playlist,android/media/tv/TvContract.PreviewPrograms.TYPE_PLAYLIST,10 -26,Android.Media.TV.PreviewType,Station,android/media/tv/TvContract.PreviewPrograms.TYPE_STATION,11 -26,Android.Media.TV.PreviewType,Track,android/media/tv/TvContract.PreviewPrograms.TYPE_TRACK,7 -26,Android.Media.TV.PreviewType,TvEpisode,android/media/tv/TvContract.PreviewPrograms.TYPE_TV_EPISODE,3 -26,Android.Media.TV.PreviewType,TvSeason,android/media/tv/TvContract.PreviewPrograms.TYPE_TV_SEASON,2 -26,Android.Media.TV.PreviewType,TvSeries,android/media/tv/TvContract.PreviewPrograms.TYPE_TV_SERIES,1 -26,Android.Media.TV.RecordedReviewRatingStyle,Percentage,android/media/tv/TvContract.RecordedPrograms.REVIEW_RATING_STYLE_PERCENTAGE,2 -26,Android.Media.TV.RecordedReviewRatingStyle,Stars,android/media/tv/TvContract.RecordedPrograms.REVIEW_RATING_STYLE_STARS,0 -26,Android.Media.TV.RecordedReviewRatingStyle,ThumbsUpDown,android/media/tv/TvContract.RecordedPrograms.REVIEW_RATING_STYLE_THUMBS_UP_DOWN,1 -26,Android.Media.TV.WatchNextAspectRatio,A11,android/media/tv/TvContract.WatchNextPrograms.ASPECT_RATIO_1_1,3 -26,Android.Media.TV.WatchNextAspectRatio,A169,android/media/tv/TvContract.WatchNextPrograms.ASPECT_RATIO_16_9,0 -26,Android.Media.TV.WatchNextAspectRatio,A23,android/media/tv/TvContract.WatchNextPrograms.ASPECT_RATIO_2_3,4 -26,Android.Media.TV.WatchNextAspectRatio,A32,android/media/tv/TvContract.WatchNextPrograms.ASPECT_RATIO_3_2,1 -26,Android.Media.TV.WatchNextAspectRatio,A43,android/media/tv/TvContract.WatchNextPrograms.ASPECT_RATIO_4_3,2 -26,Android.Media.TV.WatchNextAvailability,Available,android/media/tv/TvContract.WatchNextPrograms.AVAILABILITY_AVAILABLE,0 -26,Android.Media.TV.WatchNextAvailability,FreeWithSubscription,android/media/tv/TvContract.WatchNextPrograms.AVAILABILITY_FREE_WITH_SUBSCRIPTION,1 -26,Android.Media.TV.WatchNextAvailability,PaidContent,android/media/tv/TvContract.WatchNextPrograms.AVAILABILITY_PAID_CONTENT,2 -26,Android.Media.TV.WatchNextInteractionType,Fans,android/media/tv/TvContract.WatchNextPrograms.INTERACTION_TYPE_FANS,3 -26,Android.Media.TV.WatchNextInteractionType,Followers,android/media/tv/TvContract.WatchNextPrograms.INTERACTION_TYPE_FOLLOWERS,2 -26,Android.Media.TV.WatchNextInteractionType,Likes,android/media/tv/TvContract.WatchNextPrograms.INTERACTION_TYPE_LIKES,4 -26,Android.Media.TV.WatchNextInteractionType,Listens,android/media/tv/TvContract.WatchNextPrograms.INTERACTION_TYPE_LISTENS,1 -26,Android.Media.TV.WatchNextInteractionType,Thumbs,android/media/tv/TvContract.WatchNextPrograms.INTERACTION_TYPE_THUMBS,5 -26,Android.Media.TV.WatchNextInteractionType,Viewers,android/media/tv/TvContract.WatchNextPrograms.INTERACTION_TYPE_VIEWERS,6 -26,Android.Media.TV.WatchNextInteractionType,Views,android/media/tv/TvContract.WatchNextPrograms.INTERACTION_TYPE_VIEWS,0 -26,Android.Media.TV.WatchNextReviewRatingStyle,Percentage,android/media/tv/TvContract.WatchNextPrograms.REVIEW_RATING_STYLE_PERCENTAGE,2 -26,Android.Media.TV.WatchNextReviewRatingStyle,Stars,android/media/tv/TvContract.WatchNextPrograms.REVIEW_RATING_STYLE_STARS,0 -26,Android.Media.TV.WatchNextReviewRatingStyle,ThumbsUpDown,android/media/tv/TvContract.WatchNextPrograms.REVIEW_RATING_STYLE_THUMBS_UP_DOWN,1 -26,Android.Media.TV.WatchNextType,Album,android/media/tv/TvContract.WatchNextPrograms.TYPE_ALBUM,8 -26,Android.Media.TV.WatchNextType,Artist,android/media/tv/TvContract.WatchNextPrograms.TYPE_ARTIST,9 -26,Android.Media.TV.WatchNextType,Channel,android/media/tv/TvContract.WatchNextPrograms.TYPE_CHANNEL,6 -26,Android.Media.TV.WatchNextType,Clip,android/media/tv/TvContract.WatchNextPrograms.TYPE_CLIP,4 -26,Android.Media.TV.WatchNextType,Event,android/media/tv/TvContract.WatchNextPrograms.TYPE_EVENT,5 -26,Android.Media.TV.WatchNextType,Movie,android/media/tv/TvContract.WatchNextPrograms.TYPE_MOVIE,0 -26,Android.Media.TV.WatchNextType,Playlist,android/media/tv/TvContract.WatchNextPrograms.TYPE_PLAYLIST,10 -26,Android.Media.TV.WatchNextType,Station,android/media/tv/TvContract.WatchNextPrograms.TYPE_STATION,11 -26,Android.Media.TV.WatchNextType,Track,android/media/tv/TvContract.WatchNextPrograms.TYPE_TRACK,7 -26,Android.Media.TV.WatchNextType,TvEpisode,android/media/tv/TvContract.WatchNextPrograms.TYPE_TV_EPISODE,3 -26,Android.Media.TV.WatchNextType,TvSeason,android/media/tv/TvContract.WatchNextPrograms.TYPE_TV_SEASON,2 -26,Android.Media.TV.WatchNextType,TvSeries,android/media/tv/TvContract.WatchNextPrograms.TYPE_TV_SERIES,1 -26,Android.Media.TV.WatchNextWatchNextType,Continue,android/media/tv/TvContract.WatchNextPrograms.WATCH_NEXT_TYPE_CONTINUE,0 -26,Android.Media.TV.WatchNextWatchNextType,New,android/media/tv/TvContract.WatchNextPrograms.WATCH_NEXT_TYPE_NEW,2 -26,Android.Media.TV.WatchNextWatchNextType,Next,android/media/tv/TvContract.WatchNextPrograms.WATCH_NEXT_TYPE_NEXT,1 -26,Android.Media.TV.WatchNextWatchNextType,Watchlist,android/media/tv/TvContract.WatchNextPrograms.WATCH_NEXT_TYPE_WATCHLIST,3 -21,Android.Media.TV.TvInputType,Component,android/media/tv/TvInputInfo.TYPE_COMPONENT,1004 -21,Android.Media.TV.TvInputType,Composite,android/media/tv/TvInputInfo.TYPE_COMPOSITE,1001 -21,Android.Media.TV.TvInputType,DisplayPort,android/media/tv/TvInputInfo.TYPE_DISPLAY_PORT,1008 -21,Android.Media.TV.TvInputType,Dvi,android/media/tv/TvInputInfo.TYPE_DVI,1006 -21,Android.Media.TV.TvInputType,Hdmi,android/media/tv/TvInputInfo.TYPE_HDMI,1007 -21,Android.Media.TV.TvInputType,Other,android/media/tv/TvInputInfo.TYPE_OTHER,1000 -21,Android.Media.TV.TvInputType,Scart,android/media/tv/TvInputInfo.TYPE_SCART,1003 -21,Android.Media.TV.TvInputType,Svideo,android/media/tv/TvInputInfo.TYPE_SVIDEO,1002 -21,Android.Media.TV.TvInputType,Tuner,android/media/tv/TvInputInfo.TYPE_TUNER,0 -21,Android.Media.TV.TvInputType,Vga,android/media/tv/TvInputInfo.TYPE_VGA,1005 -21,Android.Media.TV.TvInputState,Connected,android/media/tv/TvInputManager.INPUT_STATE_CONNECTED,0 -21,Android.Media.TV.TvInputState,ConnectedStandby,android/media/tv/TvInputManager.INPUT_STATE_CONNECTED_STANDBY,1 -21,Android.Media.TV.TvInputState,Disconnected,android/media/tv/TvInputManager.INPUT_STATE_DISCONNECTED,2 -23,Android.Media.TV.VideoUnavailableReason,AudioOnly,android/media/tv/TvInputManager.VIDEO_UNAVAILABLE_REASON_AUDIO_ONLY,4 -21,Android.Media.TV.VideoUnavailableReason,Buffering,android/media/tv/TvInputManager.VIDEO_UNAVAILABLE_REASON_BUFFERING,3 -21,Android.Media.TV.VideoUnavailableReason,Tuning,android/media/tv/TvInputManager.VIDEO_UNAVAILABLE_REASON_TUNING,1 -21,Android.Media.TV.VideoUnavailableReason,Unknown,android/media/tv/TvInputManager.VIDEO_UNAVAILABLE_REASON_UNKNOWN,0 -21,Android.Media.TV.VideoUnavailableReason,WeakSignal,android/media/tv/TvInputManager.VIDEO_UNAVAILABLE_REASON_WEAK_SIGNAL,2 -21,Android.Media.TV.TvTrackInfoType,Audio,android/media/tv/TvTrackInfo.TYPE_AUDIO,0 -21,Android.Media.TV.TvTrackInfoType,Subtitle,android/media/tv/TvTrackInfo.TYPE_SUBTITLE,2 -21,Android.Media.TV.TvTrackInfoType,Video,android/media/tv/TvTrackInfo.TYPE_VIDEO,1 -15,Android.Mtp.MtpFormat,F3gpContainer,android/mtp/MtpConstants.FORMAT_3GP_CONTAINER,47492 -15,Android.Mtp.MtpFormat,Aac,android/mtp/MtpConstants.FORMAT_AAC,47363 -15,Android.Mtp.MtpFormat,AbstractAudioAlbum,android/mtp/MtpConstants.FORMAT_ABSTRACT_AUDIO_ALBUM,47619 -15,Android.Mtp.MtpFormat,AbstractAudioPlaylist,android/mtp/MtpConstants.FORMAT_ABSTRACT_AUDIO_PLAYLIST,47625 -15,Android.Mtp.MtpFormat,AbstractAvPlaylist,android/mtp/MtpConstants.FORMAT_ABSTRACT_AV_PLAYLIST,47621 -15,Android.Mtp.MtpFormat,AbstractDocument,android/mtp/MtpConstants.FORMAT_ABSTRACT_DOCUMENT,47745 -15,Android.Mtp.MtpFormat,AbstractImageAlbum,android/mtp/MtpConstants.FORMAT_ABSTRACT_IMAGE_ALBUM,47618 -15,Android.Mtp.MtpFormat,AbstractMediacast,android/mtp/MtpConstants.FORMAT_ABSTRACT_MEDIACAST,47627 -15,Android.Mtp.MtpFormat,AbstractMultimediaAlbum,android/mtp/MtpConstants.FORMAT_ABSTRACT_MULTIMEDIA_ALBUM,47617 -15,Android.Mtp.MtpFormat,AbstractVideoAlbum,android/mtp/MtpConstants.FORMAT_ABSTRACT_VIDEO_ALBUM,47620 -15,Android.Mtp.MtpFormat,AbstractVideoPlaylist,android/mtp/MtpConstants.FORMAT_ABSTRACT_VIDEO_PLAYLIST,47626 -15,Android.Mtp.MtpFormat,Aiff,android/mtp/MtpConstants.FORMAT_AIFF,12295 -15,Android.Mtp.MtpFormat,Asf,android/mtp/MtpConstants.FORMAT_ASF,12300 -15,Android.Mtp.MtpFormat,Association,android/mtp/MtpConstants.FORMAT_ASSOCIATION,12289 -15,Android.Mtp.MtpFormat,AsxPlaylist,android/mtp/MtpConstants.FORMAT_ASX_PLAYLIST,47635 -15,Android.Mtp.MtpFormat,Audible,android/mtp/MtpConstants.FORMAT_AUDIBLE,47364 -15,Android.Mtp.MtpFormat,Avi,android/mtp/MtpConstants.FORMAT_AVI,12298 -15,Android.Mtp.MtpFormat,Bmp,android/mtp/MtpConstants.FORMAT_BMP,14340 -24,Android.Mtp.MtpFormat,Defined,android/mtp/MtpConstants.FORMAT_DEFINED,14336 -24,Android.Mtp.MtpFormat,Dng,android/mtp/MtpConstants.FORMAT_DNG,14353 -15,Android.Mtp.MtpFormat,Dpof,android/mtp/MtpConstants.FORMAT_DPOF,12294 -15,Android.Mtp.MtpFormat,Executable,android/mtp/MtpConstants.FORMAT_EXECUTABLE,12291 -15,Android.Mtp.MtpFormat,ExifJpeg,android/mtp/MtpConstants.FORMAT_EXIF_JPEG,14337 -15,Android.Mtp.MtpFormat,Flac,android/mtp/MtpConstants.FORMAT_FLAC,47366 -15,Android.Mtp.MtpFormat,Gif,android/mtp/MtpConstants.FORMAT_GIF,14343 -15,Android.Mtp.MtpFormat,Html,android/mtp/MtpConstants.FORMAT_HTML,12293 -15,Android.Mtp.MtpFormat,Jfif,android/mtp/MtpConstants.FORMAT_JFIF,14344 -15,Android.Mtp.MtpFormat,Jp2,android/mtp/MtpConstants.FORMAT_JP2,14351 -15,Android.Mtp.MtpFormat,Jpx,android/mtp/MtpConstants.FORMAT_JPX,14352 -15,Android.Mtp.MtpFormat,M3uPlaylist,android/mtp/MtpConstants.FORMAT_M3U_PLAYLIST,47633 -15,Android.Mtp.MtpFormat,Mp2,android/mtp/MtpConstants.FORMAT_MP2,47491 -15,Android.Mtp.MtpFormat,Mp3,android/mtp/MtpConstants.FORMAT_MP3,12297 -15,Android.Mtp.MtpFormat,Mp4Container,android/mtp/MtpConstants.FORMAT_MP4_CONTAINER,47490 -15,Android.Mtp.MtpFormat,Mpeg,android/mtp/MtpConstants.FORMAT_MPEG,12299 -15,Android.Mtp.MtpFormat,MplPlaylist,android/mtp/MtpConstants.FORMAT_MPL_PLAYLIST,47634 -15,Android.Mtp.MtpFormat,MsExcelSpreadsheet,android/mtp/MtpConstants.FORMAT_MS_EXCEL_SPREADSHEET,47749 -15,Android.Mtp.MtpFormat,MsPowerpointPresentation,android/mtp/MtpConstants.FORMAT_MS_POWERPOINT_PRESENTATION,47750 -15,Android.Mtp.MtpFormat,MsWordDocument,android/mtp/MtpConstants.FORMAT_MS_WORD_DOCUMENT,47747 -15,Android.Mtp.MtpFormat,Ogg,android/mtp/MtpConstants.FORMAT_OGG,47362 -15,Android.Mtp.MtpFormat,Pict,android/mtp/MtpConstants.FORMAT_PICT,14346 -15,Android.Mtp.MtpFormat,PlsPlaylist,android/mtp/MtpConstants.FORMAT_PLS_PLAYLIST,47636 -15,Android.Mtp.MtpFormat,Png,android/mtp/MtpConstants.FORMAT_PNG,14347 -15,Android.Mtp.MtpFormat,Script,android/mtp/MtpConstants.FORMAT_SCRIPT,12290 -15,Android.Mtp.MtpFormat,Text,android/mtp/MtpConstants.FORMAT_TEXT,12292 -15,Android.Mtp.MtpFormat,Tiff,android/mtp/MtpConstants.FORMAT_TIFF,14349 -15,Android.Mtp.MtpFormat,TiffEp,android/mtp/MtpConstants.FORMAT_TIFF_EP,14338 -15,Android.Mtp.MtpFormat,Undefined,android/mtp/MtpConstants.FORMAT_UNDEFINED,12288 -15,Android.Mtp.MtpFormat,UndefinedAudio,android/mtp/MtpConstants.FORMAT_UNDEFINED_AUDIO,47360 -15,Android.Mtp.MtpFormat,UndefinedCollection,android/mtp/MtpConstants.FORMAT_UNDEFINED_COLLECTION,47616 -15,Android.Mtp.MtpFormat,UndefinedDocument,android/mtp/MtpConstants.FORMAT_UNDEFINED_DOCUMENT,47744 -15,Android.Mtp.MtpFormat,UndefinedFirmware,android/mtp/MtpConstants.FORMAT_UNDEFINED_FIRMWARE,47106 -15,Android.Mtp.MtpFormat,UndefinedVideo,android/mtp/MtpConstants.FORMAT_UNDEFINED_VIDEO,47488 -15,Android.Mtp.MtpFormat,Wav,android/mtp/MtpConstants.FORMAT_WAV,12296 -15,Android.Mtp.MtpFormat,WindowsImageFormat,android/mtp/MtpConstants.FORMAT_WINDOWS_IMAGE_FORMAT,47233 -15,Android.Mtp.MtpFormat,Wma,android/mtp/MtpConstants.FORMAT_WMA,47361 -15,Android.Mtp.MtpFormat,Wmv,android/mtp/MtpConstants.FORMAT_WMV,47489 -15,Android.Mtp.MtpFormat,WplPlaylist,android/mtp/MtpConstants.FORMAT_WPL_PLAYLIST,47632 -15,Android.Mtp.MtpFormat,XmlDocument,android/mtp/MtpConstants.FORMAT_XML_DOCUMENT,47746 -15,Android.Mtp.ProtectionStatus,NonTransferableData,android/mtp/MtpConstants.PROTECTION_STATUS_NON_TRANSFERABLE_DATA,32771 -15,Android.Mtp.ProtectionStatus,None,android/mtp/MtpConstants.PROTECTION_STATUS_NONE,0 -15,Android.Mtp.ProtectionStatus,ReadOnly,android/mtp/MtpConstants.PROTECTION_STATUS_READ_ONLY,32769 -15,Android.Mtp.ProtectionStatus,ReadOnlyData,android/mtp/MtpConstants.PROTECTION_STATUS_READ_ONLY_DATA,32770 -15,Android.Net.ConnectivityType,Bluetooth,android/net/ConnectivityManager.TYPE_BLUETOOTH,7 -15,Android.Net.ConnectivityType,Dummy,android/net/ConnectivityManager.TYPE_DUMMY,8 -15,Android.Net.ConnectivityType,Ethernet,android/net/ConnectivityManager.TYPE_ETHERNET,9 -10,Android.Net.ConnectivityType,Mobile,android/net/ConnectivityManager.TYPE_MOBILE,0 -10,Android.Net.ConnectivityType,MobileDun,android/net/ConnectivityManager.TYPE_MOBILE_DUN,4 -10,Android.Net.ConnectivityType,MobileHipri,android/net/ConnectivityManager.TYPE_MOBILE_HIPRI,5 -10,Android.Net.ConnectivityType,MobileMms,android/net/ConnectivityManager.TYPE_MOBILE_MMS,2 -10,Android.Net.ConnectivityType,MobileSupl,android/net/ConnectivityManager.TYPE_MOBILE_SUPL,3 -21,Android.Net.ConnectivityType,Vpn,android/net/ConnectivityManager.TYPE_VPN,17 -10,Android.Net.ConnectivityType,Wifi,android/net/ConnectivityManager.TYPE_WIFI,1 -10,Android.Net.ConnectivityType,Wimax,android/net/ConnectivityManager.TYPE_WIMAX,6 -26,Android.Net.MultipathPreference,Handover,android/net/ConnectivityManager.MULTIPATH_PREFERENCE_HANDOVER,1 -26,Android.Net.MultipathPreference,Performance,android/net/ConnectivityManager.MULTIPATH_PREFERENCE_PERFORMANCE,4 -26,Android.Net.MultipathPreference,Reliability,android/net/ConnectivityManager.MULTIPATH_PREFERENCE_RELIABILITY,2 -10,Android.Net.IllegalCharacterFlags,AllButNulAndAngleBracketsLegal,android/net/UrlQuerySanitizer$IllegalCharacterValueSanitizer.ALL_BUT_NUL_AND_ANGLE_BRACKETS_LEGAL,1439 -10,Android.Net.IllegalCharacterFlags,AllButNulLegal,android/net/UrlQuerySanitizer$IllegalCharacterValueSanitizer.ALL_BUT_NUL_LEGAL,1535 -10,Android.Net.IllegalCharacterFlags,AllButWhitespaceLegal,android/net/UrlQuerySanitizer$IllegalCharacterValueSanitizer.ALL_BUT_WHITESPACE_LEGAL,1532 -10,Android.Net.IllegalCharacterFlags,AllIllegal,android/net/UrlQuerySanitizer$IllegalCharacterValueSanitizer.ALL_ILLEGAL,0 -10,Android.Net.IllegalCharacterFlags,AllOk,android/net/UrlQuerySanitizer$IllegalCharacterValueSanitizer.ALL_OK,2047 -10,Android.Net.IllegalCharacterFlags,AllWhitespaceOk,android/net/UrlQuerySanitizer$IllegalCharacterValueSanitizer.ALL_WHITESPACE_OK,3 -10,Android.Net.IllegalCharacterFlags,AmpAndSpaceLegal,android/net/UrlQuerySanitizer$IllegalCharacterValueSanitizer.AMP_AND_SPACE_LEGAL,129 -10,Android.Net.IllegalCharacterFlags,AmpLegal,android/net/UrlQuerySanitizer$IllegalCharacterValueSanitizer.AMP_LEGAL,128 -10,Android.Net.IllegalCharacterFlags,AmpOk,android/net/UrlQuerySanitizer$IllegalCharacterValueSanitizer.AMP_OK,128 -10,Android.Net.IllegalCharacterFlags,DquoteOk,android/net/UrlQuerySanitizer$IllegalCharacterValueSanitizer.DQUOTE_OK,8 -10,Android.Net.IllegalCharacterFlags,GtOk,android/net/UrlQuerySanitizer$IllegalCharacterValueSanitizer.GT_OK,64 -10,Android.Net.IllegalCharacterFlags,LtOk,android/net/UrlQuerySanitizer$IllegalCharacterValueSanitizer.LT_OK,32 -10,Android.Net.IllegalCharacterFlags,Non7BitAsciiOk,android/net/UrlQuerySanitizer$IllegalCharacterValueSanitizer.NON_7_BIT_ASCII_OK,4 -10,Android.Net.IllegalCharacterFlags,NulOk,android/net/UrlQuerySanitizer$IllegalCharacterValueSanitizer.NUL_OK,512 -10,Android.Net.IllegalCharacterFlags,OtherWhitespaceOk,android/net/UrlQuerySanitizer$IllegalCharacterValueSanitizer.OTHER_WHITESPACE_OK,2 -10,Android.Net.IllegalCharacterFlags,PctOk,android/net/UrlQuerySanitizer$IllegalCharacterValueSanitizer.PCT_OK,256 -10,Android.Net.IllegalCharacterFlags,ScriptUrlOk,android/net/UrlQuerySanitizer$IllegalCharacterValueSanitizer.SCRIPT_URL_OK,1024 -10,Android.Net.IllegalCharacterFlags,SpaceLegal,android/net/UrlQuerySanitizer$IllegalCharacterValueSanitizer.SPACE_LEGAL,1 -10,Android.Net.IllegalCharacterFlags,SpaceOk,android/net/UrlQuerySanitizer$IllegalCharacterValueSanitizer.SPACE_OK,1 -10,Android.Net.IllegalCharacterFlags,SquoteOk,android/net/UrlQuerySanitizer$IllegalCharacterValueSanitizer.SQUOTE_OK,16 -10,Android.Net.IllegalCharacterFlags,UrlAndSpaceLegal,android/net/UrlQuerySanitizer$IllegalCharacterValueSanitizer.URL_AND_SPACE_LEGAL,405 -10,Android.Net.IllegalCharacterFlags,UrlLegal,android/net/UrlQuerySanitizer$IllegalCharacterValueSanitizer.URL_LEGAL,404 -26,Android.Net.Wifi.LocalOnlyHotspotCallbackErrorCode,Generic,android/net/wifi/WifiManager.LocalOnlyHotspotCallback.ERROR_GENERIC,2 -26,Android.Net.Wifi.LocalOnlyHotspotCallbackErrorCode,IncompatibleMode,android/net/wifi/WifiManager.LocalOnlyHotspotCallback.ERROR_INCOMPATIBLE_MODE,3 -26,Android.Net.Wifi.LocalOnlyHotspotCallbackErrorCode,NoChannel,android/net/wifi/WifiManager.LocalOnlyHotspotCallback.ERROR_NO_CHANNEL,1 -26,Android.Net.Wifi.LocalOnlyHotspotCallbackErrorCode,TetheringDisallowed,android/net/wifi/WifiManager.LocalOnlyHotspotCallback.ERROR_TETHERING_DISALLOWED,4 -26,Android.Net.Wifi.Aware.PublishType,Solicited,android/net/wifi/aware/PublishConfig.PUBLISH_TYPE_SOLICITED,1 -26,Android.Net.Wifi.Aware.PublishType,Unsolicited,android/net/wifi/aware/PublishConfig.PUBLISH_TYPE_UNSOLICITED,0 -26,Android.Net.Wifi.Aware.SubscribeType,Active,android/net/wifi/aware/SubscribeConfig.SUBSCRIBE_TYPE_ACTIVE,1 -26,Android.Net.Wifi.Aware.SubscribeType,Passive,android/net/wifi/aware/SubscribeConfig.SUBSCRIBE_TYPE_PASSIVE,0 -26,Android.Net.Wifi.Aware.WifiAwareDataPathRole,Initiator,android/net/wifi/aware/WifiAwareManager.WIFI_AWARE_DATA_PATH_ROLE_INITIATOR,0 -26,Android.Net.Wifi.Aware.WifiAwareDataPathRole,Responder,android/net/wifi/aware/WifiAwareManager.WIFI_AWARE_DATA_PATH_ROLE_RESPONDER,1 -21,Android.Net.Wifi.WpsFailureReason,AuthFailure,android/net/wifi/WifiManager.WPS_AUTH_FAILURE,6 -21,Android.Net.Wifi.WpsFailureReason,OverlapError,android/net/wifi/WifiManager.WPS_OVERLAP_ERROR,3 -21,Android.Net.Wifi.WpsFailureReason,TimedOut,android/net/wifi/WifiManager.WPS_TIMED_OUT,7 -21,Android.Net.Wifi.WpsFailureReason,TkipOnlyProhibited,android/net/wifi/WifiManager.WPS_TKIP_ONLY_PROHIBITED,5 -21,Android.Net.Wifi.WpsFailureReason,WepProhibited,android/net/wifi/WifiManager.WPS_WEP_PROHIBITED,4 -10,Android.OS.FileObserverEvents,Access,android/os/FileObserver.ACCESS,1 -10,Android.OS.FileObserverEvents,AllEvents,android/os/FileObserver.ALL_EVENTS,4095 -10,Android.OS.FileObserverEvents,Attrib,android/os/FileObserver.ATTRIB,4 -10,Android.OS.FileObserverEvents,CloseNowrite,android/os/FileObserver.CLOSE_NOWRITE,16 -10,Android.OS.FileObserverEvents,CloseWrite,android/os/FileObserver.CLOSE_WRITE,8 -10,Android.OS.FileObserverEvents,Create,android/os/FileObserver.CREATE,256 -10,Android.OS.FileObserverEvents,Delete,android/os/FileObserver.DELETE,512 -10,Android.OS.FileObserverEvents,DeleteSelf,android/os/FileObserver.DELETE_SELF,1024 -10,Android.OS.FileObserverEvents,Modify,android/os/FileObserver.MODIFY,2 -10,Android.OS.FileObserverEvents,MoveSelf,android/os/FileObserver.MOVE_SELF,2048 -10,Android.OS.FileObserverEvents,MovedFrom,android/os/FileObserver.MOVED_FROM,64 -10,Android.OS.FileObserverEvents,MovedTo,android/os/FileObserver.MOVED_TO,128 -10,Android.OS.FileObserverEvents,Open,android/os/FileObserver.OPEN,32 -10,Android.OS.ParcelFileMode,Append,android/os/ParcelFileDescriptor.MODE_APPEND,33554432 -10,Android.OS.ParcelFileMode,Create,android/os/ParcelFileDescriptor.MODE_CREATE,134217728 -10,Android.OS.ParcelFileMode,ReadOnly,android/os/ParcelFileDescriptor.MODE_READ_ONLY,268435456 -10,Android.OS.ParcelFileMode,ReadWrite,android/os/ParcelFileDescriptor.MODE_READ_WRITE,805306368 -10,Android.OS.ParcelFileMode,Truncate,android/os/ParcelFileDescriptor.MODE_TRUNCATE,67108864 -10,Android.OS.ParcelFileMode,WorldReadable,android/os/ParcelFileDescriptor.MODE_WORLD_READABLE,1 -10,Android.OS.ParcelFileMode,WorldWriteable,android/os/ParcelFileDescriptor.MODE_WORLD_WRITEABLE,2 -10,Android.OS.ParcelFileMode,WriteOnly,android/os/ParcelFileDescriptor.MODE_WRITE_ONLY,536870912 -26,Android.OS.Pattern,AdvancedGlob,android/os/PatternMatcher.PATTERN_ADVANCED_GLOB,3 -10,Android.OS.Pattern,Literal,android/os/PatternMatcher.PATTERN_LITERAL,0 -10,Android.OS.Pattern,Prefix,android/os/PatternMatcher.PATTERN_PREFIX,1 -10,Android.OS.Pattern,SimpleGlob,android/os/PatternMatcher.PATTERN_SIMPLE_GLOB,2 -10,Android.OS.WakeLockFlags,AcquireCausesWakeup,android/os/PowerManager.ACQUIRE_CAUSES_WAKEUP,268435456 -28,Android.OS.WakeLockFlags,LocationModeAllDisabledWhenScreenOff,android/os/PowerManager.LOCATION_MODE_ALL_DISABLED_WHEN_SCREEN_OFF,2 -28,Android.OS.WakeLockFlags,LocationModeForegroundOnly,android/os/PowerManager.LOCATION_MODE_FOREGROUND_ONLY,3 -28,Android.OS.WakeLockFlags,LocationModeGpsDisabledWhenScreenOff,android/os/PowerManager.LOCATION_MODE_GPS_DISABLED_WHEN_SCREEN_OFF,1 -28,Android.OS.WakeLockFlags,LocationModeNoChange,android/os/PowerManager.LOCATION_MODE_NO_CHANGE,0 -29,Android.OS.WakeLockFlags,LocationModeThrottleRequestsWhenScreenOff,android/os/PowerManager.LOCATION_MODE_THROTTLE_REQUESTS_WHEN_SCREEN_OFF,4 -10,Android.OS.WakeLockFlags,OnAfterRelease,android/os/PowerManager.ON_AFTER_RELEASE,536870912 -21,Android.OS.WakeLockFlags,ReleaseFlagWaitForNoProximity,android/os/PowerManager.RELEASE_FLAG_WAIT_FOR_NO_PROXIMITY,1 -29,Android.OS.WakeLockFlags,ThermalStatusCritical,android/os/PowerManager.THERMAL_STATUS_CRITICAL,4 -29,Android.OS.WakeLockFlags,ThermalStatusEmergency,android/os/PowerManager.THERMAL_STATUS_EMERGENCY,5 -29,Android.OS.WakeLockFlags,ThermalStatusLight,android/os/PowerManager.THERMAL_STATUS_LIGHT,1 -29,Android.OS.WakeLockFlags,ThermalStatusModerate,android/os/PowerManager.THERMAL_STATUS_MODERATE,2 -29,Android.OS.WakeLockFlags,ThermalStatusNone,android/os/PowerManager.THERMAL_STATUS_NONE,0 -29,Android.OS.WakeLockFlags,ThermalStatusSevere,android/os/PowerManager.THERMAL_STATUS_SEVERE,3 -29,Android.OS.WakeLockFlags,ThermalStatusShutdown,android/os/PowerManager.THERMAL_STATUS_SHUTDOWN,6 -10,Android.OS.WakeLockFlags,Full,android/os/PowerManager.FULL_WAKE_LOCK,26 -10,Android.OS.WakeLockFlags,Partial,android/os/PowerManager.PARTIAL_WAKE_LOCK,1 -21,Android.OS.WakeLockFlags,ProximityScreenOff,android/os/PowerManager.PROXIMITY_SCREEN_OFF_WAKE_LOCK,32 -10,Android.OS.WakeLockFlags,ScreenBright,android/os/PowerManager.SCREEN_BRIGHT_WAKE_LOCK,10 -10,Android.OS.WakeLockFlags,ScreenDim,android/os/PowerManager.SCREEN_DIM_WAKE_LOCK,6 -10,Android.OS.Signal,Kill,android/os/Process.SIGNAL_KILL,9 -10,Android.OS.Signal,Quit,android/os/Process.SIGNAL_QUIT,3 -10,Android.OS.Signal,Usr1,android/os/Process.SIGNAL_USR1,10 -10,Android.OS.ThreadPriority,Audio,android/os/Process.THREAD_PRIORITY_AUDIO,-16 -10,Android.OS.ThreadPriority,Background,android/os/Process.THREAD_PRIORITY_BACKGROUND,10 -10,Android.OS.ThreadPriority,Default,android/os/Process.THREAD_PRIORITY_DEFAULT,0 -10,Android.OS.ThreadPriority,Display,android/os/Process.THREAD_PRIORITY_DISPLAY,-4 -10,Android.OS.ThreadPriority,Foreground,android/os/Process.THREAD_PRIORITY_FOREGROUND,-2 -10,Android.OS.ThreadPriority,LessFavorable,android/os/Process.THREAD_PRIORITY_LESS_FAVORABLE,1 -10,Android.OS.ThreadPriority,Lowest,android/os/Process.THREAD_PRIORITY_LOWEST,19 -10,Android.OS.ThreadPriority,MoreFavorable,android/os/Process.THREAD_PRIORITY_MORE_FAVORABLE,-1 -10,Android.OS.ThreadPriority,UrgentAudio,android/os/Process.THREAD_PRIORITY_URGENT_AUDIO,-19 -10,Android.OS.ThreadPriority,UrgentDisplay,android/os/Process.THREAD_PRIORITY_URGENT_DISPLAY,-8 -28,Android.OS.ThreadPriority,Video,android/os/Process.THREAD_PRIORITY_VIDEO,-10 -10,Android.Provider.ContactKind,Email,android/provider/Contacts.KIND_EMAIL,1 -10,Android.Provider.ContactKind,Im,android/provider/Contacts.KIND_IM,3 -10,Android.Provider.ContactKind,Organization,android/provider/Contacts.KIND_ORGANIZATION,4 -10,Android.Provider.ContactKind,Phone,android/provider/Contacts.KIND_PHONE,5 -10,Android.Provider.ContactKind,Postal,android/provider/Contacts.KIND_POSTAL,2 -10,Android.Provider.ContactProtocol,Aim,android/provider/Contacts$ContactMethods.PROTOCOL_AIM,0 -10,Android.Provider.ContactProtocol,GoogleTalk,android/provider/Contacts$ContactMethods.PROTOCOL_GOOGLE_TALK,5 -10,Android.Provider.ContactProtocol,Icq,android/provider/Contacts$ContactMethods.PROTOCOL_ICQ,6 -10,Android.Provider.ContactProtocol,Jabber,android/provider/Contacts$ContactMethods.PROTOCOL_JABBER,7 -10,Android.Provider.ContactProtocol,Msn,android/provider/Contacts$ContactMethods.PROTOCOL_MSN,1 -10,Android.Provider.ContactProtocol,Qq,android/provider/Contacts$ContactMethods.PROTOCOL_QQ,4 -10,Android.Provider.ContactProtocol,Skype,android/provider/Contacts$ContactMethods.PROTOCOL_SKYPE,3 -10,Android.Provider.ContactProtocol,Yahoo,android/provider/Contacts$ContactMethods.PROTOCOL_YAHOO,2 -10,Android.Provider.ContactMethodColumn,Custom,I:android/provider/Contacts$ContactMethodsColumns.TYPE_CUSTOM,0 -10,Android.Provider.ContactMethodColumn,Home,I:android/provider/Contacts$ContactMethodsColumns.TYPE_HOME,1 -10,Android.Provider.ContactMethodColumn,Other,I:android/provider/Contacts$ContactMethodsColumns.TYPE_OTHER,3 -10,Android.Provider.ContactMethodColumn,Work,I:android/provider/Contacts$ContactMethodsColumns.TYPE_WORK,2 -10,Android.Provider.ContactOrganizationColumn,Custom,I:android/provider/Contacts$OrganizationColumns.TYPE_CUSTOM,0 -10,Android.Provider.ContactOrganizationColumn,Other,I:android/provider/Contacts$OrganizationColumns.TYPE_OTHER,2 -10,Android.Provider.ContactOrganizationColumn,Work,I:android/provider/Contacts$OrganizationColumns.TYPE_WORK,1 -10,Android.Provider.ContactPhoneColumn,Custom,I:android/provider/Contacts$PhonesColumns.TYPE_CUSTOM,0 -10,Android.Provider.ContactPhoneColumn,FaxHome,I:android/provider/Contacts$PhonesColumns.TYPE_FAX_HOME,5 -10,Android.Provider.ContactPhoneColumn,FaxWork,I:android/provider/Contacts$PhonesColumns.TYPE_FAX_WORK,4 -10,Android.Provider.ContactPhoneColumn,Home,I:android/provider/Contacts$PhonesColumns.TYPE_HOME,1 -10,Android.Provider.ContactPhoneColumn,Mobile,I:android/provider/Contacts$PhonesColumns.TYPE_MOBILE,2 -10,Android.Provider.ContactPhoneColumn,Other,I:android/provider/Contacts$PhonesColumns.TYPE_OTHER,7 -10,Android.Provider.ContactPhoneColumn,Pager,I:android/provider/Contacts$PhonesColumns.TYPE_PAGER,6 -10,Android.Provider.ContactPhoneColumn,Work,I:android/provider/Contacts$PhonesColumns.TYPE_WORK,3 -10,Android.Provider.AggregateException,Automatic,android/provider/ContactsContract$AggregationExceptions.TYPE_AUTOMATIC,0 -10,Android.Provider.AggregateException,KeepSeparate,android/provider/ContactsContract$AggregationExceptions.TYPE_KEEP_SEPARATE,2 -10,Android.Provider.AggregateException,KeepTogether,android/provider/ContactsContract$AggregationExceptions.TYPE_KEEP_TOGETHER,1 -0,Android.Provider.EmailDataKind,Custom,,0 -10,Android.Provider.EmailDataKind,Home,android/provider/ContactsContract$CommonDataKinds$Email.TYPE_HOME,1 -10,Android.Provider.EmailDataKind,Mobile,android/provider/ContactsContract$CommonDataKinds$Email.TYPE_MOBILE,4 -10,Android.Provider.EmailDataKind,Other,android/provider/ContactsContract$CommonDataKinds$Email.TYPE_OTHER,3 -10,Android.Provider.EmailDataKind,Work,android/provider/ContactsContract$CommonDataKinds$Email.TYPE_WORK,2 -0,Android.Provider.EventDataKind,Custom,,0 -10,Android.Provider.EventDataKind,Anniversary,android/provider/ContactsContract$CommonDataKinds$Event.TYPE_ANNIVERSARY,1 -10,Android.Provider.EventDataKind,Birthday,android/provider/ContactsContract$CommonDataKinds$Event.TYPE_BIRTHDAY,3 -10,Android.Provider.EventDataKind,Other,android/provider/ContactsContract$CommonDataKinds$Event.TYPE_OTHER,2 -10,Android.Provider.IMProtocolDataKind,Aim,android/provider/ContactsContract$CommonDataKinds$Im.PROTOCOL_AIM,0 -10,Android.Provider.IMProtocolDataKind,Custom,android/provider/ContactsContract$CommonDataKinds$Im.PROTOCOL_CUSTOM,-1 -10,Android.Provider.IMProtocolDataKind,GoogleTalk,android/provider/ContactsContract$CommonDataKinds$Im.PROTOCOL_GOOGLE_TALK,5 -10,Android.Provider.IMProtocolDataKind,Icq,android/provider/ContactsContract$CommonDataKinds$Im.PROTOCOL_ICQ,6 -10,Android.Provider.IMProtocolDataKind,Jabber,android/provider/ContactsContract$CommonDataKinds$Im.PROTOCOL_JABBER,7 -10,Android.Provider.IMProtocolDataKind,Msn,android/provider/ContactsContract$CommonDataKinds$Im.PROTOCOL_MSN,1 -10,Android.Provider.IMProtocolDataKind,Netmeeting,android/provider/ContactsContract$CommonDataKinds$Im.PROTOCOL_NETMEETING,8 -10,Android.Provider.IMProtocolDataKind,Qq,android/provider/ContactsContract$CommonDataKinds$Im.PROTOCOL_QQ,4 -10,Android.Provider.IMProtocolDataKind,Skype,android/provider/ContactsContract$CommonDataKinds$Im.PROTOCOL_SKYPE,3 -10,Android.Provider.IMProtocolDataKind,Yahoo,android/provider/ContactsContract$CommonDataKinds$Im.PROTOCOL_YAHOO,2 -0,Android.Provider.IMTypeDataKind,Custom,,0 -10,Android.Provider.IMTypeDataKind,Home,android/provider/ContactsContract$CommonDataKinds$Im.TYPE_HOME,1 -10,Android.Provider.IMTypeDataKind,Other,android/provider/ContactsContract$CommonDataKinds$Im.TYPE_OTHER,3 -10,Android.Provider.IMTypeDataKind,Work,android/provider/ContactsContract$CommonDataKinds$Im.TYPE_WORK,2 -0,Android.Provider.NicknameDataKind,Custom,,0 -10,Android.Provider.NicknameDataKind,Default,android/provider/ContactsContract$CommonDataKinds$Nickname.TYPE_DEFAULT,1 -10,Android.Provider.NicknameDataKind,Initials,android/provider/ContactsContract$CommonDataKinds$Nickname.TYPE_INITIALS,5 -10,Android.Provider.NicknameDataKind,MaidenName,android/provider/ContactsContract$CommonDataKinds$Nickname.TYPE_MAIDEN_NAME,3 -10,Android.Provider.NicknameDataKind,MaindenName,android/provider/ContactsContract$CommonDataKinds$Nickname.TYPE_MAINDEN_NAME,3 -10,Android.Provider.NicknameDataKind,OtherName,android/provider/ContactsContract$CommonDataKinds$Nickname.TYPE_OTHER_NAME,2 -10,Android.Provider.NicknameDataKind,ShortName,android/provider/ContactsContract$CommonDataKinds$Nickname.TYPE_SHORT_NAME,4 -0,Android.Provider.OrganizationDataKind,Custom,,0 -10,Android.Provider.OrganizationDataKind,Other,android/provider/ContactsContract$CommonDataKinds$Organization.TYPE_OTHER,2 -10,Android.Provider.OrganizationDataKind,Work,android/provider/ContactsContract$CommonDataKinds$Organization.TYPE_WORK,1 -0,Android.Provider.PhoneDataKind,Custom,,0 -10,Android.Provider.PhoneDataKind,Assistant,android/provider/ContactsContract$CommonDataKinds$Phone.TYPE_ASSISTANT,19 -10,Android.Provider.PhoneDataKind,Callback,android/provider/ContactsContract$CommonDataKinds$Phone.TYPE_CALLBACK,8 -10,Android.Provider.PhoneDataKind,Car,android/provider/ContactsContract$CommonDataKinds$Phone.TYPE_CAR,9 -10,Android.Provider.PhoneDataKind,CompanyMain,android/provider/ContactsContract$CommonDataKinds$Phone.TYPE_COMPANY_MAIN,10 -10,Android.Provider.PhoneDataKind,FaxHome,android/provider/ContactsContract$CommonDataKinds$Phone.TYPE_FAX_HOME,5 -10,Android.Provider.PhoneDataKind,FaxWork,android/provider/ContactsContract$CommonDataKinds$Phone.TYPE_FAX_WORK,4 -10,Android.Provider.PhoneDataKind,Home,android/provider/ContactsContract$CommonDataKinds$Phone.TYPE_HOME,1 -10,Android.Provider.PhoneDataKind,Isdn,android/provider/ContactsContract$CommonDataKinds$Phone.TYPE_ISDN,11 -10,Android.Provider.PhoneDataKind,Main,android/provider/ContactsContract$CommonDataKinds$Phone.TYPE_MAIN,12 -10,Android.Provider.PhoneDataKind,Mms,android/provider/ContactsContract$CommonDataKinds$Phone.TYPE_MMS,20 -10,Android.Provider.PhoneDataKind,Mobile,android/provider/ContactsContract$CommonDataKinds$Phone.TYPE_MOBILE,2 -10,Android.Provider.PhoneDataKind,Other,android/provider/ContactsContract$CommonDataKinds$Phone.TYPE_OTHER,7 -10,Android.Provider.PhoneDataKind,OtherFax,android/provider/ContactsContract$CommonDataKinds$Phone.TYPE_OTHER_FAX,13 -10,Android.Provider.PhoneDataKind,Pager,android/provider/ContactsContract$CommonDataKinds$Phone.TYPE_PAGER,6 -10,Android.Provider.PhoneDataKind,Radio,android/provider/ContactsContract$CommonDataKinds$Phone.TYPE_RADIO,14 -10,Android.Provider.PhoneDataKind,Telex,android/provider/ContactsContract$CommonDataKinds$Phone.TYPE_TELEX,15 -10,Android.Provider.PhoneDataKind,TtyTdd,android/provider/ContactsContract$CommonDataKinds$Phone.TYPE_TTY_TDD,16 -10,Android.Provider.PhoneDataKind,Work,android/provider/ContactsContract$CommonDataKinds$Phone.TYPE_WORK,3 -10,Android.Provider.PhoneDataKind,WorkMobile,android/provider/ContactsContract$CommonDataKinds$Phone.TYPE_WORK_MOBILE,17 -10,Android.Provider.PhoneDataKind,WorkPager,android/provider/ContactsContract$CommonDataKinds$Phone.TYPE_WORK_PAGER,18 -0,Android.Provider.RelationDataKind,Custom,,0 -10,Android.Provider.RelationDataKind,Assistant,android/provider/ContactsContract$CommonDataKinds$Relation.TYPE_ASSISTANT,1 -10,Android.Provider.RelationDataKind,Brother,android/provider/ContactsContract$CommonDataKinds$Relation.TYPE_BROTHER,2 -10,Android.Provider.RelationDataKind,Child,android/provider/ContactsContract$CommonDataKinds$Relation.TYPE_CHILD,3 -10,Android.Provider.RelationDataKind,DomesticPartner,android/provider/ContactsContract$CommonDataKinds$Relation.TYPE_DOMESTIC_PARTNER,4 -10,Android.Provider.RelationDataKind,Father,android/provider/ContactsContract$CommonDataKinds$Relation.TYPE_FATHER,5 -10,Android.Provider.RelationDataKind,Friend,android/provider/ContactsContract$CommonDataKinds$Relation.TYPE_FRIEND,6 -10,Android.Provider.RelationDataKind,Manager,android/provider/ContactsContract$CommonDataKinds$Relation.TYPE_MANAGER,7 -10,Android.Provider.RelationDataKind,Mother,android/provider/ContactsContract$CommonDataKinds$Relation.TYPE_MOTHER,8 -10,Android.Provider.RelationDataKind,Parent,android/provider/ContactsContract$CommonDataKinds$Relation.TYPE_PARENT,9 -10,Android.Provider.RelationDataKind,Partner,android/provider/ContactsContract$CommonDataKinds$Relation.TYPE_PARTNER,10 -10,Android.Provider.RelationDataKind,ReferredBy,android/provider/ContactsContract$CommonDataKinds$Relation.TYPE_REFERRED_BY,11 -10,Android.Provider.RelationDataKind,Relative,android/provider/ContactsContract$CommonDataKinds$Relation.TYPE_RELATIVE,12 -10,Android.Provider.RelationDataKind,Sister,android/provider/ContactsContract$CommonDataKinds$Relation.TYPE_SISTER,13 -10,Android.Provider.RelationDataKind,Spouse,android/provider/ContactsContract$CommonDataKinds$Relation.TYPE_SPOUSE,14 -0,Android.Provider.AddressDataKind,Custom,,0 -10,Android.Provider.AddressDataKind,Home,android/provider/ContactsContract$CommonDataKinds$StructuredPostal.TYPE_HOME,1 -10,Android.Provider.AddressDataKind,Other,android/provider/ContactsContract$CommonDataKinds$StructuredPostal.TYPE_OTHER,3 -10,Android.Provider.AddressDataKind,Work,android/provider/ContactsContract$CommonDataKinds$StructuredPostal.TYPE_WORK,2 -0,Android.Provider.WebsiteDataKind,Custom,,0 -10,Android.Provider.WebsiteDataKind,Blog,android/provider/ContactsContract$CommonDataKinds$Website.TYPE_BLOG,2 -10,Android.Provider.WebsiteDataKind,Ftp,android/provider/ContactsContract$CommonDataKinds$Website.TYPE_FTP,6 -10,Android.Provider.WebsiteDataKind,Home,android/provider/ContactsContract$CommonDataKinds$Website.TYPE_HOME,4 -10,Android.Provider.WebsiteDataKind,Homepage,android/provider/ContactsContract$CommonDataKinds$Website.TYPE_HOMEPAGE,1 -10,Android.Provider.WebsiteDataKind,Other,android/provider/ContactsContract$CommonDataKinds$Website.TYPE_OTHER,7 -10,Android.Provider.WebsiteDataKind,Profile,android/provider/ContactsContract$CommonDataKinds$Website.TYPE_PROFILE,3 -10,Android.Provider.WebsiteDataKind,Work,android/provider/ContactsContract$CommonDataKinds$Website.TYPE_WORK,5 -10,Android.Provider.QuickContactMode,Large,android/provider/ContactsContract$QuickContact.MODE_LARGE,3 -10,Android.Provider.QuickContactMode,Medium,android/provider/ContactsContract$QuickContact.MODE_MEDIUM,2 -10,Android.Provider.QuickContactMode,Small,android/provider/ContactsContract$QuickContact.MODE_SMALL,1 -10,Android.Provider.AggregationMode,Default,android/provider/ContactsContract$RawContacts.AGGREGATION_MODE_DEFAULT,0 -10,Android.Provider.AggregationMode,Disabled,android/provider/ContactsContract$RawContacts.AGGREGATION_MODE_DISABLED,3 -10,Android.Provider.AggregationMode,Immediate,android/provider/ContactsContract$RawContacts.AGGREGATION_MODE_IMMEDIATE,1 -10,Android.Provider.AggregationMode,Suspended,android/provider/ContactsContract$RawContacts.AGGREGATION_MODE_SUSPENDED,2 -26,Android.Provider.FontResultCode,FontNotFound,android/provider/FontsContract.Columns.RESULT_CODE_FONT_NOT_FOUND,1 -26,Android.Provider.FontResultCode,FontUnavailable,android/provider/FontsContract.Columns.RESULT_CODE_FONT_UNAVAILABLE,2 -26,Android.Provider.FontResultCode,MalformedQuery,android/provider/FontsContract.Columns.RESULT_CODE_MALFORMED_QUERY,3 -26,Android.Provider.FontResultCode,Ok,android/provider/FontsContract.Columns.RESULT_CODE_OK,0 -26,Android.Provider.FontFamilyResultStatus,Ok,android/provider/FontsContract.FontFamilyResult.STATUS_OK,0 -26,Android.Provider.FontFamilyResultStatus,Rejected,android/provider/FontsContract.FontFamilyResult.STATUS_REJECTED,3 -26,Android.Provider.FontFamilyResultStatus,UnexpectedDataProvided,android/provider/FontsContract.FontFamilyResult.STATUS_UNEXPECTED_DATA_PROVIDED,2 -26,Android.Provider.FontFamilyResultStatus,WrongCertificates,android/provider/FontsContract.FontFamilyResult.STATUS_WRONG_CERTIFICATES,1 -26,Android.Provider.FontRequestFailureReason,FontLoadError,android/provider/FontsContract.FontRequestCallback.FAIL_REASON_FONT_LOAD_ERROR,-3 -26,Android.Provider.FontRequestFailureReason,FontNotFound,android/provider/FontsContract.FontRequestCallback.FAIL_REASON_FONT_NOT_FOUND,1 -26,Android.Provider.FontRequestFailureReason,FontUnavailable,android/provider/FontsContract.FontRequestCallback.FAIL_REASON_FONT_UNAVAILABLE,2 -26,Android.Provider.FontRequestFailureReason,MalformedQuery,android/provider/FontsContract.FontRequestCallback.FAIL_REASON_MALFORMED_QUERY,3 -26,Android.Provider.FontRequestFailureReason,ProviderNotFound,android/provider/FontsContract.FontRequestCallback.FAIL_REASON_PROVIDER_NOT_FOUND,-1 -26,Android.Provider.FontRequestFailureReason,WrongCertificates,android/provider/FontsContract.FontRequestCallback.FAIL_REASON_WRONG_CERTIFICATES,-2 -10,Android.Provider.DisplayMode,Grid,android/provider/LiveFolders.DISPLAY_MODE_GRID,1 -10,Android.Provider.DisplayMode,List,android/provider/LiveFolders.DISPLAY_MODE_LIST,2 -10,Android.Provider.ThumbnailKind,FullScreenKind,android/provider/MediaStore$Images$Thumbnails.FULL_SCREEN_KIND,2 -10,Android.Provider.ThumbnailKind,MicroKind,android/provider/MediaStore$Images$Thumbnails.MICRO_KIND,3 -10,Android.Provider.ThumbnailKind,MiniKind,android/provider/MediaStore$Images$Thumbnails.MINI_KIND,1 -15,Android.Renderscripts.AllocationUsage,GraphicsConstants,android/renderscript/Allocation.USAGE_GRAPHICS_CONSTANTS,8 -15,Android.Renderscripts.AllocationUsage,GraphicsRenderTarget,android/renderscript/Allocation.USAGE_GRAPHICS_RENDER_TARGET,16 -15,Android.Renderscripts.AllocationUsage,GraphicsTexture,android/renderscript/Allocation.USAGE_GRAPHICS_TEXTURE,2 -15,Android.Renderscripts.AllocationUsage,GraphicsVertex,android/renderscript/Allocation.USAGE_GRAPHICS_VERTEX,4 -16,Android.Renderscripts.AllocationUsage,IoInput,android/renderscript/Allocation.USAGE_IO_INPUT,32 -16,Android.Renderscripts.AllocationUsage,IoOutput,android/renderscript/Allocation.USAGE_IO_OUTPUT,64 -15,Android.Renderscripts.AllocationUsage,Script,android/renderscript/Allocation.USAGE_SCRIPT,1 -18,Android.Renderscripts.AllocationUsage,Shared,android/renderscript/Allocation.USAGE_SHARED,128 -21,Android.Renderscripts.CreateFlag,LowLatency,android/renderscript/RenderScript.CREATE_FLAG_LOW_LATENCY,2 -21,Android.Renderscripts.CreateFlag,LowPower,android/renderscript/RenderScript.CREATE_FLAG_LOW_POWER,4 -21,Android.Renderscripts.CreateFlag,None,android/renderscript/RenderScript.CREATE_FLAG_NONE,0 -26,Android.Service.Autofill.EventType,AuthenticationSelected,android/service/autofill/FillEventHistory.Event.TYPE_AUTHENTICATION_SELECTED,2 -28,Android.Service.Autofill.EventType,ContextCommitted,android/service/autofill/FillEventHistory.Event.TYPE_CONTEXT_COMMITTED,4 -26,Android.Service.Autofill.EventType,DatasetAuthenticationSelected,android/service/autofill/FillEventHistory.Event.TYPE_DATASET_AUTHENTICATION_SELECTED,1 -26,Android.Service.Autofill.EventType,DatasetSelected,android/service/autofill/FillEventHistory.Event.TYPE_DATASET_SELECTED,0 -26,Android.Service.Autofill.EventType,SaveShown,android/service/autofill/FillEventHistory.Event.TYPE_SAVE_SHOWN,3 -0,Android.Service.Autofill.SaveFlags,None,,0 -29,Android.Service.Autofill.SaveFlags,DelaySave,android/service/autofill/SaveInfo.FLAG_DELAY_SAVE,4 -28,Android.Service.Autofill.SaveFlags,DontSaveOnFinish,android/service/autofill/SaveInfo.FLAG_DONT_SAVE_ON_FINISH,2 -26,Android.Service.Autofill.SaveFlags,SaveOnAllViewsInvisible,android/service/autofill/SaveInfo.FLAG_SAVE_ON_ALL_VIEWS_INVISIBLE,1 -26,Android.Service.Autofill.NegativeButtonStyle,Cancel,android/service/autofill/SaveInfo.NEGATIVE_BUTTON_STYLE_CANCEL,0 -26,Android.Service.Autofill.NegativeButtonStyle,Reject,android/service/autofill/SaveInfo.NEGATIVE_BUTTON_STYLE_REJECT,1 -26,Android.Service.Autofill.SaveDataType,Address,android/service/autofill/SaveInfo.SAVE_DATA_TYPE_ADDRESS,2 -26,Android.Service.Autofill.SaveDataType,CreditCard,android/service/autofill/SaveInfo.SAVE_DATA_TYPE_CREDIT_CARD,4 -26,Android.Service.Autofill.SaveDataType,EmailAddress,android/service/autofill/SaveInfo.SAVE_DATA_TYPE_EMAIL_ADDRESS,16 -26,Android.Service.Autofill.SaveDataType,Generic,android/service/autofill/SaveInfo.SAVE_DATA_TYPE_GENERIC,0 -26,Android.Service.Autofill.SaveDataType,Password,android/service/autofill/SaveInfo.SAVE_DATA_TYPE_PASSWORD,1 -26,Android.Service.Autofill.SaveDataType,Username,android/service/autofill/SaveInfo.SAVE_DATA_TYPE_USERNAME,8 -22,Android.Service.Carrier.MessageDownloadStatus,Error,android/service/carrier/CarrierMessagingService.DOWNLOAD_STATUS_ERROR,2 -22,Android.Service.Carrier.MessageDownloadStatus,Ok,android/service/carrier/CarrierMessagingService.DOWNLOAD_STATUS_OK,0 -22,Android.Service.Carrier.MessageDownloadStatus,RetryOnCarrierNetwork,android/service/carrier/CarrierMessagingService.DOWNLOAD_STATUS_RETRY_ON_CARRIER_NETWORK,1 -22,Android.Service.Carrier.MessageSendStatus,Error,android/service/carrier/CarrierMessagingService.SEND_STATUS_ERROR,2 -22,Android.Service.Carrier.MessageSendStatus,Ok,android/service/carrier/CarrierMessagingService.SEND_STATUS_OK,0 -22,Android.Service.Carrier.MessageSendStatus,RetryOnCarrierNetwork,android/service/carrier/CarrierMessagingService.SEND_STATUS_RETRY_ON_CARRIER_NETWORK,1 -24,Android.Service.Notification.NotificationListenerServiceHint,HostDisableCallEffects,android/service/notification/NotificationListenerService.HINT_HOST_DISABLE_CALL_EFFECTS,4 -21,Android.Service.Notification.NotificationListenerServiceHint,HostDisableEffects,android/service/notification/NotificationListenerService.HINT_HOST_DISABLE_EFFECTS,1 -24,Android.Service.Notification.NotificationListenerServiceHint,HostDisableNotificationEffects,android/service/notification/NotificationListenerService.HINT_HOST_DISABLE_NOTIFICATION_EFFECTS,2 -23,Android.Service.Notification.InterruptionFilterType,Alarms,android/service/notification/NotificationListenerService.INTERRUPTION_FILTER_ALARMS,4 -21,Android.Service.Notification.InterruptionFilterType,All,android/service/notification/NotificationListenerService.INTERRUPTION_FILTER_ALL,1 -21,Android.Service.Notification.InterruptionFilterType,None,android/service/notification/NotificationListenerService.INTERRUPTION_FILTER_NONE,3 -21,Android.Service.Notification.InterruptionFilterType,Priority,android/service/notification/NotificationListenerService.INTERRUPTION_FILTER_PRIORITY,2 -23,Android.Service.Notification.InterruptionFilterType,Unknown,android/service/notification/NotificationListenerService.INTERRUPTION_FILTER_UNKNOWN,0 -26,Android.Service.Notification.NotificationChannelOrGroupEventType,Added,android/service/notification/NotificationListenerService.NOTIFICATION_CHANNEL_OR_GROUP_ADDED,1 -26,Android.Service.Notification.NotificationChannelOrGroupEventType,Deleted,android/service/notification/NotificationListenerService.NOTIFICATION_CHANNEL_OR_GROUP_DELETED,3 -26,Android.Service.Notification.NotificationChannelOrGroupEventType,Updated,android/service/notification/NotificationListenerService.NOTIFICATION_CHANNEL_OR_GROUP_UPDATED,2 -26,Android.Service.Notification.NotificationCancelReason,AppCancel,android/service/notification/NotificationListenerService.REASON_APP_CANCEL,8 -26,Android.Service.Notification.NotificationCancelReason,AppCancelAll,android/service/notification/NotificationListenerService.REASON_APP_CANCEL_ALL,9 -26,Android.Service.Notification.NotificationCancelReason,Cancel,android/service/notification/NotificationListenerService.REASON_CANCEL,2 -26,Android.Service.Notification.NotificationCancelReason,CancelAll,android/service/notification/NotificationListenerService.REASON_CANCEL_ALL,3 -26,Android.Service.Notification.NotificationCancelReason,ChannelBanned,android/service/notification/NotificationListenerService.REASON_CHANNEL_BANNED,17 -26,Android.Service.Notification.NotificationCancelReason,Click,android/service/notification/NotificationListenerService.REASON_CLICK,1 -26,Android.Service.Notification.NotificationCancelReason,Error,android/service/notification/NotificationListenerService.REASON_ERROR,4 -26,Android.Service.Notification.NotificationCancelReason,GroupOptimization,android/service/notification/NotificationListenerService.REASON_GROUP_OPTIMIZATION,13 -26,Android.Service.Notification.NotificationCancelReason,GroupSummaryCanceled,android/service/notification/NotificationListenerService.REASON_GROUP_SUMMARY_CANCELED,12 -26,Android.Service.Notification.NotificationCancelReason,ListenerCancel,android/service/notification/NotificationListenerService.REASON_LISTENER_CANCEL,10 -26,Android.Service.Notification.NotificationCancelReason,ListenerCancelAll,android/service/notification/NotificationListenerService.REASON_LISTENER_CANCEL_ALL,11 -26,Android.Service.Notification.NotificationCancelReason,PackageBanned,android/service/notification/NotificationListenerService.REASON_PACKAGE_BANNED,7 -26,Android.Service.Notification.NotificationCancelReason,PackageChanged,android/service/notification/NotificationListenerService.REASON_PACKAGE_CHANGED,5 -26,Android.Service.Notification.NotificationCancelReason,PackageSuspended,android/service/notification/NotificationListenerService.REASON_PACKAGE_SUSPENDED,14 -26,Android.Service.Notification.NotificationCancelReason,ProfileTurnedOff,android/service/notification/NotificationListenerService.REASON_PROFILE_TURNED_OFF,15 -26,Android.Service.Notification.NotificationCancelReason,Snoozed,android/service/notification/NotificationListenerService.REASON_SNOOZED,18 -26,Android.Service.Notification.NotificationCancelReason,Timeout,android/service/notification/NotificationListenerService.REASON_TIMEOUT,19 -26,Android.Service.Notification.NotificationCancelReason,Unautobundled,android/service/notification/NotificationListenerService.REASON_UNAUTOBUNDLED,16 -26,Android.Service.Notification.NotificationCancelReason,UserStopped,android/service/notification/NotificationListenerService.REASON_USER_STOPPED,6 -0,Android.Service.Voice.RecognitionFlag,None,,0 -21,Android.Service.Voice.RecognitionFlag,AllowMultipleTriggers,android/service/voice/AlwaysOnHotwordDetector.RECOGNITION_FLAG_ALLOW_MULTIPLE_TRIGGERS,2 -21,Android.Service.Voice.RecognitionFlag,CaptureTriggerAudio,android/service/voice/AlwaysOnHotwordDetector.RECOGNITION_FLAG_CAPTURE_TRIGGER_AUDIO,1 -0,Android.Service.Voice.RecognitionMode,None,,0 -21,Android.Service.Voice.RecognitionMode,UserIdentification,android/service/voice/AlwaysOnHotwordDetector.RECOGNITION_MODE_USER_IDENTIFICATION,2 -21,Android.Service.Voice.RecognitionMode,VoiceTrigger,android/service/voice/AlwaysOnHotwordDetector.RECOGNITION_MODE_VOICE_TRIGGER,1 -21,Android.Service.Voice.HotwordDetectorState,HardwareUnavailable,android/service/voice/AlwaysOnHotwordDetector.STATE_HARDWARE_UNAVAILABLE,-2 -21,Android.Service.Voice.HotwordDetectorState,KeyphraseEnrolled,android/service/voice/AlwaysOnHotwordDetector.STATE_KEYPHRASE_ENROLLED,2 -21,Android.Service.Voice.HotwordDetectorState,KeyphraseUnenrolled,android/service/voice/AlwaysOnHotwordDetector.STATE_KEYPHRASE_UNENROLLED,1 -21,Android.Service.Voice.HotwordDetectorState,KeyphraseUnsupported,android/service/voice/AlwaysOnHotwordDetector.STATE_KEYPHRASE_UNSUPPORTED,-1 -21,Android.Telecom.Presentation,Allowed,android/telecom/TelecomManager.PRESENTATION_ALLOWED,1 -21,Android.Telecom.Presentation,Payphone,android/telecom/TelecomManager.PRESENTATION_PAYPHONE,4 -21,Android.Telecom.Presentation,Restricted,android/telecom/TelecomManager.PRESENTATION_RESTRICTED,2 -21,Android.Telecom.Presentation,Unknown,android/telecom/TelecomManager.PRESENTATION_UNKNOWN,3 -21,Android.Telephony.MmsError,ConfigurationError,android/telephony/SmsManager.MMS_ERROR_CONFIGURATION_ERROR,7 -21,Android.Telephony.MmsError,HttpFailure,android/telephony/SmsManager.MMS_ERROR_HTTP_FAILURE,4 -21,Android.Telephony.MmsError,InvalidApn,android/telephony/SmsManager.MMS_ERROR_INVALID_APN,2 -21,Android.Telephony.MmsError,IoError,android/telephony/SmsManager.MMS_ERROR_IO_ERROR,5 -22,Android.Telephony.MmsError,NoDataNetwork,android/telephony/SmsManager.MMS_ERROR_NO_DATA_NETWORK,8 -21,Android.Telephony.MmsError,Retry,android/telephony/SmsManager.MMS_ERROR_RETRY,6 -21,Android.Telephony.MmsError,UnableConnectMms,android/telephony/SmsManager.MMS_ERROR_UNABLE_CONNECT_MMS,3 -21,Android.Telephony.MmsError,Unspecified,android/telephony/SmsManager.MMS_ERROR_UNSPECIFIED,1 -10,Android.Telephony.SmsResultError,GenericFailure,android/telephony/SmsManager.RESULT_ERROR_GENERIC_FAILURE,1 -27,Android.Telephony.SmsResultError,LimitExceeded,android/telephony/SmsManager.RESULT_ERROR_LIMIT_EXCEEDED,5 -10,Android.Telephony.SmsResultError,NoService,android/telephony/SmsManager.RESULT_ERROR_NO_SERVICE,4 -10,Android.Telephony.SmsResultError,NullPdu,android/telephony/SmsManager.RESULT_ERROR_NULL_PDU,3 -10,Android.Telephony.SmsResultError,RadioOff,android/telephony/SmsManager.RESULT_ERROR_RADIO_OFF,2 -27,Android.Telephony.SmsResultError,ShortCodeNeverAllowed,android/telephony/SmsManager.RESULT_ERROR_SHORT_CODE_NEVER_ALLOWED,8 -27,Android.Telephony.SmsResultError,ShortCodeNotAllowed,android/telephony/SmsManager.RESULT_ERROR_SHORT_CODE_NOT_ALLOWED,7 -10,Android.Telephony.SmsStatus,Free,android/telephony/SmsManager.STATUS_ON_ICC_FREE,0 -10,Android.Telephony.SmsStatus,Read,android/telephony/SmsManager.STATUS_ON_ICC_READ,1 -10,Android.Telephony.SmsStatus,Sent,android/telephony/SmsManager.STATUS_ON_ICC_SENT,5 -10,Android.Telephony.SmsStatus,Unread,android/telephony/SmsManager.STATUS_ON_ICC_UNREAD,3 -10,Android.Telephony.SmsStatus,Unsent,android/telephony/SmsManager.STATUS_ON_ICC_UNSENT,7 -22,Android.Telephony.DataRoamingMode,Disable,android/telephony/SubscriptionManager.DATA_ROAMING_DISABLE,0 -22,Android.Telephony.DataRoamingMode,Enable,android/telephony/SubscriptionManager.DATA_ROAMING_ENABLE,1 -10,Android.Telephony.NetworkType,OneXrtt,android/telephony/TelephonyManager.NETWORK_TYPE_1xRTT,7 -10,Android.Telephony.NetworkType,Cdma,android/telephony/TelephonyManager.NETWORK_TYPE_CDMA,4 -10,Android.Telephony.NetworkType,Edge,android/telephony/TelephonyManager.NETWORK_TYPE_EDGE,2 -15,Android.Telephony.NetworkType,Ehrpd,android/telephony/TelephonyManager.NETWORK_TYPE_EHRPD,14 -10,Android.Telephony.NetworkType,Evdo0,android/telephony/TelephonyManager.NETWORK_TYPE_EVDO_0,5 -10,Android.Telephony.NetworkType,EvdoA,android/telephony/TelephonyManager.NETWORK_TYPE_EVDO_A,6 -10,Android.Telephony.NetworkType,EvdoB,android/telephony/TelephonyManager.NETWORK_TYPE_EVDO_B,12 -10,Android.Telephony.NetworkType,Gprs,android/telephony/TelephonyManager.NETWORK_TYPE_GPRS,1 -25,Android.Telephony.NetworkType,Gsm,android/telephony/TelephonyManager.NETWORK_TYPE_GSM,16 -10,Android.Telephony.NetworkType,Hsdpa,android/telephony/TelephonyManager.NETWORK_TYPE_HSDPA,8 -10,Android.Telephony.NetworkType,Hspa,android/telephony/TelephonyManager.NETWORK_TYPE_HSPA,10 -15,Android.Telephony.NetworkType,Hspap,android/telephony/TelephonyManager.NETWORK_TYPE_HSPAP,15 -10,Android.Telephony.NetworkType,Hsupa,android/telephony/TelephonyManager.NETWORK_TYPE_HSUPA,9 -10,Android.Telephony.NetworkType,Iden,android/telephony/TelephonyManager.NETWORK_TYPE_IDEN,11 -25,Android.Telephony.NetworkType,Iwlan,android/telephony/TelephonyManager.NETWORK_TYPE_IWLAN,18 -15,Android.Telephony.NetworkType,Lte,android/telephony/TelephonyManager.NETWORK_TYPE_LTE,13 -29,Android.Telephony.NetworkType,Nr,android/telephony/TelephonyManager.NETWORK_TYPE_NR,20 -25,Android.Telephony.NetworkType,TdScdma,android/telephony/TelephonyManager.NETWORK_TYPE_TD_SCDMA,17 -10,Android.Telephony.NetworkType,Umts,android/telephony/TelephonyManager.NETWORK_TYPE_UMTS,3 -10,Android.Telephony.NetworkType,Unknown,android/telephony/TelephonyManager.NETWORK_TYPE_UNKNOWN,0 -10,Android.Text.InputTypes,ClassDatetime,I:android/text/InputType.TYPE_CLASS_DATETIME,4 -10,Android.Text.InputTypes,ClassNumber,I:android/text/InputType.TYPE_CLASS_NUMBER,2 -10,Android.Text.InputTypes,ClassPhone,I:android/text/InputType.TYPE_CLASS_PHONE,3 -10,Android.Text.InputTypes,ClassText,I:android/text/InputType.TYPE_CLASS_TEXT,1 -10,Android.Text.InputTypes,DatetimeVariationDate,I:android/text/InputType.TYPE_DATETIME_VARIATION_DATE,16 -10,Android.Text.InputTypes,DatetimeVariationNormal,I:android/text/InputType.TYPE_DATETIME_VARIATION_NORMAL,0 -10,Android.Text.InputTypes,DatetimeVariationTime,I:android/text/InputType.TYPE_DATETIME_VARIATION_TIME,32 -10,Android.Text.InputTypes,MaskClass,I:android/text/InputType.TYPE_MASK_CLASS,15 -10,Android.Text.InputTypes,MaskFlags,I:android/text/InputType.TYPE_MASK_FLAGS,16773120 -10,Android.Text.InputTypes,MaskVariation,I:android/text/InputType.TYPE_MASK_VARIATION,4080 -10,Android.Text.InputTypes,Null,I:android/text/InputType.TYPE_NULL,0 -10,Android.Text.InputTypes,NumberFlagDecimal,I:android/text/InputType.TYPE_NUMBER_FLAG_DECIMAL,8192 -10,Android.Text.InputTypes,NumberFlagSigned,I:android/text/InputType.TYPE_NUMBER_FLAG_SIGNED,4096 -15,Android.Text.InputTypes,NumberVariationNormal,I:android/text/InputType.TYPE_NUMBER_VARIATION_NORMAL,0 -15,Android.Text.InputTypes,NumberVariationPassword,I:android/text/InputType.TYPE_NUMBER_VARIATION_PASSWORD,16 -10,Android.Text.InputTypes,TextFlagAutoComplete,I:android/text/InputType.TYPE_TEXT_FLAG_AUTO_COMPLETE,65536 -10,Android.Text.InputTypes,TextFlagAutoCorrect,I:android/text/InputType.TYPE_TEXT_FLAG_AUTO_CORRECT,32768 -10,Android.Text.InputTypes,TextFlagCapCharacters,I:android/text/InputType.TYPE_TEXT_FLAG_CAP_CHARACTERS,4096 -10,Android.Text.InputTypes,TextFlagCapSentences,I:android/text/InputType.TYPE_TEXT_FLAG_CAP_SENTENCES,16384 -10,Android.Text.InputTypes,TextFlagCapWords,I:android/text/InputType.TYPE_TEXT_FLAG_CAP_WORDS,8192 -10,Android.Text.InputTypes,TextFlagImeMultiLine,I:android/text/InputType.TYPE_TEXT_FLAG_IME_MULTI_LINE,262144 -10,Android.Text.InputTypes,TextFlagMultiLine,I:android/text/InputType.TYPE_TEXT_FLAG_MULTI_LINE,131072 -10,Android.Text.InputTypes,TextFlagNoSuggestions,I:android/text/InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS,524288 -10,Android.Text.InputTypes,TextVariationEmailAddress,I:android/text/InputType.TYPE_TEXT_VARIATION_EMAIL_ADDRESS,32 -10,Android.Text.InputTypes,TextVariationEmailSubject,I:android/text/InputType.TYPE_TEXT_VARIATION_EMAIL_SUBJECT,48 -10,Android.Text.InputTypes,TextVariationFilter,I:android/text/InputType.TYPE_TEXT_VARIATION_FILTER,176 -10,Android.Text.InputTypes,TextVariationLongMessage,I:android/text/InputType.TYPE_TEXT_VARIATION_LONG_MESSAGE,80 -10,Android.Text.InputTypes,TextVariationNormal,I:android/text/InputType.TYPE_TEXT_VARIATION_NORMAL,0 -10,Android.Text.InputTypes,TextVariationPassword,I:android/text/InputType.TYPE_TEXT_VARIATION_PASSWORD,128 -10,Android.Text.InputTypes,TextVariationPersonName,I:android/text/InputType.TYPE_TEXT_VARIATION_PERSON_NAME,96 -10,Android.Text.InputTypes,TextVariationPhonetic,I:android/text/InputType.TYPE_TEXT_VARIATION_PHONETIC,192 -10,Android.Text.InputTypes,TextVariationPostalAddress,I:android/text/InputType.TYPE_TEXT_VARIATION_POSTAL_ADDRESS,112 -10,Android.Text.InputTypes,TextVariationShortMessage,I:android/text/InputType.TYPE_TEXT_VARIATION_SHORT_MESSAGE,64 -10,Android.Text.InputTypes,TextVariationUri,I:android/text/InputType.TYPE_TEXT_VARIATION_URI,16 -10,Android.Text.InputTypes,TextVariationVisiblePassword,I:android/text/InputType.TYPE_TEXT_VARIATION_VISIBLE_PASSWORD,144 -10,Android.Text.InputTypes,TextVariationWebEditText,I:android/text/InputType.TYPE_TEXT_VARIATION_WEB_EDIT_TEXT,160 -15,Android.Text.InputTypes,TextVariationWebEmailAddress,I:android/text/InputType.TYPE_TEXT_VARIATION_WEB_EMAIL_ADDRESS,208 -15,Android.Text.InputTypes,TextVariationWebPassword,I:android/text/InputType.TYPE_TEXT_VARIATION_WEB_PASSWORD,224 -10,Android.Text.CapitalizationMode,Characters,android/text/TextUtils.CAP_MODE_CHARACTERS,4096 -10,Android.Text.CapitalizationMode,Sentences,android/text/TextUtils.CAP_MODE_SENTENCES,16384 -10,Android.Text.CapitalizationMode,Words,android/text/TextUtils.CAP_MODE_WORDS,8192 -21,Android.Text.Style.TtsSpanMonth,April,android/text/style/TtsSpan.MONTH_APRIL,3 -21,Android.Text.Style.TtsSpanMonth,August,android/text/style/TtsSpan.MONTH_AUGUST,7 -21,Android.Text.Style.TtsSpanMonth,December,android/text/style/TtsSpan.MONTH_DECEMBER,11 -21,Android.Text.Style.TtsSpanMonth,February,android/text/style/TtsSpan.MONTH_FEBRUARY,1 -21,Android.Text.Style.TtsSpanMonth,January,android/text/style/TtsSpan.MONTH_JANUARY,0 -21,Android.Text.Style.TtsSpanMonth,July,android/text/style/TtsSpan.MONTH_JULY,6 -21,Android.Text.Style.TtsSpanMonth,June,android/text/style/TtsSpan.MONTH_JUNE,5 -21,Android.Text.Style.TtsSpanMonth,March,android/text/style/TtsSpan.MONTH_MARCH,2 -21,Android.Text.Style.TtsSpanMonth,May,android/text/style/TtsSpan.MONTH_MAY,4 -21,Android.Text.Style.TtsSpanMonth,November,android/text/style/TtsSpan.MONTH_NOVEMBER,10 -21,Android.Text.Style.TtsSpanMonth,October,android/text/style/TtsSpan.MONTH_OCTOBER,9 -21,Android.Text.Style.TtsSpanMonth,September,android/text/style/TtsSpan.MONTH_SEPTEMBER,8 -21,Android.Text.Style.TtsSpanWeekday,Friday,android/text/style/TtsSpan.WEEKDAY_FRIDAY,6 -21,Android.Text.Style.TtsSpanWeekday,Monday,android/text/style/TtsSpan.WEEKDAY_MONDAY,2 -21,Android.Text.Style.TtsSpanWeekday,Saturday,android/text/style/TtsSpan.WEEKDAY_SATURDAY,7 -21,Android.Text.Style.TtsSpanWeekday,Sunday,android/text/style/TtsSpan.WEEKDAY_SUNDAY,1 -21,Android.Text.Style.TtsSpanWeekday,Thursday,android/text/style/TtsSpan.WEEKDAY_THURSDAY,5 -21,Android.Text.Style.TtsSpanWeekday,Tuesday,android/text/style/TtsSpan.WEEKDAY_TUESDAY,3 -21,Android.Text.Style.TtsSpanWeekday,Wednesday,android/text/style/TtsSpan.WEEKDAY_WEDNESDAY,4 -21,Android.Transitions.VisibilityMode,In,android/transition/Visibility.MODE_IN,1 -21,Android.Transitions.VisibilityMode,Out,android/transition/Visibility.MODE_OUT,2 -10,Android.Util.ComplexUnitType,Dip,android/util/TypedValue.COMPLEX_UNIT_DIP,1 -10,Android.Util.ComplexUnitType,Fraction,android/util/TypedValue.COMPLEX_UNIT_FRACTION,0 -10,Android.Util.ComplexUnitType,FractionParent,android/util/TypedValue.COMPLEX_UNIT_FRACTION_PARENT,1 -10,Android.Util.ComplexUnitType,In,android/util/TypedValue.COMPLEX_UNIT_IN,4 -10,Android.Util.ComplexUnitType,Mask,android/util/TypedValue.COMPLEX_UNIT_MASK,15 -10,Android.Util.ComplexUnitType,Mm,android/util/TypedValue.COMPLEX_UNIT_MM,5 -10,Android.Util.ComplexUnitType,Pt,android/util/TypedValue.COMPLEX_UNIT_PT,3 -10,Android.Util.ComplexUnitType,Px,android/util/TypedValue.COMPLEX_UNIT_PX,0 -10,Android.Util.ComplexUnitType,Shift,android/util/TypedValue.COMPLEX_UNIT_SHIFT,0 -10,Android.Util.ComplexUnitType,Sp,android/util/TypedValue.COMPLEX_UNIT_SP,2 -10,Android.Util.DataType,Attribute,android/util/TypedValue.TYPE_ATTRIBUTE,2 -10,Android.Util.DataType,Dimension,android/util/TypedValue.TYPE_DIMENSION,5 -10,Android.Util.DataType,FirstColorInt,android/util/TypedValue.TYPE_FIRST_COLOR_INT,28 -10,Android.Util.DataType,FirstInt,android/util/TypedValue.TYPE_FIRST_INT,16 -10,Android.Util.DataType,Float,android/util/TypedValue.TYPE_FLOAT,4 -10,Android.Util.DataType,Fraction,android/util/TypedValue.TYPE_FRACTION,6 -10,Android.Util.DataType,IntBoolean,android/util/TypedValue.TYPE_INT_BOOLEAN,18 -10,Android.Util.DataType,IntColorArgb4,android/util/TypedValue.TYPE_INT_COLOR_ARGB4,30 -10,Android.Util.DataType,IntColorArgb8,android/util/TypedValue.TYPE_INT_COLOR_ARGB8,28 -10,Android.Util.DataType,IntColorRgb4,android/util/TypedValue.TYPE_INT_COLOR_RGB4,31 -10,Android.Util.DataType,IntColorRgb8,android/util/TypedValue.TYPE_INT_COLOR_RGB8,29 -10,Android.Util.DataType,IntDec,android/util/TypedValue.TYPE_INT_DEC,16 -10,Android.Util.DataType,IntHex,android/util/TypedValue.TYPE_INT_HEX,17 -10,Android.Util.DataType,LastColorInt,android/util/TypedValue.TYPE_LAST_COLOR_INT,31 -10,Android.Util.DataType,LastInt,android/util/TypedValue.TYPE_LAST_INT,31 -10,Android.Util.DataType,Null,android/util/TypedValue.TYPE_NULL,0 -10,Android.Util.DataType,Reference,android/util/TypedValue.TYPE_REFERENCE,1 -10,Android.Util.DataType,String,android/util/TypedValue.TYPE_STRING,3 -16,Android.Views.Accessibility.EventTypes,Announcement,android/view/accessibility/AccessibilityEvent.TYPE_ANNOUNCEMENT,16384 -23,Android.Views.Accessibility.EventTypes,AssistReadingContext,android/view/accessibility/AccessibilityEvent.TYPE_ASSIST_READING_CONTEXT,16777216 -17,Android.Views.Accessibility.EventTypes,GestureDetectionEnd,android/view/accessibility/AccessibilityEvent.TYPE_GESTURE_DETECTION_END,524288 -17,Android.Views.Accessibility.EventTypes,GestureDetectionStart,android/view/accessibility/AccessibilityEvent.TYPE_GESTURE_DETECTION_START,262144 -10,Android.Views.Accessibility.EventTypes,NotificationStateChanged,android/view/accessibility/AccessibilityEvent.TYPE_NOTIFICATION_STATE_CHANGED,64 -15,Android.Views.Accessibility.EventTypes,TouchExplorationGestureEnd,android/view/accessibility/AccessibilityEvent.TYPE_TOUCH_EXPLORATION_GESTURE_END,1024 -15,Android.Views.Accessibility.EventTypes,TouchExplorationGestureStart,android/view/accessibility/AccessibilityEvent.TYPE_TOUCH_EXPLORATION_GESTURE_START,512 -17,Android.Views.Accessibility.EventTypes,TouchInteractionEnd,android/view/accessibility/AccessibilityEvent.TYPE_TOUCH_INTERACTION_END,2097152 -17,Android.Views.Accessibility.EventTypes,TouchInteractionStart,android/view/accessibility/AccessibilityEvent.TYPE_TOUCH_INTERACTION_START,1048576 -16,Android.Views.Accessibility.EventTypes,ViewAccessibilityFocusCleared,android/view/accessibility/AccessibilityEvent.TYPE_VIEW_ACCESSIBILITY_FOCUS_CLEARED,65536 -16,Android.Views.Accessibility.EventTypes,ViewAccessibilityFocused,android/view/accessibility/AccessibilityEvent.TYPE_VIEW_ACCESSIBILITY_FOCUSED,32768 -10,Android.Views.Accessibility.EventTypes,ViewClicked,android/view/accessibility/AccessibilityEvent.TYPE_VIEW_CLICKED,1 -23,Android.Views.Accessibility.EventTypes,ViewContextClicked,android/view/accessibility/AccessibilityEvent.TYPE_VIEW_CONTEXT_CLICKED,8388608 -10,Android.Views.Accessibility.EventTypes,ViewFocused,android/view/accessibility/AccessibilityEvent.TYPE_VIEW_FOCUSED,8 -15,Android.Views.Accessibility.EventTypes,ViewHoverEnter,android/view/accessibility/AccessibilityEvent.TYPE_VIEW_HOVER_ENTER,128 -15,Android.Views.Accessibility.EventTypes,ViewHoverExit,android/view/accessibility/AccessibilityEvent.TYPE_VIEW_HOVER_EXIT,256 -10,Android.Views.Accessibility.EventTypes,ViewLongClicked,android/view/accessibility/AccessibilityEvent.TYPE_VIEW_LONG_CLICKED,2 -15,Android.Views.Accessibility.EventTypes,ViewScrolled,android/view/accessibility/AccessibilityEvent.TYPE_VIEW_SCROLLED,4096 -10,Android.Views.Accessibility.EventTypes,ViewSelected,android/view/accessibility/AccessibilityEvent.TYPE_VIEW_SELECTED,4 -10,Android.Views.Accessibility.EventTypes,ViewTextChanged,android/view/accessibility/AccessibilityEvent.TYPE_VIEW_TEXT_CHANGED,16 -15,Android.Views.Accessibility.EventTypes,ViewTextSelectionChanged,android/view/accessibility/AccessibilityEvent.TYPE_VIEW_TEXT_SELECTION_CHANGED,8192 -16,Android.Views.Accessibility.EventTypes,ViewTextTraversedAtMovementGranularity,android/view/accessibility/AccessibilityEvent.TYPE_VIEW_TEXT_TRAVERSED_AT_MOVEMENT_GRANULARITY,131072 -15,Android.Views.Accessibility.EventTypes,WindowContentChanged,android/view/accessibility/AccessibilityEvent.TYPE_WINDOW_CONTENT_CHANGED,2048 -10,Android.Views.Accessibility.EventTypes,WindowStateChanged,android/view/accessibility/AccessibilityEvent.TYPE_WINDOW_STATE_CHANGED,32 -21,Android.Views.Accessibility.EventTypes,WindowsChanged,android/view/accessibility/AccessibilityEvent.TYPE_WINDOWS_CHANGED,4194304 -10,Android.Views.Accessibility.EventTypes,AllMask,android/view/accessibility/AccessibilityEvent.TYPES_ALL_MASK,-1 -10,Android.Views.GravityFlags,AxisClip,android/view/Gravity.AXIS_CLIP,8 -10,Android.Views.GravityFlags,AxisPullAfter,android/view/Gravity.AXIS_PULL_AFTER,4 -10,Android.Views.GravityFlags,AxisPullBefore,android/view/Gravity.AXIS_PULL_BEFORE,2 -10,Android.Views.GravityFlags,AxisSpecified,android/view/Gravity.AXIS_SPECIFIED,1 -10,Android.Views.GravityFlags,AxisXShift,android/view/Gravity.AXIS_X_SHIFT,0 -10,Android.Views.GravityFlags,AxisYShift,android/view/Gravity.AXIS_Y_SHIFT,4 -10,Android.Views.GravityFlags,Bottom,android/view/Gravity.BOTTOM,80 -10,Android.Views.GravityFlags,Center,android/view/Gravity.CENTER,17 -10,Android.Views.GravityFlags,CenterHorizontal,android/view/Gravity.CENTER_HORIZONTAL,1 -10,Android.Views.GravityFlags,CenterVertical,android/view/Gravity.CENTER_VERTICAL,16 -10,Android.Views.GravityFlags,ClipHorizontal,android/view/Gravity.CLIP_HORIZONTAL,8 -10,Android.Views.GravityFlags,ClipVertical,android/view/Gravity.CLIP_VERTICAL,128 -10,Android.Views.GravityFlags,DisplayClipHorizontal,android/view/Gravity.DISPLAY_CLIP_HORIZONTAL,16777216 -10,Android.Views.GravityFlags,DisplayClipVertical,android/view/Gravity.DISPLAY_CLIP_VERTICAL,268435456 -15,Android.Views.GravityFlags,End,android/view/Gravity.END,8388613 -10,Android.Views.GravityFlags,Fill,android/view/Gravity.FILL,119 -10,Android.Views.GravityFlags,FillHorizontal,android/view/Gravity.FILL_HORIZONTAL,7 -10,Android.Views.GravityFlags,FillVertical,android/view/Gravity.FILL_VERTICAL,112 -10,Android.Views.GravityFlags,HorizontalGravityMask,android/view/Gravity.HORIZONTAL_GRAVITY_MASK,7 -10,Android.Views.GravityFlags,Left,android/view/Gravity.LEFT,3 -10,Android.Views.GravityFlags,NoGravity,android/view/Gravity.NO_GRAVITY,0 -15,Android.Views.GravityFlags,RelativeHorizontalGravityMask,android/view/Gravity.RELATIVE_HORIZONTAL_GRAVITY_MASK,8388615 -15,Android.Views.GravityFlags,RelativeLayoutDirection,android/view/Gravity.RELATIVE_LAYOUT_DIRECTION,8388608 -10,Android.Views.GravityFlags,Right,android/view/Gravity.RIGHT,5 -15,Android.Views.GravityFlags,Start,android/view/Gravity.START,8388611 -10,Android.Views.GravityFlags,Top,android/view/Gravity.TOP,48 -10,Android.Views.GravityFlags,VerticalGravityMask,android/view/Gravity.VERTICAL_GRAVITY_MASK,112 -10,Android.Views.Keycode,Num0,android/view/KeyEvent.KEYCODE_0,7 -10,Android.Views.Keycode,Num1,android/view/KeyEvent.KEYCODE_1,8 -21,Android.Views.Keycode,K11,android/view/KeyEvent.KEYCODE_11,227 -21,Android.Views.Keycode,K12,android/view/KeyEvent.KEYCODE_12,228 -10,Android.Views.Keycode,Num2,android/view/KeyEvent.KEYCODE_2,9 -10,Android.Views.Keycode,Num3,android/view/KeyEvent.KEYCODE_3,10 -15,Android.Views.Keycode,ThreeDMode,android/view/KeyEvent.KEYCODE_3D_MODE,206 -10,Android.Views.Keycode,Num4,android/view/KeyEvent.KEYCODE_4,11 -10,Android.Views.Keycode,Num5,android/view/KeyEvent.KEYCODE_5,12 -10,Android.Views.Keycode,Num6,android/view/KeyEvent.KEYCODE_6,13 -10,Android.Views.Keycode,Num7,android/view/KeyEvent.KEYCODE_7,14 -10,Android.Views.Keycode,Num8,android/view/KeyEvent.KEYCODE_8,15 -10,Android.Views.Keycode,Num9,android/view/KeyEvent.KEYCODE_9,16 -10,Android.Views.Keycode,A,android/view/KeyEvent.KEYCODE_A,29 -28,Android.Views.Keycode,AllApps,android/view/KeyEvent.KEYCODE_ALL_APPS,284 -10,Android.Views.Keycode,AltLeft,android/view/KeyEvent.KEYCODE_ALT_LEFT,57 -10,Android.Views.Keycode,AltRight,android/view/KeyEvent.KEYCODE_ALT_RIGHT,58 -10,Android.Views.Keycode,Apostrophe,android/view/KeyEvent.KEYCODE_APOSTROPHE,75 -15,Android.Views.Keycode,AppSwitch,android/view/KeyEvent.KEYCODE_APP_SWITCH,187 -16,Android.Views.Keycode,Assist,android/view/KeyEvent.KEYCODE_ASSIST,219 -10,Android.Views.Keycode,At,android/view/KeyEvent.KEYCODE_AT,77 -15,Android.Views.Keycode,AvrInput,android/view/KeyEvent.KEYCODE_AVR_INPUT,182 -15,Android.Views.Keycode,AvrPower,android/view/KeyEvent.KEYCODE_AVR_POWER,181 -10,Android.Views.Keycode,B,android/view/KeyEvent.KEYCODE_B,30 -10,Android.Views.Keycode,Back,android/view/KeyEvent.KEYCODE_BACK,4 -10,Android.Views.Keycode,Backslash,android/view/KeyEvent.KEYCODE_BACKSLASH,73 -15,Android.Views.Keycode,Bookmark,android/view/KeyEvent.KEYCODE_BOOKMARK,174 -15,Android.Views.Keycode,Break,android/view/KeyEvent.KEYCODE_BREAK,121 -18,Android.Views.Keycode,BrightnessDown,android/view/KeyEvent.KEYCODE_BRIGHTNESS_DOWN,220 -18,Android.Views.Keycode,BrightnessUp,android/view/KeyEvent.KEYCODE_BRIGHTNESS_UP,221 -15,Android.Views.Keycode,Button1,android/view/KeyEvent.KEYCODE_BUTTON_1,188 -15,Android.Views.Keycode,Button10,android/view/KeyEvent.KEYCODE_BUTTON_10,197 -15,Android.Views.Keycode,Button11,android/view/KeyEvent.KEYCODE_BUTTON_11,198 -15,Android.Views.Keycode,Button12,android/view/KeyEvent.KEYCODE_BUTTON_12,199 -15,Android.Views.Keycode,Button13,android/view/KeyEvent.KEYCODE_BUTTON_13,200 -15,Android.Views.Keycode,Button14,android/view/KeyEvent.KEYCODE_BUTTON_14,201 -15,Android.Views.Keycode,Button15,android/view/KeyEvent.KEYCODE_BUTTON_15,202 -15,Android.Views.Keycode,Button16,android/view/KeyEvent.KEYCODE_BUTTON_16,203 -15,Android.Views.Keycode,Button2,android/view/KeyEvent.KEYCODE_BUTTON_2,189 -15,Android.Views.Keycode,Button3,android/view/KeyEvent.KEYCODE_BUTTON_3,190 -15,Android.Views.Keycode,Button4,android/view/KeyEvent.KEYCODE_BUTTON_4,191 -15,Android.Views.Keycode,Button5,android/view/KeyEvent.KEYCODE_BUTTON_5,192 -15,Android.Views.Keycode,Button6,android/view/KeyEvent.KEYCODE_BUTTON_6,193 -15,Android.Views.Keycode,Button7,android/view/KeyEvent.KEYCODE_BUTTON_7,194 -15,Android.Views.Keycode,Button8,android/view/KeyEvent.KEYCODE_BUTTON_8,195 -15,Android.Views.Keycode,Button9,android/view/KeyEvent.KEYCODE_BUTTON_9,196 -10,Android.Views.Keycode,ButtonA,android/view/KeyEvent.KEYCODE_BUTTON_A,96 -10,Android.Views.Keycode,ButtonB,android/view/KeyEvent.KEYCODE_BUTTON_B,97 -10,Android.Views.Keycode,ButtonC,android/view/KeyEvent.KEYCODE_BUTTON_C,98 -10,Android.Views.Keycode,ButtonL1,android/view/KeyEvent.KEYCODE_BUTTON_L1,102 -10,Android.Views.Keycode,ButtonL2,android/view/KeyEvent.KEYCODE_BUTTON_L2,104 -10,Android.Views.Keycode,ButtonMode,android/view/KeyEvent.KEYCODE_BUTTON_MODE,110 -10,Android.Views.Keycode,ButtonR1,android/view/KeyEvent.KEYCODE_BUTTON_R1,103 -10,Android.Views.Keycode,ButtonR2,android/view/KeyEvent.KEYCODE_BUTTON_R2,105 -10,Android.Views.Keycode,ButtonSelect,android/view/KeyEvent.KEYCODE_BUTTON_SELECT,109 -10,Android.Views.Keycode,ButtonStart,android/view/KeyEvent.KEYCODE_BUTTON_START,108 -10,Android.Views.Keycode,ButtonThumbl,android/view/KeyEvent.KEYCODE_BUTTON_THUMBL,106 -10,Android.Views.Keycode,ButtonThumbr,android/view/KeyEvent.KEYCODE_BUTTON_THUMBR,107 -10,Android.Views.Keycode,ButtonX,android/view/KeyEvent.KEYCODE_BUTTON_X,99 -10,Android.Views.Keycode,ButtonY,android/view/KeyEvent.KEYCODE_BUTTON_Y,100 -10,Android.Views.Keycode,ButtonZ,android/view/KeyEvent.KEYCODE_BUTTON_Z,101 -10,Android.Views.Keycode,C,android/view/KeyEvent.KEYCODE_C,31 -15,Android.Views.Keycode,Calculator,android/view/KeyEvent.KEYCODE_CALCULATOR,210 -15,Android.Views.Keycode,Calendar,android/view/KeyEvent.KEYCODE_CALENDAR,208 -10,Android.Views.Keycode,Call,android/view/KeyEvent.KEYCODE_CALL,5 -10,Android.Views.Keycode,Camera,android/view/KeyEvent.KEYCODE_CAMERA,27 -15,Android.Views.Keycode,CapsLock,android/view/KeyEvent.KEYCODE_CAPS_LOCK,115 -15,Android.Views.Keycode,Captions,android/view/KeyEvent.KEYCODE_CAPTIONS,175 -15,Android.Views.Keycode,ChannelDown,android/view/KeyEvent.KEYCODE_CHANNEL_DOWN,167 -15,Android.Views.Keycode,ChannelUp,android/view/KeyEvent.KEYCODE_CHANNEL_UP,166 -10,Android.Views.Keycode,Clear,android/view/KeyEvent.KEYCODE_CLEAR,28 -10,Android.Views.Keycode,Comma,android/view/KeyEvent.KEYCODE_COMMA,55 -15,Android.Views.Keycode,Contacts,android/view/KeyEvent.KEYCODE_CONTACTS,207 -24,Android.Views.Keycode,Copy,android/view/KeyEvent.KEYCODE_COPY,278 -15,Android.Views.Keycode,CtrlLeft,android/view/KeyEvent.KEYCODE_CTRL_LEFT,113 -15,Android.Views.Keycode,CtrlRight,android/view/KeyEvent.KEYCODE_CTRL_RIGHT,114 -24,Android.Views.Keycode,Cut,android/view/KeyEvent.KEYCODE_CUT,277 -10,Android.Views.Keycode,D,android/view/KeyEvent.KEYCODE_D,32 -10,Android.Views.Keycode,Del,android/view/KeyEvent.KEYCODE_DEL,67 -10,Android.Views.Keycode,DpadCenter,android/view/KeyEvent.KEYCODE_DPAD_CENTER,23 -10,Android.Views.Keycode,DpadDown,android/view/KeyEvent.KEYCODE_DPAD_DOWN,20 -24,Android.Views.Keycode,DpadDownLeft,android/view/KeyEvent.KEYCODE_DPAD_DOWN_LEFT,269 -24,Android.Views.Keycode,DpadDownRight,android/view/KeyEvent.KEYCODE_DPAD_DOWN_RIGHT,271 -10,Android.Views.Keycode,DpadLeft,android/view/KeyEvent.KEYCODE_DPAD_LEFT,21 -10,Android.Views.Keycode,DpadRight,android/view/KeyEvent.KEYCODE_DPAD_RIGHT,22 -10,Android.Views.Keycode,DpadUp,android/view/KeyEvent.KEYCODE_DPAD_UP,19 -24,Android.Views.Keycode,DpadUpLeft,android/view/KeyEvent.KEYCODE_DPAD_UP_LEFT,268 -24,Android.Views.Keycode,DpadUpRight,android/view/KeyEvent.KEYCODE_DPAD_UP_RIGHT,270 -15,Android.Views.Keycode,Dvr,android/view/KeyEvent.KEYCODE_DVR,173 -10,Android.Views.Keycode,E,android/view/KeyEvent.KEYCODE_E,33 -16,Android.Views.Keycode,Eisu,android/view/KeyEvent.KEYCODE_EISU,212 -10,Android.Views.Keycode,Endcall,android/view/KeyEvent.KEYCODE_ENDCALL,6 -10,Android.Views.Keycode,Enter,android/view/KeyEvent.KEYCODE_ENTER,66 -10,Android.Views.Keycode,Envelope,android/view/KeyEvent.KEYCODE_ENVELOPE,65 -10,Android.Views.Keycode,Equals,android/view/KeyEvent.KEYCODE_EQUALS,70 -15,Android.Views.Keycode,Escape,android/view/KeyEvent.KEYCODE_ESCAPE,111 -10,Android.Views.Keycode,Explorer,android/view/KeyEvent.KEYCODE_EXPLORER,64 -10,Android.Views.Keycode,F,android/view/KeyEvent.KEYCODE_F,34 -15,Android.Views.Keycode,F1,android/view/KeyEvent.KEYCODE_F1,131 -15,Android.Views.Keycode,F10,android/view/KeyEvent.KEYCODE_F10,140 -15,Android.Views.Keycode,F11,android/view/KeyEvent.KEYCODE_F11,141 -15,Android.Views.Keycode,F12,android/view/KeyEvent.KEYCODE_F12,142 -15,Android.Views.Keycode,F2,android/view/KeyEvent.KEYCODE_F2,132 -15,Android.Views.Keycode,F3,android/view/KeyEvent.KEYCODE_F3,133 -15,Android.Views.Keycode,F4,android/view/KeyEvent.KEYCODE_F4,134 -15,Android.Views.Keycode,F5,android/view/KeyEvent.KEYCODE_F5,135 -15,Android.Views.Keycode,F6,android/view/KeyEvent.KEYCODE_F6,136 -15,Android.Views.Keycode,F7,android/view/KeyEvent.KEYCODE_F7,137 -15,Android.Views.Keycode,F8,android/view/KeyEvent.KEYCODE_F8,138 -15,Android.Views.Keycode,F9,android/view/KeyEvent.KEYCODE_F9,139 -10,Android.Views.Keycode,Focus,android/view/KeyEvent.KEYCODE_FOCUS,80 -15,Android.Views.Keycode,Forward,android/view/KeyEvent.KEYCODE_FORWARD,125 -15,Android.Views.Keycode,ForwardDel,android/view/KeyEvent.KEYCODE_FORWARD_DEL,112 -15,Android.Views.Keycode,Function,android/view/KeyEvent.KEYCODE_FUNCTION,119 -10,Android.Views.Keycode,G,android/view/KeyEvent.KEYCODE_G,35 -10,Android.Views.Keycode,Grave,android/view/KeyEvent.KEYCODE_GRAVE,68 -15,Android.Views.Keycode,Guide,android/view/KeyEvent.KEYCODE_GUIDE,172 -10,Android.Views.Keycode,H,android/view/KeyEvent.KEYCODE_H,36 -10,Android.Views.Keycode,Headsethook,android/view/KeyEvent.KEYCODE_HEADSETHOOK,79 -21,Android.Views.Keycode,Help,android/view/KeyEvent.KEYCODE_HELP,259 -16,Android.Views.Keycode,Henkan,android/view/KeyEvent.KEYCODE_HENKAN,214 -10,Android.Views.Keycode,Home,android/view/KeyEvent.KEYCODE_HOME,3 -10,Android.Views.Keycode,I,android/view/KeyEvent.KEYCODE_I,37 -15,Android.Views.Keycode,Info,android/view/KeyEvent.KEYCODE_INFO,165 -15,Android.Views.Keycode,Insert,android/view/KeyEvent.KEYCODE_INSERT,124 -10,Android.Views.Keycode,J,android/view/KeyEvent.KEYCODE_J,38 -10,Android.Views.Keycode,K,android/view/KeyEvent.KEYCODE_K,39 -16,Android.Views.Keycode,Kana,android/view/KeyEvent.KEYCODE_KANA,218 -16,Android.Views.Keycode,KatakanaHiragana,android/view/KeyEvent.KEYCODE_KATAKANA_HIRAGANA,215 -10,Android.Views.Keycode,L,android/view/KeyEvent.KEYCODE_L,40 -15,Android.Views.Keycode,LanguageSwitch,android/view/KeyEvent.KEYCODE_LANGUAGE_SWITCH,204 -21,Android.Views.Keycode,LastChannel,android/view/KeyEvent.KEYCODE_LAST_CHANNEL,229 -10,Android.Views.Keycode,LeftBracket,android/view/KeyEvent.KEYCODE_LEFT_BRACKET,71 -10,Android.Views.Keycode,M,android/view/KeyEvent.KEYCODE_M,41 -15,Android.Views.Keycode,MannerMode,android/view/KeyEvent.KEYCODE_MANNER_MODE,205 -19,Android.Views.Keycode,MediaAudioTrack,android/view/KeyEvent.KEYCODE_MEDIA_AUDIO_TRACK,222 -15,Android.Views.Keycode,MediaClose,android/view/KeyEvent.KEYCODE_MEDIA_CLOSE,128 -15,Android.Views.Keycode,MediaEject,android/view/KeyEvent.KEYCODE_MEDIA_EJECT,129 -10,Android.Views.Keycode,MediaFastForward,android/view/KeyEvent.KEYCODE_MEDIA_FAST_FORWARD,90 -10,Android.Views.Keycode,MediaNext,android/view/KeyEvent.KEYCODE_MEDIA_NEXT,87 -15,Android.Views.Keycode,MediaPause,android/view/KeyEvent.KEYCODE_MEDIA_PAUSE,127 -15,Android.Views.Keycode,MediaPlay,android/view/KeyEvent.KEYCODE_MEDIA_PLAY,126 -10,Android.Views.Keycode,MediaPlayPause,android/view/KeyEvent.KEYCODE_MEDIA_PLAY_PAUSE,85 -10,Android.Views.Keycode,MediaPrevious,android/view/KeyEvent.KEYCODE_MEDIA_PREVIOUS,88 -15,Android.Views.Keycode,MediaRecord,android/view/KeyEvent.KEYCODE_MEDIA_RECORD,130 -10,Android.Views.Keycode,MediaRewind,android/view/KeyEvent.KEYCODE_MEDIA_REWIND,89 -23,Android.Views.Keycode,MediaSkipBackward,android/view/KeyEvent.KEYCODE_MEDIA_SKIP_BACKWARD,273 -23,Android.Views.Keycode,MediaSkipForward,android/view/KeyEvent.KEYCODE_MEDIA_SKIP_FORWARD,272 -23,Android.Views.Keycode,MediaStepBackward,android/view/KeyEvent.KEYCODE_MEDIA_STEP_BACKWARD,275 -23,Android.Views.Keycode,MediaStepForward,android/view/KeyEvent.KEYCODE_MEDIA_STEP_FORWARD,274 -10,Android.Views.Keycode,MediaStop,android/view/KeyEvent.KEYCODE_MEDIA_STOP,86 -21,Android.Views.Keycode,MediaTopMenu,android/view/KeyEvent.KEYCODE_MEDIA_TOP_MENU,226 -10,Android.Views.Keycode,Menu,android/view/KeyEvent.KEYCODE_MENU,82 -15,Android.Views.Keycode,MetaLeft,android/view/KeyEvent.KEYCODE_META_LEFT,117 -15,Android.Views.Keycode,MetaRight,android/view/KeyEvent.KEYCODE_META_RIGHT,118 -10,Android.Views.Keycode,Minus,android/view/KeyEvent.KEYCODE_MINUS,69 -15,Android.Views.Keycode,MoveEnd,android/view/KeyEvent.KEYCODE_MOVE_END,123 -15,Android.Views.Keycode,MoveHome,android/view/KeyEvent.KEYCODE_MOVE_HOME,122 -16,Android.Views.Keycode,Muhenkan,android/view/KeyEvent.KEYCODE_MUHENKAN,213 -15,Android.Views.Keycode,Music,android/view/KeyEvent.KEYCODE_MUSIC,209 -10,Android.Views.Keycode,Mute,android/view/KeyEvent.KEYCODE_MUTE,91 -10,Android.Views.Keycode,N,android/view/KeyEvent.KEYCODE_N,42 -23,Android.Views.Keycode,NavigateIn,android/view/KeyEvent.KEYCODE_NAVIGATE_IN,262 -23,Android.Views.Keycode,NavigateNext,android/view/KeyEvent.KEYCODE_NAVIGATE_NEXT,261 -23,Android.Views.Keycode,NavigateOut,android/view/KeyEvent.KEYCODE_NAVIGATE_OUT,263 -23,Android.Views.Keycode,NavigatePrevious,android/view/KeyEvent.KEYCODE_NAVIGATE_PREVIOUS,260 -10,Android.Views.Keycode,Notification,android/view/KeyEvent.KEYCODE_NOTIFICATION,83 -10,Android.Views.Keycode,Num,android/view/KeyEvent.KEYCODE_NUM,78 -15,Android.Views.Keycode,NumLock,android/view/KeyEvent.KEYCODE_NUM_LOCK,143 -15,Android.Views.Keycode,Numpad0,android/view/KeyEvent.KEYCODE_NUMPAD_0,144 -15,Android.Views.Keycode,Numpad1,android/view/KeyEvent.KEYCODE_NUMPAD_1,145 -15,Android.Views.Keycode,Numpad2,android/view/KeyEvent.KEYCODE_NUMPAD_2,146 -15,Android.Views.Keycode,Numpad3,android/view/KeyEvent.KEYCODE_NUMPAD_3,147 -15,Android.Views.Keycode,Numpad4,android/view/KeyEvent.KEYCODE_NUMPAD_4,148 -15,Android.Views.Keycode,Numpad5,android/view/KeyEvent.KEYCODE_NUMPAD_5,149 -15,Android.Views.Keycode,Numpad6,android/view/KeyEvent.KEYCODE_NUMPAD_6,150 -15,Android.Views.Keycode,Numpad7,android/view/KeyEvent.KEYCODE_NUMPAD_7,151 -15,Android.Views.Keycode,Numpad8,android/view/KeyEvent.KEYCODE_NUMPAD_8,152 -15,Android.Views.Keycode,Numpad9,android/view/KeyEvent.KEYCODE_NUMPAD_9,153 -15,Android.Views.Keycode,NumpadAdd,android/view/KeyEvent.KEYCODE_NUMPAD_ADD,157 -15,Android.Views.Keycode,NumpadComma,android/view/KeyEvent.KEYCODE_NUMPAD_COMMA,159 -15,Android.Views.Keycode,NumpadDivide,android/view/KeyEvent.KEYCODE_NUMPAD_DIVIDE,154 -15,Android.Views.Keycode,NumpadDot,android/view/KeyEvent.KEYCODE_NUMPAD_DOT,158 -15,Android.Views.Keycode,NumpadEnter,android/view/KeyEvent.KEYCODE_NUMPAD_ENTER,160 -15,Android.Views.Keycode,NumpadEquals,android/view/KeyEvent.KEYCODE_NUMPAD_EQUALS,161 -15,Android.Views.Keycode,NumpadLeftParen,android/view/KeyEvent.KEYCODE_NUMPAD_LEFT_PAREN,162 -15,Android.Views.Keycode,NumpadMultiply,android/view/KeyEvent.KEYCODE_NUMPAD_MULTIPLY,155 -15,Android.Views.Keycode,NumpadRightParen,android/view/KeyEvent.KEYCODE_NUMPAD_RIGHT_PAREN,163 -15,Android.Views.Keycode,NumpadSubtract,android/view/KeyEvent.KEYCODE_NUMPAD_SUBTRACT,156 -10,Android.Views.Keycode,O,android/view/KeyEvent.KEYCODE_O,43 -10,Android.Views.Keycode,P,android/view/KeyEvent.KEYCODE_P,44 -10,Android.Views.Keycode,PageDown,android/view/KeyEvent.KEYCODE_PAGE_DOWN,93 -10,Android.Views.Keycode,PageUp,android/view/KeyEvent.KEYCODE_PAGE_UP,92 -21,Android.Views.Keycode,Pairing,android/view/KeyEvent.KEYCODE_PAIRING,225 -24,Android.Views.Keycode,Paste,android/view/KeyEvent.KEYCODE_PASTE,279 -10,Android.Views.Keycode,Period,android/view/KeyEvent.KEYCODE_PERIOD,56 -10,Android.Views.Keycode,Pictsymbols,android/view/KeyEvent.KEYCODE_PICTSYMBOLS,94 -10,Android.Views.Keycode,Plus,android/view/KeyEvent.KEYCODE_PLUS,81 -10,Android.Views.Keycode,Pound,android/view/KeyEvent.KEYCODE_POUND,18 -10,Android.Views.Keycode,Power,android/view/KeyEvent.KEYCODE_POWER,26 -29,Android.Views.Keycode,ProfileSwitch,android/view/KeyEvent.KEYCODE_PROFILE_SWITCH,288 -15,Android.Views.Keycode,ProgBlue,android/view/KeyEvent.KEYCODE_PROG_BLUE,186 -15,Android.Views.Keycode,ProgGreen,android/view/KeyEvent.KEYCODE_PROG_GREEN,184 -15,Android.Views.Keycode,ProgRed,android/view/KeyEvent.KEYCODE_PROG_RED,183 -15,Android.Views.Keycode,ProgYellow,android/view/KeyEvent.KEYCODE_PROG_YELLOW,185 -10,Android.Views.Keycode,Q,android/view/KeyEvent.KEYCODE_Q,45 -10,Android.Views.Keycode,R,android/view/KeyEvent.KEYCODE_R,46 -28,Android.Views.Keycode,Refresh,android/view/KeyEvent.KEYCODE_REFRESH,285 -10,Android.Views.Keycode,RightBracket,android/view/KeyEvent.KEYCODE_RIGHT_BRACKET,72 -16,Android.Views.Keycode,Ro,android/view/KeyEvent.KEYCODE_RO,217 -10,Android.Views.Keycode,S,android/view/KeyEvent.KEYCODE_S,47 -15,Android.Views.Keycode,ScrollLock,android/view/KeyEvent.KEYCODE_SCROLL_LOCK,116 -10,Android.Views.Keycode,Search,android/view/KeyEvent.KEYCODE_SEARCH,84 -10,Android.Views.Keycode,Semicolon,android/view/KeyEvent.KEYCODE_SEMICOLON,74 -15,Android.Views.Keycode,Settings,android/view/KeyEvent.KEYCODE_SETTINGS,176 -10,Android.Views.Keycode,ShiftLeft,android/view/KeyEvent.KEYCODE_SHIFT_LEFT,59 -10,Android.Views.Keycode,ShiftRight,android/view/KeyEvent.KEYCODE_SHIFT_RIGHT,60 -10,Android.Views.Keycode,Slash,android/view/KeyEvent.KEYCODE_SLASH,76 -20,Android.Views.Keycode,Sleep,android/view/KeyEvent.KEYCODE_SLEEP,223 -10,Android.Views.Keycode,SoftLeft,android/view/KeyEvent.KEYCODE_SOFT_LEFT,1 -10,Android.Views.Keycode,SoftRight,android/view/KeyEvent.KEYCODE_SOFT_RIGHT,2 -24,Android.Views.Keycode,SoftSleep,android/view/KeyEvent.KEYCODE_SOFT_SLEEP,276 -10,Android.Views.Keycode,Space,android/view/KeyEvent.KEYCODE_SPACE,62 -10,Android.Views.Keycode,Star,android/view/KeyEvent.KEYCODE_STAR,17 -15,Android.Views.Keycode,StbInput,android/view/KeyEvent.KEYCODE_STB_INPUT,180 -15,Android.Views.Keycode,StbPower,android/view/KeyEvent.KEYCODE_STB_POWER,179 -24,Android.Views.Keycode,Stem1,android/view/KeyEvent.KEYCODE_STEM_1,265 -24,Android.Views.Keycode,Stem2,android/view/KeyEvent.KEYCODE_STEM_2,266 -24,Android.Views.Keycode,Stem3,android/view/KeyEvent.KEYCODE_STEM_3,267 -24,Android.Views.Keycode,StemPrimary,android/view/KeyEvent.KEYCODE_STEM_PRIMARY,264 -10,Android.Views.Keycode,SwitchCharset,android/view/KeyEvent.KEYCODE_SWITCH_CHARSET,95 -10,Android.Views.Keycode,Sym,android/view/KeyEvent.KEYCODE_SYM,63 -15,Android.Views.Keycode,Sysrq,android/view/KeyEvent.KEYCODE_SYSRQ,120 -25,Android.Views.Keycode,SystemNavigationDown,android/view/KeyEvent.KEYCODE_SYSTEM_NAVIGATION_DOWN,281 -25,Android.Views.Keycode,SystemNavigationLeft,android/view/KeyEvent.KEYCODE_SYSTEM_NAVIGATION_LEFT,282 -25,Android.Views.Keycode,SystemNavigationRight,android/view/KeyEvent.KEYCODE_SYSTEM_NAVIGATION_RIGHT,283 -25,Android.Views.Keycode,SystemNavigationUp,android/view/KeyEvent.KEYCODE_SYSTEM_NAVIGATION_UP,280 -10,Android.Views.Keycode,T,android/view/KeyEvent.KEYCODE_T,48 -10,Android.Views.Keycode,Tab,android/view/KeyEvent.KEYCODE_TAB,61 -29,Android.Views.Keycode,ThumbsDown,android/view/KeyEvent.KEYCODE_THUMBS_DOWN,287 -29,Android.Views.Keycode,ThumbsUp,android/view/KeyEvent.KEYCODE_THUMBS_UP,286 -15,Android.Views.Keycode,Tv,android/view/KeyEvent.KEYCODE_TV,170 -21,Android.Views.Keycode,TvAntennaCable,android/view/KeyEvent.KEYCODE_TV_ANTENNA_CABLE,242 -21,Android.Views.Keycode,TvAudioDescription,android/view/KeyEvent.KEYCODE_TV_AUDIO_DESCRIPTION,252 -21,Android.Views.Keycode,TvAudioDescriptionMixDown,android/view/KeyEvent.KEYCODE_TV_AUDIO_DESCRIPTION_MIX_DOWN,254 -21,Android.Views.Keycode,TvAudioDescriptionMixUp,android/view/KeyEvent.KEYCODE_TV_AUDIO_DESCRIPTION_MIX_UP,253 -21,Android.Views.Keycode,TvContentsMenu,android/view/KeyEvent.KEYCODE_TV_CONTENTS_MENU,256 -21,Android.Views.Keycode,TvDataService,android/view/KeyEvent.KEYCODE_TV_DATA_SERVICE,230 -15,Android.Views.Keycode,TvInput,android/view/KeyEvent.KEYCODE_TV_INPUT,178 -21,Android.Views.Keycode,TvInputComponent1,android/view/KeyEvent.KEYCODE_TV_INPUT_COMPONENT_1,249 -21,Android.Views.Keycode,TvInputComponent2,android/view/KeyEvent.KEYCODE_TV_INPUT_COMPONENT_2,250 -21,Android.Views.Keycode,TvInputComposite1,android/view/KeyEvent.KEYCODE_TV_INPUT_COMPOSITE_1,247 -21,Android.Views.Keycode,TvInputComposite2,android/view/KeyEvent.KEYCODE_TV_INPUT_COMPOSITE_2,248 -21,Android.Views.Keycode,TvInputHdmi1,android/view/KeyEvent.KEYCODE_TV_INPUT_HDMI_1,243 -21,Android.Views.Keycode,TvInputHdmi2,android/view/KeyEvent.KEYCODE_TV_INPUT_HDMI_2,244 -21,Android.Views.Keycode,TvInputHdmi3,android/view/KeyEvent.KEYCODE_TV_INPUT_HDMI_3,245 -21,Android.Views.Keycode,TvInputHdmi4,android/view/KeyEvent.KEYCODE_TV_INPUT_HDMI_4,246 -21,Android.Views.Keycode,TvInputVga1,android/view/KeyEvent.KEYCODE_TV_INPUT_VGA_1,251 -21,Android.Views.Keycode,TvMediaContextMenu,android/view/KeyEvent.KEYCODE_TV_MEDIA_CONTEXT_MENU,257 -21,Android.Views.Keycode,TvNetwork,android/view/KeyEvent.KEYCODE_TV_NETWORK,241 -21,Android.Views.Keycode,TvNumberEntry,android/view/KeyEvent.KEYCODE_TV_NUMBER_ENTRY,234 -15,Android.Views.Keycode,TvPower,android/view/KeyEvent.KEYCODE_TV_POWER,177 -21,Android.Views.Keycode,TvRadioService,android/view/KeyEvent.KEYCODE_TV_RADIO_SERVICE,232 -21,Android.Views.Keycode,TvSatellite,android/view/KeyEvent.KEYCODE_TV_SATELLITE,237 -21,Android.Views.Keycode,TvSatelliteBs,android/view/KeyEvent.KEYCODE_TV_SATELLITE_BS,238 -21,Android.Views.Keycode,TvSatelliteCs,android/view/KeyEvent.KEYCODE_TV_SATELLITE_CS,239 -21,Android.Views.Keycode,TvSatelliteService,android/view/KeyEvent.KEYCODE_TV_SATELLITE_SERVICE,240 -21,Android.Views.Keycode,TvTeletext,android/view/KeyEvent.KEYCODE_TV_TELETEXT,233 -21,Android.Views.Keycode,TvTerrestrialAnalog,android/view/KeyEvent.KEYCODE_TV_TERRESTRIAL_ANALOG,235 -21,Android.Views.Keycode,TvTerrestrialDigital,android/view/KeyEvent.KEYCODE_TV_TERRESTRIAL_DIGITAL,236 -21,Android.Views.Keycode,TvTimerProgramming,android/view/KeyEvent.KEYCODE_TV_TIMER_PROGRAMMING,258 -21,Android.Views.Keycode,TvZoomMode,android/view/KeyEvent.KEYCODE_TV_ZOOM_MODE,255 -10,Android.Views.Keycode,U,android/view/KeyEvent.KEYCODE_U,49 -10,Android.Views.Keycode,Unknown,android/view/KeyEvent.KEYCODE_UNKNOWN,0 -10,Android.Views.Keycode,V,android/view/KeyEvent.KEYCODE_V,50 -21,Android.Views.Keycode,VoiceAssist,android/view/KeyEvent.KEYCODE_VOICE_ASSIST,231 -10,Android.Views.Keycode,VolumeDown,android/view/KeyEvent.KEYCODE_VOLUME_DOWN,25 -15,Android.Views.Keycode,VolumeMute,android/view/KeyEvent.KEYCODE_VOLUME_MUTE,164 -10,Android.Views.Keycode,VolumeUp,android/view/KeyEvent.KEYCODE_VOLUME_UP,24 -10,Android.Views.Keycode,W,android/view/KeyEvent.KEYCODE_W,51 -20,Android.Views.Keycode,Wakeup,android/view/KeyEvent.KEYCODE_WAKEUP,224 -15,Android.Views.Keycode,Window,android/view/KeyEvent.KEYCODE_WINDOW,171 -10,Android.Views.Keycode,X,android/view/KeyEvent.KEYCODE_X,52 -10,Android.Views.Keycode,Y,android/view/KeyEvent.KEYCODE_Y,53 -16,Android.Views.Keycode,Yen,android/view/KeyEvent.KEYCODE_YEN,216 -10,Android.Views.Keycode,Z,android/view/KeyEvent.KEYCODE_Z,54 -16,Android.Views.Keycode,ZenkakuHankaku,android/view/KeyEvent.KEYCODE_ZENKAKU_HANKAKU,211 -15,Android.Views.Keycode,ZoomIn,android/view/KeyEvent.KEYCODE_ZOOM_IN,168 -15,Android.Views.Keycode,ZoomOut,android/view/KeyEvent.KEYCODE_ZOOM_OUT,169 -10,Android.Views.KeyEventActions,Down,android/view/KeyEvent.ACTION_DOWN,0 -10,Android.Views.KeyEventActions,Multiple,android/view/KeyEvent.ACTION_MULTIPLE,2 -10,Android.Views.KeyEventActions,Up,android/view/KeyEvent.ACTION_UP,1 -10,Android.Views.KeyEventFlags,Canceled,android/view/KeyEvent.FLAG_CANCELED,32 -10,Android.Views.KeyEventFlags,CanceledLongPress,android/view/KeyEvent.FLAG_CANCELED_LONG_PRESS,256 -10,Android.Views.KeyEventFlags,EditorAction,android/view/KeyEvent.FLAG_EDITOR_ACTION,16 -15,Android.Views.KeyEventFlags,Fallback,android/view/KeyEvent.FLAG_FALLBACK,1024 -10,Android.Views.KeyEventFlags,FromSystem,android/view/KeyEvent.FLAG_FROM_SYSTEM,8 -10,Android.Views.KeyEventFlags,KeepTouchMode,android/view/KeyEvent.FLAG_KEEP_TOUCH_MODE,4 -10,Android.Views.KeyEventFlags,LongPress,android/view/KeyEvent.FLAG_LONG_PRESS,128 -10,Android.Views.KeyEventFlags,SoftKeyboard,android/view/KeyEvent.FLAG_SOFT_KEYBOARD,2 -10,Android.Views.KeyEventFlags,Tracking,android/view/KeyEvent.FLAG_TRACKING,512 -10,Android.Views.KeyEventFlags,VirtualHardKey,android/view/KeyEvent.FLAG_VIRTUAL_HARD_KEY,64 -10,Android.Views.KeyEventFlags,WokeHere,android/view/KeyEvent.FLAG_WOKE_HERE,1 -10,Android.Views.MetaKeyStates,AltLeftOn,android/view/KeyEvent.META_ALT_LEFT_ON,16 -15,Android.Views.MetaKeyStates,AltMask,android/view/KeyEvent.META_ALT_MASK,50 -10,Android.Views.MetaKeyStates,AltOn,android/view/KeyEvent.META_ALT_ON,2 -10,Android.Views.MetaKeyStates,AltRightOn,android/view/KeyEvent.META_ALT_RIGHT_ON,32 -15,Android.Views.MetaKeyStates,CapsLockOn,android/view/KeyEvent.META_CAPS_LOCK_ON,1048576 -15,Android.Views.MetaKeyStates,CtrlLeftOn,android/view/KeyEvent.META_CTRL_LEFT_ON,8192 -15,Android.Views.MetaKeyStates,CtrlMask,android/view/KeyEvent.META_CTRL_MASK,28672 -15,Android.Views.MetaKeyStates,CtrlOn,android/view/KeyEvent.META_CTRL_ON,4096 -15,Android.Views.MetaKeyStates,CtrlRightOn,android/view/KeyEvent.META_CTRL_RIGHT_ON,16384 -15,Android.Views.MetaKeyStates,FunctionOn,android/view/KeyEvent.META_FUNCTION_ON,8 -15,Android.Views.MetaKeyStates,MetaLeftOn,android/view/KeyEvent.META_META_LEFT_ON,131072 -15,Android.Views.MetaKeyStates,MetaMask,android/view/KeyEvent.META_META_MASK,458752 -15,Android.Views.MetaKeyStates,MetaOn,android/view/KeyEvent.META_META_ON,65536 -15,Android.Views.MetaKeyStates,MetaRightOn,android/view/KeyEvent.META_META_RIGHT_ON,262144 -0,Android.Views.MetaKeyStates,None,,0 -15,Android.Views.MetaKeyStates,NumLockOn,android/view/KeyEvent.META_NUM_LOCK_ON,2097152 -15,Android.Views.MetaKeyStates,ScrollLockOn,android/view/KeyEvent.META_SCROLL_LOCK_ON,4194304 -10,Android.Views.MetaKeyStates,ShiftLeftOn,android/view/KeyEvent.META_SHIFT_LEFT_ON,64 -15,Android.Views.MetaKeyStates,ShiftMask,android/view/KeyEvent.META_SHIFT_MASK,193 -10,Android.Views.MetaKeyStates,ShiftOn,android/view/KeyEvent.META_SHIFT_ON,1 -10,Android.Views.MetaKeyStates,ShiftRightOn,android/view/KeyEvent.META_SHIFT_RIGHT_ON,128 -10,Android.Views.MetaKeyStates,SymOn,android/view/KeyEvent.META_SYM_ON,4 -10,Android.Views.MenuCategory,Alternative,I:android/view/Menu.CATEGORY_ALTERNATIVE,262144 -10,Android.Views.MenuCategory,Container,I:android/view/Menu.CATEGORY_CONTAINER,65536 -10,Android.Views.MenuCategory,Secondary,I:android/view/Menu.CATEGORY_SECONDARY,196608 -10,Android.Views.MenuCategory,System,I:android/view/Menu.CATEGORY_SYSTEM,131072 -0,Android.Views.MenuPerformFlags,None,,0 -10,Android.Views.MenuPerformFlags,AlwaysPerformClose,I:android/view/Menu.FLAG_ALWAYS_PERFORM_CLOSE,2 -10,Android.Views.MenuPerformFlags,PerformNoClose,I:android/view/Menu.FLAG_PERFORM_NO_CLOSE,1 -15,Android.Views.ShowAsAction,Always,I:android/view/MenuItem.SHOW_AS_ACTION_ALWAYS,2 -15,Android.Views.ShowAsAction,CollapseActionView,I:android/view/MenuItem.SHOW_AS_ACTION_COLLAPSE_ACTION_VIEW,8 -15,Android.Views.ShowAsAction,IfRoom,I:android/view/MenuItem.SHOW_AS_ACTION_IF_ROOM,1 -15,Android.Views.ShowAsAction,Never,I:android/view/MenuItem.SHOW_AS_ACTION_NEVER,0 -15,Android.Views.ShowAsAction,WithText,I:android/view/MenuItem.SHOW_AS_ACTION_WITH_TEXT,4 -23,Android.Views.MotionEventActions,ButtonPress,android/view/MotionEvent.ACTION_BUTTON_PRESS,11 -23,Android.Views.MotionEventActions,ButtonRelease,android/view/MotionEvent.ACTION_BUTTON_RELEASE,12 -10,Android.Views.MotionEventActions,Cancel,android/view/MotionEvent.ACTION_CANCEL,3 -10,Android.Views.MotionEventActions,Down,android/view/MotionEvent.ACTION_DOWN,0 -15,Android.Views.MotionEventActions,HoverEnter,android/view/MotionEvent.ACTION_HOVER_ENTER,9 -15,Android.Views.MotionEventActions,HoverExit,android/view/MotionEvent.ACTION_HOVER_EXIT,10 -15,Android.Views.MotionEventActions,HoverMove,android/view/MotionEvent.ACTION_HOVER_MOVE,7 -10,Android.Views.MotionEventActions,Mask,android/view/MotionEvent.ACTION_MASK,255 -10,Android.Views.MotionEventActions,Move,android/view/MotionEvent.ACTION_MOVE,2 -10,Android.Views.MotionEventActions,Outside,android/view/MotionEvent.ACTION_OUTSIDE,4 -10,Android.Views.MotionEventActions,Pointer1Down,android/view/MotionEvent.ACTION_POINTER_1_DOWN,5 -10,Android.Views.MotionEventActions,Pointer1Up,android/view/MotionEvent.ACTION_POINTER_1_UP,6 -10,Android.Views.MotionEventActions,Pointer2Down,android/view/MotionEvent.ACTION_POINTER_2_DOWN,261 -10,Android.Views.MotionEventActions,Pointer2Up,android/view/MotionEvent.ACTION_POINTER_2_UP,262 -10,Android.Views.MotionEventActions,Pointer3Down,android/view/MotionEvent.ACTION_POINTER_3_DOWN,517 -10,Android.Views.MotionEventActions,Pointer3Up,android/view/MotionEvent.ACTION_POINTER_3_UP,518 -10,Android.Views.MotionEventActions,PointerDown,android/view/MotionEvent.ACTION_POINTER_DOWN,5 -10,Android.Views.MotionEventActions,PointerIdMask,android/view/MotionEvent.ACTION_POINTER_ID_MASK,65280 -10,Android.Views.MotionEventActions,PointerIdShift,android/view/MotionEvent.ACTION_POINTER_ID_SHIFT,8 -10,Android.Views.MotionEventActions,PointerIndexMask,android/view/MotionEvent.ACTION_POINTER_INDEX_MASK,65280 -10,Android.Views.MotionEventActions,PointerIndexShift,android/view/MotionEvent.ACTION_POINTER_INDEX_SHIFT,8 -10,Android.Views.MotionEventActions,PointerUp,android/view/MotionEvent.ACTION_POINTER_UP,6 -15,Android.Views.MotionEventActions,Scroll,android/view/MotionEvent.ACTION_SCROLL,8 -10,Android.Views.MotionEventActions,Up,android/view/MotionEvent.ACTION_UP,1 -15,Android.Views.Axis,Brake,android/view/MotionEvent.AXIS_BRAKE,23 -15,Android.Views.Axis,Distance,android/view/MotionEvent.AXIS_DISTANCE,24 -15,Android.Views.Axis,Gas,android/view/MotionEvent.AXIS_GAS,22 -15,Android.Views.Axis,Generic1,android/view/MotionEvent.AXIS_GENERIC_1,32 -15,Android.Views.Axis,Generic10,android/view/MotionEvent.AXIS_GENERIC_10,41 -15,Android.Views.Axis,Generic11,android/view/MotionEvent.AXIS_GENERIC_11,42 -15,Android.Views.Axis,Generic12,android/view/MotionEvent.AXIS_GENERIC_12,43 -15,Android.Views.Axis,Generic13,android/view/MotionEvent.AXIS_GENERIC_13,44 -15,Android.Views.Axis,Generic14,android/view/MotionEvent.AXIS_GENERIC_14,45 -15,Android.Views.Axis,Generic15,android/view/MotionEvent.AXIS_GENERIC_15,46 -15,Android.Views.Axis,Generic16,android/view/MotionEvent.AXIS_GENERIC_16,47 -15,Android.Views.Axis,Generic2,android/view/MotionEvent.AXIS_GENERIC_2,33 -15,Android.Views.Axis,Generic3,android/view/MotionEvent.AXIS_GENERIC_3,34 -15,Android.Views.Axis,Generic4,android/view/MotionEvent.AXIS_GENERIC_4,35 -15,Android.Views.Axis,Generic5,android/view/MotionEvent.AXIS_GENERIC_5,36 -15,Android.Views.Axis,Generic6,android/view/MotionEvent.AXIS_GENERIC_6,37 -15,Android.Views.Axis,Generic7,android/view/MotionEvent.AXIS_GENERIC_7,38 -15,Android.Views.Axis,Generic8,android/view/MotionEvent.AXIS_GENERIC_8,39 -15,Android.Views.Axis,Generic9,android/view/MotionEvent.AXIS_GENERIC_9,40 -15,Android.Views.Axis,HatX,android/view/MotionEvent.AXIS_HAT_X,15 -15,Android.Views.Axis,HatY,android/view/MotionEvent.AXIS_HAT_Y,16 -15,Android.Views.Axis,Hscroll,android/view/MotionEvent.AXIS_HSCROLL,10 -15,Android.Views.Axis,Ltrigger,android/view/MotionEvent.AXIS_LTRIGGER,17 -15,Android.Views.Axis,Orientation,android/view/MotionEvent.AXIS_ORIENTATION,8 -15,Android.Views.Axis,Pressure,android/view/MotionEvent.AXIS_PRESSURE,2 -24,Android.Views.Axis,RelativeX,android/view/MotionEvent.AXIS_RELATIVE_X,27 -24,Android.Views.Axis,RelativeY,android/view/MotionEvent.AXIS_RELATIVE_Y,28 -15,Android.Views.Axis,Rtrigger,android/view/MotionEvent.AXIS_RTRIGGER,18 -15,Android.Views.Axis,Rudder,android/view/MotionEvent.AXIS_RUDDER,20 -15,Android.Views.Axis,Rx,android/view/MotionEvent.AXIS_RX,12 -15,Android.Views.Axis,Ry,android/view/MotionEvent.AXIS_RY,13 -15,Android.Views.Axis,Rz,android/view/MotionEvent.AXIS_RZ,14 -26,Android.Views.Axis,Scroll,android/view/MotionEvent.AXIS_SCROLL,26 -15,Android.Views.Axis,Size,android/view/MotionEvent.AXIS_SIZE,3 -15,Android.Views.Axis,Throttle,android/view/MotionEvent.AXIS_THROTTLE,19 -15,Android.Views.Axis,Tilt,android/view/MotionEvent.AXIS_TILT,25 -15,Android.Views.Axis,ToolMajor,android/view/MotionEvent.AXIS_TOOL_MAJOR,6 -15,Android.Views.Axis,ToolMinor,android/view/MotionEvent.AXIS_TOOL_MINOR,7 -15,Android.Views.Axis,TouchMajor,android/view/MotionEvent.AXIS_TOUCH_MAJOR,4 -15,Android.Views.Axis,TouchMinor,android/view/MotionEvent.AXIS_TOUCH_MINOR,5 -15,Android.Views.Axis,Vscroll,android/view/MotionEvent.AXIS_VSCROLL,9 -15,Android.Views.Axis,Wheel,android/view/MotionEvent.AXIS_WHEEL,21 -15,Android.Views.Axis,X,android/view/MotionEvent.AXIS_X,0 -15,Android.Views.Axis,Y,android/view/MotionEvent.AXIS_Y,1 -15,Android.Views.Axis,Z,android/view/MotionEvent.AXIS_Z,11 -10,Android.Views.Edge,Bottom,android/view/MotionEvent.EDGE_BOTTOM,2 -10,Android.Views.Edge,Left,android/view/MotionEvent.EDGE_LEFT,4 -10,Android.Views.Edge,Right,android/view/MotionEvent.EDGE_RIGHT,8 -10,Android.Views.Edge,Top,android/view/MotionEvent.EDGE_TOP,1 -10,Android.Views.WindowManagerFlags,AllowLockWhileScreenOn,android/view/WindowManager$LayoutParams.FLAG_ALLOW_LOCK_WHILE_SCREEN_ON,1 -10,Android.Views.WindowManagerFlags,AltFocusableIm,android/view/WindowManager$LayoutParams.FLAG_ALT_FOCUSABLE_IM,131072 -10,Android.Views.WindowManagerFlags,BlurBehind,android/view/WindowManager$LayoutParams.FLAG_BLUR_BEHIND,4 -10,Android.Views.WindowManagerFlags,DimBehind,android/view/WindowManager$LayoutParams.FLAG_DIM_BEHIND,2 -10,Android.Views.WindowManagerFlags,DismissKeyguard,android/view/WindowManager$LayoutParams.FLAG_DISMISS_KEYGUARD,4194304 -10,Android.Views.WindowManagerFlags,Dither,android/view/WindowManager$LayoutParams.FLAG_DITHER,4096 -21,Android.Views.WindowManagerFlags,DrawsSystemBarBackgrounds,android/view/WindowManager$LayoutParams.FLAG_DRAWS_SYSTEM_BAR_BACKGROUNDS,-2147483648 -10,Android.Views.WindowManagerFlags,ForceNotFullscreen,android/view/WindowManager$LayoutParams.FLAG_FORCE_NOT_FULLSCREEN,2048 -10,Android.Views.WindowManagerFlags,Fullscreen,android/view/WindowManager$LayoutParams.FLAG_FULLSCREEN,1024 -15,Android.Views.WindowManagerFlags,HardwareAccelerated,android/view/WindowManager$LayoutParams.FLAG_HARDWARE_ACCELERATED,16777216 -10,Android.Views.WindowManagerFlags,IgnoreCheekPresses,android/view/WindowManager$LayoutParams.FLAG_IGNORE_CHEEK_PRESSES,32768 -10,Android.Views.WindowManagerFlags,KeepScreenOn,android/view/WindowManager$LayoutParams.FLAG_KEEP_SCREEN_ON,128 -22,Android.Views.WindowManagerFlags,LayoutAttachedInDecor,android/view/WindowManager$LayoutParams.FLAG_LAYOUT_ATTACHED_IN_DECOR,1073741824 -18,Android.Views.WindowManagerFlags,LayoutInOverscan,android/view/WindowManager$LayoutParams.FLAG_LAYOUT_IN_OVERSCAN,33554432 -10,Android.Views.WindowManagerFlags,LayoutInScreen,android/view/WindowManager$LayoutParams.FLAG_LAYOUT_IN_SCREEN,256 -10,Android.Views.WindowManagerFlags,LayoutInsetDecor,android/view/WindowManager$LayoutParams.FLAG_LAYOUT_INSET_DECOR,65536 -10,Android.Views.WindowManagerFlags,LayoutNoLimits,android/view/WindowManager$LayoutParams.FLAG_LAYOUT_NO_LIMITS,512 -19,Android.Views.WindowManagerFlags,LocalFocusMode,android/view/WindowManager$LayoutParams.FLAG_LOCAL_FOCUS_MODE,268435456 -10,Android.Views.WindowManagerFlags,NotFocusable,android/view/WindowManager$LayoutParams.FLAG_NOT_FOCUSABLE,8 -10,Android.Views.WindowManagerFlags,NotTouchModal,android/view/WindowManager$LayoutParams.FLAG_NOT_TOUCH_MODAL,32 -10,Android.Views.WindowManagerFlags,NotTouchable,android/view/WindowManager$LayoutParams.FLAG_NOT_TOUCHABLE,16 -10,Android.Views.WindowManagerFlags,Scaled,android/view/WindowManager$LayoutParams.FLAG_SCALED,16384 -10,Android.Views.WindowManagerFlags,Secure,android/view/WindowManager$LayoutParams.FLAG_SECURE,8192 -10,Android.Views.WindowManagerFlags,ShowWallpaper,android/view/WindowManager$LayoutParams.FLAG_SHOW_WALLPAPER,1048576 -10,Android.Views.WindowManagerFlags,ShowWhenLocked,android/view/WindowManager$LayoutParams.FLAG_SHOW_WHEN_LOCKED,524288 -15,Android.Views.WindowManagerFlags,SplitTouch,android/view/WindowManager$LayoutParams.FLAG_SPLIT_TOUCH,8388608 -10,Android.Views.WindowManagerFlags,TouchableWhenWaking,android/view/WindowManager$LayoutParams.FLAG_TOUCHABLE_WHEN_WAKING,64 -19,Android.Views.WindowManagerFlags,TranslucentNavigation,android/view/WindowManager$LayoutParams.FLAG_TRANSLUCENT_NAVIGATION,134217728 -19,Android.Views.WindowManagerFlags,TranslucentStatus,android/view/WindowManager$LayoutParams.FLAG_TRANSLUCENT_STATUS,67108864 -10,Android.Views.WindowManagerFlags,TurnScreenOn,android/view/WindowManager$LayoutParams.FLAG_TURN_SCREEN_ON,2097152 -10,Android.Views.WindowManagerFlags,WatchOutsideTouch,android/view/WindowManager$LayoutParams.FLAG_WATCH_OUTSIDE_TOUCH,262144 -10,Android.Views.MemoryType,Gpu,android/view/WindowManager$LayoutParams.MEMORY_TYPE_GPU,2 -10,Android.Views.MemoryType,Hardware,android/view/WindowManager$LayoutParams.MEMORY_TYPE_HARDWARE,1 -10,Android.Views.MemoryType,Normal,android/view/WindowManager$LayoutParams.MEMORY_TYPE_NORMAL,0 -10,Android.Views.MemoryType,PushBuffers,android/view/WindowManager$LayoutParams.MEMORY_TYPE_PUSH_BUFFERS,3 -15,Android.Views.SoftInput,AdjustNothing,android/view/WindowManager$LayoutParams.SOFT_INPUT_ADJUST_NOTHING,48 -10,Android.Views.SoftInput,AdjustPan,android/view/WindowManager$LayoutParams.SOFT_INPUT_ADJUST_PAN,32 -10,Android.Views.SoftInput,AdjustResize,android/view/WindowManager$LayoutParams.SOFT_INPUT_ADJUST_RESIZE,16 -10,Android.Views.SoftInput,AdjustUnspecified,android/view/WindowManager$LayoutParams.SOFT_INPUT_ADJUST_UNSPECIFIED,0 -10,Android.Views.SoftInput,IsForwardNavigation,android/view/WindowManager$LayoutParams.SOFT_INPUT_IS_FORWARD_NAVIGATION,256 -10,Android.Views.SoftInput,MaskAdjust,android/view/WindowManager$LayoutParams.SOFT_INPUT_MASK_ADJUST,240 -10,Android.Views.SoftInput,MaskState,android/view/WindowManager$LayoutParams.SOFT_INPUT_MASK_STATE,15 -10,Android.Views.SoftInput,StateAlwaysHidden,android/view/WindowManager$LayoutParams.SOFT_INPUT_STATE_ALWAYS_HIDDEN,3 -10,Android.Views.SoftInput,StateAlwaysVisible,android/view/WindowManager$LayoutParams.SOFT_INPUT_STATE_ALWAYS_VISIBLE,5 -10,Android.Views.SoftInput,StateHidden,android/view/WindowManager$LayoutParams.SOFT_INPUT_STATE_HIDDEN,2 -10,Android.Views.SoftInput,StateUnchanged,android/view/WindowManager$LayoutParams.SOFT_INPUT_STATE_UNCHANGED,1 -10,Android.Views.SoftInput,StateUnspecified,android/view/WindowManager$LayoutParams.SOFT_INPUT_STATE_UNSPECIFIED,0 -10,Android.Views.SoftInput,StateVisible,android/view/WindowManager$LayoutParams.SOFT_INPUT_STATE_VISIBLE,4 -22,Android.Views.WindowManagerTypes,AccessibilityOverlay,android/view/WindowManager$LayoutParams.TYPE_ACCESSIBILITY_OVERLAY,2032 -10,Android.Views.WindowManagerTypes,Application,android/view/WindowManager$LayoutParams.TYPE_APPLICATION,2 -10,Android.Views.WindowManagerTypes,ApplicationAttachedDialog,android/view/WindowManager$LayoutParams.TYPE_APPLICATION_ATTACHED_DIALOG,1003 -10,Android.Views.WindowManagerTypes,ApplicationMedia,android/view/WindowManager$LayoutParams.TYPE_APPLICATION_MEDIA,1001 -26,Android.Views.WindowManagerTypes,ApplicationOverlay,android/view/WindowManager$LayoutParams.TYPE_APPLICATION_OVERLAY,2038 -10,Android.Views.WindowManagerTypes,ApplicationPanel,android/view/WindowManager$LayoutParams.TYPE_APPLICATION_PANEL,1000 -10,Android.Views.WindowManagerTypes,ApplicationStarting,android/view/WindowManager$LayoutParams.TYPE_APPLICATION_STARTING,3 -10,Android.Views.WindowManagerTypes,ApplicationSubPanel,android/view/WindowManager$LayoutParams.TYPE_APPLICATION_SUB_PANEL,1002 -10,Android.Views.WindowManagerTypes,BaseApplication,android/view/WindowManager$LayoutParams.TYPE_BASE_APPLICATION,1 -25,Android.Views.WindowManagerTypes,DrawnApplication,android/view/WindowManager$LayoutParams.TYPE_DRAWN_APPLICATION,4 -10,Android.Views.WindowManagerTypes,InputMethod,android/view/WindowManager$LayoutParams.TYPE_INPUT_METHOD,2011 -10,Android.Views.WindowManagerTypes,InputMethodDialog,android/view/WindowManager$LayoutParams.TYPE_INPUT_METHOD_DIALOG,2012 -10,Android.Views.WindowManagerTypes,Keyguard,android/view/WindowManager$LayoutParams.TYPE_KEYGUARD,2004 -10,Android.Views.WindowManagerTypes,KeyguardDialog,android/view/WindowManager$LayoutParams.TYPE_KEYGUARD_DIALOG,2009 -10,Android.Views.WindowManagerTypes,Phone,android/view/WindowManager$LayoutParams.TYPE_PHONE,2002 -10,Android.Views.WindowManagerTypes,PriorityPhone,android/view/WindowManager$LayoutParams.TYPE_PRIORITY_PHONE,2007 -19,Android.Views.WindowManagerTypes,PrivatePresentation,android/view/WindowManager$LayoutParams.TYPE_PRIVATE_PRESENTATION,2030 -10,Android.Views.WindowManagerTypes,SearchBar,android/view/WindowManager$LayoutParams.TYPE_SEARCH_BAR,2001 -10,Android.Views.WindowManagerTypes,StatusBar,android/view/WindowManager$LayoutParams.TYPE_STATUS_BAR,2000 -10,Android.Views.WindowManagerTypes,StatusBarPanel,android/view/WindowManager$LayoutParams.TYPE_STATUS_BAR_PANEL,2014 -10,Android.Views.WindowManagerTypes,SystemAlert,android/view/WindowManager$LayoutParams.TYPE_SYSTEM_ALERT,2003 -10,Android.Views.WindowManagerTypes,SystemDialog,android/view/WindowManager$LayoutParams.TYPE_SYSTEM_DIALOG,2008 -10,Android.Views.WindowManagerTypes,SystemError,android/view/WindowManager$LayoutParams.TYPE_SYSTEM_ERROR,2010 -10,Android.Views.WindowManagerTypes,SystemOverlay,android/view/WindowManager$LayoutParams.TYPE_SYSTEM_OVERLAY,2006 -10,Android.Views.WindowManagerTypes,Toast,android/view/WindowManager$LayoutParams.TYPE_TOAST,2005 -10,Android.Views.WindowManagerTypes,Wallpaper,android/view/WindowManager$LayoutParams.TYPE_WALLPAPER,2013 -0,Android.Views.InputMethods.CursorAnchorFlags,None,,0 -21,Android.Views.InputMethods.CursorAnchorFlags,HasInvisibleRegion,android/view/inputmethod/CursorAnchorInfo.FLAG_HAS_INVISIBLE_REGION,2 -21,Android.Views.InputMethods.CursorAnchorFlags,HasVisibleRegion,android/view/inputmethod/CursorAnchorInfo.FLAG_HAS_VISIBLE_REGION,1 -21,Android.Views.InputMethods.CursorAnchorFlags,IsRtl,android/view/inputmethod/CursorAnchorInfo.FLAG_IS_RTL,4 -21,Android.Views.InputMethods.CursorUpdate,Immediate,I:android/view/inputmethod/InputConnection.CURSOR_UPDATE_IMMEDIATE,1 -21,Android.Views.InputMethods.CursorUpdate,Monitor,I:android/view/inputmethod/InputConnection.CURSOR_UPDATE_MONITOR,2 -0,Android.Views.InputMethods.HideSoftInputFlags,None,,0 -10,Android.Views.InputMethods.HideSoftInputFlags,ImplicitOnly,android/view/inputmethod/InputMethodManager.HIDE_IMPLICIT_ONLY,1 -10,Android.Views.InputMethods.HideSoftInputFlags,NotAlways,android/view/inputmethod/InputMethodManager.HIDE_NOT_ALWAYS,2 -10,Android.Views.InputMethods.InputMethodResults,Hidden,android/view/inputmethod/InputMethodManager.RESULT_HIDDEN,3 -10,Android.Views.InputMethods.InputMethodResults,Shown,android/view/inputmethod/InputMethodManager.RESULT_SHOWN,2 -10,Android.Views.InputMethods.InputMethodResults,UnchangedHidden,android/view/inputmethod/InputMethodManager.RESULT_UNCHANGED_HIDDEN,1 -10,Android.Views.InputMethods.InputMethodResults,UnchangedShown,android/view/inputmethod/InputMethodManager.RESULT_UNCHANGED_SHOWN,0 -16,Android.Views.InputMethods.ImeFlags,ForceAscii,android/view/inputmethod/EditorInfo.IME_FLAG_FORCE_ASCII,-2147483648 -15,Android.Views.InputMethods.ImeFlags,NavigateNext,android/view/inputmethod/EditorInfo.IME_FLAG_NAVIGATE_NEXT,134217728 -15,Android.Views.InputMethods.ImeFlags,NavigatePrevious,android/view/inputmethod/EditorInfo.IME_FLAG_NAVIGATE_PREVIOUS,67108864 -10,Android.Views.InputMethods.ImeFlags,NoAccessoryAction,android/view/inputmethod/EditorInfo.IME_FLAG_NO_ACCESSORY_ACTION,536870912 -10,Android.Views.InputMethods.ImeFlags,NoEnterAction,android/view/inputmethod/EditorInfo.IME_FLAG_NO_ENTER_ACTION,1073741824 -10,Android.Views.InputMethods.ImeFlags,NoExtractUi,android/view/inputmethod/EditorInfo.IME_FLAG_NO_EXTRACT_UI,268435456 -15,Android.Views.InputMethods.ImeFlags,NoFullscreen,android/view/inputmethod/EditorInfo.IME_FLAG_NO_FULLSCREEN,33554432 -26,Android.Views.InputMethods.ImeFlags,NoPersonalizedLearning,android/view/inputmethod/EditorInfo.IME_FLAG_NO_PERSONALIZED_LEARNING,16777216 -21,Android.Webkit.ChromeFileChooserMode,Open,android/webkit/WebChromeClient.FileChooserParams.MODE_OPEN,0 -21,Android.Webkit.ChromeFileChooserMode,OpenMultiple,android/webkit/WebChromeClient.FileChooserParams.MODE_OPEN_MULTIPLE,1 -21,Android.Webkit.ChromeFileChooserMode,Save,android/webkit/WebChromeClient.FileChooserParams.MODE_SAVE,3 -10,Android.Content.PackageContextFlags,IgnoreSecurity,android/content/Context.CONTEXT_IGNORE_SECURITY,2 -10,Android.Content.PackageContextFlags,IncludeCode,android/content/Context.CONTEXT_INCLUDE_CODE,1 -10,Android.Content.PackageContextFlags,Restricted,android/content/Context.CONTEXT_RESTRICTED,4 -10,Android.Content.FileCreationMode,Append,android/content/Context.MODE_APPEND,32768 -16,Android.Content.FileCreationMode,EnableWriteAheadLogging,android/content/Context.MODE_ENABLE_WRITE_AHEAD_LOGGING,8 -15,Android.Content.FileCreationMode,MultiProcess,android/content/Context.MODE_MULTI_PROCESS,4 -24,Android.Content.FileCreationMode,NoLocalizedCollators,android/content/Context.MODE_NO_LOCALIZED_COLLATORS,16 -10,Android.Content.FileCreationMode,Private,android/content/Context.MODE_PRIVATE,0 -10,Android.Content.FileCreationMode,WorldReadable,android/content/Context.MODE_WORLD_READABLE,1 -10,Android.Content.FileCreationMode,WorldWriteable,android/content/Context.MODE_WORLD_WRITEABLE,2 -10,Android.Content.ExtraDockState,Car,android/content/Intent.EXTRA_DOCK_STATE_CAR,2 -10,Android.Content.ExtraDockState,Desk,android/content/Intent.EXTRA_DOCK_STATE_DESK,1 -15,Android.Content.ExtraDockState,HeDesk,android/content/Intent.EXTRA_DOCK_STATE_HE_DESK,4 -15,Android.Content.ExtraDockState,LeDesk,android/content/Intent.EXTRA_DOCK_STATE_LE_DESK,3 -10,Android.Content.ExtraDockState,Undocked,android/content/Intent.EXTRA_DOCK_STATE_UNDOCKED,0 -10,Android.Content.DatabaseMode,TwoLines,android/content/SearchRecentSuggestionsProvider.DATABASE_MODE_2LINES,2 -10,Android.Content.DatabaseMode,Queries,android/content/SearchRecentSuggestionsProvider.DATABASE_MODE_QUERIES,1 -10,Android.Content.PM.LaunchMode,Multiple,android/content/pm/ActivityInfo.LAUNCH_MULTIPLE,0 -10,Android.Content.PM.LaunchMode,SingleInstance,android/content/pm/ActivityInfo.LAUNCH_SINGLE_INSTANCE,3 -10,Android.Content.PM.LaunchMode,SingleTask,android/content/pm/ActivityInfo.LAUNCH_SINGLE_TASK,2 -10,Android.Content.PM.LaunchMode,SingleTop,android/content/pm/ActivityInfo.LAUNCH_SINGLE_TOP,1 -0,Android.Content.PM.UiOptions,None,,0 -15,Android.Content.PM.UiOptions,SplitActionBarWhenNarrow,android/content/pm/ActivityInfo.UIOPTION_SPLIT_ACTION_BAR_WHEN_NARROW,1 -10,Android.Content.PM.Permission,Denied,android/content/pm/PackageManager.PERMISSION_DENIED,-1 -10,Android.Content.PM.Permission,Granted,android/content/pm/PackageManager.PERMISSION_GRANTED,0 -10,Android.Content.PM.SignatureResult,FirstNotSigned,android/content/pm/PackageManager.SIGNATURE_FIRST_NOT_SIGNED,-1 -10,Android.Content.PM.SignatureResult,Match,android/content/pm/PackageManager.SIGNATURE_MATCH,0 -10,Android.Content.PM.SignatureResult,NeitherSigned,android/content/pm/PackageManager.SIGNATURE_NEITHER_SIGNED,1 -10,Android.Content.PM.SignatureResult,NoMatch,android/content/pm/PackageManager.SIGNATURE_NO_MATCH,-3 -10,Android.Content.PM.SignatureResult,SecondNotSigned,android/content/pm/PackageManager.SIGNATURE_SECOND_NOT_SIGNED,-2 -10,Android.Content.PM.SignatureResult,UnknownPackage,android/content/pm/PackageManager.SIGNATURE_UNKNOWN_PACKAGE,-4 -10,Android.Content.Res.Access,Buffer,android/content/res/AssetManager.ACCESS_BUFFER,3 -10,Android.Content.Res.Access,Random,android/content/res/AssetManager.ACCESS_RANDOM,1 -10,Android.Content.Res.Access,Streaming,android/content/res/AssetManager.ACCESS_STREAMING,2 -10,Android.Content.Res.Access,Unknown,android/content/res/AssetManager.ACCESS_UNKNOWN,0 -10,Android.Content.Res.HardKeyboardHidden,No,android/content/res/Configuration.HARDKEYBOARDHIDDEN_NO,1 -10,Android.Content.Res.HardKeyboardHidden,Undefined,android/content/res/Configuration.HARDKEYBOARDHIDDEN_UNDEFINED,0 -10,Android.Content.Res.HardKeyboardHidden,Yes,android/content/res/Configuration.HARDKEYBOARDHIDDEN_YES,2 -10,Android.Content.Res.KeyboardType,Twelvekey,android/content/res/Configuration.KEYBOARD_12KEY,3 -10,Android.Content.Res.KeyboardType,Nokeys,android/content/res/Configuration.KEYBOARD_NOKEYS,1 -10,Android.Content.Res.KeyboardType,Qwerty,android/content/res/Configuration.KEYBOARD_QWERTY,2 -10,Android.Content.Res.KeyboardType,Undefined,android/content/res/Configuration.KEYBOARD_UNDEFINED,0 -10,Android.Content.Res.KeyboardHidden,No,android/content/res/Configuration.KEYBOARDHIDDEN_NO,1 -10,Android.Content.Res.KeyboardHidden,Undefined,android/content/res/Configuration.KEYBOARDHIDDEN_UNDEFINED,0 -10,Android.Content.Res.KeyboardHidden,Yes,android/content/res/Configuration.KEYBOARDHIDDEN_YES,2 -10,Android.Content.Res.Navigation,Dpad,android/content/res/Configuration.NAVIGATION_DPAD,2 -10,Android.Content.Res.Navigation,Nonav,android/content/res/Configuration.NAVIGATION_NONAV,1 -10,Android.Content.Res.Navigation,Trackball,android/content/res/Configuration.NAVIGATION_TRACKBALL,3 -10,Android.Content.Res.Navigation,Undefined,android/content/res/Configuration.NAVIGATION_UNDEFINED,0 -10,Android.Content.Res.Navigation,Wheel,android/content/res/Configuration.NAVIGATION_WHEEL,4 -10,Android.Content.Res.NavigationHidden,No,android/content/res/Configuration.NAVIGATIONHIDDEN_NO,1 -10,Android.Content.Res.NavigationHidden,Undefined,android/content/res/Configuration.NAVIGATIONHIDDEN_UNDEFINED,0 -10,Android.Content.Res.NavigationHidden,Yes,android/content/res/Configuration.NAVIGATIONHIDDEN_YES,2 -10,Android.Content.Res.Orientation,Landscape,android/content/res/Configuration.ORIENTATION_LANDSCAPE,2 -10,Android.Content.Res.Orientation,Portrait,android/content/res/Configuration.ORIENTATION_PORTRAIT,1 -10,Android.Content.Res.Orientation,Square,android/content/res/Configuration.ORIENTATION_SQUARE,3 -10,Android.Content.Res.Orientation,Undefined,android/content/res/Configuration.ORIENTATION_UNDEFINED,0 -10,Android.Content.Res.TouchScreenType,Finger,android/content/res/Configuration.TOUCHSCREEN_FINGER,3 -10,Android.Content.Res.TouchScreenType,Notouch,android/content/res/Configuration.TOUCHSCREEN_NOTOUCH,1 -10,Android.Content.Res.TouchScreenType,Stylus,android/content/res/Configuration.TOUCHSCREEN_STYLUS,2 -10,Android.Content.Res.TouchScreenType,Undefined,android/content/res/Configuration.TOUCHSCREEN_UNDEFINED,0 -10,Android.Database.Sqlite.DatabaseOpenFlags,OpenReadwrite,android/database/sqlite/SQLiteDatabase.OPEN_READWRITE,0 -10,Android.Database.Sqlite.DatabaseOpenFlags,OpenReadonly,android/database/sqlite/SQLiteDatabase.OPEN_READONLY,1 -10,Android.Database.Sqlite.DatabaseOpenFlags,CreateIfNecessary,android/database/sqlite/SQLiteDatabase.CREATE_IF_NECESSARY,268435456 -10,Android.Database.Sqlite.DatabaseOpenFlags,NoLocalizedCollators,android/database/sqlite/SQLiteDatabase.NO_LOCALIZED_COLLATORS,16 -15,Android.Drm.DrmConvertedStatusCode,Error,android/drm/DrmConvertedStatus.STATUS_ERROR,3 -15,Android.Drm.DrmConvertedStatusCode,InputDataError,android/drm/DrmConvertedStatus.STATUS_INPUTDATA_ERROR,2 -15,Android.Drm.DrmConvertedStatusCode,OK,android/drm/DrmConvertedStatus.STATUS_OK,1 -15,Android.Drm.DrmInfoStatusCode,Error,android/drm/DrmInfoStatus.STATUS_ERROR,2 -15,Android.Drm.DrmInfoStatusCode,OK,android/drm/DrmInfoStatus.STATUS_OK,1 -15,Android.Drm.DrmManagerClientErrorCode,None,android/drm/DrmManagerClient.ERROR_NONE,0 -15,Android.Drm.DrmManagerClientErrorCode,Unknown,android/drm/DrmManagerClient.ERROR_UNKNOWN,-2000 -15,Android.Drm.DrmStoreObjectTypeCode,Content,android/drm/DrmStore$DrmObjectType.CONTENT,1 -15,Android.Drm.DrmStoreObjectTypeCode,RightsObject,android/drm/DrmStore$DrmObjectType.RIGHTS_OBJECT,2 -15,Android.Drm.DrmStoreObjectTypeCode,TriggerObject,android/drm/DrmStore$DrmObjectType.TRIGGER_OBJECT,3 -15,Android.Drm.DrmStoreObjectTypeCode,Unknown,android/drm/DrmStore$DrmObjectType.UNKNOWN,0 -15,Android.Drm.DrmStoreActionCode,Default,android/drm/DrmStore.Action.DEFAULT,0 -15,Android.Drm.DrmStoreActionCode,Display,android/drm/DrmStore.Action.DISPLAY,7 -15,Android.Drm.DrmStoreActionCode,Execute,android/drm/DrmStore.Action.EXECUTE,6 -15,Android.Drm.DrmStoreActionCode,Output,android/drm/DrmStore.Action.OUTPUT,4 -15,Android.Drm.DrmStoreActionCode,Play,android/drm/DrmStore.Action.PLAY,1 -15,Android.Drm.DrmStoreActionCode,Preview,android/drm/DrmStore.Action.PREVIEW,5 -15,Android.Drm.DrmStoreActionCode,Ringtone,android/drm/DrmStore.Action.RINGTONE,2 -15,Android.Drm.DrmStoreActionCode,Transfer,android/drm/DrmStore.Action.TRANSFER,3 -15,Android.Drm.DrmStorePlaybackCode,Pause,android/drm/DrmStore.Playback.PAUSE,2 -15,Android.Drm.DrmStorePlaybackCode,Resume,android/drm/DrmStore.Playback.RESUME,3 -15,Android.Drm.DrmStorePlaybackCode,Start,android/drm/DrmStore.Playback.START,0 -15,Android.Drm.DrmStorePlaybackCode,Stop,android/drm/DrmStore.Playback.STOP,1 -15,Android.Drm.DrmStoreRightsStatusCode,Expired,android/drm/DrmStore.RightsStatus.RIGHTS_EXPIRED,2 -15,Android.Drm.DrmStoreRightsStatusCode,Invalid,android/drm/DrmStore.RightsStatus.RIGHTS_INVALID,1 -15,Android.Drm.DrmStoreRightsStatusCode,NotAcquired,android/drm/DrmStore.RightsStatus.RIGHTS_NOT_ACQUIRED,3 -15,Android.Drm.DrmStoreRightsStatusCode,Valid,android/drm/DrmStore.RightsStatus.RIGHTS_VALID,0 -10,Android.Gestures.GestureOrientation,Horizontal,android/gesture/GestureOverlayView.ORIENTATION_HORIZONTAL,0 -10,Android.Gestures.GestureOrientation,Vertical,android/gesture/GestureOverlayView.ORIENTATION_VERTICAL,1 -10,Android.Gestures.OrientationStyle,Invariant,android/gesture/GestureStore.ORIENTATION_INVARIANT,1 -10,Android.Gestures.OrientationStyle,Sensitive,android/gesture/GestureStore.ORIENTATION_SENSITIVE,2 -10,Android.Gestures.SequenceStyle,Invariant,android/gesture/GestureStore.SEQUENCE_INVARIANT,1 -10,Android.Gestures.SequenceStyle,Sensitive,android/gesture/GestureStore.SEQUENCE_SENSITIVE,2 -10,Android.Graphics.PaintFlags,AntiAlias,android/graphics/Paint.ANTI_ALIAS_FLAG,1 -10,Android.Graphics.PaintFlags,DevKernText,android/graphics/Paint.DEV_KERN_TEXT_FLAG,256 -10,Android.Graphics.PaintFlags,Dither,android/graphics/Paint.DITHER_FLAG,4 -19,Android.Graphics.PaintFlags,EmbeddedBitmapText,android/graphics/Paint.EMBEDDED_BITMAP_TEXT_FLAG,1024 -10,Android.Graphics.PaintFlags,FakeBoldText,android/graphics/Paint.FAKE_BOLD_TEXT_FLAG,32 -10,Android.Graphics.PaintFlags,FilterBitmap,android/graphics/Paint.FILTER_BITMAP_FLAG,2 -10,Android.Graphics.PaintFlags,LinearText,android/graphics/Paint.LINEAR_TEXT_FLAG,64 -10,Android.Graphics.PaintFlags,StrikeThruText,android/graphics/Paint.STRIKE_THRU_TEXT_FLAG,16 -10,Android.Graphics.PaintFlags,SubpixelText,android/graphics/Paint.SUBPIXEL_TEXT_FLAG,128 -10,Android.Graphics.PaintFlags,UnderlineText,android/graphics/Paint.UNDERLINE_TEXT_FLAG,8 -10,Android.Graphics.MatrixFlags,Position,android/graphics/PathMeasure.POSITION_MATRIX_FLAG,1 -10,Android.Graphics.MatrixFlags,Tangent,android/graphics/PathMeasure.TANGENT_MATRIX_FLAG,2 -10,Android.Graphics.TypefaceStyle,Bold,android/graphics/Typeface.BOLD,1 -10,Android.Graphics.TypefaceStyle,BoldItalic,android/graphics/Typeface.BOLD_ITALIC,3 -10,Android.Graphics.TypefaceStyle,Italic,android/graphics/Typeface.ITALIC,2 -10,Android.Graphics.TypefaceStyle,Normal,android/graphics/Typeface.NORMAL,0 -10,Android.Graphics.Drawables.ShapeType,Line,android/graphics/drawable/GradientDrawable.LINE,2 -10,Android.Graphics.Drawables.ShapeType,Oval,android/graphics/drawable/GradientDrawable.OVAL,1 -10,Android.Graphics.Drawables.ShapeType,Rectangle,android/graphics/drawable/GradientDrawable.RECTANGLE,0 -10,Android.Graphics.Drawables.ShapeType,Ring,android/graphics/drawable/GradientDrawable.RING,3 -10,Android.Graphics.Drawables.GradientType,LinearGradient,android/graphics/drawable/GradientDrawable.LINEAR_GRADIENT,0 -10,Android.Graphics.Drawables.GradientType,RadialGradient,android/graphics/drawable/GradientDrawable.RADIAL_GRADIENT,1 -10,Android.Graphics.Drawables.GradientType,SweepGradient,android/graphics/drawable/GradientDrawable.SWEEP_GRADIENT,2 -23,Android.Hardware.CameraError,Evicted,android/hardware/Camera.CAMERA_ERROR_EVICTED,2 -10,Android.Hardware.CameraError,ServerDied,android/hardware/Camera.CAMERA_ERROR_SERVER_DIED,100 -10,Android.Hardware.CameraError,Unknown,android/hardware/Camera.CAMERA_ERROR_UNKNOWN,1 -10,Android.Hardware.Axis,MinusX,android/hardware/SensorManager.AXIS_MINUS_X,129 -10,Android.Hardware.Axis,MinusY,android/hardware/SensorManager.AXIS_MINUS_Y,130 -10,Android.Hardware.Axis,MinusZ,android/hardware/SensorManager.AXIS_MINUS_Z,131 -10,Android.Hardware.Axis,X,android/hardware/SensorManager.AXIS_X,1 -10,Android.Hardware.Axis,Y,android/hardware/SensorManager.AXIS_Y,2 -10,Android.Hardware.Axis,Z,android/hardware/SensorManager.AXIS_Z,3 -10,Android.Hardware.SensorDelay,Fastest,android/hardware/SensorManager.SENSOR_DELAY_FASTEST,0 -10,Android.Hardware.SensorDelay,Game,android/hardware/SensorManager.SENSOR_DELAY_GAME,1 -10,Android.Hardware.SensorDelay,Normal,android/hardware/SensorManager.SENSOR_DELAY_NORMAL,3 -10,Android.Hardware.SensorDelay,Ui,android/hardware/SensorManager.SENSOR_DELAY_UI,2 -10,Android.Hardware.SensorStatus,AccuracyHigh,android/hardware/SensorManager.SENSOR_STATUS_ACCURACY_HIGH,3 -10,Android.Hardware.SensorStatus,AccuracyLow,android/hardware/SensorManager.SENSOR_STATUS_ACCURACY_LOW,1 -10,Android.Hardware.SensorStatus,AccuracyMedium,android/hardware/SensorManager.SENSOR_STATUS_ACCURACY_MEDIUM,2 -20,Android.Hardware.SensorStatus,NoContact,android/hardware/SensorManager.SENSOR_STATUS_NO_CONTACT,-1 -10,Android.Hardware.SensorStatus,Unreliable,android/hardware/SensorManager.SENSOR_STATUS_UNRELIABLE,0 -10,Android.Media.VideoEncoder,Default,android/media/MediaRecorder$VideoEncoder.DEFAULT,0 -10,Android.Media.VideoEncoder,H263,android/media/MediaRecorder$VideoEncoder.H263,1 -10,Android.Media.VideoEncoder,H264,android/media/MediaRecorder$VideoEncoder.H264,2 -24,Android.Media.VideoEncoder,Hevc,android/media/MediaRecorder$VideoEncoder.HEVC,5 -10,Android.Media.VideoEncoder,Mpeg4Sp,android/media/MediaRecorder$VideoEncoder.MPEG_4_SP,3 -21,Android.Media.VideoEncoder,Vp8,android/media/MediaRecorder$VideoEncoder.VP8,4 -10,Android.Media.VideoSource,Camera,android/media/MediaRecorder$VideoSource.CAMERA,1 -10,Android.Media.VideoSource,Default,android/media/MediaRecorder$VideoSource.DEFAULT,0 -21,Android.Media.VideoSource,Surface,android/media/MediaRecorder$VideoSource.SURFACE,2 -10,Android.Media.RingtoneColumnIndex,Id,android/media/RingtoneManager.ID_COLUMN_INDEX,0 -10,Android.Media.RingtoneColumnIndex,Title,android/media/RingtoneManager.TITLE_COLUMN_INDEX,1 -10,Android.Media.RingtoneColumnIndex,Uri,android/media/RingtoneManager.URI_COLUMN_INDEX,2 -10,Android.Media.Volume,Max,android/media/ToneGenerator.MAX_VOLUME,100 -10,Android.Media.Volume,Min,android/media/ToneGenerator.MIN_VOLUME,0 -15,Android.Net.Rtp.AudioGroupMode,EchoSuppression,android/net/rtp/AudioGroup.MODE_ECHO_SUPPRESSION,3 -15,Android.Net.Rtp.AudioGroupMode,Muted,android/net/rtp/AudioGroup.MODE_MUTED,1 -15,Android.Net.Rtp.AudioGroupMode,Normal,android/net/rtp/AudioGroup.MODE_NORMAL,2 -15,Android.Net.Rtp.AudioGroupMode,OnHold,android/net/rtp/AudioGroup.MODE_ON_HOLD,0 -15,Android.Net.Rtp.RtpStreamMode,Normal,android/net/rtp/RtpStream.MODE_NORMAL,0 -15,Android.Net.Rtp.RtpStreamMode,ReceiveOnly,android/net/rtp/RtpStream.MODE_RECEIVE_ONLY,2 -15,Android.Net.Rtp.RtpStreamMode,SendOnly,android/net/rtp/RtpStream.MODE_SEND_ONLY,1 -10,Android.Net.WifiMode,Full,android/net/wifi/WifiManager.WIFI_MODE_FULL,1 -15,Android.Net.WifiMode,FullHighPerf,android/net/wifi/WifiManager.WIFI_MODE_FULL_HIGH_PERF,3 -29,Android.Net.WifiMode,FullLowLatency,android/net/wifi/WifiManager.WIFI_MODE_FULL_LOW_LATENCY,4 -10,Android.Net.WifiMode,ScanOnly,android/net/wifi/WifiManager.WIFI_MODE_SCAN_ONLY,2 -10,Android.Net.WifiState,Disabled,android/net/wifi/WifiManager.WIFI_STATE_DISABLED,1 -10,Android.Net.WifiState,Disabling,android/net/wifi/WifiManager.WIFI_STATE_DISABLING,0 -10,Android.Net.WifiState,Enabled,android/net/wifi/WifiManager.WIFI_STATE_ENABLED,3 -10,Android.Net.WifiState,Enabling,android/net/wifi/WifiManager.WIFI_STATE_ENABLING,2 -10,Android.Net.WifiState,Unknown,android/net/wifi/WifiManager.WIFI_STATE_UNKNOWN,4 -25,Android.Provider.CallType,AnsweredExternally,android/provider/CallLog$Calls.ANSWERED_EXTERNALLY_TYPE,7 -24,Android.Provider.CallType,Blocked,android/provider/CallLog$Calls.BLOCKED_TYPE,6 -10,Android.Provider.CallType,Incoming,android/provider/CallLog$Calls.INCOMING_TYPE,1 -10,Android.Provider.CallType,Missed,android/provider/CallLog$Calls.MISSED_TYPE,3 -10,Android.Provider.CallType,Outgoing,android/provider/CallLog$Calls.OUTGOING_TYPE,2 -24,Android.Provider.CallType,Rejected,android/provider/CallLog$Calls.REJECTED_TYPE,5 -21,Android.Provider.CallType,Voicemail,android/provider/CallLog$Calls.VOICEMAIL_TYPE,4 -10,Android.Provider.QueriesProjection,DateIndex,android/provider/SearchRecentSuggestions.QUERIES_PROJECTION_DATE_INDEX,1 -10,Android.Provider.QueriesProjection,Display1Index,android/provider/SearchRecentSuggestions.QUERIES_PROJECTION_DISPLAY1_INDEX,3 -10,Android.Provider.QueriesProjection,Display2Index,android/provider/SearchRecentSuggestions.QUERIES_PROJECTION_DISPLAY2_INDEX,4 -10,Android.Provider.QueriesProjection,QueryIndex,android/provider/SearchRecentSuggestions.QUERIES_PROJECTION_QUERY_INDEX,2 -10,Android.Provider.LocaleType,All,android/provider/UserDictionary.Words.LOCALE_TYPE_ALL,0 -10,Android.Provider.LocaleType,Current,android/provider/UserDictionary.Words.LOCALE_TYPE_CURRENT,1 -15,Android.Renderscripts.TriangleFlags,Color,android/renderscript/Mesh.TriangleMeshBuilder.COLOR,1 -15,Android.Renderscripts.TriangleFlags,Normal,android/renderscript/Mesh.TriangleMeshBuilder.NORMAL,2 -15,Android.Renderscripts.TriangleFlags,Texture0,android/renderscript/Mesh.TriangleMeshBuilder.TEXTURE_0,256 -10,Android.Speech.RecognizerResult,AudioError,android/speech/RecognizerIntent.RESULT_AUDIO_ERROR,5 -10,Android.Speech.RecognizerResult,ClientError,android/speech/RecognizerIntent.RESULT_CLIENT_ERROR,2 -10,Android.Speech.RecognizerResult,NetworkError,android/speech/RecognizerIntent.RESULT_NETWORK_ERROR,4 -10,Android.Speech.RecognizerResult,NoMatch,android/speech/RecognizerIntent.RESULT_NO_MATCH,1 -10,Android.Speech.RecognizerResult,ServerError,android/speech/RecognizerIntent.RESULT_SERVER_ERROR,3 -21,Android.Speech.Tts.TextToSpeechError,InvalidRequest,android/speech/tts/TextToSpeech.ERROR_INVALID_REQUEST,-8 -21,Android.Speech.Tts.TextToSpeechError,Network,android/speech/tts/TextToSpeech.ERROR_NETWORK,-6 -21,Android.Speech.Tts.TextToSpeechError,NetworkTimeout,android/speech/tts/TextToSpeech.ERROR_NETWORK_TIMEOUT,-7 -21,Android.Speech.Tts.TextToSpeechError,NotInstalledYet,android/speech/tts/TextToSpeech.ERROR_NOT_INSTALLED_YET,-9 -21,Android.Speech.Tts.TextToSpeechError,Output,android/speech/tts/TextToSpeech.ERROR_OUTPUT,-5 -21,Android.Speech.Tts.TextToSpeechError,Service,android/speech/tts/TextToSpeech.ERROR_SERVICE,-4 -21,Android.Speech.Tts.TextToSpeechError,Synthesis,android/speech/tts/TextToSpeech.ERROR_SYNTHESIS,-3 -10,Android.Speech.Tts.LanguageAvailableResult,Available,android/speech/tts/TextToSpeech.LANG_AVAILABLE,0 -10,Android.Speech.Tts.LanguageAvailableResult,CountryAvailable,android/speech/tts/TextToSpeech.LANG_COUNTRY_AVAILABLE,1 -10,Android.Speech.Tts.LanguageAvailableResult,CountryVarAvailable,android/speech/tts/TextToSpeech.LANG_COUNTRY_VAR_AVAILABLE,2 -10,Android.Speech.Tts.LanguageAvailableResult,MissingData,android/speech/tts/TextToSpeech.LANG_MISSING_DATA,-1 -10,Android.Speech.Tts.LanguageAvailableResult,NotSupported,android/speech/tts/TextToSpeech.LANG_NOT_SUPPORTED,-2 -10,Android.Speech.Tts.QueueMode,Add,android/speech/tts/TextToSpeech.QUEUE_ADD,1 -10,Android.Speech.Tts.QueueMode,Flush,android/speech/tts/TextToSpeech.QUEUE_FLUSH,0 -10,Android.Speech.Tts.OperationResult,Success,android/speech/tts/TextToSpeech.SUCCESS,0 -10,Android.Speech.Tts.OperationResult,Error,android/speech/tts/TextToSpeech.ERROR,-1 -21,Android.Speech.Tts.OperationResult,Stopped,android/speech/tts/TextToSpeech.STOPPED,-2 -10,Android.Speech.Tts.CheckVoiceData,BadData,android/speech/tts/TextToSpeech.Engine.CHECK_VOICE_DATA_BAD_DATA,-1 -10,Android.Speech.Tts.CheckVoiceData,Fail,android/speech/tts/TextToSpeech.Engine.CHECK_VOICE_DATA_FAIL,0 -10,Android.Speech.Tts.CheckVoiceData,MissingData,android/speech/tts/TextToSpeech.Engine.CHECK_VOICE_DATA_MISSING_DATA,-2 -10,Android.Speech.Tts.CheckVoiceData,MissingVolume,android/speech/tts/TextToSpeech.Engine.CHECK_VOICE_DATA_MISSING_VOLUME,-3 -10,Android.Speech.Tts.CheckVoiceData,Pass,android/speech/tts/TextToSpeech.Engine.CHECK_VOICE_DATA_PASS,1 -21,Android.Speech.Tts.VoiceLatency,High,android/speech/tts/Voice.LATENCY_HIGH,400 -21,Android.Speech.Tts.VoiceLatency,Low,android/speech/tts/Voice.LATENCY_LOW,200 -21,Android.Speech.Tts.VoiceLatency,Normal,android/speech/tts/Voice.LATENCY_NORMAL,300 -21,Android.Speech.Tts.VoiceLatency,VeryHigh,android/speech/tts/Voice.LATENCY_VERY_HIGH,500 -21,Android.Speech.Tts.VoiceLatency,VeryLow,android/speech/tts/Voice.LATENCY_VERY_LOW,100 -21,Android.Speech.Tts.VoiceQuality,High,android/speech/tts/Voice.QUALITY_HIGH,400 -21,Android.Speech.Tts.VoiceQuality,Low,android/speech/tts/Voice.QUALITY_LOW,200 -21,Android.Speech.Tts.VoiceQuality,Normal,android/speech/tts/Voice.QUALITY_NORMAL,300 -21,Android.Speech.Tts.VoiceQuality,VeryHigh,android/speech/tts/Voice.QUALITY_VERY_HIGH,500 -21,Android.Speech.Tts.VoiceQuality,VeryLow,android/speech/tts/Voice.QUALITY_VERY_LOW,100 -10,Android.Telephony.PhoneNumberFormat,Japan,android/telephony/PhoneNumberUtils.FORMAT_JAPAN,2 -10,Android.Telephony.PhoneNumberFormat,Nanp,android/telephony/PhoneNumberUtils.FORMAT_NANP,1 -10,Android.Telephony.PhoneNumberFormat,Unknown,android/telephony/PhoneNumberUtils.FORMAT_UNKNOWN,0 -29,Android.Telephony.PhoneStateListenerFlags,ActiveDataSubscriptionIdChange,android/telephony/PhoneStateListener.LISTEN_ACTIVE_DATA_SUBSCRIPTION_ID_CHANGE,4194304 -10,Android.Telephony.PhoneStateListenerFlags,CallForwardingIndicator,android/telephony/PhoneStateListener.LISTEN_CALL_FORWARDING_INDICATOR,8 -10,Android.Telephony.PhoneStateListenerFlags,CallState,android/telephony/PhoneStateListener.LISTEN_CALL_STATE,32 -17,Android.Telephony.PhoneStateListenerFlags,CellInfo,android/telephony/PhoneStateListener.LISTEN_CELL_INFO,1024 -10,Android.Telephony.PhoneStateListenerFlags,CellLocation,android/telephony/PhoneStateListener.LISTEN_CELL_LOCATION,16 -10,Android.Telephony.PhoneStateListenerFlags,DataActivity,android/telephony/PhoneStateListener.LISTEN_DATA_ACTIVITY,128 -10,Android.Telephony.PhoneStateListenerFlags,DataConnectionState,android/telephony/PhoneStateListener.LISTEN_DATA_CONNECTION_STATE,64 -29,Android.Telephony.PhoneStateListenerFlags,EmergencyNumberList,android/telephony/PhoneStateListener.LISTEN_EMERGENCY_NUMBER_LIST,16777216 -10,Android.Telephony.PhoneStateListenerFlags,MessageWaitingIndicator,android/telephony/PhoneStateListener.LISTEN_MESSAGE_WAITING_INDICATOR,4 -10,Android.Telephony.PhoneStateListenerFlags,None,android/telephony/PhoneStateListener.LISTEN_NONE,0 -10,Android.Telephony.PhoneStateListenerFlags,ServiceState,android/telephony/PhoneStateListener.LISTEN_SERVICE_STATE,1 -10,Android.Telephony.PhoneStateListenerFlags,SignalStrength,android/telephony/PhoneStateListener.LISTEN_SIGNAL_STRENGTH,2 -10,Android.Telephony.PhoneStateListenerFlags,SignalStrengths,android/telephony/PhoneStateListener.LISTEN_SIGNAL_STRENGTHS,256 -28,Android.Telephony.PhoneStateListenerFlags,UserMobileDataState,android/telephony/PhoneStateListener.LISTEN_USER_MOBILE_DATA_STATE,524288 -10,Android.Telephony.PhoneState,EmergencyOnly,android/telephony/ServiceState.STATE_EMERGENCY_ONLY,2 -10,Android.Telephony.PhoneState,InService,android/telephony/ServiceState.STATE_IN_SERVICE,0 -10,Android.Telephony.PhoneState,OutOfService,android/telephony/ServiceState.STATE_OUT_OF_SERVICE,1 -10,Android.Telephony.PhoneState,PowerOff,android/telephony/ServiceState.STATE_POWER_OFF,3 -10,Android.Telephony.SmsEncoding,SixteenBit,android/telephony/SmsMessage.ENCODING_16BIT,3 -10,Android.Telephony.SmsEncoding,SevenBit,android/telephony/SmsMessage.ENCODING_7BIT,1 -10,Android.Telephony.SmsEncoding,EightBit,android/telephony/SmsMessage.ENCODING_8BIT,2 -10,Android.Telephony.SmsEncoding,Unknown,android/telephony/SmsMessage.ENCODING_UNKNOWN,0 -10,Android.Telephony.CallState,Idle,android/telephony/TelephonyManager.CALL_STATE_IDLE,0 -10,Android.Telephony.CallState,Offhook,android/telephony/TelephonyManager.CALL_STATE_OFFHOOK,2 -10,Android.Telephony.CallState,Ringing,android/telephony/TelephonyManager.CALL_STATE_RINGING,1 -10,Android.Telephony.DataConnectionStatus,Connected,android/telephony/TelephonyManager.DATA_CONNECTED,2 -10,Android.Telephony.DataConnectionStatus,Connecting,android/telephony/TelephonyManager.DATA_CONNECTING,1 -10,Android.Telephony.DataConnectionStatus,Disconnected,android/telephony/TelephonyManager.DATA_DISCONNECTED,0 -10,Android.Telephony.DataConnectionStatus,Suspended,android/telephony/TelephonyManager.DATA_SUSPENDED,3 -29,Android.Telephony.DataConnectionStatus,Unknown,android/telephony/TelephonyManager.DATA_UNKNOWN,-1 -10,Android.Telephony.DataActivity,Dormant,android/telephony/TelephonyManager.DATA_ACTIVITY_DORMANT,4 -10,Android.Telephony.DataActivity,In,android/telephony/TelephonyManager.DATA_ACTIVITY_IN,1 -10,Android.Telephony.DataActivity,Inout,android/telephony/TelephonyManager.DATA_ACTIVITY_INOUT,3 -10,Android.Telephony.DataActivity,None,android/telephony/TelephonyManager.DATA_ACTIVITY_NONE,0 -10,Android.Telephony.DataActivity,Out,android/telephony/TelephonyManager.DATA_ACTIVITY_OUT,2 -10,Android.Telephony.PhoneType,Cdma,android/telephony/TelephonyManager.PHONE_TYPE_CDMA,2 -10,Android.Telephony.PhoneType,Gsm,android/telephony/TelephonyManager.PHONE_TYPE_GSM,1 -10,Android.Telephony.PhoneType,None,android/telephony/TelephonyManager.PHONE_TYPE_NONE,0 -15,Android.Telephony.PhoneType,Sip,android/telephony/TelephonyManager.PHONE_TYPE_SIP,3 -10,Android.Telephony.SimState,Absent,android/telephony/TelephonyManager.SIM_STATE_ABSENT,1 -26,Android.Telephony.SimState,CardIoError,android/telephony/TelephonyManager.SIM_STATE_CARD_IO_ERROR,8 -26,Android.Telephony.SimState,CardRestricted,android/telephony/TelephonyManager.SIM_STATE_CARD_RESTRICTED,9 -10,Android.Telephony.SimState,NetworkLocked,android/telephony/TelephonyManager.SIM_STATE_NETWORK_LOCKED,4 -26,Android.Telephony.SimState,NotReady,android/telephony/TelephonyManager.SIM_STATE_NOT_READY,6 -26,Android.Telephony.SimState,PermDisabled,android/telephony/TelephonyManager.SIM_STATE_PERM_DISABLED,7 -10,Android.Telephony.SimState,PinRequired,android/telephony/TelephonyManager.SIM_STATE_PIN_REQUIRED,2 -10,Android.Telephony.SimState,PukRequired,android/telephony/TelephonyManager.SIM_STATE_PUK_REQUIRED,3 -10,Android.Telephony.SimState,Ready,android/telephony/TelephonyManager.SIM_STATE_READY,5 -10,Android.Telephony.SimState,Unknown,android/telephony/TelephonyManager.SIM_STATE_UNKNOWN,0 -10,Android.Telephony.Gsm.SmsEncoding,SixteenBit,android/telephony/gsm/SmsMessage.ENCODING_16BIT,3 -10,Android.Telephony.Gsm.SmsEncoding,SevenBit,android/telephony/gsm/SmsMessage.ENCODING_7BIT,1 -10,Android.Telephony.Gsm.SmsEncoding,EightBit,android/telephony/gsm/SmsMessage.ENCODING_8BIT,2 -10,Android.Telephony.Gsm.SmsEncoding,Unknown,android/telephony/gsm/SmsMessage.ENCODING_UNKNOWN,0 -10,Android.Test.TestResult,Error,android/test/InstrumentationTestRunner.REPORT_VALUE_RESULT_ERROR,-1 -10,Android.Test.TestResult,Failure,android/test/InstrumentationTestRunner.REPORT_VALUE_RESULT_FAILURE,-2 -10,Android.Test.TestResult,Ok,android/test/InstrumentationTestRunner.REPORT_VALUE_RESULT_OK,0 -10,Android.Test.TestResult,Start,android/test/InstrumentationTestRunner.REPORT_VALUE_RESULT_START,1 -10,Android.Text.TextLayoutDirection,LeftToRight,android/text/Layout.DIR_LEFT_TO_RIGHT,1 -10,Android.Text.TextLayoutDirection,RightToLeft,android/text/Layout.DIR_RIGHT_TO_LEFT,-1 -10,Android.Text.SpanTypes,Composing,I:android/text/Spanned.SPAN_COMPOSING,256 -10,Android.Text.SpanTypes,ExclusiveExclusive,I:android/text/Spanned.SPAN_EXCLUSIVE_EXCLUSIVE,33 -10,Android.Text.SpanTypes,ExclusiveInclusive,I:android/text/Spanned.SPAN_EXCLUSIVE_INCLUSIVE,34 -10,Android.Text.SpanTypes,InclusiveExclusive,I:android/text/Spanned.SPAN_INCLUSIVE_EXCLUSIVE,17 -10,Android.Text.SpanTypes,InclusiveInclusive,I:android/text/Spanned.SPAN_INCLUSIVE_INCLUSIVE,18 -10,Android.Text.SpanTypes,Intermediate,I:android/text/Spanned.SPAN_INTERMEDIATE,512 -10,Android.Text.SpanTypes,MarkMark,I:android/text/Spanned.SPAN_MARK_MARK,17 -10,Android.Text.SpanTypes,MarkPoint,I:android/text/Spanned.SPAN_MARK_POINT,18 -10,Android.Text.SpanTypes,Paragraph,I:android/text/Spanned.SPAN_PARAGRAPH,51 -10,Android.Text.SpanTypes,PointMark,I:android/text/Spanned.SPAN_POINT_MARK,33 -10,Android.Text.SpanTypes,PointMarkMask,I:android/text/Spanned.SPAN_POINT_MARK_MASK,51 -10,Android.Text.SpanTypes,PointPoint,I:android/text/Spanned.SPAN_POINT_POINT,34 -10,Android.Text.SpanTypes,Priority,I:android/text/Spanned.SPAN_PRIORITY,16711680 -10,Android.Text.SpanTypes,PriorityShift,I:android/text/Spanned.SPAN_PRIORITY_SHIFT,16 -10,Android.Text.SpanTypes,User,I:android/text/Spanned.SPAN_USER,-16777216 -10,Android.Text.SpanTypes,UserShift,I:android/text/Spanned.SPAN_USER_SHIFT,24 -10,Android.Text.Format.FormatStyleFlags,TwelveHour,android/text/format/DateUtils.FORMAT_12HOUR,64 -10,Android.Text.Format.FormatStyleFlags,TwentyFourHour,android/text/format/DateUtils.FORMAT_24HOUR,128 -10,Android.Text.Format.FormatStyleFlags,AbbrevAll,android/text/format/DateUtils.FORMAT_ABBREV_ALL,524288 -10,Android.Text.Format.FormatStyleFlags,AbbrevMonth,android/text/format/DateUtils.FORMAT_ABBREV_MONTH,65536 -10,Android.Text.Format.FormatStyleFlags,AbbrevRelative,android/text/format/DateUtils.FORMAT_ABBREV_RELATIVE,262144 -10,Android.Text.Format.FormatStyleFlags,AbbrevTime,android/text/format/DateUtils.FORMAT_ABBREV_TIME,16384 -10,Android.Text.Format.FormatStyleFlags,AbbrevWeekday,android/text/format/DateUtils.FORMAT_ABBREV_WEEKDAY,32768 -10,Android.Text.Format.FormatStyleFlags,CapAmpm,android/text/format/DateUtils.FORMAT_CAP_AMPM,256 -10,Android.Text.Format.FormatStyleFlags,CapMidnight,android/text/format/DateUtils.FORMAT_CAP_MIDNIGHT,4096 -10,Android.Text.Format.FormatStyleFlags,CapNoon,android/text/format/DateUtils.FORMAT_CAP_NOON,1024 -10,Android.Text.Format.FormatStyleFlags,CapNoonMidnight,android/text/format/DateUtils.FORMAT_CAP_NOON_MIDNIGHT,5120 -10,Android.Text.Format.FormatStyleFlags,NoMidnight,android/text/format/DateUtils.FORMAT_NO_MIDNIGHT,2048 -10,Android.Text.Format.FormatStyleFlags,NoMonthDay,android/text/format/DateUtils.FORMAT_NO_MONTH_DAY,32 -10,Android.Text.Format.FormatStyleFlags,NoNoon,android/text/format/DateUtils.FORMAT_NO_NOON,512 -10,Android.Text.Format.FormatStyleFlags,NoNoonMidnight,android/text/format/DateUtils.FORMAT_NO_NOON_MIDNIGHT,2560 -10,Android.Text.Format.FormatStyleFlags,NoYear,android/text/format/DateUtils.FORMAT_NO_YEAR,8 -10,Android.Text.Format.FormatStyleFlags,NumericDate,android/text/format/DateUtils.FORMAT_NUMERIC_DATE,131072 -10,Android.Text.Format.FormatStyleFlags,ShowDate,android/text/format/DateUtils.FORMAT_SHOW_DATE,16 -10,Android.Text.Format.FormatStyleFlags,ShowTime,android/text/format/DateUtils.FORMAT_SHOW_TIME,1 -10,Android.Text.Format.FormatStyleFlags,ShowWeekday,android/text/format/DateUtils.FORMAT_SHOW_WEEKDAY,2 -10,Android.Text.Format.FormatStyleFlags,ShowYear,android/text/format/DateUtils.FORMAT_SHOW_YEAR,4 -10,Android.Text.Format.FormatStyleFlags,Utc,android/text/format/DateUtils.FORMAT_UTC,8192 -10,Android.Text.Format.AbbreviationLength,Long,android/text/format/DateUtils.LENGTH_LONG,10 -10,Android.Text.Format.AbbreviationLength,Medium,android/text/format/DateUtils.LENGTH_MEDIUM,20 -10,Android.Text.Format.AbbreviationLength,Short,android/text/format/DateUtils.LENGTH_SHORT,30 -10,Android.Text.Format.AbbreviationLength,Shorter,android/text/format/DateUtils.LENGTH_SHORTER,40 -10,Android.Text.Format.AbbreviationLength,Shortest,android/text/format/DateUtils.LENGTH_SHORTEST,50 -10,Android.Text.Format.DayOfWeek,Sunday,android/text/format/Time.SUNDAY,0 -10,Android.Text.Format.DayOfWeek,Monday,android/text/format/Time.MONDAY,1 -10,Android.Text.Format.DayOfWeek,Tuesday,android/text/format/Time.TUESDAY,2 -10,Android.Text.Format.DayOfWeek,Wednesday,android/text/format/Time.WEDNESDAY,3 -10,Android.Text.Format.DayOfWeek,Thursday,android/text/format/Time.THURSDAY,4 -10,Android.Text.Format.DayOfWeek,Friday,android/text/format/Time.FRIDAY,5 -10,Android.Text.Format.DayOfWeek,Saturday,android/text/format/Time.SATURDAY,6 -15,Android.Text.Format.DayOfWeek,MondayBeforeJulianEpoch,android/text/format/Time.MONDAY_BEFORE_JULIAN_EPOCH,2440585 -10,Android.Text.Format.TimeFormatValues,Hour,android/text/format/Time.HOUR,3 -10,Android.Text.Format.TimeFormatValues,Minute,android/text/format/Time.MINUTE,2 -10,Android.Text.Format.TimeFormatValues,Month,android/text/format/Time.MONTH,5 -10,Android.Text.Format.TimeFormatValues,MonthDay,android/text/format/Time.MONTH_DAY,4 -10,Android.Text.Format.TimeFormatValues,Second,android/text/format/Time.SECOND,1 -10,Android.Text.Format.TimeFormatValues,Weekday,android/text/format/Time.WEEK_DAY,7 -10,Android.Text.Format.TimeFormatValues,WeekNum,android/text/format/Time.WEEK_NUM,9 -10,Android.Text.Format.TimeFormatValues,Year,android/text/format/Time.YEAR,6 -10,Android.Text.Format.TimeFormatValues,YearDay,android/text/format/Time.YEAR_DAY,8 -10,Android.Text.Method.MetaStates,AltLocked,android/text/method/MetaKeyKeyListener.META_ALT_LOCKED,512 -10,Android.Text.Method.MetaStates,AltOn,android/text/method/MetaKeyKeyListener.META_ALT_ON,2 -10,Android.Text.Method.MetaStates,CapLocked,android/text/method/MetaKeyKeyListener.META_CAP_LOCKED,256 -10,Android.Text.Method.MetaStates,ShiftOn,android/text/method/MetaKeyKeyListener.META_SHIFT_ON,1 -10,Android.Text.Method.MetaStates,SymLocked,android/text/method/MetaKeyKeyListener.META_SYM_LOCKED,1024 -10,Android.Text.Method.MetaStates,SymOn,android/text/method/MetaKeyKeyListener.META_SYM_ON,4 -10,Android.Text.Style.SpanAlign,Baseline,android/text/style/DynamicDrawableSpan.ALIGN_BASELINE,1 -10,Android.Text.Style.SpanAlign,Bottom,android/text/style/DynamicDrawableSpan.ALIGN_BOTTOM,0 -29,Android.Text.Style.SpanAlign,Center,android/text/style/DynamicDrawableSpan.ALIGN_CENTER,2 -10,Android.Text.Util.MatchOptions,All,android/text/util/Linkify.ALL,15 -10,Android.Text.Util.MatchOptions,EmailAddresses,android/text/util/Linkify.EMAIL_ADDRESSES,2 -10,Android.Text.Util.MatchOptions,MapAddresses,android/text/util/Linkify.MAP_ADDRESSES,8 -10,Android.Text.Util.MatchOptions,PhoneNumbers,android/text/util/Linkify.PHONE_NUMBERS,4 -10,Android.Text.Util.MatchOptions,WebUrls,android/text/util/Linkify.WEB_URLS,1 -10,Android.Util.LogPriority,Assert,android/util/Log.ASSERT,7 -10,Android.Util.LogPriority,Debug,android/util/Log.DEBUG,3 -10,Android.Util.LogPriority,Error,android/util/Log.ERROR,6 -10,Android.Util.LogPriority,Info,android/util/Log.INFO,4 -10,Android.Util.LogPriority,Verbose,android/util/Log.VERBOSE,2 -10,Android.Util.LogPriority,Warn,android/util/Log.WARN,5 -10,Android.Util.ComplexType,MantissaMask,android/util/TypedValue.COMPLEX_MANTISSA_MASK,16777215 -10,Android.Util.ComplexType,MantissaShift,android/util/TypedValue.COMPLEX_MANTISSA_SHIFT,8 -10,Android.Util.ComplexType,Radix0p23,android/util/TypedValue.COMPLEX_RADIX_0p23,3 -10,Android.Util.ComplexType,Radix16p7,android/util/TypedValue.COMPLEX_RADIX_16p7,1 -10,Android.Util.ComplexType,Radix23p0,android/util/TypedValue.COMPLEX_RADIX_23p0,0 -10,Android.Util.ComplexType,Radix8p15,android/util/TypedValue.COMPLEX_RADIX_8p15,2 -10,Android.Util.ComplexType,RadixMask,android/util/TypedValue.COMPLEX_RADIX_MASK,3 -10,Android.Util.ComplexType,RadixShift,android/util/TypedValue.COMPLEX_RADIX_SHIFT,4 -21,Android.Views.DisplayState,Doze,android/view/Display.STATE_DOZE,3 -21,Android.Views.DisplayState,DozeSuspend,android/view/Display.STATE_DOZE_SUSPEND,4 -20,Android.Views.DisplayState,Dozing,android/view/Display.STATE_DOZING,3 -20,Android.Views.DisplayState,Off,android/view/Display.STATE_OFF,1 -20,Android.Views.DisplayState,On,android/view/Display.STATE_ON,2 -28,Android.Views.DisplayState,OnSuspend,android/view/Display.STATE_ON_SUSPEND,6 -20,Android.Views.DisplayState,Unknown,android/view/Display.STATE_UNKNOWN,0 -26,Android.Views.DisplayState,Vr,android/view/Display.STATE_VR,5 -15,Android.Views.DragAction,Drop,android/view/DragEvent.ACTION_DROP,3 -15,Android.Views.DragAction,Ended,android/view/DragEvent.ACTION_DRAG_ENDED,4 -15,Android.Views.DragAction,Entered,android/view/DragEvent.ACTION_DRAG_ENTERED,5 -15,Android.Views.DragAction,Exited,android/view/DragEvent.ACTION_DRAG_EXITED,6 -15,Android.Views.DragAction,Location,android/view/DragEvent.ACTION_DRAG_LOCATION,2 -15,Android.Views.DragAction,Started,android/view/DragEvent.ACTION_DRAG_STARTED,1 -10,Android.Views.KeyboardType,Alpha,android/view/KeyCharacterMap.ALPHA,3 -10,Android.Views.KeyboardType,BuiltInKeyboard,android/view/KeyCharacterMap.BUILT_IN_KEYBOARD,0 -15,Android.Views.KeyboardType,Full,android/view/KeyCharacterMap.FULL,4 -10,Android.Views.KeyboardType,Numeric,android/view/KeyCharacterMap.NUMERIC,1 -10,Android.Views.KeyboardType,Predictive,android/view/KeyCharacterMap.PREDICTIVE,2 -15,Android.Views.KeyboardType,SpecialFunction,android/view/KeyCharacterMap.SPECIAL_FUNCTION,5 -15,Android.Views.KeyboardType,VirtualKeyboard,android/view/KeyCharacterMap.VIRTUAL_KEYBOARD,-1 -15,Android.Views.KeyModifierBehavior,Chorded,android/view/KeyCharacterMap.MODIFIER_BEHAVIOR_CHORDED,0 -15,Android.Views.KeyModifierBehavior,ChordedOrToggled,android/view/KeyCharacterMap.MODIFIER_BEHAVIOR_CHORDED_OR_TOGGLED,1 -10,Android.Views.SoundEffects,Click,android/view/SoundEffectConstants.CLICK,0 -10,Android.Views.SoundEffects,NavigationDown,android/view/SoundEffectConstants.NAVIGATION_DOWN,4 -10,Android.Views.SoundEffects,NavigationLeft,android/view/SoundEffectConstants.NAVIGATION_LEFT,1 -10,Android.Views.SoundEffects,NavigationRight,android/view/SoundEffectConstants.NAVIGATION_RIGHT,3 -10,Android.Views.SoundEffects,NavigationUp,android/view/SoundEffectConstants.NAVIGATION_UP,2 -10,Android.Views.SurfaceOrientation,Rotation0,android/view/Surface.ROTATION_0,0 -10,Android.Views.SurfaceOrientation,Rotation180,android/view/Surface.ROTATION_180,2 -10,Android.Views.SurfaceOrientation,Rotation270,android/view/Surface.ROTATION_270,3 -10,Android.Views.SurfaceOrientation,Rotation90,android/view/Surface.ROTATION_90,1 -10,Android.Views.TouchableRegion,Above,android/view/TouchDelegate.ABOVE,1 -10,Android.Views.TouchableRegion,Below,android/view/TouchDelegate.BELOW,2 -10,Android.Views.TouchableRegion,ToLeft,android/view/TouchDelegate.TO_LEFT,4 -10,Android.Views.TouchableRegion,ToRight,android/view/TouchDelegate.TO_RIGHT,8 -10,Android.Views.DrawingCacheQuality,Auto,android/view/View.DRAWING_CACHE_QUALITY_AUTO,0 -10,Android.Views.DrawingCacheQuality,High,android/view/View.DRAWING_CACHE_QUALITY_HIGH,1048576 -10,Android.Views.DrawingCacheQuality,Low,android/view/View.DRAWING_CACHE_QUALITY_LOW,524288 -10,Android.Views.FocusSearchDirection,Backward,android/view/View.FOCUS_BACKWARD,1 -10,Android.Views.FocusSearchDirection,Down,android/view/View.FOCUS_DOWN,130 -10,Android.Views.FocusSearchDirection,Forward,android/view/View.FOCUS_FORWARD,2 -10,Android.Views.FocusSearchDirection,Left,android/view/View.FOCUS_LEFT,17 -10,Android.Views.FocusSearchDirection,Right,android/view/View.FOCUS_RIGHT,66 -10,Android.Views.FocusSearchDirection,Up,android/view/View.FOCUS_UP,33 -10,Android.Views.FocusablesFlags,All,android/view/View.FOCUSABLES_ALL,0 -10,Android.Views.FocusablesFlags,TouchMode,android/view/View.FOCUSABLES_TOUCH_MODE,1 -15,Android.Views.LayerType,Hardware,android/view/View.LAYER_TYPE_HARDWARE,2 -15,Android.Views.LayerType,None,android/view/View.LAYER_TYPE_NONE,0 -15,Android.Views.LayerType,Software,android/view/View.LAYER_TYPE_SOFTWARE,1 -15,Android.Views.ScrollbarPosition,Default,android/view/View.SCROLLBAR_POSITION_DEFAULT,0 -15,Android.Views.ScrollbarPosition,Left,android/view/View.SCROLLBAR_POSITION_LEFT,1 -15,Android.Views.ScrollbarPosition,Right,android/view/View.SCROLLBAR_POSITION_RIGHT,2 -10,Android.Views.ScrollbarStyles,InsideInset,android/view/View.SCROLLBARS_INSIDE_INSET,16777216 -10,Android.Views.ScrollbarStyles,InsideOverlay,android/view/View.SCROLLBARS_INSIDE_OVERLAY,0 -10,Android.Views.ScrollbarStyles,OutsideInset,android/view/View.SCROLLBARS_OUTSIDE_INSET,50331648 -10,Android.Views.ScrollbarStyles,OutsideOverlay,android/view/View.SCROLLBARS_OUTSIDE_OVERLAY,33554432 -15,Android.Views.StatusBarVisibility,Hidden,android/view/View.STATUS_BAR_HIDDEN,1 -15,Android.Views.StatusBarVisibility,Visible,android/view/View.STATUS_BAR_VISIBLE,0 -10,Android.Views.ViewStates,Gone,android/view/View.GONE,8 -10,Android.Views.ViewStates,Visible,android/view/View.VISIBLE,0 -10,Android.Views.ViewStates,Invisible,android/view/View.INVISIBLE,4 -10,Android.Views.MeasureSpecMode,AtMost,android/view/View.MeasureSpec.AT_MOST,-2147483648 -10,Android.Views.MeasureSpecMode,Exactly,android/view/View.MeasureSpec.EXACTLY,1073741824 -10,Android.Views.MeasureSpecMode,Unspecified,android/view/View.MeasureSpec.UNSPECIFIED,0 -10,Android.Views.DescendantFocusability,AfterDescendants,android/view/ViewGroup.FOCUS_AFTER_DESCENDANTS,262144 -10,Android.Views.DescendantFocusability,BeforeDescendants,android/view/ViewGroup.FOCUS_BEFORE_DESCENDANTS,131072 -10,Android.Views.DescendantFocusability,BlockDescendants,android/view/ViewGroup.FOCUS_BLOCK_DESCENDANTS,393216 -10,Android.Views.PersistentDrawingCaches,AllCaches,android/view/ViewGroup.PERSISTENT_ALL_CACHES,3 -10,Android.Views.PersistentDrawingCaches,AnimationCache,android/view/ViewGroup.PERSISTENT_ANIMATION_CACHE,1 -10,Android.Views.PersistentDrawingCaches,NoCache,android/view/ViewGroup.PERSISTENT_NO_CACHE,0 -10,Android.Views.PersistentDrawingCaches,ScrollingCache,android/view/ViewGroup.PERSISTENT_SCROLLING_CACHE,2 -10,Android.Views.WindowFeatures,DefaultFeatures,android/view/Window.DEFAULT_FEATURES,65 -15,Android.Views.WindowFeatures,ActionBar,android/view/Window.FEATURE_ACTION_BAR,8 -15,Android.Views.WindowFeatures,ActionBarOverlay,android/view/Window.FEATURE_ACTION_BAR_OVERLAY,9 -15,Android.Views.WindowFeatures,ActionModeOverlay,android/view/Window.FEATURE_ACTION_MODE_OVERLAY,10 -21,Android.Views.WindowFeatures,ActivityTransitions,android/view/Window.FEATURE_ACTIVITY_TRANSITIONS,13 -21,Android.Views.WindowFeatures,ContentTransitions,android/view/Window.FEATURE_CONTENT_TRANSITIONS,12 -10,Android.Views.WindowFeatures,ContextMenu,android/view/Window.FEATURE_CONTEXT_MENU,6 -10,Android.Views.WindowFeatures,CustomTitle,android/view/Window.FEATURE_CUSTOM_TITLE,7 -10,Android.Views.WindowFeatures,IndeterminateProgress,android/view/Window.FEATURE_INDETERMINATE_PROGRESS,5 -10,Android.Views.WindowFeatures,LeftIcon,android/view/Window.FEATURE_LEFT_ICON,3 -10,Android.Views.WindowFeatures,NoTitle,android/view/Window.FEATURE_NO_TITLE,1 -10,Android.Views.WindowFeatures,OptionsPanel,android/view/Window.FEATURE_OPTIONS_PANEL,0 -10,Android.Views.WindowFeatures,Progress,android/view/Window.FEATURE_PROGRESS,2 -10,Android.Views.WindowFeatures,RightIcon,android/view/Window.FEATURE_RIGHT_ICON,4 -20,Android.Views.WindowFeatures,SwipeToDismiss,android/view/Window.FEATURE_SWIPE_TO_DISMISS,11 -0,Android.Views.MenuAppendFlags,None,,0 -10,Android.Views.MenuAppendFlags,AppendToGroup,I:android/view/Menu.FLAG_APPEND_TO_GROUP,1 -10,Android.Views.SurfaceType,Gpu,I:android/view/SurfaceHolder.SURFACE_TYPE_GPU,2 -10,Android.Views.SurfaceType,Hardware,I:android/view/SurfaceHolder.SURFACE_TYPE_HARDWARE,1 -10,Android.Views.SurfaceType,Normal,I:android/view/SurfaceHolder.SURFACE_TYPE_NORMAL,0 -10,Android.Views.SurfaceType,PushBuffers,I:android/view/SurfaceHolder.SURFACE_TYPE_PUSH_BUFFERS,3 -10,Android.Views.Animations.RepeatMode,Restart,android/view/animation/Animation.RESTART,1 -10,Android.Views.Animations.RepeatMode,Reverse,android/view/animation/Animation.REVERSE,2 -10,Android.Views.Animations.Dimension,Absolute,android/view/animation/Animation.ABSOLUTE,0 -10,Android.Views.Animations.Dimension,RelativeToParent,android/view/animation/Animation.RELATIVE_TO_PARENT,2 -10,Android.Views.Animations.Dimension,RelativeToSelf,android/view/animation/Animation.RELATIVE_TO_SELF,1 -10,Android.Views.Animations.ContentZorder,Bottom,android/view/animation/Animation.ZORDER_BOTTOM,-1 -10,Android.Views.Animations.ContentZorder,Normal,android/view/animation/Animation.ZORDER_NORMAL,0 -10,Android.Views.Animations.ContentZorder,Top,android/view/animation/Animation.ZORDER_TOP,1 -10,Android.Views.Animations.Direction,BottomToTop,android/view/animation/GridLayoutAnimationController.DIRECTION_BOTTOM_TO_TOP,2 -10,Android.Views.Animations.Direction,HorizontalMask,android/view/animation/GridLayoutAnimationController.DIRECTION_HORIZONTAL_MASK,1 -10,Android.Views.Animations.Direction,LeftToRight,android/view/animation/GridLayoutAnimationController.DIRECTION_LEFT_TO_RIGHT,0 -10,Android.Views.Animations.Direction,RightToLeft,android/view/animation/GridLayoutAnimationController.DIRECTION_RIGHT_TO_LEFT,1 -10,Android.Views.Animations.Direction,TopToBottom,android/view/animation/GridLayoutAnimationController.DIRECTION_TOP_TO_BOTTOM,0 -10,Android.Views.Animations.Direction,VerticalMask,android/view/animation/GridLayoutAnimationController.DIRECTION_VERTICAL_MASK,2 -10,Android.Views.Animations.Priority,Column,android/view/animation/GridLayoutAnimationController.PRIORITY_COLUMN,1 -10,Android.Views.Animations.Priority,None,android/view/animation/GridLayoutAnimationController.PRIORITY_NONE,0 -10,Android.Views.Animations.Priority,Row,android/view/animation/GridLayoutAnimationController.PRIORITY_ROW,2 -10,Android.Views.Animations.DelayOrder,Normal,android/view/animation/LayoutAnimationController.ORDER_NORMAL,0 -10,Android.Views.Animations.DelayOrder,Random,android/view/animation/LayoutAnimationController.ORDER_RANDOM,2 -10,Android.Views.Animations.DelayOrder,Reverse,android/view/animation/LayoutAnimationController.ORDER_REVERSE,1 -10,Android.Views.Animations.TransformationTypes,Alpha,android/view/animation/Transformation.TYPE_ALPHA,1 -10,Android.Views.Animations.TransformationTypes,Both,android/view/animation/Transformation.TYPE_BOTH,3 -10,Android.Views.Animations.TransformationTypes,Identity,android/view/animation/Transformation.TYPE_IDENTITY,0 -10,Android.Views.Animations.TransformationTypes,Matrix,android/view/animation/Transformation.TYPE_MATRIX,2 -10,Android.Views.InputMethods.ImeAction,ImeMaskAction,android/view/inputmethod/EditorInfo.IME_MASK_ACTION,255 -10,Android.Views.InputMethods.ImeAction,ImeNull,android/view/inputmethod/EditorInfo.IME_NULL,0 -10,Android.Views.InputMethods.ImeAction,Done,android/view/inputmethod/EditorInfo.IME_ACTION_DONE,6 -10,Android.Views.InputMethods.ImeAction,Go,android/view/inputmethod/EditorInfo.IME_ACTION_GO,2 -10,Android.Views.InputMethods.ImeAction,Next,android/view/inputmethod/EditorInfo.IME_ACTION_NEXT,5 -10,Android.Views.InputMethods.ImeAction,None,android/view/inputmethod/EditorInfo.IME_ACTION_NONE,1 -15,Android.Views.InputMethods.ImeAction,Previous,android/view/inputmethod/EditorInfo.IME_ACTION_PREVIOUS,7 -10,Android.Views.InputMethods.ImeAction,Search,android/view/inputmethod/EditorInfo.IME_ACTION_SEARCH,3 -10,Android.Views.InputMethods.ImeAction,Send,android/view/inputmethod/EditorInfo.IME_ACTION_SEND,4 -10,Android.Views.InputMethods.ImeAction,Unspecified,android/view/inputmethod/EditorInfo.IME_ACTION_UNSPECIFIED,0 -10,Android.Views.InputMethods.ExtractedTextFlags,Selecting,android/view/inputmethod/ExtractedText.FLAG_SELECTING,2 -10,Android.Views.InputMethods.ExtractedTextFlags,SingleLine,android/view/inputmethod/ExtractedText.FLAG_SINGLE_LINE,1 -0,Android.Views.InputMethods.ShowSoftInputFlags,None,,0 -10,Android.Views.InputMethods.ShowSoftInputFlags,Explicit,I:android/view/inputmethod/InputMethod.SHOW_EXPLICIT,1 -10,Android.Views.InputMethods.ShowSoftInputFlags,Forced,I:android/view/inputmethod/InputMethod.SHOW_FORCED,2 -10,Android.Webkit.CacheModes,CacheElseNetwork,android/webkit/WebSettings.LOAD_CACHE_ELSE_NETWORK,1 -10,Android.Webkit.CacheModes,CacheOnly,android/webkit/WebSettings.LOAD_CACHE_ONLY,3 -10,Android.Webkit.CacheModes,Default,android/webkit/WebSettings.LOAD_DEFAULT,-1 -10,Android.Webkit.CacheModes,NoCache,android/webkit/WebSettings.LOAD_NO_CACHE,2 -10,Android.Webkit.CacheModes,Normal,android/webkit/WebSettings.LOAD_NORMAL,0 -26,Android.Webkit.RendererPriority,Bound,android/webkit/WebView.RENDERER_PRIORITY_BOUND,1 -26,Android.Webkit.RendererPriority,Important,android/webkit/WebView.RENDERER_PRIORITY_IMPORTANT,2 -26,Android.Webkit.RendererPriority,Waived,android/webkit/WebView.RENDERER_PRIORITY_WAIVED,0 -10,Android.Webkit.HitTestResult,AnchorType,android/webkit/WebView.HitTestResult.ANCHOR_TYPE,1 -10,Android.Webkit.HitTestResult,EditTextType,android/webkit/WebView.HitTestResult.EDIT_TEXT_TYPE,9 -10,Android.Webkit.HitTestResult,EmailType,android/webkit/WebView.HitTestResult.EMAIL_TYPE,4 -10,Android.Webkit.HitTestResult,GeoType,android/webkit/WebView.HitTestResult.GEO_TYPE,3 -10,Android.Webkit.HitTestResult,ImageAnchorType,android/webkit/WebView.HitTestResult.IMAGE_ANCHOR_TYPE,6 -10,Android.Webkit.HitTestResult,ImageType,android/webkit/WebView.HitTestResult.IMAGE_TYPE,5 -10,Android.Webkit.HitTestResult,PhoneType,android/webkit/WebView.HitTestResult.PHONE_TYPE,2 -10,Android.Webkit.HitTestResult,SrcAnchorType,android/webkit/WebView.HitTestResult.SRC_ANCHOR_TYPE,7 -10,Android.Webkit.HitTestResult,SrcImageAnchorType,android/webkit/WebView.HitTestResult.SRC_IMAGE_ANCHOR_TYPE,8 -10,Android.Webkit.HitTestResult,UnknownType,android/webkit/WebView.HitTestResult.UNKNOWN_TYPE,0 -10,Android.Webkit.ClientError,Authentication,android/webkit/WebViewClient.ERROR_AUTHENTICATION,-4 -10,Android.Webkit.ClientError,BadUrl,android/webkit/WebViewClient.ERROR_BAD_URL,-12 -10,Android.Webkit.ClientError,Connect,android/webkit/WebViewClient.ERROR_CONNECT,-6 -10,Android.Webkit.ClientError,FailedSslHandshake,android/webkit/WebViewClient.ERROR_FAILED_SSL_HANDSHAKE,-11 -10,Android.Webkit.ClientError,File,android/webkit/WebViewClient.ERROR_FILE,-13 -10,Android.Webkit.ClientError,FileNotFound,android/webkit/WebViewClient.ERROR_FILE_NOT_FOUND,-14 -10,Android.Webkit.ClientError,HostLookup,android/webkit/WebViewClient.ERROR_HOST_LOOKUP,-2 -10,Android.Webkit.ClientError,Io,android/webkit/WebViewClient.ERROR_IO,-7 -10,Android.Webkit.ClientError,ProxyAuthentication,android/webkit/WebViewClient.ERROR_PROXY_AUTHENTICATION,-5 -10,Android.Webkit.ClientError,RedirectLoop,android/webkit/WebViewClient.ERROR_REDIRECT_LOOP,-9 -10,Android.Webkit.ClientError,Timeout,android/webkit/WebViewClient.ERROR_TIMEOUT,-8 -10,Android.Webkit.ClientError,TooManyRequests,android/webkit/WebViewClient.ERROR_TOO_MANY_REQUESTS,-15 -10,Android.Webkit.ClientError,Unknown,android/webkit/WebViewClient.ERROR_UNKNOWN,-1 -26,Android.Webkit.ClientError,UnsafeResource,android/webkit/WebViewClient.ERROR_UNSAFE_RESOURCE,-16 -10,Android.Webkit.ClientError,UnsupportedAuthScheme,android/webkit/WebViewClient.ERROR_UNSUPPORTED_AUTH_SCHEME,-3 -10,Android.Webkit.ClientError,UnsupportedScheme,android/webkit/WebViewClient.ERROR_UNSUPPORTED_SCHEME,-10 -29,Android.Webkit.SafeBrowsingThreat,Billing,android/webkit/WebViewClient.SAFE_BROWSING_THREAT_BILLING,4 -27,Android.Webkit.SafeBrowsingThreat,Malware,android/webkit/WebViewClient.SAFE_BROWSING_THREAT_MALWARE,1 -27,Android.Webkit.SafeBrowsingThreat,Phishing,android/webkit/WebViewClient.SAFE_BROWSING_THREAT_PHISHING,2 -27,Android.Webkit.SafeBrowsingThreat,Unknown,android/webkit/WebViewClient.SAFE_BROWSING_THREAT_UNKNOWN,0 -27,Android.Webkit.SafeBrowsingThreat,UnwantedSoftware,android/webkit/WebViewClient.SAFE_BROWSING_THREAT_UNWANTED_SOFTWARE,3 -10,Android.Widget.TranscriptMode,AlwaysScroll,android/widget/AbsListView.TRANSCRIPT_MODE_ALWAYS_SCROLL,2 -10,Android.Widget.TranscriptMode,Disabled,android/widget/AbsListView.TRANSCRIPT_MODE_DISABLED,0 -10,Android.Widget.TranscriptMode,Normal,android/widget/AbsListView.TRANSCRIPT_MODE_NORMAL,1 -10,Android.Widget.ItemViewType,HeaderOrFooter,android/widget/AdapterView.ITEM_VIEW_TYPE_HEADER_OR_FOOTER,-2 -10,Android.Widget.ItemViewType,Ignore,android/widget/AdapterView.ITEM_VIEW_TYPE_IGNORE,-1 -0,Android.Widget.CursorAdapterFlags,None,,0 -15,Android.Widget.CursorAdapterFlags,AutoRequery,android/widget/CursorAdapter.FLAG_AUTO_REQUERY,1 -15,Android.Widget.CursorAdapterFlags,RegisterContentObserver,android/widget/CursorAdapter.FLAG_REGISTER_CONTENT_OBSERVER,2 -10,Android.Widget.DialerMode,DigitsAndLetters,android/widget/DialerFilter.DIGITS_AND_LETTERS,1 -10,Android.Widget.DialerMode,DigitsAndLettersNoDigits,android/widget/DialerFilter.DIGITS_AND_LETTERS_NO_DIGITS,2 -10,Android.Widget.DialerMode,DigitsAndLettersNoLetters,android/widget/DialerFilter.DIGITS_AND_LETTERS_NO_LETTERS,3 -10,Android.Widget.DialerMode,DigitsOnly,android/widget/DialerFilter.DIGITS_ONLY,4 -10,Android.Widget.DialerMode,LettersOnly,android/widget/DialerFilter.LETTERS_ONLY,5 -10,Android.Widget.PackedPositionType,Child,android/widget/ExpandableListView.PACKED_POSITION_TYPE_CHILD,1 -10,Android.Widget.PackedPositionType,Group,android/widget/ExpandableListView.PACKED_POSITION_TYPE_GROUP,0 -10,Android.Widget.PackedPositionType,Null,android/widget/ExpandableListView.PACKED_POSITION_TYPE_NULL,2 -10,Android.Widget.StretchMode,AutoFit,android/widget/GridView.AUTO_FIT,-1 -10,Android.Widget.StretchMode,NoStretch,android/widget/GridView.NO_STRETCH,0 -10,Android.Widget.StretchMode,StretchColumnWidth,android/widget/GridView.STRETCH_COLUMN_WIDTH,2 -10,Android.Widget.StretchMode,StretchSpacing,android/widget/GridView.STRETCH_SPACING,1 -10,Android.Widget.StretchMode,StretchSpacingUniform,android/widget/GridView.STRETCH_SPACING_UNIFORM,3 -15,Android.Widget.ShowDividers,Beginning,android/widget/LinearLayout.SHOW_DIVIDER_BEGINNING,1 -15,Android.Widget.ShowDividers,End,android/widget/LinearLayout.SHOW_DIVIDER_END,4 -15,Android.Widget.ShowDividers,Middle,android/widget/LinearLayout.SHOW_DIVIDER_MIDDLE,2 -15,Android.Widget.ShowDividers,None,android/widget/LinearLayout.SHOW_DIVIDER_NONE,0 -10,Android.Widget.Orientation,Horizontal,android/widget/LinearLayout.HORIZONTAL,0 -10,Android.Widget.Orientation,Vertical,android/widget/LinearLayout.VERTICAL,1 -15,Android.Widget.ListPopupWindowInputMethodMode,FromFocusable,android/widget/ListPopupWindow.INPUT_METHOD_FROM_FOCUSABLE,0 -15,Android.Widget.ListPopupWindowInputMethodMode,Needed,android/widget/ListPopupWindow.INPUT_METHOD_NEEDED,1 -15,Android.Widget.ListPopupWindowInputMethodMode,NotNeeded,android/widget/ListPopupWindow.INPUT_METHOD_NOT_NEEDED,2 -10,Android.Widget.InputMethod,FromFocusable,android/widget/PopupWindow.INPUT_METHOD_FROM_FOCUSABLE,0 -10,Android.Widget.InputMethod,Needed,android/widget/PopupWindow.INPUT_METHOD_NEEDED,1 -10,Android.Widget.InputMethod,NotNeeded,android/widget/PopupWindow.INPUT_METHOD_NOT_NEEDED,2 -10,Android.Widget.LayoutRules,Above,android/widget/RelativeLayout.ABOVE,2 -10,Android.Widget.LayoutRules,AlignBaseline,android/widget/RelativeLayout.ALIGN_BASELINE,4 -10,Android.Widget.LayoutRules,AlignBottom,android/widget/RelativeLayout.ALIGN_BOTTOM,8 -17,Android.Widget.LayoutRules,AlignEnd,android/widget/RelativeLayout.ALIGN_END,19 -10,Android.Widget.LayoutRules,AlignLeft,android/widget/RelativeLayout.ALIGN_LEFT,5 -10,Android.Widget.LayoutRules,AlignParentBottom,android/widget/RelativeLayout.ALIGN_PARENT_BOTTOM,12 -17,Android.Widget.LayoutRules,AlignParentEnd,android/widget/RelativeLayout.ALIGN_PARENT_END,21 -10,Android.Widget.LayoutRules,AlignParentLeft,android/widget/RelativeLayout.ALIGN_PARENT_LEFT,9 -10,Android.Widget.LayoutRules,AlignParentRight,android/widget/RelativeLayout.ALIGN_PARENT_RIGHT,11 -17,Android.Widget.LayoutRules,AlignParentStart,android/widget/RelativeLayout.ALIGN_PARENT_START,20 -10,Android.Widget.LayoutRules,AlignParentTop,android/widget/RelativeLayout.ALIGN_PARENT_TOP,10 -10,Android.Widget.LayoutRules,AlignRight,android/widget/RelativeLayout.ALIGN_RIGHT,7 -17,Android.Widget.LayoutRules,AlignStart,android/widget/RelativeLayout.ALIGN_START,18 -10,Android.Widget.LayoutRules,AlignTop,android/widget/RelativeLayout.ALIGN_TOP,6 -10,Android.Widget.LayoutRules,Below,android/widget/RelativeLayout.BELOW,3 -10,Android.Widget.LayoutRules,CenterHorizontal,android/widget/RelativeLayout.CENTER_HORIZONTAL,14 -10,Android.Widget.LayoutRules,CenterInParent,android/widget/RelativeLayout.CENTER_IN_PARENT,13 -10,Android.Widget.LayoutRules,CenterVertical,android/widget/RelativeLayout.CENTER_VERTICAL,15 -17,Android.Widget.LayoutRules,EndOf,android/widget/RelativeLayout.END_OF,17 -10,Android.Widget.LayoutRules,LeftOf,android/widget/RelativeLayout.LEFT_OF,0 -10,Android.Widget.LayoutRules,RightOf,android/widget/RelativeLayout.RIGHT_OF,1 -17,Android.Widget.LayoutRules,StartOf,android/widget/RelativeLayout.START_OF,16 -10,Android.Widget.LayoutRules,True,android/widget/RelativeLayout.TRUE,-1 -15,Android.Widget.SpinnerMode,Dialog,android/widget/Spinner.MODE_DIALOG,0 -15,Android.Widget.SpinnerMode,Dropdown,android/widget/Spinner.MODE_DROPDOWN,1 -10,Android.Widget.ToastLength,Long,android/widget/Toast.LENGTH_LONG,1 -10,Android.Widget.ToastLength,Short,android/widget/Toast.LENGTH_SHORT,0 -26,Android.Widget.AutoSizeTextType,None,android/widget/TextView.AUTO_SIZE_TEXT_TYPE_NONE,0 -26,Android.Widget.AutoSizeTextType,Uniform,android/widget/TextView.AUTO_SIZE_TEXT_TYPE_UNIFORM,1 -10,Android.Widget.ScrollState,Fling,I:android/widget/AbsListView.OnScrollListener.SCROLL_STATE_FLING,2 -10,Android.Widget.ScrollState,Idle,I:android/widget/AbsListView.OnScrollListener.SCROLL_STATE_IDLE,0 -10,Android.Widget.ScrollState,TouchScroll,I:android/widget/AbsListView.OnScrollListener.SCROLL_STATE_TOUCH_SCROLL,1 -15,Android.Widget.NumberPickerScrollState,Fling,I:android/widget/NumberPicker.OnScrollListener.SCROLL_STATE_FLING,2 -15,Android.Widget.NumberPickerScrollState,Idle,I:android/widget/NumberPicker.OnScrollListener.SCROLL_STATE_IDLE,0 -15,Android.Widget.NumberPickerScrollState,TouchScroll,I:android/widget/NumberPicker.OnScrollListener.SCROLL_STATE_TOUCH_SCROLL,1 -23,Android.App.LockTaskMode,Locked,android/app/ActivityManager.LOCK_TASK_MODE_LOCKED,1 -23,Android.App.LockTaskMode,None,android/app/ActivityManager.LOCK_TASK_MODE_NONE,0 -23,Android.App.LockTaskMode,Pinned,android/app/ActivityManager.LOCK_TASK_MODE_PINNED,2 -23,Android.App.Admin.PermissionGrantState,Default,android/app/admin/DevicePolicyManager.PERMISSION_GRANT_STATE_DEFAULT,0 -23,Android.App.Admin.PermissionGrantState,Denied,android/app/admin/DevicePolicyManager.PERMISSION_GRANT_STATE_DENIED,2 -23,Android.App.Admin.PermissionGrantState,Granted,android/app/admin/DevicePolicyManager.PERMISSION_GRANT_STATE_GRANTED,1 -23,Android.App.Admin.PermissionPolicy,AutoDeny,android/app/admin/DevicePolicyManager.PERMISSION_POLICY_AUTO_DENY,2 -23,Android.App.Admin.PermissionPolicy,AutoGrant,android/app/admin/DevicePolicyManager.PERMISSION_POLICY_AUTO_GRANT,1 -23,Android.App.Admin.PermissionPolicy,Prompt,android/app/admin/DevicePolicyManager.PERMISSION_POLICY_PROMPT,0 -23,Android.App.Admin.SystemUpdatePolicyType,InstallAutomatic,android/app/admin/SystemUpdatePolicy.TYPE_INSTALL_AUTOMATIC,1 -23,Android.App.Admin.SystemUpdatePolicyType,InstallWindowed,android/app/admin/SystemUpdatePolicy.TYPE_INSTALL_WINDOWED,2 -23,Android.App.Admin.SystemUpdatePolicyType,Postpone,android/app/admin/SystemUpdatePolicy.TYPE_POSTPONE,3 -23,Android.App.Assist.AssistTextStyle,Bold,android/app/assist/AssistStructure.ViewNode.TEXT_STYLE_BOLD,1 -23,Android.App.Assist.AssistTextStyle,Italic,android/app/assist/AssistStructure.ViewNode.TEXT_STYLE_ITALIC,2 -23,Android.App.Assist.AssistTextStyle,StrikeThru,android/app/assist/AssistStructure.ViewNode.TEXT_STYLE_STRIKE_THRU,8 -23,Android.App.Assist.AssistTextStyle,Underline,android/app/assist/AssistStructure.ViewNode.TEXT_STYLE_UNDERLINE,4 -23,Android.App.InterruptionFilter,Alarms,android/app/NotificationManager.INTERRUPTION_FILTER_ALARMS,4 -23,Android.App.InterruptionFilter,All,android/app/NotificationManager.INTERRUPTION_FILTER_ALL,1 -23,Android.App.InterruptionFilter,None,android/app/NotificationManager.INTERRUPTION_FILTER_NONE,3 -23,Android.App.InterruptionFilter,Priority,android/app/NotificationManager.INTERRUPTION_FILTER_PRIORITY,2 -23,Android.App.InterruptionFilter,Unknown,android/app/NotificationManager.INTERRUPTION_FILTER_UNKNOWN,0 -28,Android.App.NotificationPriorityCategory,Alarms,android/app/NotificationManager.Policy.PRIORITY_CATEGORY_ALARMS,32 -23,Android.App.NotificationPriorityCategory,Calls,android/app/NotificationManager.Policy.PRIORITY_CATEGORY_CALLS,8 -23,Android.App.NotificationPriorityCategory,Events,android/app/NotificationManager.Policy.PRIORITY_CATEGORY_EVENTS,2 -28,Android.App.NotificationPriorityCategory,Media,android/app/NotificationManager.Policy.PRIORITY_CATEGORY_MEDIA,64 -23,Android.App.NotificationPriorityCategory,Messages,android/app/NotificationManager.Policy.PRIORITY_CATEGORY_MESSAGES,4 -23,Android.App.NotificationPriorityCategory,Reminders,android/app/NotificationManager.Policy.PRIORITY_CATEGORY_REMINDERS,1 -23,Android.App.NotificationPriorityCategory,RepeatCallers,android/app/NotificationManager.Policy.PRIORITY_CATEGORY_REPEAT_CALLERS,16 -28,Android.App.NotificationPriorityCategory,System,android/app/NotificationManager.Policy.PRIORITY_CATEGORY_SYSTEM,128 -23,Android.App.NotificationPrioritySenders,Any,android/app/NotificationManager.Policy.PRIORITY_SENDERS_ANY,0 -23,Android.App.NotificationPrioritySenders,Contacts,android/app/NotificationManager.Policy.PRIORITY_SENDERS_CONTACTS,1 -23,Android.App.NotificationPrioritySenders,Starred,android/app/NotificationManager.Policy.PRIORITY_SENDERS_STARRED,2 -23,Android.App.Usage.NetworkUsageState,All,android/app/usage/NetworkStats.Bucket.STATE_ALL,-1 -23,Android.App.Usage.NetworkUsageState,Default,android/app/usage/NetworkStats.Bucket.STATE_DEFAULT,1 -23,Android.App.Usage.NetworkUsageState,Foreground,android/app/usage/NetworkStats.Bucket.STATE_FOREGROUND,2 -23,Android.Bluetooth.BluetoothTransports,Auto,android/bluetooth/BluetoothDevice.TRANSPORT_AUTO,0 -23,Android.Bluetooth.BluetoothTransports,Bredr,android/bluetooth/BluetoothDevice.TRANSPORT_BREDR,1 -23,Android.Bluetooth.BluetoothTransports,Le,android/bluetooth/BluetoothDevice.TRANSPORT_LE,2 -23,Android.Bluetooth.BluetoothConnectionType,L2cap,android/bluetooth/BluetoothSocket.TYPE_L2CAP,3 -23,Android.Bluetooth.BluetoothConnectionType,Rfcomm,android/bluetooth/BluetoothSocket.TYPE_RFCOMM,1 -23,Android.Bluetooth.BluetoothConnectionType,Sco,android/bluetooth/BluetoothSocket.TYPE_SCO,2 -23,Android.Bluetooth.LE.BluetoothScanMatchMode,Aggressive,android/bluetooth/le/ScanSettings.MATCH_MODE_AGGRESSIVE,1 -23,Android.Bluetooth.LE.BluetoothScanMatchMode,Sticky,android/bluetooth/le/ScanSettings.MATCH_MODE_STICKY,2 -23,Android.Bluetooth.LE.BluetoothScanMatchNumber,FewAdvertisement,android/bluetooth/le/ScanSettings.MATCH_NUM_FEW_ADVERTISEMENT,2 -23,Android.Bluetooth.LE.BluetoothScanMatchNumber,MaxAdvertisement,android/bluetooth/le/ScanSettings.MATCH_NUM_MAX_ADVERTISEMENT,3 -23,Android.Bluetooth.LE.BluetoothScanMatchNumber,OneAdvertisement,android/bluetooth/le/ScanSettings.MATCH_NUM_ONE_ADVERTISEMENT,1 -23,Android.Hardware.Camera2.TonemapPresetCurveType,Rec709,android/hardware/camera2/CameraMetadata.TONEMAP_PRESET_CURVE_REC709,1 -23,Android.Hardware.Camera2.TonemapPresetCurveType,Srgb,android/hardware/camera2/CameraMetadata.TONEMAP_PRESET_CURVE_SRGB,0 -23,Android.Hardware.Fingerprints.FingerprintState,AcquiredGood,android/hardware/fingerprint/FingerprintManager.FINGERPRINT_ACQUIRED_GOOD,0 -23,Android.Hardware.Fingerprints.FingerprintState,AcquiredImagerDirty,android/hardware/fingerprint/FingerprintManager.FINGERPRINT_ACQUIRED_IMAGER_DIRTY,3 -23,Android.Hardware.Fingerprints.FingerprintState,AcquiredInsufficient,android/hardware/fingerprint/FingerprintManager.FINGERPRINT_ACQUIRED_INSUFFICIENT,2 -23,Android.Hardware.Fingerprints.FingerprintState,AcquiredPartial,android/hardware/fingerprint/FingerprintManager.FINGERPRINT_ACQUIRED_PARTIAL,1 -23,Android.Hardware.Fingerprints.FingerprintState,AcquiredTooFast,android/hardware/fingerprint/FingerprintManager.FINGERPRINT_ACQUIRED_TOO_FAST,5 -23,Android.Hardware.Fingerprints.FingerprintState,AcquiredTooSlow,android/hardware/fingerprint/FingerprintManager.FINGERPRINT_ACQUIRED_TOO_SLOW,4 -23,Android.Hardware.Fingerprints.FingerprintState,ErrorCanceled,android/hardware/fingerprint/FingerprintManager.FINGERPRINT_ERROR_CANCELED,5 -28,Android.Hardware.Fingerprints.FingerprintState,ErrorHwNotPresent,android/hardware/fingerprint/FingerprintManager.FINGERPRINT_ERROR_HW_NOT_PRESENT,12 -23,Android.Hardware.Fingerprints.FingerprintState,ErrorHwUnavailable,android/hardware/fingerprint/FingerprintManager.FINGERPRINT_ERROR_HW_UNAVAILABLE,1 -23,Android.Hardware.Fingerprints.FingerprintState,ErrorLockout,android/hardware/fingerprint/FingerprintManager.FINGERPRINT_ERROR_LOCKOUT,7 -27,Android.Hardware.Fingerprints.FingerprintState,ErrorLockoutPermanent,android/hardware/fingerprint/FingerprintManager.FINGERPRINT_ERROR_LOCKOUT_PERMANENT,9 -28,Android.Hardware.Fingerprints.FingerprintState,ErrorNoFingerprints,android/hardware/fingerprint/FingerprintManager.FINGERPRINT_ERROR_NO_FINGERPRINTS,11 -23,Android.Hardware.Fingerprints.FingerprintState,ErrorNoSpace,android/hardware/fingerprint/FingerprintManager.FINGERPRINT_ERROR_NO_SPACE,4 -23,Android.Hardware.Fingerprints.FingerprintState,ErrorTimeout,android/hardware/fingerprint/FingerprintManager.FINGERPRINT_ERROR_TIMEOUT,3 -23,Android.Hardware.Fingerprints.FingerprintState,ErrorUnableToProcess,android/hardware/fingerprint/FingerprintManager.FINGERPRINT_ERROR_UNABLE_TO_PROCESS,2 -27,Android.Hardware.Fingerprints.FingerprintState,ErrorUserCanceled,android/hardware/fingerprint/FingerprintManager.FINGERPRINT_ERROR_USER_CANCELED,10 -27,Android.Hardware.Fingerprints.FingerprintState,ErrorVendor,android/hardware/fingerprint/FingerprintManager.FINGERPRINT_ERROR_VENDOR,8 -23,Android.Media.AudioDeviceType,AuxLine,android/media/AudioDeviceInfo.TYPE_AUX_LINE,19 -23,Android.Media.AudioDeviceType,BluetoothA2dp,android/media/AudioDeviceInfo.TYPE_BLUETOOTH_A2DP,8 -23,Android.Media.AudioDeviceType,BluetoothSco,android/media/AudioDeviceInfo.TYPE_BLUETOOTH_SCO,7 -23,Android.Media.AudioDeviceType,BuiltinEarpiece,android/media/AudioDeviceInfo.TYPE_BUILTIN_EARPIECE,1 -23,Android.Media.AudioDeviceType,BuiltinMic,android/media/AudioDeviceInfo.TYPE_BUILTIN_MIC,15 -23,Android.Media.AudioDeviceType,BuiltinSpeaker,android/media/AudioDeviceInfo.TYPE_BUILTIN_SPEAKER,2 -24,Android.Media.AudioDeviceType,Bus,android/media/AudioDeviceInfo.TYPE_BUS,21 -23,Android.Media.AudioDeviceType,Dock,android/media/AudioDeviceInfo.TYPE_DOCK,13 -23,Android.Media.AudioDeviceType,Fm,android/media/AudioDeviceInfo.TYPE_FM,14 -23,Android.Media.AudioDeviceType,FmTuner,android/media/AudioDeviceInfo.TYPE_FM_TUNER,16 -23,Android.Media.AudioDeviceType,Hdmi,android/media/AudioDeviceInfo.TYPE_HDMI,9 -23,Android.Media.AudioDeviceType,HdmiArc,android/media/AudioDeviceInfo.TYPE_HDMI_ARC,10 -28,Android.Media.AudioDeviceType,HearingAid,android/media/AudioDeviceInfo.TYPE_HEARING_AID,23 -23,Android.Media.AudioDeviceType,Ip,android/media/AudioDeviceInfo.TYPE_IP,20 -23,Android.Media.AudioDeviceType,LineAnalog,android/media/AudioDeviceInfo.TYPE_LINE_ANALOG,5 -23,Android.Media.AudioDeviceType,LineDigital,android/media/AudioDeviceInfo.TYPE_LINE_DIGITAL,6 -23,Android.Media.AudioDeviceType,Telephony,android/media/AudioDeviceInfo.TYPE_TELEPHONY,18 -23,Android.Media.AudioDeviceType,TvTuner,android/media/AudioDeviceInfo.TYPE_TV_TUNER,17 -23,Android.Media.AudioDeviceType,Unknown,android/media/AudioDeviceInfo.TYPE_UNKNOWN,0 -23,Android.Media.AudioDeviceType,UsbAccessory,android/media/AudioDeviceInfo.TYPE_USB_ACCESSORY,12 -23,Android.Media.AudioDeviceType,UsbDevice,android/media/AudioDeviceInfo.TYPE_USB_DEVICE,11 -26,Android.Media.AudioDeviceType,UsbHeadset,android/media/AudioDeviceInfo.TYPE_USB_HEADSET,22 -23,Android.Media.AudioDeviceType,WiredHeadphones,android/media/AudioDeviceInfo.TYPE_WIRED_HEADPHONES,4 -23,Android.Media.AudioDeviceType,WiredHeadset,android/media/AudioDeviceInfo.TYPE_WIRED_HEADSET,3 -23,Android.Media.GetDevicesTargets,All,android/media/AudioManager.GET_DEVICES_ALL,3 -23,Android.Media.GetDevicesTargets,Inputs,android/media/AudioManager.GET_DEVICES_INPUTS,1 -23,Android.Media.GetDevicesTargets,Outputs,android/media/AudioManager.GET_DEVICES_OUTPUTS,2 -23,Android.Media.AudioRecordReadOptions,Blocking,android/media/AudioRecord.READ_BLOCKING,0 -23,Android.Media.AudioRecordReadOptions,NonBlocking,android/media/AudioRecord.READ_NON_BLOCKING,1 -23,Android.Media.MediaCodecErrorCode,InsufficientResource,android/media/MediaCodec.CodecException.ERROR_INSUFFICIENT_RESOURCE,1100 -23,Android.Media.MediaCodecErrorCode,Reclaimed,android/media/MediaCodec.CodecException.ERROR_RECLAIMED,1101 -23,Android.Media.MediaDrmStatusCode,Expired,android/media/MediaDrm.KeyStatus.STATUS_EXPIRED,1 -23,Android.Media.MediaDrmStatusCode,InternalError,android/media/MediaDrm.KeyStatus.STATUS_INTERNAL_ERROR,4 -23,Android.Media.MediaDrmStatusCode,OutputNotAllowed,android/media/MediaDrm.KeyStatus.STATUS_OUTPUT_NOT_ALLOWED,2 -23,Android.Media.MediaDrmStatusCode,Pending,android/media/MediaDrm.KeyStatus.STATUS_PENDING,3 -23,Android.Media.MediaDrmStatusCode,Usable,android/media/MediaDrm.KeyStatus.STATUS_USABLE,0 -29,Android.Media.MediaDrmStatusCode,UsableInFuture,android/media/MediaDrm.KeyStatus.STATUS_USABLE_IN_FUTURE,5 -23,Android.Media.MediaSyncErrorCode,AudiotrackFail,android/media/MediaSync.MEDIASYNC_ERROR_AUDIOTRACK_FAIL,1 -23,Android.Media.MediaSyncErrorCode,SurfaceFail,android/media/MediaSync.MEDIASYNC_ERROR_SURFACE_FAIL,2 -23,Android.Media.Midi.MidiDeviceType,Bluetooth,android/media/midi/MidiDeviceInfo.TYPE_BLUETOOTH,3 -23,Android.Media.Midi.MidiDeviceType,Usb,android/media/midi/MidiDeviceInfo.TYPE_USB,1 -23,Android.Media.Midi.MidiDeviceType,Virtual,android/media/midi/MidiDeviceInfo.TYPE_VIRTUAL,2 -23,Android.Media.Midi.MidiPortType,Input,android/media/midi/MidiDeviceInfo.PortInfo.TYPE_INPUT,1 -23,Android.Media.Midi.MidiPortType,Output,android/media/midi/MidiDeviceInfo.PortInfo.TYPE_OUTPUT,2 -23,Android.Media.AudioFallbackMode,Default,android/media/PlaybackParams.AUDIO_FALLBACK_MODE_DEFAULT,0 -23,Android.Media.AudioFallbackMode,Fail,android/media/PlaybackParams.AUDIO_FALLBACK_MODE_FAIL,2 -23,Android.Media.AudioFallbackMode,Mute,android/media/PlaybackParams.AUDIO_FALLBACK_MODE_MUTE,1 -23,Android.Media.AudioAdjustMode,Default,android/media/SyncParams.AUDIO_ADJUST_MODE_DEFAULT,0 -23,Android.Media.AudioAdjustMode,Resample,android/media/SyncParams.AUDIO_ADJUST_MODE_RESAMPLE,2 -23,Android.Media.AudioAdjustMode,Stretch,android/media/SyncParams.AUDIO_ADJUST_MODE_STRETCH,1 -23,Android.Media.AudioSyncSource,Audio,android/media/SyncParams.SYNC_SOURCE_AUDIO,2 -23,Android.Media.AudioSyncSource,Default,android/media/SyncParams.SYNC_SOURCE_DEFAULT,0 -23,Android.Media.AudioSyncSource,SystemClock,android/media/SyncParams.SYNC_SOURCE_SYSTEM_CLOCK,1 -23,Android.Media.AudioSyncSource,Vsync,android/media/SyncParams.SYNC_SOURCE_VSYNC,3 -23,Android.Media.TV.TimeShiftStatus,Available,android/media/tv/TvInputManager.TIME_SHIFT_STATUS_AVAILABLE,3 -23,Android.Media.TV.TimeShiftStatus,Unavailable,android/media/tv/TvInputManager.TIME_SHIFT_STATUS_UNAVAILABLE,2 -23,Android.Media.TV.TimeShiftStatus,Unknown,android/media/tv/TvInputManager.TIME_SHIFT_STATUS_UNKNOWN,0 -23,Android.Media.TV.TimeShiftStatus,Unsupported,android/media/tv/TvInputManager.TIME_SHIFT_STATUS_UNSUPPORTED,1 -23,Android.Net.Wifi.WifiChannelWidth,Width160mhz,android/net/wifi/ScanResult.CHANNEL_WIDTH_160MHZ,3 -23,Android.Net.Wifi.WifiChannelWidth,Width20mhz,android/net/wifi/ScanResult.CHANNEL_WIDTH_20MHZ,0 -23,Android.Net.Wifi.WifiChannelWidth,Width40mhz,android/net/wifi/ScanResult.CHANNEL_WIDTH_40MHZ,1 -23,Android.Net.Wifi.WifiChannelWidth,Width80mhz,android/net/wifi/ScanResult.CHANNEL_WIDTH_80MHZ,2 -23,Android.Net.Wifi.WifiChannelWidth,Width80mhzPlusMhz,android/net/wifi/ScanResult.CHANNEL_WIDTH_80MHZ_PLUS_MHZ,4 -23,Android.OS.MessageQueueEventType,Error,I:android/os/MessageQueue.OnFileDescriptorEventListener.EVENT_ERROR,4 -23,Android.OS.MessageQueueEventType,Input,I:android/os/MessageQueue.OnFileDescriptorEventListener.EVENT_INPUT,1 -23,Android.OS.MessageQueueEventType,Output,I:android/os/MessageQueue.OnFileDescriptorEventListener.EVENT_OUTPUT,2 -23,Android.Print.DuplexMode,LongEdge,android/print/PrintAttributes.DUPLEX_MODE_LONG_EDGE,2 -23,Android.Print.DuplexMode,None,android/print/PrintAttributes.DUPLEX_MODE_NONE,1 -23,Android.Print.DuplexMode,ShortEdge,android/print/PrintAttributes.DUPLEX_MODE_SHORT_EDGE,4 -23,Android.Security.Keystore.KeyStoreOrigin,Generated,android/security/keystore/KeyProperties.ORIGIN_GENERATED,1 -23,Android.Security.Keystore.KeyStoreOrigin,Imported,android/security/keystore/KeyProperties.ORIGIN_IMPORTED,2 -28,Android.Security.Keystore.KeyStoreOrigin,SecurelyImported,android/security/keystore/KeyProperties.ORIGIN_SECURELY_IMPORTED,8 -23,Android.Security.Keystore.KeyStoreOrigin,Unknown,android/security/keystore/KeyProperties.ORIGIN_UNKNOWN,4 -23,Android.Security.Keystore.KeyStorePurpose,Decrypt,android/security/keystore/KeyProperties.PURPOSE_DECRYPT,2 -23,Android.Security.Keystore.KeyStorePurpose,Encrypt,android/security/keystore/KeyProperties.PURPOSE_ENCRYPT,1 -23,Android.Security.Keystore.KeyStorePurpose,Sign,android/security/keystore/KeyProperties.PURPOSE_SIGN,4 -23,Android.Security.Keystore.KeyStorePurpose,Verify,android/security/keystore/KeyProperties.PURPOSE_VERIFY,8 -28,Android.Security.Keystore.KeyStorePurpose,WrapKey,android/security/keystore/KeyProperties.PURPOSE_WRAP_KEY,32 -24,Android.Service.Voice.ShowFlags,SourceActivity,android/service/voice/VoiceInteractionSession.SHOW_SOURCE_ACTIVITY,16 -23,Android.Service.Voice.ShowFlags,SourceApplication,android/service/voice/VoiceInteractionSession.SHOW_SOURCE_APPLICATION,8 -23,Android.Service.Voice.ShowFlags,SourceAssistGesture,android/service/voice/VoiceInteractionSession.SHOW_SOURCE_ASSIST_GESTURE,4 -29,Android.Service.Voice.ShowFlags,SourceAutomotiveSystemUi,android/service/voice/VoiceInteractionSession.SHOW_SOURCE_AUTOMOTIVE_SYSTEM_UI,128 -29,Android.Service.Voice.ShowFlags,SourceNotification,android/service/voice/VoiceInteractionSession.SHOW_SOURCE_NOTIFICATION,64 -29,Android.Service.Voice.ShowFlags,SourcePushToTalk,android/service/voice/VoiceInteractionSession.SHOW_SOURCE_PUSH_TO_TALK,32 -23,Android.Service.Voice.ShowFlags,WithAssist,android/service/voice/VoiceInteractionSession.SHOW_WITH_ASSIST,1 -23,Android.Service.Voice.ShowFlags,WithScreenshot,android/service/voice/VoiceInteractionSession.SHOW_WITH_SCREENSHOT,2 -23,Android.Telecom.CallState,Active,android/telecom/Call.STATE_ACTIVE,4 -23,Android.Telecom.CallState,Connecting,android/telecom/Call.STATE_CONNECTING,9 -23,Android.Telecom.CallState,Dialing,android/telecom/Call.STATE_DIALING,1 -23,Android.Telecom.CallState,Disconnected,android/telecom/Call.STATE_DISCONNECTED,7 -23,Android.Telecom.CallState,Disconnecting,android/telecom/Call.STATE_DISCONNECTING,10 -23,Android.Telecom.CallState,Holding,android/telecom/Call.STATE_HOLDING,3 -23,Android.Telecom.CallState,New,android/telecom/Call.STATE_NEW,0 -25,Android.Telecom.CallState,PullingCall,android/telecom/Call.STATE_PULLING_CALL,11 -23,Android.Telecom.CallState,Ringing,android/telecom/Call.STATE_RINGING,2 -23,Android.Telecom.CallState,SelectPhoneAccount,android/telecom/Call.STATE_SELECT_PHONE_ACCOUNT,8 -26,Android.Telecom.RttMode,Full,android/telecom/Call.RttCall.RTT_MODE_FULL,1 -26,Android.Telecom.RttMode,Hco,android/telecom/Call.RttCall.RTT_MODE_HCO,2 -26,Android.Telecom.RttMode,Vco,android/telecom/Call.RttCall.RTT_MODE_VCO,3 -23,Android.Telecom.CallCapability,CanPauseVideo,android/telecom/Call.Details.CAPABILITY_CAN_PAUSE_VIDEO,1048576 -25,Android.Telecom.CallCapability,CanPullCall,android/telecom/Call.Details.CAPABILITY_CAN_PULL_CALL,8388608 -24,Android.Telecom.CallCapability,CannotDowngradeVideoToAudio,android/telecom/Call.Details.CAPABILITY_CANNOT_DOWNGRADE_VIDEO_TO_AUDIO,4194304 -23,Android.Telecom.CallCapability,DisconnectFromConference,android/telecom/Call.Details.CAPABILITY_DISCONNECT_FROM_CONFERENCE,8192 -23,Android.Telecom.CallCapability,Hold,android/telecom/Call.Details.CAPABILITY_HOLD,1 -23,Android.Telecom.CallCapability,ManageConference,android/telecom/Call.Details.CAPABILITY_MANAGE_CONFERENCE,128 -23,Android.Telecom.CallCapability,MergeConference,android/telecom/Call.Details.CAPABILITY_MERGE_CONFERENCE,4 -23,Android.Telecom.CallCapability,Mute,android/telecom/Call.Details.CAPABILITY_MUTE,64 -23,Android.Telecom.CallCapability,RespondViaText,android/telecom/Call.Details.CAPABILITY_RESPOND_VIA_TEXT,32 -23,Android.Telecom.CallCapability,SeparateFromConference,android/telecom/Call.Details.CAPABILITY_SEPARATE_FROM_CONFERENCE,4096 -28,Android.Telecom.CallCapability,SupportDeflect,android/telecom/Call.Details.CAPABILITY_SUPPORT_DEFLECT,16777216 -23,Android.Telecom.CallCapability,SupportHold,android/telecom/Call.Details.CAPABILITY_SUPPORT_HOLD,2 -23,Android.Telecom.CallCapability,SupportsVtLocalBidirectional,android/telecom/Call.Details.CAPABILITY_SUPPORTS_VT_LOCAL_BIDIRECTIONAL,768 -23,Android.Telecom.CallCapability,SupportsVtLocalRx,android/telecom/Call.Details.CAPABILITY_SUPPORTS_VT_LOCAL_RX,256 -23,Android.Telecom.CallCapability,SupportsVtLocalTx,android/telecom/Call.Details.CAPABILITY_SUPPORTS_VT_LOCAL_TX,512 -23,Android.Telecom.CallCapability,SupportsVtRemoteBidirectional,android/telecom/Call.Details.CAPABILITY_SUPPORTS_VT_REMOTE_BIDIRECTIONAL,3072 -23,Android.Telecom.CallCapability,SupportsVtRemoteRx,android/telecom/Call.Details.CAPABILITY_SUPPORTS_VT_REMOTE_RX,1024 -23,Android.Telecom.CallCapability,SupportsVtRemoteTx,android/telecom/Call.Details.CAPABILITY_SUPPORTS_VT_REMOTE_TX,2048 -23,Android.Telecom.CallCapability,SwapConference,android/telecom/Call.Details.CAPABILITY_SWAP_CONFERENCE,8 -23,Android.Telecom.CallProperty,Conference,android/telecom/Call.Details.PROPERTY_CONFERENCE,1 -23,Android.Telecom.CallProperty,EmergencyCallbackMode,android/telecom/Call.Details.PROPERTY_EMERGENCY_CALLBACK_MODE,4 -24,Android.Telecom.CallProperty,EnterpriseCall,android/telecom/Call.Details.PROPERTY_ENTERPRISE_CALL,32 -23,Android.Telecom.CallProperty,GenericConference,android/telecom/Call.Details.PROPERTY_GENERIC_CONFERENCE,2 -25,Android.Telecom.CallProperty,HasCdmaVoicePrivacy,android/telecom/Call.Details.PROPERTY_HAS_CDMA_VOICE_PRIVACY,128 -23,Android.Telecom.CallProperty,HighDefAudio,android/telecom/Call.Details.PROPERTY_HIGH_DEF_AUDIO,16 -25,Android.Telecom.CallProperty,IsExternalCall,android/telecom/Call.Details.PROPERTY_IS_EXTERNAL_CALL,64 -29,Android.Telecom.CallProperty,NetworkIdentifiedEmergencyCall,android/telecom/Call.Details.PROPERTY_NETWORK_IDENTIFIED_EMERGENCY_CALL,2048 -28,Android.Telecom.CallProperty,Rtt,android/telecom/Call.Details.PROPERTY_RTT,1024 -26,Android.Telecom.CallProperty,SelfManaged,android/telecom/Call.Details.PROPERTY_SELF_MANAGED,256 -29,Android.Telecom.CallProperty,VoipAudioMode,android/telecom/Call.Details.PROPERTY_VOIP_AUDIO_MODE,4096 -23,Android.Telecom.CallProperty,Wifi,android/telecom/Call.Details.PROPERTY_WIFI,8 -23,Android.Telecom.CallAudioRoute,Bluetooth,android/telecom/CallAudioState.ROUTE_BLUETOOTH,2 -23,Android.Telecom.CallAudioRoute,Earpiece,android/telecom/CallAudioState.ROUTE_EARPIECE,1 -23,Android.Telecom.CallAudioRoute,Speaker,android/telecom/CallAudioState.ROUTE_SPEAKER,8 -23,Android.Telecom.CallAudioRoute,WiredHeadset,android/telecom/CallAudioState.ROUTE_WIRED_HEADSET,4 -23,Android.Telecom.CallAudioRoute,WiredOrEarpiece,android/telecom/CallAudioState.ROUTE_WIRED_OR_EARPIECE,5 -23,Android.Telecom.ConnectionCapability,CanPauseVideo,android/telecom/Connection.CAPABILITY_CAN_PAUSE_VIDEO,1048576 -25,Android.Telecom.ConnectionCapability,CanPullCall,android/telecom/Connection.CAPABILITY_CAN_PULL_CALL,16777216 -24,Android.Telecom.ConnectionCapability,CanSendResponseViaConnection,android/telecom/Connection.CAPABILITY_CAN_SEND_RESPONSE_VIA_CONNECTION,4194304 -23,Android.Telecom.ConnectionCapability,CanUpgradeToVideo,android/telecom/Connection.CAPABILITY_CAN_UPGRADE_TO_VIDEO,524288 -24,Android.Telecom.ConnectionCapability,CannotDowngradeVideoToAudio,android/telecom/Connection.CAPABILITY_CANNOT_DOWNGRADE_VIDEO_TO_AUDIO,8388608 -23,Android.Telecom.ConnectionCapability,DisconnectFromConference,android/telecom/Connection.CAPABILITY_DISCONNECT_FROM_CONFERENCE,8192 -23,Android.Telecom.ConnectionCapability,Hold,android/telecom/Connection.CAPABILITY_HOLD,1 -23,Android.Telecom.ConnectionCapability,ManageConference,android/telecom/Connection.CAPABILITY_MANAGE_CONFERENCE,128 -23,Android.Telecom.ConnectionCapability,MergeConference,android/telecom/Connection.CAPABILITY_MERGE_CONFERENCE,4 -23,Android.Telecom.ConnectionCapability,Mute,android/telecom/Connection.CAPABILITY_MUTE,64 -23,Android.Telecom.ConnectionCapability,RespondViaText,android/telecom/Connection.CAPABILITY_RESPOND_VIA_TEXT,32 -23,Android.Telecom.ConnectionCapability,SeparateFromConference,android/telecom/Connection.CAPABILITY_SEPARATE_FROM_CONFERENCE,4096 -28,Android.Telecom.ConnectionCapability,SupportDeflect,android/telecom/Connection.CAPABILITY_SUPPORT_DEFLECT,33554432 -23,Android.Telecom.ConnectionCapability,SupportHold,android/telecom/Connection.CAPABILITY_SUPPORT_HOLD,2 -23,Android.Telecom.ConnectionCapability,SupportsVtLocalBidirectional,android/telecom/Connection.CAPABILITY_SUPPORTS_VT_LOCAL_BIDIRECTIONAL,768 -23,Android.Telecom.ConnectionCapability,SupportsVtLocalRx,android/telecom/Connection.CAPABILITY_SUPPORTS_VT_LOCAL_RX,256 -23,Android.Telecom.ConnectionCapability,SupportsVtLocalTx,android/telecom/Connection.CAPABILITY_SUPPORTS_VT_LOCAL_TX,512 -23,Android.Telecom.ConnectionCapability,SupportsVtRemoteBidirectional,android/telecom/Connection.CAPABILITY_SUPPORTS_VT_REMOTE_BIDIRECTIONAL,3072 -23,Android.Telecom.ConnectionCapability,SupportsVtRemoteRx,android/telecom/Connection.CAPABILITY_SUPPORTS_VT_REMOTE_RX,1024 -23,Android.Telecom.ConnectionCapability,SupportsVtRemoteTx,android/telecom/Connection.CAPABILITY_SUPPORTS_VT_REMOTE_TX,2048 -23,Android.Telecom.ConnectionCapability,SwapConference,android/telecom/Connection.CAPABILITY_SWAP_CONFERENCE,8 -23,Android.Telecom.ConnectionState,Active,android/telecom/Connection.STATE_ACTIVE,4 -23,Android.Telecom.ConnectionState,Dialing,android/telecom/Connection.STATE_DIALING,3 -23,Android.Telecom.ConnectionState,Disconnected,android/telecom/Connection.STATE_DISCONNECTED,6 -23,Android.Telecom.ConnectionState,Holding,android/telecom/Connection.STATE_HOLDING,5 -23,Android.Telecom.ConnectionState,Initializing,android/telecom/Connection.STATE_INITIALIZING,0 -23,Android.Telecom.ConnectionState,New,android/telecom/Connection.STATE_NEW,1 -25,Android.Telecom.ConnectionState,PullingCall,android/telecom/Connection.STATE_PULLING_CALL,7 -23,Android.Telecom.ConnectionState,Ringing,android/telecom/Connection.STATE_RINGING,2 -26,Android.Telecom.RttSessionModifyResult,Fail,android/telecom/Connection.RttModifyStatus.SESSION_MODIFY_REQUEST_FAIL,2 -26,Android.Telecom.RttSessionModifyResult,Invalid,android/telecom/Connection.RttModifyStatus.SESSION_MODIFY_REQUEST_INVALID,3 -26,Android.Telecom.RttSessionModifyResult,RejectedByRemote,android/telecom/Connection.RttModifyStatus.SESSION_MODIFY_REQUEST_REJECTED_BY_REMOTE,5 -26,Android.Telecom.RttSessionModifyResult,Success,android/telecom/Connection.RttModifyStatus.SESSION_MODIFY_REQUEST_SUCCESS,1 -26,Android.Telecom.RttSessionModifyResult,TimedOut,android/telecom/Connection.RttModifyStatus.SESSION_MODIFY_REQUEST_TIMED_OUT,4 -23,Android.Telecom.VideoSessionEvent,CameraFailure,android/telecom/Connection.VideoProvider.SESSION_EVENT_CAMERA_FAILURE,5 -26,Android.Telecom.VideoSessionEvent,CameraPermissionError,android/telecom/Connection.VideoProvider.SESSION_EVENT_CAMERA_PERMISSION_ERROR,7 -23,Android.Telecom.VideoSessionEvent,CameraReady,android/telecom/Connection.VideoProvider.SESSION_EVENT_CAMERA_READY,6 -23,Android.Telecom.VideoSessionEvent,RxPause,android/telecom/Connection.VideoProvider.SESSION_EVENT_RX_PAUSE,1 -23,Android.Telecom.VideoSessionEvent,RxResume,android/telecom/Connection.VideoProvider.SESSION_EVENT_RX_RESUME,2 -23,Android.Telecom.VideoSessionEvent,TxStart,android/telecom/Connection.VideoProvider.SESSION_EVENT_TX_START,3 -23,Android.Telecom.VideoSessionEvent,TxStop,android/telecom/Connection.VideoProvider.SESSION_EVENT_TX_STOP,4 -23,Android.Telecom.ModifyRequestResult,Fail,android/telecom/Connection.VideoProvider.SESSION_MODIFY_REQUEST_FAIL,2 -23,Android.Telecom.ModifyRequestResult,Invalid,android/telecom/Connection.VideoProvider.SESSION_MODIFY_REQUEST_INVALID,3 -23,Android.Telecom.ModifyRequestResult,RejectedByRemote,android/telecom/Connection.VideoProvider.SESSION_MODIFY_REQUEST_REJECTED_BY_REMOTE,5 -23,Android.Telecom.ModifyRequestResult,Success,android/telecom/Connection.VideoProvider.SESSION_MODIFY_REQUEST_SUCCESS,1 -23,Android.Telecom.ModifyRequestResult,TimedOut,android/telecom/Connection.VideoProvider.SESSION_MODIFY_REQUEST_TIMED_OUT,4 -25,Android.Telecom.Causes,AnsweredElsewhere,android/telecom/DisconnectCause.ANSWERED_ELSEWHERE,11 -23,Android.Telecom.Causes,Busy,android/telecom/DisconnectCause.BUSY,7 -25,Android.Telecom.Causes,CallPulled,android/telecom/DisconnectCause.CALL_PULLED,12 -23,Android.Telecom.Causes,Canceled,android/telecom/DisconnectCause.CANCELED,4 -23,Android.Telecom.Causes,ConnectionManagerNotSupported,android/telecom/DisconnectCause.CONNECTION_MANAGER_NOT_SUPPORTED,10 -23,Android.Telecom.Causes,Error,android/telecom/DisconnectCause.ERROR,1 -23,Android.Telecom.Causes,Local,android/telecom/DisconnectCause.LOCAL,2 -23,Android.Telecom.Causes,Missed,android/telecom/DisconnectCause.MISSED,5 -23,Android.Telecom.Causes,Other,android/telecom/DisconnectCause.OTHER,9 -23,Android.Telecom.Causes,Rejected,android/telecom/DisconnectCause.REJECTED,6 -23,Android.Telecom.Causes,Remote,android/telecom/DisconnectCause.REMOTE,3 -23,Android.Telecom.Causes,Restricted,android/telecom/DisconnectCause.RESTRICTED,8 -23,Android.Telecom.Causes,Unknown,android/telecom/DisconnectCause.UNKNOWN,0 -23,Android.Telecom.PhoneAccountCapability,CallProvider,android/telecom/PhoneAccount.CAPABILITY_CALL_PROVIDER,2 -23,Android.Telecom.PhoneAccountCapability,CallSubject,android/telecom/PhoneAccount.CAPABILITY_CALL_SUBJECT,64 -23,Android.Telecom.PhoneAccountCapability,ConnectionManager,android/telecom/PhoneAccount.CAPABILITY_CONNECTION_MANAGER,1 -23,Android.Telecom.PhoneAccountCapability,PlaceEmergencyCalls,android/telecom/PhoneAccount.CAPABILITY_PLACE_EMERGENCY_CALLS,16 -26,Android.Telecom.PhoneAccountCapability,Rtt,android/telecom/PhoneAccount.CAPABILITY_RTT,4096 -26,Android.Telecom.PhoneAccountCapability,SelfManaged,android/telecom/PhoneAccount.CAPABILITY_SELF_MANAGED,2048 -23,Android.Telecom.PhoneAccountCapability,SimSubscription,android/telecom/PhoneAccount.CAPABILITY_SIM_SUBSCRIPTION,4 -26,Android.Telecom.PhoneAccountCapability,SupportsVideoCalling,android/telecom/PhoneAccount.CAPABILITY_SUPPORTS_VIDEO_CALLING,1024 -23,Android.Telecom.PhoneAccountCapability,VideoCalling,android/telecom/PhoneAccount.CAPABILITY_VIDEO_CALLING,8 -24,Android.Telecom.PhoneAccountCapability,VideoCallingReliesOnPresence,android/telecom/PhoneAccount.CAPABILITY_VIDEO_CALLING_RELIES_ON_PRESENCE,256 -23,Android.Telecom.VideoQuality,Default,android/telecom/VideoProfile.QUALITY_DEFAULT,4 -23,Android.Telecom.VideoQuality,High,android/telecom/VideoProfile.QUALITY_HIGH,1 -23,Android.Telecom.VideoQuality,Low,android/telecom/VideoProfile.QUALITY_LOW,3 -23,Android.Telecom.VideoQuality,Medium,android/telecom/VideoProfile.QUALITY_MEDIUM,2 -23,Android.Telecom.VideoProfileState,AudioOnly,android/telecom/VideoProfile.STATE_AUDIO_ONLY,0 -23,Android.Telecom.VideoProfileState,Bidirectional,android/telecom/VideoProfile.STATE_BIDIRECTIONAL,3 -23,Android.Telecom.VideoProfileState,Paused,android/telecom/VideoProfile.STATE_PAUSED,4 -23,Android.Telecom.VideoProfileState,RxEnabled,android/telecom/VideoProfile.STATE_RX_ENABLED,2 -23,Android.Telecom.VideoProfileState,TxEnabled,android/telecom/VideoProfile.STATE_TX_ENABLED,1 -26,Android.Telephony.UssdResultCode,ErrorServiceUnavail,android/telephony/TelephonyManager.USSD_ERROR_SERVICE_UNAVAIL,-2 -26,Android.Telephony.UssdResultCode,ReturnFailure,android/telephony/TelephonyManager.USSD_RETURN_FAILURE,-1 -23,Android.Text.BreakStrategy,Balanced,android/text/Layout.BREAK_STRATEGY_BALANCED,2 -23,Android.Text.BreakStrategy,HighQuality,android/text/Layout.BREAK_STRATEGY_HIGH_QUALITY,1 -23,Android.Text.BreakStrategy,Simple,android/text/Layout.BREAK_STRATEGY_SIMPLE,0 -26,Android.Text.JustificationMode,InterWord,android/text/Layout.JUSTIFICATION_MODE_INTER_WORD,1 -26,Android.Text.JustificationMode,None,android/text/Layout.JUSTIFICATION_MODE_NONE,0 -23,Android.Text.HyphenationFrequency,Full,android/text/Layout.HYPHENATION_FREQUENCY_FULL,2 -23,Android.Text.HyphenationFrequency,None,android/text/Layout.HYPHENATION_FREQUENCY_NONE,0 -23,Android.Text.HyphenationFrequency,Normal,android/text/Layout.HYPHENATION_FREQUENCY_NORMAL,1 -23,Android.Views.ActionModeType,Floating,android/view/ActionMode.TYPE_FLOATING,1 -23,Android.Views.ActionModeType,Primary,android/view/ActionMode.TYPE_PRIMARY,0 -23,Android.Views.ScrollIndicatorPosition,Bottom,android/view/View.SCROLL_INDICATOR_BOTTOM,2 -23,Android.Views.ScrollIndicatorPosition,End,android/view/View.SCROLL_INDICATOR_END,32 -23,Android.Views.ScrollIndicatorPosition,Left,android/view/View.SCROLL_INDICATOR_LEFT,4 -23,Android.Views.ScrollIndicatorPosition,Right,android/view/View.SCROLL_INDICATOR_RIGHT,8 -23,Android.Views.ScrollIndicatorPosition,Start,android/view/View.SCROLL_INDICATOR_START,16 -23,Android.Views.ScrollIndicatorPosition,Top,android/view/View.SCROLL_INDICATOR_TOP,1 -26,Android.Views.Autofill.AutofillEventType,InputHidden,android/view/autofill/AutofillManager.AutofillCallback.EVENT_INPUT_HIDDEN,2 -26,Android.Views.Autofill.AutofillEventType,InputShown,android/view/autofill/AutofillManager.AutofillCallback.EVENT_INPUT_SHOWN,1 -26,Android.Views.Autofill.AutofillEventType,InputUnavailable,android/view/autofill/AutofillManager.AutofillCallback.EVENT_INPUT_UNAVAILABLE,3 -0,Android.Hardware.Fingerprints.FingerprintAuthenticationFlags,None,,0 -10,Android.Provider.HistoryProjection,BookmarkIndex,android/provider/Browser.HISTORY_PROJECTION_BOOKMARK_INDEX,4 -10,Android.Provider.HistoryProjection,DateIndex,android/provider/Browser.HISTORY_PROJECTION_DATE_INDEX,3 -10,Android.Provider.HistoryProjection,FaviconIndex,android/provider/Browser.HISTORY_PROJECTION_FAVICON_INDEX,6 -10,Android.Provider.HistoryProjection,IdIndex,android/provider/Browser.HISTORY_PROJECTION_ID_INDEX,0 -10,Android.Provider.HistoryProjection,TitleIndex,android/provider/Browser.HISTORY_PROJECTION_TITLE_INDEX,5 -10,Android.Provider.HistoryProjection,UrlIndex,android/provider/Browser.HISTORY_PROJECTION_URL_INDEX,1 -10,Android.Provider.HistoryProjection,VisitsIndex,android/provider/Browser.HISTORY_PROJECTION_VISITS_INDEX,2 -10,Android.Provider.SearchesProjection,DateIndex,android/provider/Browser.SEARCHES_PROJECTION_DATE_INDEX,2 -10,Android.Provider.SearchesProjection,SearchIndex,android/provider/Browser.SEARCHES_PROJECTION_SEARCH_INDEX,1 -23,Android.Provider.ContactsProviderStatus,Busy,android/provider/ContactsContract.ProviderStatus.STATUS_BUSY,1 -23,Android.Provider.ContactsProviderStatus,Empty,android/provider/ContactsContract.ProviderStatus.STATUS_EMPTY,2 -23,Android.Provider.ContactsProviderStatus,Normal,android/provider/ContactsContract.ProviderStatus.STATUS_NORMAL,0 - -- ENTER TRANSIENT MODE - - -10,Java.Awt.Font.Ranges,AllRanges,java/awt/font/NumericShaper.ALL_RANGES,524287 -10,Java.Awt.Font.Ranges,Arabic,java/awt/font/NumericShaper.ARABIC,2 -10,Java.Awt.Font.Ranges,Bengali,java/awt/font/NumericShaper.BENGALI,16 -10,Java.Awt.Font.Ranges,Devanagari,java/awt/font/NumericShaper.DEVANAGARI,8 -10,Java.Awt.Font.Ranges,EasternArabic,java/awt/font/NumericShaper.EASTERN_ARABIC,4 -10,Java.Awt.Font.Ranges,Ethiopic,java/awt/font/NumericShaper.ETHIOPIC,65536 -10,Java.Awt.Font.Ranges,European,java/awt/font/NumericShaper.EUROPEAN,1 -10,Java.Awt.Font.Ranges,Gujarati,java/awt/font/NumericShaper.GUJARATI,64 -10,Java.Awt.Font.Ranges,Gurmukhi,java/awt/font/NumericShaper.GURMUKHI,32 -10,Java.Awt.Font.Ranges,Kannada,java/awt/font/NumericShaper.KANNADA,1024 -10,Java.Awt.Font.Ranges,Khmer,java/awt/font/NumericShaper.KHMER,131072 -10,Java.Awt.Font.Ranges,Lao,java/awt/font/NumericShaper.LAO,8192 -10,Java.Awt.Font.Ranges,Malayalam,java/awt/font/NumericShaper.MALAYALAM,2048 -10,Java.Awt.Font.Ranges,Mongolian,java/awt/font/NumericShaper.MONGOLIAN,262144 -10,Java.Awt.Font.Ranges,Myanmar,java/awt/font/NumericShaper.MYANMAR,32768 -10,Java.Awt.Font.Ranges,Oriya,java/awt/font/NumericShaper.ORIYA,128 -10,Java.Awt.Font.Ranges,Tamil,java/awt/font/NumericShaper.TAMIL,256 -10,Java.Awt.Font.Ranges,Telugu,java/awt/font/NumericShaper.TELUGU,512 -10,Java.Awt.Font.Ranges,Thai,java/awt/font/NumericShaper.THAI,4096 -10,Java.Awt.Font.Ranges,Tibetan,java/awt/font/NumericShaper.TIBETAN,16384 -10,Java.IO.ObjectStreamProtocol,Version1,I:java/io/ObjectStreamConstants.PROTOCOL_VERSION_1,1 -10,Java.IO.ObjectStreamProtocol,Version2,I:java/io/ObjectStreamConstants.PROTOCOL_VERSION_2,2 -10,Java.IO.TokenType,Eof,java/io/StreamTokenizer.TT_EOF,-1 -10,Java.IO.TokenType,Eol,java/io/StreamTokenizer.TT_EOL,10 -10,Java.IO.TokenType,Number,java/io/StreamTokenizer.TT_NUMBER,-2 -10,Java.IO.TokenType,Word,java/io/StreamTokenizer.TT_WORD,-3 -26,Java.Lang.Invoke.ReferenceKind,Getfield,I:java/lang/invoke/MethodHandleInfo.REF_getField,1 -26,Java.Lang.Invoke.ReferenceKind,Getstatic,I:java/lang/invoke/MethodHandleInfo.REF_getStatic,2 -26,Java.Lang.Invoke.ReferenceKind,Invokeinterface,I:java/lang/invoke/MethodHandleInfo.REF_invokeInterface,9 -26,Java.Lang.Invoke.ReferenceKind,Invokespecial,I:java/lang/invoke/MethodHandleInfo.REF_invokeSpecial,7 -26,Java.Lang.Invoke.ReferenceKind,Invokestatic,I:java/lang/invoke/MethodHandleInfo.REF_invokeStatic,6 -26,Java.Lang.Invoke.ReferenceKind,Invokevirtual,I:java/lang/invoke/MethodHandleInfo.REF_invokeVirtual,5 -26,Java.Lang.Invoke.ReferenceKind,Newinvokespecial,I:java/lang/invoke/MethodHandleInfo.REF_newInvokeSpecial,8 -26,Java.Lang.Invoke.ReferenceKind,Putfield,I:java/lang/invoke/MethodHandleInfo.REF_putField,3 -26,Java.Lang.Invoke.ReferenceKind,Putstatic,I:java/lang/invoke/MethodHandleInfo.REF_putStatic,4 -26,Java.Lang.Invoke.MethodLookupModes,Package,java/lang/invoke/MethodHandles.Lookup.PACKAGE,8 -26,Java.Lang.Invoke.MethodLookupModes,Private,java/lang/invoke/MethodHandles.Lookup.PRIVATE,2 -26,Java.Lang.Invoke.MethodLookupModes,Protected,java/lang/invoke/MethodHandles.Lookup.PROTECTED,4 -26,Java.Lang.Invoke.MethodLookupModes,Public,java/lang/invoke/MethodHandles.Lookup.PUBLIC,1 -10,Java.Math.RoundOptions,Ceiling,java/math/BigDecimal.ROUND_CEILING,2 -10,Java.Math.RoundOptions,Down,java/math/BigDecimal.ROUND_DOWN,1 -10,Java.Math.RoundOptions,Floor,java/math/BigDecimal.ROUND_FLOOR,3 -10,Java.Math.RoundOptions,HalfDown,java/math/BigDecimal.ROUND_HALF_DOWN,5 -10,Java.Math.RoundOptions,HalfEven,java/math/BigDecimal.ROUND_HALF_EVEN,6 -10,Java.Math.RoundOptions,HalfUp,java/math/BigDecimal.ROUND_HALF_UP,4 -10,Java.Math.RoundOptions,Unnecessary,java/math/BigDecimal.ROUND_UNNECESSARY,7 -10,Java.Math.RoundOptions,Up,java/math/BigDecimal.ROUND_UP,0 -10,Java.Net.HttpStatus,Accepted,java/net/HttpURLConnection.HTTP_ACCEPTED,202 -10,Java.Net.HttpStatus,BadGateway,java/net/HttpURLConnection.HTTP_BAD_GATEWAY,502 -10,Java.Net.HttpStatus,BadMethod,java/net/HttpURLConnection.HTTP_BAD_METHOD,405 -10,Java.Net.HttpStatus,BadRequest,java/net/HttpURLConnection.HTTP_BAD_REQUEST,400 -10,Java.Net.HttpStatus,ClientTimeout,java/net/HttpURLConnection.HTTP_CLIENT_TIMEOUT,408 -10,Java.Net.HttpStatus,Conflict,java/net/HttpURLConnection.HTTP_CONFLICT,409 -10,Java.Net.HttpStatus,Created,java/net/HttpURLConnection.HTTP_CREATED,201 -10,Java.Net.HttpStatus,EntityTooLarge,java/net/HttpURLConnection.HTTP_ENTITY_TOO_LARGE,413 -10,Java.Net.HttpStatus,Forbidden,java/net/HttpURLConnection.HTTP_FORBIDDEN,403 -10,Java.Net.HttpStatus,GatewayTimeout,java/net/HttpURLConnection.HTTP_GATEWAY_TIMEOUT,504 -10,Java.Net.HttpStatus,Gone,java/net/HttpURLConnection.HTTP_GONE,410 -10,Java.Net.HttpStatus,InternalError,java/net/HttpURLConnection.HTTP_INTERNAL_ERROR,500 -10,Java.Net.HttpStatus,LengthRequired,java/net/HttpURLConnection.HTTP_LENGTH_REQUIRED,411 -10,Java.Net.HttpStatus,MovedPerm,java/net/HttpURLConnection.HTTP_MOVED_PERM,301 -10,Java.Net.HttpStatus,MovedTemp,java/net/HttpURLConnection.HTTP_MOVED_TEMP,302 -10,Java.Net.HttpStatus,MultChoice,java/net/HttpURLConnection.HTTP_MULT_CHOICE,300 -10,Java.Net.HttpStatus,NoContent,java/net/HttpURLConnection.HTTP_NO_CONTENT,204 -10,Java.Net.HttpStatus,NotAcceptable,java/net/HttpURLConnection.HTTP_NOT_ACCEPTABLE,406 -10,Java.Net.HttpStatus,NotAuthoritative,java/net/HttpURLConnection.HTTP_NOT_AUTHORITATIVE,203 -10,Java.Net.HttpStatus,NotFound,java/net/HttpURLConnection.HTTP_NOT_FOUND,404 -10,Java.Net.HttpStatus,NotImplemented,java/net/HttpURLConnection.HTTP_NOT_IMPLEMENTED,501 -10,Java.Net.HttpStatus,NotModified,java/net/HttpURLConnection.HTTP_NOT_MODIFIED,304 -10,Java.Net.HttpStatus,Ok,java/net/HttpURLConnection.HTTP_OK,200 -10,Java.Net.HttpStatus,Partial,java/net/HttpURLConnection.HTTP_PARTIAL,206 -10,Java.Net.HttpStatus,PaymentRequired,java/net/HttpURLConnection.HTTP_PAYMENT_REQUIRED,402 -10,Java.Net.HttpStatus,PreconFailed,java/net/HttpURLConnection.HTTP_PRECON_FAILED,412 -10,Java.Net.HttpStatus,ProxyAuth,java/net/HttpURLConnection.HTTP_PROXY_AUTH,407 -10,Java.Net.HttpStatus,ReqTooLong,java/net/HttpURLConnection.HTTP_REQ_TOO_LONG,414 -10,Java.Net.HttpStatus,Reset,java/net/HttpURLConnection.HTTP_RESET,205 -10,Java.Net.HttpStatus,SeeOther,java/net/HttpURLConnection.HTTP_SEE_OTHER,303 -10,Java.Net.HttpStatus,ServerError,java/net/HttpURLConnection.HTTP_SERVER_ERROR,500 -10,Java.Net.HttpStatus,Unauthorized,java/net/HttpURLConnection.HTTP_UNAUTHORIZED,401 -10,Java.Net.HttpStatus,Unavailable,java/net/HttpURLConnection.HTTP_UNAVAILABLE,503 -10,Java.Net.HttpStatus,UnsupportedType,java/net/HttpURLConnection.HTTP_UNSUPPORTED_TYPE,415 -10,Java.Net.HttpStatus,UseProxy,java/net/HttpURLConnection.HTTP_USE_PROXY,305 -10,Java.Net.HttpStatus,Version,java/net/HttpURLConnection.HTTP_VERSION,505 -10,Java.Net.SocketOption,IpMulticastIf,I:java/net/SocketOptions.IP_MULTICAST_IF,16 -10,Java.Net.SocketOption,IpMulticastIf2,I:java/net/SocketOptions.IP_MULTICAST_IF2,31 -10,Java.Net.SocketOption,IpMulticastLoop,I:java/net/SocketOptions.IP_MULTICAST_LOOP,18 -10,Java.Net.SocketOption,IpTos,I:java/net/SocketOptions.IP_TOS,3 -10,Java.Net.SocketOption,SoBindaddr,I:java/net/SocketOptions.SO_BINDADDR,15 -10,Java.Net.SocketOption,SoBroadcast,I:java/net/SocketOptions.SO_BROADCAST,32 -10,Java.Net.SocketOption,SoKeepalive,I:java/net/SocketOptions.SO_KEEPALIVE,8 -10,Java.Net.SocketOption,SoLinger,I:java/net/SocketOptions.SO_LINGER,128 -10,Java.Net.SocketOption,SoOobinline,I:java/net/SocketOptions.SO_OOBINLINE,4099 -10,Java.Net.SocketOption,SoRcvbuf,I:java/net/SocketOptions.SO_RCVBUF,4098 -10,Java.Net.SocketOption,SoReuseaddr,I:java/net/SocketOptions.SO_REUSEADDR,4 -10,Java.Net.SocketOption,SoSndbuf,I:java/net/SocketOptions.SO_SNDBUF,4097 -10,Java.Net.SocketOption,SoTimeout,I:java/net/SocketOptions.SO_TIMEOUT,4102 -10,Java.Net.SocketOption,TcpNodelay,I:java/net/SocketOptions.TCP_NODELAY,1 -0,Java.Net.IDNFlags,None,,0 -10,Java.Net.IDNFlags,AllowUnassigned,java/net/IDN.ALLOW_UNASSIGNED,1 -10,Java.Net.IDNFlags,UseStd3AsciiRules,java/net/IDN.USE_STD3_ASCII_RULES,2 -0,Java.Nio.Channels.Operations,None,,0 -10,Java.Nio.Channels.Operations,Accept,java/nio/channels/SelectionKey.OP_ACCEPT,16 -10,Java.Nio.Channels.Operations,Connect,java/nio/channels/SelectionKey.OP_CONNECT,8 -10,Java.Nio.Channels.Operations,Read,java/nio/channels/SelectionKey.OP_READ,1 -10,Java.Nio.Channels.Operations,Write,java/nio/channels/SelectionKey.OP_WRITE,4 -10,Java.Security.SignatureState,Sign,java/security/Signature.SIGN,2 -10,Java.Security.SignatureState,Uninitialized,java/security/Signature.UNINITIALIZED,0 -10,Java.Security.SignatureState,Verify,java/security/Signature.VERIFY,3 -10,Java.Util.CalendarStyle,AllStyles,java/util/Calendar.ALL_STYLES,0 -10,Java.Util.CalendarStyle,Long,java/util/Calendar.LONG,2 -10,Java.Util.CalendarStyle,Short,java/util/Calendar.SHORT,1 -10,Java.Util.CalendarField,AmPm,java/util/Calendar.AM_PM,9 -10,Java.Util.CalendarField,Date,java/util/Calendar.DATE,5 -10,Java.Util.CalendarField,DayOfMonth,java/util/Calendar.DAY_OF_MONTH,5 -10,Java.Util.CalendarField,DayOfWeek,java/util/Calendar.DAY_OF_WEEK,7 -10,Java.Util.CalendarField,DayOfWeekInMonth,java/util/Calendar.DAY_OF_WEEK_IN_MONTH,8 -10,Java.Util.CalendarField,DayOfYear,java/util/Calendar.DAY_OF_YEAR,6 -10,Java.Util.CalendarField,DstOffset,java/util/Calendar.DST_OFFSET,16 -10,Java.Util.CalendarField,Era,java/util/Calendar.ERA,0 -10,Java.Util.CalendarField,Hour,java/util/Calendar.HOUR,10 -10,Java.Util.CalendarField,HourOfDay,java/util/Calendar.HOUR_OF_DAY,11 -10,Java.Util.CalendarField,Millisecond,java/util/Calendar.MILLISECOND,14 -10,Java.Util.CalendarField,Minute,java/util/Calendar.MINUTE,12 -10,Java.Util.CalendarField,Month,java/util/Calendar.MONTH,2 -10,Java.Util.CalendarField,Second,java/util/Calendar.SECOND,13 -10,Java.Util.CalendarField,WeekOfMonth,java/util/Calendar.WEEK_OF_MONTH,4 -10,Java.Util.CalendarField,WeekOfYear,java/util/Calendar.WEEK_OF_YEAR,3 -10,Java.Util.CalendarField,Year,java/util/Calendar.YEAR,1 -10,Java.Util.CalendarField,ZoneOffset,java/util/Calendar.ZONE_OFFSET,15 -10,Java.Util.FormatFlags,Alternate,java/util/FormattableFlags.ALTERNATE,4 -10,Java.Util.FormatFlags,LeftJustify,java/util/FormattableFlags.LEFT_JUSTIFY,1 -10,Java.Util.FormatFlags,Uppercase,java/util/FormattableFlags.UPPERCASE,2 -10,Java.Util.TimeZoneStyle,Long,java/util/TimeZone.LONG,1 -10,Java.Util.TimeZoneStyle,Short,java/util/TimeZone.SHORT,0 -10,Java.Util.TimeZoneKind,StandardTime,java/util/SimpleTimeZone.STANDARD_TIME,1 -10,Java.Util.TimeZoneKind,UtcTime,java/util/SimpleTimeZone.UTC_TIME,2 -10,Java.Util.TimeZoneKind,WallTime,java/util/SimpleTimeZone.WALL_TIME,0 -10,Java.Util.Regex.RegexOptions,CanonEq,java/util/regex/Pattern.CANON_EQ,128 -10,Java.Util.Regex.RegexOptions,CaseInsensitive,java/util/regex/Pattern.CASE_INSENSITIVE,2 -10,Java.Util.Regex.RegexOptions,Comments,java/util/regex/Pattern.COMMENTS,4 -10,Java.Util.Regex.RegexOptions,Dotall,java/util/regex/Pattern.DOTALL,32 -10,Java.Util.Regex.RegexOptions,Literal,java/util/regex/Pattern.LITERAL,16 -10,Java.Util.Regex.RegexOptions,Multiline,java/util/regex/Pattern.MULTILINE,8 -10,Java.Util.Regex.RegexOptions,UnicodeCase,java/util/regex/Pattern.UNICODE_CASE,64 -24,Java.Util.Regex.RegexOptions,UnicodeCharacterClass,java/util/regex/Pattern.UNICODE_CHARACTER_CLASS,256 -10,Java.Util.Regex.RegexOptions,UnixLines,java/util/regex/Pattern.UNIX_LINES,1 -10,Javax.Crypto.KeyType,PrivateKey,javax/crypto/Cipher.PRIVATE_KEY,2 -10,Javax.Crypto.KeyType,PublicKey,javax/crypto/Cipher.PUBLIC_KEY,1 -10,Javax.Crypto.KeyType,SecretKey,javax/crypto/Cipher.SECRET_KEY,3 -10,Javax.Crypto.CipherMode,DecryptMode,javax/crypto/Cipher.DECRYPT_MODE,2 -10,Javax.Crypto.CipherMode,EncryptMode,javax/crypto/Cipher.ENCRYPT_MODE,1 -10,Javax.Crypto.CipherMode,UnwrapMode,javax/crypto/Cipher.UNWRAP_MODE,4 -10,Javax.Crypto.CipherMode,WrapMode,javax/crypto/Cipher.WRAP_MODE,3 -10,Android.AccessibilityServices.AccessibilityServiceFlags,Default,android/accessibilityservice/AccessibilityServiceInfo.DEFAULT,1 -26,Android.AccessibilityServices.AccessibilityServiceFlags,EnableAccessibilityVolume,android/accessibilityservice/AccessibilityServiceInfo.FLAG_ENABLE_ACCESSIBILITY_VOLUME,128 -16,Android.AccessibilityServices.AccessibilityServiceFlags,IncludeNotImportantViews,android/accessibilityservice/AccessibilityServiceInfo.FLAG_INCLUDE_NOT_IMPORTANT_VIEWS,2 -18,Android.AccessibilityServices.AccessibilityServiceFlags,ReportViewIds,android/accessibilityservice/AccessibilityServiceInfo.FLAG_REPORT_VIEW_IDS,16 -26,Android.AccessibilityServices.AccessibilityServiceFlags,RequestAccessibilityButton,android/accessibilityservice/AccessibilityServiceInfo.FLAG_REQUEST_ACCESSIBILITY_BUTTON,256 -18,Android.AccessibilityServices.AccessibilityServiceFlags,RequestEnhancedWebAccessibility,android/accessibilityservice/AccessibilityServiceInfo.FLAG_REQUEST_ENHANCED_WEB_ACCESSIBILITY,8 -18,Android.AccessibilityServices.AccessibilityServiceFlags,RequestFilterKeyEvents,android/accessibilityservice/AccessibilityServiceInfo.FLAG_REQUEST_FILTER_KEY_EVENTS,32 -26,Android.AccessibilityServices.AccessibilityServiceFlags,RequestFingerprintGestures,android/accessibilityservice/AccessibilityServiceInfo.FLAG_REQUEST_FINGERPRINT_GESTURES,512 -29,Android.AccessibilityServices.AccessibilityServiceFlags,RequestShortcutWarningDialogSpokenFeedback,android/accessibilityservice/AccessibilityServiceInfo.FLAG_REQUEST_SHORTCUT_WARNING_DIALOG_SPOKEN_FEEDBACK,1024 -16,Android.AccessibilityServices.AccessibilityServiceFlags,RequestTouchExplorationMode,android/accessibilityservice/AccessibilityServiceInfo.FLAG_REQUEST_TOUCH_EXPLORATION_MODE,4 -21,Android.AccessibilityServices.AccessibilityServiceFlags,RetrieveInteractiveWindows,android/accessibilityservice/AccessibilityServiceInfo.FLAG_RETRIEVE_INTERACTIVE_WINDOWS,64 -0,Android.AccessibilityServices.AccessibilityServiceCapabilities,None,,0 -24,Android.AccessibilityServices.AccessibilityServiceCapabilities,CanControlMagnification,android/accessibilityservice/AccessibilityServiceInfo.CAPABILITY_CAN_CONTROL_MAGNIFICATION,16 -24,Android.AccessibilityServices.AccessibilityServiceCapabilities,CanPerformGestures,android/accessibilityservice/AccessibilityServiceInfo.CAPABILITY_CAN_PERFORM_GESTURES,32 -18,Android.AccessibilityServices.AccessibilityServiceCapabilities,CanRequestEnhancedWebAccessibility,android/accessibilityservice/AccessibilityServiceInfo.CAPABILITY_CAN_REQUEST_ENHANCED_WEB_ACCESSIBILITY,4 -18,Android.AccessibilityServices.AccessibilityServiceCapabilities,CanRequestFilterKeyEvents,android/accessibilityservice/AccessibilityServiceInfo.CAPABILITY_CAN_REQUEST_FILTER_KEY_EVENTS,8 -26,Android.AccessibilityServices.AccessibilityServiceCapabilities,CanRequestFingerprintGestures,android/accessibilityservice/AccessibilityServiceInfo.CAPABILITY_CAN_REQUEST_FINGERPRINT_GESTURES,64 -18,Android.AccessibilityServices.AccessibilityServiceCapabilities,CanRequestTouchExploration,android/accessibilityservice/AccessibilityServiceInfo.CAPABILITY_CAN_REQUEST_TOUCH_EXPLORATION,2 -18,Android.AccessibilityServices.AccessibilityServiceCapabilities,CanRetrieveWindowContent,android/accessibilityservice/AccessibilityServiceInfo.CAPABILITY_CAN_RETRIEVE_WINDOW_CONTENT,1 -10,Android.Accounts.ErrorCode,BadArguments,android/accounts/AccountManager.ERROR_CODE_BAD_ARGUMENTS,7 -18,Android.Accounts.ErrorCode,ErrorCodeBadAuthentication,android/accounts/AccountManager.ERROR_CODE_BAD_AUTHENTICATION,9 -10,Android.Accounts.ErrorCode,BadRequest,android/accounts/AccountManager.ERROR_CODE_BAD_REQUEST,8 -10,Android.Accounts.ErrorCode,Canceled,android/accounts/AccountManager.ERROR_CODE_CANCELED,4 -10,Android.Accounts.ErrorCode,InvalidResponse,android/accounts/AccountManager.ERROR_CODE_INVALID_RESPONSE,5 -10,Android.Accounts.ErrorCode,NetworkError,android/accounts/AccountManager.ERROR_CODE_NETWORK_ERROR,3 -10,Android.Accounts.ErrorCode,RemoteException,android/accounts/AccountManager.ERROR_CODE_REMOTE_EXCEPTION,1 -10,Android.Accounts.ErrorCode,UnsupportedOperation,android/accounts/AccountManager.ERROR_CODE_UNSUPPORTED_OPERATION,6 -15,Android.Animation.ValueAnimatorRepeatMode,Restart,android/animation/ValueAnimator.RESTART,1 -15,Android.Animation.ValueAnimatorRepeatMode,Reverse,android/animation/ValueAnimator.REVERSE,2 -15,Android.Animation.LayoutTransitionType,Appearing,android/animation/LayoutTransition.APPEARING,2 -15,Android.Animation.LayoutTransitionType,ChangeAppearing,android/animation/LayoutTransition.CHANGE_APPEARING,0 -15,Android.Animation.LayoutTransitionType,ChangeDisappearing,android/animation/LayoutTransition.CHANGE_DISAPPEARING,1 -16,Android.Animation.LayoutTransitionType,Changing,android/animation/LayoutTransition.CHANGING,4 -15,Android.Animation.LayoutTransitionType,Disappearing,android/animation/LayoutTransition.DISAPPEARING,3 -10,Android.App.ProcessError,Crashed,android/app/ActivityManager$ProcessErrorStateInfo.CRASHED,1 -10,Android.App.ProcessError,NoError,android/app/ActivityManager$ProcessErrorStateInfo.NO_ERROR,0 -10,Android.App.ProcessError,NotResponding,android/app/ActivityManager$ProcessErrorStateInfo.NOT_RESPONDING,2 -10,Android.App.Importance,Background,android/app/ActivityManager$RunningAppProcessInfo.IMPORTANCE_BACKGROUND,400 -26,Android.App.Importance,Cached,android/app/ActivityManager$RunningAppProcessInfo.IMPORTANCE_CACHED,400 -28,Android.App.Importance,CantSaveState,android/app/ActivityManager$RunningAppProcessInfo.IMPORTANCE_CANT_SAVE_STATE,350 -10,Android.App.Importance,Empty,android/app/ActivityManager$RunningAppProcessInfo.IMPORTANCE_EMPTY,500 -10,Android.App.Importance,Foreground,android/app/ActivityManager$RunningAppProcessInfo.IMPORTANCE_FOREGROUND,100 -23,Android.App.Importance,ForegroundService,android/app/ActivityManager$RunningAppProcessInfo.IMPORTANCE_FOREGROUND_SERVICE,125 -21,Android.App.Importance,Gone,android/app/ActivityManager$RunningAppProcessInfo.IMPORTANCE_GONE,1000 -10,Android.App.Importance,Perceptible,android/app/ActivityManager$RunningAppProcessInfo.IMPORTANCE_PERCEPTIBLE,230 -26,Android.App.Importance,PerceptiblePre26,android/app/ActivityManager$RunningAppProcessInfo.IMPORTANCE_PERCEPTIBLE_PRE_26,130 -10,Android.App.Importance,Service,android/app/ActivityManager$RunningAppProcessInfo.IMPORTANCE_SERVICE,300 -23,Android.App.Importance,TopSleeping,android/app/ActivityManager$RunningAppProcessInfo.IMPORTANCE_TOP_SLEEPING,325 -28,Android.App.Importance,TopSleepingPre28,android/app/ActivityManager$RunningAppProcessInfo.IMPORTANCE_TOP_SLEEPING_PRE_28,150 -10,Android.App.Importance,Visible,android/app/ActivityManager$RunningAppProcessInfo.IMPORTANCE_VISIBLE,200 -10,Android.App.ImportanceReason,ProviderInUse,android/app/ActivityManager$RunningAppProcessInfo.REASON_PROVIDER_IN_USE,1 -10,Android.App.ImportanceReason,ServiceInUse,android/app/ActivityManager$RunningAppProcessInfo.REASON_SERVICE_IN_USE,2 -10,Android.App.ImportanceReason,Unknown,android/app/ActivityManager$RunningAppProcessInfo.REASON_UNKNOWN,0 -10,Android.App.ServiceInfoFlags,Foreground,android/app/ActivityManager$RunningServiceInfo.FLAG_FOREGROUND,2 -10,Android.App.ServiceInfoFlags,PersistentProcess,android/app/ActivityManager$RunningServiceInfo.FLAG_PERSISTENT_PROCESS,8 -10,Android.App.ServiceInfoFlags,Started,android/app/ActivityManager$RunningServiceInfo.FLAG_STARTED,1 -10,Android.App.ServiceInfoFlags,SystemProcess,android/app/ActivityManager$RunningServiceInfo.FLAG_SYSTEM_PROCESS,4 -15,Android.App.ApplicationErrorReportType,Anr,android/app/ApplicationErrorReport.TYPE_ANR,2 -15,Android.App.ApplicationErrorReportType,Battery,android/app/ApplicationErrorReport.TYPE_BATTERY,3 -15,Android.App.ApplicationErrorReportType,Crash,android/app/ApplicationErrorReport.TYPE_CRASH,1 -15,Android.App.ApplicationErrorReportType,None,android/app/ApplicationErrorReport.TYPE_NONE,0 -15,Android.App.ApplicationErrorReportType,RunningService,android/app/ApplicationErrorReport.TYPE_RUNNING_SERVICE,5 -19,Android.App.AppOpsManagerMode,Allowed,android/app/AppOpsManager.MODE_ALLOWED,0 -21,Android.App.AppOpsManagerMode,Default,android/app/AppOpsManager.MODE_DEFAULT,3 -19,Android.App.AppOpsManagerMode,Errored,android/app/AppOpsManager.MODE_ERRORED,2 -29,Android.App.AppOpsManagerMode,Foreground,android/app/AppOpsManager.MODE_FOREGROUND,4 -19,Android.App.AppOpsManagerMode,Ignored,android/app/AppOpsManager.MODE_IGNORED,1 -10,Android.App.DownloadError,CannotResume,android/app/DownloadManager.ERROR_CANNOT_RESUME,1008 -10,Android.App.DownloadError,DeviceNotFound,android/app/DownloadManager.ERROR_DEVICE_NOT_FOUND,1007 -10,Android.App.DownloadError,FileAlreadyExists,android/app/DownloadManager.ERROR_FILE_ALREADY_EXISTS,1009 -10,Android.App.DownloadError,FileError,android/app/DownloadManager.ERROR_FILE_ERROR,1001 -10,Android.App.DownloadError,HttpDataError,android/app/DownloadManager.ERROR_HTTP_DATA_ERROR,1004 -10,Android.App.DownloadError,InsufficientSpace,android/app/DownloadManager.ERROR_INSUFFICIENT_SPACE,1006 -10,Android.App.DownloadError,TooManyRedirects,android/app/DownloadManager.ERROR_TOO_MANY_REDIRECTS,1005 -10,Android.App.DownloadError,UnhandledHttpCode,android/app/DownloadManager.ERROR_UNHANDLED_HTTP_CODE,1002 -10,Android.App.DownloadError,Unknown,android/app/DownloadManager.ERROR_UNKNOWN,1000 -10,Android.App.DownloadPausedReason,QueuedForWifi,android/app/DownloadManager.PAUSED_QUEUED_FOR_WIFI,3 -10,Android.App.DownloadPausedReason,Unknown,android/app/DownloadManager.PAUSED_UNKNOWN,4 -10,Android.App.DownloadPausedReason,WaitingForNetwork,android/app/DownloadManager.PAUSED_WAITING_FOR_NETWORK,2 -10,Android.App.DownloadPausedReason,WaitingToRetry,android/app/DownloadManager.PAUSED_WAITING_TO_RETRY,1 -10,Android.App.DownloadStatus,Failed,android/app/DownloadManager.STATUS_FAILED,16 -10,Android.App.DownloadStatus,Paused,android/app/DownloadManager.STATUS_PAUSED,4 -10,Android.App.DownloadStatus,Pending,android/app/DownloadManager.STATUS_PENDING,1 -10,Android.App.DownloadStatus,Running,android/app/DownloadManager.STATUS_RUNNING,2 -10,Android.App.DownloadStatus,Successful,android/app/DownloadManager.STATUS_SUCCESSFUL,8 -10,Android.App.DownloadNetwork,Mobile,android/app/DownloadManager.Request.NETWORK_MOBILE,1 -10,Android.App.DownloadNetwork,Wifi,android/app/DownloadManager.Request.NETWORK_WIFI,2 -15,Android.App.DownloadVisibility,Hidden,android/app/DownloadManager.Request.VISIBILITY_HIDDEN,2 -15,Android.App.DownloadVisibility,Visible,android/app/DownloadManager.Request.VISIBILITY_VISIBLE,0 -15,Android.App.DownloadVisibility,VisibleNotifyCompleted,android/app/DownloadManager.Request.VISIBILITY_VISIBLE_NOTIFY_COMPLETED,1 -15,Android.App.DownloadVisibility,VisibleNotifyOnlyCompletion,android/app/DownloadManager.Request.VISIBILITY_VISIBLE_NOTIFY_ONLY_COMPLETION,3 -0,Android.App.PopBackStackFlags,None,,0 -15,Android.App.PopBackStackFlags,Inclusive,android/app/FragmentManager.POP_BACK_STACK_INCLUSIVE,1 -18,Android.App.UiAutomationRotation,Freeze0,android/app/UiAutomation.ROTATION_FREEZE_0,0 -18,Android.App.UiAutomationRotation,Freeze180,android/app/UiAutomation.ROTATION_FREEZE_180,2 -18,Android.App.UiAutomationRotation,Freeze270,android/app/UiAutomation.ROTATION_FREEZE_270,3 -18,Android.App.UiAutomationRotation,Freeze90,android/app/UiAutomation.ROTATION_FREEZE_90,1 -18,Android.App.UiAutomationRotation,FreezeCurrent,android/app/UiAutomation.ROTATION_FREEZE_CURRENT,-1 -18,Android.App.UiAutomationRotation,Unfreeze,android/app/UiAutomation.ROTATION_UNFREEZE,-2 -0,Android.App.DisableCarModeFlags,None,,0 -10,Android.App.DisableCarModeFlags,GoHome,android/app/UiModeManager.DISABLE_CAR_MODE_GO_HOME,1 -0,Android.App.EnableCarModeFlags,None,,0 -21,Android.App.EnableCarModeFlags,AllowSleep,android/app/UiModeManager.ENABLE_CAR_MODE_ALLOW_SLEEP,2 -10,Android.App.EnableCarModeFlags,GoCarHome,android/app/UiModeManager.ENABLE_CAR_MODE_GO_CAR_HOME,1 -10,Android.App.UiNightMode,Auto,android/app/UiModeManager.MODE_NIGHT_AUTO,0 -10,Android.App.UiNightMode,No,android/app/UiModeManager.MODE_NIGHT_NO,1 -10,Android.App.UiNightMode,Yes,android/app/UiModeManager.MODE_NIGHT_YES,2 -0,Android.App.BreadCrumbClickFlags,None,,0 -15,Android.App.Admin.DeviceAdminUses,EncryptedStorage,android/app/admin/DeviceAdminInfo.USES_ENCRYPTED_STORAGE,7 -15,Android.App.Admin.DeviceAdminUses,PolicyDisableCamera,android/app/admin/DeviceAdminInfo.USES_POLICY_DISABLE_CAMERA,8 -17,Android.App.Admin.DeviceAdminUses,PolicyDisableKeyguardFeatures,android/app/admin/DeviceAdminInfo.USES_POLICY_DISABLE_KEYGUARD_FEATURES,9 -15,Android.App.Admin.DeviceAdminUses,PolicyExpirePassword,android/app/admin/DeviceAdminInfo.USES_POLICY_EXPIRE_PASSWORD,6 -10,Android.App.Admin.DeviceAdminUses,PolicyForceLock,android/app/admin/DeviceAdminInfo.USES_POLICY_FORCE_LOCK,3 -10,Android.App.Admin.DeviceAdminUses,PolicyLimitPassword,android/app/admin/DeviceAdminInfo.USES_POLICY_LIMIT_PASSWORD,0 -10,Android.App.Admin.DeviceAdminUses,PolicyResetPassword,android/app/admin/DeviceAdminInfo.USES_POLICY_RESET_PASSWORD,2 -10,Android.App.Admin.DeviceAdminUses,PolicyWatchLogin,android/app/admin/DeviceAdminInfo.USES_POLICY_WATCH_LOGIN,1 -10,Android.App.Admin.DeviceAdminUses,PolicyWipeData,android/app/admin/DeviceAdminInfo.USES_POLICY_WIPE_DATA,4 -0,Android.App.Admin.DevicePolicyManagerFlags,None,,0 -26,Android.App.Admin.DevicePolicyManagerFlags,EvictCredentialEncryptionKey,android/app/admin/DevicePolicyManager.FLAG_EVICT_CREDENTIAL_ENCRYPTION_KEY,1 -21,Android.App.Admin.DevicePolicyManagerFlags,ManagedCanAccessParent,android/app/admin/DevicePolicyManager.FLAG_MANAGED_CAN_ACCESS_PARENT,2 -21,Android.App.Admin.DevicePolicyManagerFlags,ParentCanAccessManaged,android/app/admin/DevicePolicyManager.FLAG_PARENT_CAN_ACCESS_MANAGED,1 -23,Android.App.Admin.ResetPasswordFlags,DoNotAskCredentialsOnBoot,android/app/admin/DevicePolicyManager.RESET_PASSWORD_DO_NOT_ASK_CREDENTIALS_ON_BOOT,2 -10,Android.App.Admin.ResetPasswordFlags,RequireEntry,android/app/admin/DevicePolicyManager.RESET_PASSWORD_REQUIRE_ENTRY,1 -0,Android.App.Admin.WipeDataFlags,None,,0 -28,Android.App.Admin.WipeDataFlags,WipeEuicc,android/app/admin/DevicePolicyManager.WIPE_EUICC,4 -10,Android.App.Admin.WipeDataFlags,WipeExternalStorage,android/app/admin/DevicePolicyManager.WIPE_EXTERNAL_STORAGE,1 -22,Android.App.Admin.WipeDataFlags,WipeResetProtectionData,android/app/admin/DevicePolicyManager.WIPE_RESET_PROTECTION_DATA,2 -15,Android.App.Backup.BackupFileType,Directory,android/app/backup/BackupAgent.TYPE_DIRECTORY,2 -15,Android.App.Backup.BackupFileType,File,android/app/backup/BackupAgent.TYPE_FILE,1 -17,Android.Appwidget.AppWidgetCategory,HomeScreen,android/appwidget/AppWidgetProviderInfo.WIDGET_CATEGORY_HOME_SCREEN,1 -17,Android.Appwidget.AppWidgetCategory,Keyguard,android/appwidget/AppWidgetProviderInfo.WIDGET_CATEGORY_KEYGUARD,2 -21,Android.Appwidget.AppWidgetCategory,Searchbox,android/appwidget/AppWidgetProviderInfo.WIDGET_CATEGORY_SEARCHBOX,4 -15,Android.Bluetooth.A2dpState,NotPlaying,android/bluetooth/BluetoothA2dp.STATE_NOT_PLAYING,11 -15,Android.Bluetooth.A2dpState,Playing,android/bluetooth/BluetoothA2dp.STATE_PLAYING,10 -10,Android.Bluetooth.DeviceClass,AudioVideoCamcorder,android/bluetooth/BluetoothClass.Device.AUDIO_VIDEO_CAMCORDER,1076 -10,Android.Bluetooth.DeviceClass,AudioVideoCarAudio,android/bluetooth/BluetoothClass.Device.AUDIO_VIDEO_CAR_AUDIO,1056 -10,Android.Bluetooth.DeviceClass,AudioVideoHandsfree,android/bluetooth/BluetoothClass.Device.AUDIO_VIDEO_HANDSFREE,1032 -10,Android.Bluetooth.DeviceClass,AudioVideoHeadphones,android/bluetooth/BluetoothClass.Device.AUDIO_VIDEO_HEADPHONES,1048 -10,Android.Bluetooth.DeviceClass,AudioVideoHifiAudio,android/bluetooth/BluetoothClass.Device.AUDIO_VIDEO_HIFI_AUDIO,1064 -10,Android.Bluetooth.DeviceClass,AudioVideoLoudspeaker,android/bluetooth/BluetoothClass.Device.AUDIO_VIDEO_LOUDSPEAKER,1044 -10,Android.Bluetooth.DeviceClass,AudioVideoMicrophone,android/bluetooth/BluetoothClass.Device.AUDIO_VIDEO_MICROPHONE,1040 -10,Android.Bluetooth.DeviceClass,AudioVideoPortableAudio,android/bluetooth/BluetoothClass.Device.AUDIO_VIDEO_PORTABLE_AUDIO,1052 -10,Android.Bluetooth.DeviceClass,AudioVideoSetTopBox,android/bluetooth/BluetoothClass.Device.AUDIO_VIDEO_SET_TOP_BOX,1060 -10,Android.Bluetooth.DeviceClass,AudioVideoUncategorized,android/bluetooth/BluetoothClass.Device.AUDIO_VIDEO_UNCATEGORIZED,1024 -10,Android.Bluetooth.DeviceClass,AudioVideoVcr,android/bluetooth/BluetoothClass.Device.AUDIO_VIDEO_VCR,1068 -10,Android.Bluetooth.DeviceClass,AudioVideoVideoCamera,android/bluetooth/BluetoothClass.Device.AUDIO_VIDEO_VIDEO_CAMERA,1072 -10,Android.Bluetooth.DeviceClass,AudioVideoVideoConferencing,android/bluetooth/BluetoothClass.Device.AUDIO_VIDEO_VIDEO_CONFERENCING,1088 -10,Android.Bluetooth.DeviceClass,AudioVideoVideoDisplayAndLoudspeaker,android/bluetooth/BluetoothClass.Device.AUDIO_VIDEO_VIDEO_DISPLAY_AND_LOUDSPEAKER,1084 -10,Android.Bluetooth.DeviceClass,AudioVideoVideoGamingToy,android/bluetooth/BluetoothClass.Device.AUDIO_VIDEO_VIDEO_GAMING_TOY,1096 -10,Android.Bluetooth.DeviceClass,AudioVideoVideoMonitor,android/bluetooth/BluetoothClass.Device.AUDIO_VIDEO_VIDEO_MONITOR,1080 -10,Android.Bluetooth.DeviceClass,AudioVideoWearableHeadset,android/bluetooth/BluetoothClass.Device.AUDIO_VIDEO_WEARABLE_HEADSET,1028 -10,Android.Bluetooth.DeviceClass,ComputerDesktop,android/bluetooth/BluetoothClass.Device.COMPUTER_DESKTOP,260 -10,Android.Bluetooth.DeviceClass,ComputerHandheldPcPda,android/bluetooth/BluetoothClass.Device.COMPUTER_HANDHELD_PC_PDA,272 -10,Android.Bluetooth.DeviceClass,ComputerLaptop,android/bluetooth/BluetoothClass.Device.COMPUTER_LAPTOP,268 -10,Android.Bluetooth.DeviceClass,ComputerPalmSizePcPda,android/bluetooth/BluetoothClass.Device.COMPUTER_PALM_SIZE_PC_PDA,276 -10,Android.Bluetooth.DeviceClass,ComputerServer,android/bluetooth/BluetoothClass.Device.COMPUTER_SERVER,264 -10,Android.Bluetooth.DeviceClass,ComputerUncategorized,android/bluetooth/BluetoothClass.Device.COMPUTER_UNCATEGORIZED,256 -10,Android.Bluetooth.DeviceClass,ComputerWearable,android/bluetooth/BluetoothClass.Device.COMPUTER_WEARABLE,280 -10,Android.Bluetooth.DeviceClass,HealthBloodPressure,android/bluetooth/BluetoothClass.Device.HEALTH_BLOOD_PRESSURE,2308 -10,Android.Bluetooth.DeviceClass,HealthDataDisplay,android/bluetooth/BluetoothClass.Device.HEALTH_DATA_DISPLAY,2332 -10,Android.Bluetooth.DeviceClass,HealthGlucose,android/bluetooth/BluetoothClass.Device.HEALTH_GLUCOSE,2320 -10,Android.Bluetooth.DeviceClass,HealthPulseOximeter,android/bluetooth/BluetoothClass.Device.HEALTH_PULSE_OXIMETER,2324 -10,Android.Bluetooth.DeviceClass,HealthPulseRate,android/bluetooth/BluetoothClass.Device.HEALTH_PULSE_RATE,2328 -10,Android.Bluetooth.DeviceClass,HealthThermometer,android/bluetooth/BluetoothClass.Device.HEALTH_THERMOMETER,2312 -10,Android.Bluetooth.DeviceClass,HealthUncategorized,android/bluetooth/BluetoothClass.Device.HEALTH_UNCATEGORIZED,2304 -10,Android.Bluetooth.DeviceClass,HealthWeighing,android/bluetooth/BluetoothClass.Device.HEALTH_WEIGHING,2316 -10,Android.Bluetooth.DeviceClass,PhoneCellular,android/bluetooth/BluetoothClass.Device.PHONE_CELLULAR,516 -10,Android.Bluetooth.DeviceClass,PhoneCordless,android/bluetooth/BluetoothClass.Device.PHONE_CORDLESS,520 -10,Android.Bluetooth.DeviceClass,PhoneIsdn,android/bluetooth/BluetoothClass.Device.PHONE_ISDN,532 -10,Android.Bluetooth.DeviceClass,PhoneModemOrGateway,android/bluetooth/BluetoothClass.Device.PHONE_MODEM_OR_GATEWAY,528 -10,Android.Bluetooth.DeviceClass,PhoneSmart,android/bluetooth/BluetoothClass.Device.PHONE_SMART,524 -10,Android.Bluetooth.DeviceClass,PhoneUncategorized,android/bluetooth/BluetoothClass.Device.PHONE_UNCATEGORIZED,512 -10,Android.Bluetooth.DeviceClass,ToyController,android/bluetooth/BluetoothClass.Device.TOY_CONTROLLER,2064 -10,Android.Bluetooth.DeviceClass,ToyDollActionFigure,android/bluetooth/BluetoothClass.Device.TOY_DOLL_ACTION_FIGURE,2060 -10,Android.Bluetooth.DeviceClass,ToyGame,android/bluetooth/BluetoothClass.Device.TOY_GAME,2068 -10,Android.Bluetooth.DeviceClass,ToyRobot,android/bluetooth/BluetoothClass.Device.TOY_ROBOT,2052 -10,Android.Bluetooth.DeviceClass,ToyUncategorized,android/bluetooth/BluetoothClass.Device.TOY_UNCATEGORIZED,2048 -10,Android.Bluetooth.DeviceClass,ToyVehicle,android/bluetooth/BluetoothClass.Device.TOY_VEHICLE,2056 -10,Android.Bluetooth.DeviceClass,WearableGlasses,android/bluetooth/BluetoothClass.Device.WEARABLE_GLASSES,1812 -10,Android.Bluetooth.DeviceClass,WearableHelmet,android/bluetooth/BluetoothClass.Device.WEARABLE_HELMET,1808 -10,Android.Bluetooth.DeviceClass,WearableJacket,android/bluetooth/BluetoothClass.Device.WEARABLE_JACKET,1804 -10,Android.Bluetooth.DeviceClass,WearablePager,android/bluetooth/BluetoothClass.Device.WEARABLE_PAGER,1800 -10,Android.Bluetooth.DeviceClass,WearableUncategorized,android/bluetooth/BluetoothClass.Device.WEARABLE_UNCATEGORIZED,1792 -10,Android.Bluetooth.DeviceClass,WearableWristWatch,android/bluetooth/BluetoothClass.Device.WEARABLE_WRIST_WATCH,1796 -18,Android.Bluetooth.BluetoothDeviceType,Classic,android/bluetooth/BluetoothDevice.DEVICE_TYPE_CLASSIC,1 -18,Android.Bluetooth.BluetoothDeviceType,Dual,android/bluetooth/BluetoothDevice.DEVICE_TYPE_DUAL,3 -18,Android.Bluetooth.BluetoothDeviceType,Le,android/bluetooth/BluetoothDevice.DEVICE_TYPE_LE,2 -18,Android.Bluetooth.BluetoothDeviceType,Unknown,android/bluetooth/BluetoothDevice.DEVICE_TYPE_UNKNOWN,0 -21,Android.Bluetooth.GattStatus,ConnectionCongested,android/bluetooth/BluetoothGatt.GATT_CONNECTION_CONGESTED,143 -18,Android.Bluetooth.GattStatus,Failure,android/bluetooth/BluetoothGatt.GATT_FAILURE,257 -18,Android.Bluetooth.GattStatus,InsufficientAuthentication,android/bluetooth/BluetoothGatt.GATT_INSUFFICIENT_AUTHENTICATION,5 -18,Android.Bluetooth.GattStatus,InsufficientEncryption,android/bluetooth/BluetoothGatt.GATT_INSUFFICIENT_ENCRYPTION,15 -18,Android.Bluetooth.GattStatus,InvalidAttributeLength,android/bluetooth/BluetoothGatt.GATT_INVALID_ATTRIBUTE_LENGTH,13 -18,Android.Bluetooth.GattStatus,InvalidOffset,android/bluetooth/BluetoothGatt.GATT_INVALID_OFFSET,7 -18,Android.Bluetooth.GattStatus,ReadNotPermitted,android/bluetooth/BluetoothGatt.GATT_READ_NOT_PERMITTED,2 -18,Android.Bluetooth.GattStatus,RequestNotSupported,android/bluetooth/BluetoothGatt.GATT_REQUEST_NOT_SUPPORTED,6 -18,Android.Bluetooth.GattStatus,Success,android/bluetooth/BluetoothGatt.GATT_SUCCESS,0 -18,Android.Bluetooth.GattStatus,WriteNotPermitted,android/bluetooth/BluetoothGatt.GATT_WRITE_NOT_PERMITTED,3 -21,Android.Bluetooth.GattConnectionPriority,Balanced,android/bluetooth/BluetoothGatt.CONNECTION_PRIORITY_BALANCED,0 -21,Android.Bluetooth.GattConnectionPriority,High,android/bluetooth/BluetoothGatt.CONNECTION_PRIORITY_HIGH,1 -21,Android.Bluetooth.GattConnectionPriority,LowPower,android/bluetooth/BluetoothGatt.CONNECTION_PRIORITY_LOW_POWER,2 -18,Android.Bluetooth.GattFormat,Float,android/bluetooth/BluetoothGattCharacteristic.FORMAT_FLOAT,52 -18,Android.Bluetooth.GattFormat,Sfloat,android/bluetooth/BluetoothGattCharacteristic.FORMAT_SFLOAT,50 -18,Android.Bluetooth.GattFormat,Sint16,android/bluetooth/BluetoothGattCharacteristic.FORMAT_SINT16,34 -18,Android.Bluetooth.GattFormat,Sint32,android/bluetooth/BluetoothGattCharacteristic.FORMAT_SINT32,36 -18,Android.Bluetooth.GattFormat,Sint8,android/bluetooth/BluetoothGattCharacteristic.FORMAT_SINT8,33 -18,Android.Bluetooth.GattFormat,Uint16,android/bluetooth/BluetoothGattCharacteristic.FORMAT_UINT16,18 -18,Android.Bluetooth.GattFormat,Uint32,android/bluetooth/BluetoothGattCharacteristic.FORMAT_UINT32,20 -18,Android.Bluetooth.GattFormat,Uint8,android/bluetooth/BluetoothGattCharacteristic.FORMAT_UINT8,17 -18,Android.Bluetooth.GattPermission,Read,android/bluetooth/BluetoothGattCharacteristic.PERMISSION_READ,1 -18,Android.Bluetooth.GattPermission,ReadEncrypted,android/bluetooth/BluetoothGattCharacteristic.PERMISSION_READ_ENCRYPTED,2 -18,Android.Bluetooth.GattPermission,ReadEncryptedMitm,android/bluetooth/BluetoothGattCharacteristic.PERMISSION_READ_ENCRYPTED_MITM,4 -18,Android.Bluetooth.GattPermission,Write,android/bluetooth/BluetoothGattCharacteristic.PERMISSION_WRITE,16 -18,Android.Bluetooth.GattPermission,WriteEncrypted,android/bluetooth/BluetoothGattCharacteristic.PERMISSION_WRITE_ENCRYPTED,32 -18,Android.Bluetooth.GattPermission,WriteEncryptedMitm,android/bluetooth/BluetoothGattCharacteristic.PERMISSION_WRITE_ENCRYPTED_MITM,64 -18,Android.Bluetooth.GattPermission,WriteSigned,android/bluetooth/BluetoothGattCharacteristic.PERMISSION_WRITE_SIGNED,128 -18,Android.Bluetooth.GattPermission,WriteSignedMitm,android/bluetooth/BluetoothGattCharacteristic.PERMISSION_WRITE_SIGNED_MITM,256 -18,Android.Bluetooth.GattProperty,Broadcast,android/bluetooth/BluetoothGattCharacteristic.PROPERTY_BROADCAST,1 -18,Android.Bluetooth.GattProperty,ExtendedProps,android/bluetooth/BluetoothGattCharacteristic.PROPERTY_EXTENDED_PROPS,128 -18,Android.Bluetooth.GattProperty,Indicate,android/bluetooth/BluetoothGattCharacteristic.PROPERTY_INDICATE,32 -18,Android.Bluetooth.GattProperty,Notify,android/bluetooth/BluetoothGattCharacteristic.PROPERTY_NOTIFY,16 -18,Android.Bluetooth.GattProperty,Read,android/bluetooth/BluetoothGattCharacteristic.PROPERTY_READ,2 -18,Android.Bluetooth.GattProperty,SignedWrite,android/bluetooth/BluetoothGattCharacteristic.PROPERTY_SIGNED_WRITE,64 -18,Android.Bluetooth.GattProperty,Write,android/bluetooth/BluetoothGattCharacteristic.PROPERTY_WRITE,8 -18,Android.Bluetooth.GattProperty,WriteNoResponse,android/bluetooth/BluetoothGattCharacteristic.PROPERTY_WRITE_NO_RESPONSE,4 -18,Android.Bluetooth.GattWriteType,Default,android/bluetooth/BluetoothGattCharacteristic.WRITE_TYPE_DEFAULT,2 -18,Android.Bluetooth.GattWriteType,NoResponse,android/bluetooth/BluetoothGattCharacteristic.WRITE_TYPE_NO_RESPONSE,1 -18,Android.Bluetooth.GattWriteType,Signed,android/bluetooth/BluetoothGattCharacteristic.WRITE_TYPE_SIGNED,4 -18,Android.Bluetooth.GattDescriptorPermission,Read,android/bluetooth/BluetoothGattDescriptor.PERMISSION_READ,1 -18,Android.Bluetooth.GattDescriptorPermission,ReadEncrypted,android/bluetooth/BluetoothGattDescriptor.PERMISSION_READ_ENCRYPTED,2 -18,Android.Bluetooth.GattDescriptorPermission,ReadEncryptedMitm,android/bluetooth/BluetoothGattDescriptor.PERMISSION_READ_ENCRYPTED_MITM,4 -18,Android.Bluetooth.GattDescriptorPermission,Write,android/bluetooth/BluetoothGattDescriptor.PERMISSION_WRITE,16 -18,Android.Bluetooth.GattDescriptorPermission,WriteEncrypted,android/bluetooth/BluetoothGattDescriptor.PERMISSION_WRITE_ENCRYPTED,32 -18,Android.Bluetooth.GattDescriptorPermission,WriteEncryptedMitm,android/bluetooth/BluetoothGattDescriptor.PERMISSION_WRITE_ENCRYPTED_MITM,64 -18,Android.Bluetooth.GattDescriptorPermission,WriteSigned,android/bluetooth/BluetoothGattDescriptor.PERMISSION_WRITE_SIGNED,128 -18,Android.Bluetooth.GattDescriptorPermission,WriteSignedMitm,android/bluetooth/BluetoothGattDescriptor.PERMISSION_WRITE_SIGNED_MITM,256 -18,Android.Bluetooth.GattServiceType,Primary,android/bluetooth/BluetoothGattService.SERVICE_TYPE_PRIMARY,0 -18,Android.Bluetooth.GattServiceType,Secondary,android/bluetooth/BluetoothGattService.SERVICE_TYPE_SECONDARY,1 -15,Android.Bluetooth.AtCommand,TypeAction,android/bluetooth/BluetoothHeadset.AT_CMD_TYPE_ACTION,4 -15,Android.Bluetooth.AtCommand,TypeBasic,android/bluetooth/BluetoothHeadset.AT_CMD_TYPE_BASIC,3 -15,Android.Bluetooth.AtCommand,TypeRead,android/bluetooth/BluetoothHeadset.AT_CMD_TYPE_READ,0 -15,Android.Bluetooth.AtCommand,TypeSet,android/bluetooth/BluetoothHeadset.AT_CMD_TYPE_SET,2 -15,Android.Bluetooth.AtCommand,TypeTest,android/bluetooth/BluetoothHeadset.AT_CMD_TYPE_TEST,1 -15,Android.Bluetooth.HeadsetAudioState,AudioConnected,android/bluetooth/BluetoothHeadset.STATE_AUDIO_CONNECTED,12 -15,Android.Bluetooth.HeadsetAudioState,AudioConnecting,android/bluetooth/BluetoothHeadset.STATE_AUDIO_CONNECTING,11 -15,Android.Bluetooth.HeadsetAudioState,AudioDisconnected,android/bluetooth/BluetoothHeadset.STATE_AUDIO_DISCONNECTED,10 -15,Android.Bluetooth.HealthApplicationConfig,RegistrationFailure,android/bluetooth/BluetoothHealth.APP_CONFIG_REGISTRATION_FAILURE,1 -15,Android.Bluetooth.HealthApplicationConfig,RegistrationSuccess,android/bluetooth/BluetoothHealth.APP_CONFIG_REGISTRATION_SUCCESS,0 -15,Android.Bluetooth.HealthApplicationConfig,UnregistrationFailure,android/bluetooth/BluetoothHealth.APP_CONFIG_UNREGISTRATION_FAILURE,3 -15,Android.Bluetooth.HealthApplicationConfig,UnregistrationSuccess,android/bluetooth/BluetoothHealth.APP_CONFIG_UNREGISTRATION_SUCCESS,2 -15,Android.Bluetooth.HealthChannelType,Reliable,android/bluetooth/BluetoothHealth.CHANNEL_TYPE_RELIABLE,10 -15,Android.Bluetooth.HealthChannelType,Streaming,android/bluetooth/BluetoothHealth.CHANNEL_TYPE_STREAMING,11 -15,Android.Bluetooth.HealthState,ChannelConnected,android/bluetooth/BluetoothHealth.STATE_CHANNEL_CONNECTED,2 -15,Android.Bluetooth.HealthState,ChannelConnecting,android/bluetooth/BluetoothHealth.STATE_CHANNEL_CONNECTING,1 -15,Android.Bluetooth.HealthState,ChannelDisconnected,android/bluetooth/BluetoothHealth.STATE_CHANNEL_DISCONNECTED,0 -15,Android.Bluetooth.HealthState,ChannelDisconnecting,android/bluetooth/BluetoothHealth.STATE_CHANNEL_DISCONNECTING,3 -15,Android.Bluetooth.RoleType,SinkRole,android/bluetooth/BluetoothHealth.SINK_ROLE,2 -15,Android.Bluetooth.RoleType,SourceRole,android/bluetooth/BluetoothHealth.SOURCE_ROLE,1 -15,Android.Content.TrimMemory,Background,I:android/content/ComponentCallbacks2.TRIM_MEMORY_BACKGROUND,40 -15,Android.Content.TrimMemory,Complete,I:android/content/ComponentCallbacks2.TRIM_MEMORY_COMPLETE,80 -15,Android.Content.TrimMemory,Moderate,I:android/content/ComponentCallbacks2.TRIM_MEMORY_MODERATE,60 -16,Android.Content.TrimMemory,RunningCritical,I:android/content/ComponentCallbacks2.TRIM_MEMORY_RUNNING_CRITICAL,15 -16,Android.Content.TrimMemory,RunningLow,I:android/content/ComponentCallbacks2.TRIM_MEMORY_RUNNING_LOW,10 -16,Android.Content.TrimMemory,RunningModerate,I:android/content/ComponentCallbacks2.TRIM_MEMORY_RUNNING_MODERATE,5 -15,Android.Content.TrimMemory,UiHidden,I:android/content/ComponentCallbacks2.TRIM_MEMORY_UI_HIDDEN,20 -10,Android.Content.SyncObserverType,Active,android/content/ContentResolver.SYNC_OBSERVER_TYPE_ACTIVE,4 -10,Android.Content.SyncObserverType,Pending,android/content/ContentResolver.SYNC_OBSERVER_TYPE_PENDING,2 -10,Android.Content.SyncObserverType,Settings,android/content/ContentResolver.SYNC_OBSERVER_TYPE_SETTINGS,1 -26,Android.Content.QuerySortDirection,Ascending,android/content/ContentResolver.QUERY_SORT_DIRECTION_ASCENDING,0 -26,Android.Content.QuerySortDirection,Descending,android/content/ContentResolver.QUERY_SORT_DIRECTION_DESCENDING,1 -10,Android.Content.DialogButtonTypeObsoleted,Button1,I:android/content/DialogInterface.BUTTON1,-1 -10,Android.Content.DialogButtonTypeObsoleted,Button2,I:android/content/DialogInterface.BUTTON2,-2 -10,Android.Content.DialogButtonTypeObsoleted,Button3,I:android/content/DialogInterface.BUTTON3,-3 -10,Android.Content.DialogButtonType,Negative,I:android/content/DialogInterface.BUTTON_NEGATIVE,-2 -10,Android.Content.DialogButtonType,Neutral,I:android/content/DialogInterface.BUTTON_NEUTRAL,-3 -10,Android.Content.DialogButtonType,Positive,I:android/content/DialogInterface.BUTTON_POSITIVE,-1 -0,Android.Content.IntentUriType,None,,0 -10,Android.Content.IntentUriType,Scheme,android/content/Intent.URI_INTENT_SCHEME,1 -22,Android.Content.IntentUriType,AllowUnsafe,android/content/Intent.URI_ALLOW_UNSAFE,4 -22,Android.Content.IntentUriType,AndroidAppScheme,android/content/Intent.URI_ANDROID_APP_SCHEME,2 -0,Android.Content.IntentFilterPriority,None,,0 -10,Android.Content.IntentFilterPriority,HighPriority,android/content/IntentFilter.SYSTEM_HIGH_PRIORITY,1000 -10,Android.Content.IntentFilterPriority,LowPriority,android/content/IntentFilter.SYSTEM_LOW_PRIORITY,-1000 -0,Android.Content.PM.InputFeature,None,,0 -10,Android.Content.PM.InputFeature,FiveWayNav,android/content/pm/ConfigurationInfo.INPUT_FEATURE_FIVE_WAY_NAV,2 -10,Android.Content.PM.InputFeature,HardKeyboard,android/content/pm/ConfigurationInfo.INPUT_FEATURE_HARD_KEYBOARD,1 -0,Android.Content.PM.FeatureFlags,None,,0 -10,Android.Content.PM.FeatureFlags,Required,android/content/pm/FeatureInfo.FLAG_REQUIRED,1 -26,Android.Content.PM.PinItemRequestType,Appwidget,android/content/pm/LauncherApps.PinItemRequest.REQUEST_TYPE_APPWIDGET,2 -26,Android.Content.PM.PinItemRequestType,Shortcut,android/content/pm/LauncherApps.PinItemRequest.REQUEST_TYPE_SHORTCUT,1 -0,Android.Content.PM.ComponentEnableOption,None,,0 -10,Android.Content.PM.ComponentEnableOption,DontKillApp,android/content/pm/PackageManager.DONT_KILL_APP,1 -15,Android.Content.PM.PackageInstallVerification,Allow,android/content/pm/PackageManager.VERIFICATION_ALLOW,1 -15,Android.Content.PM.PackageInstallVerification,Reject,android/content/pm/PackageManager.VERIFICATION_REJECT,-1 -24,Android.Content.PM.ServiceInfoFlags,ExternalService,android/content/pm/ServiceInfo.FLAG_EXTERNAL_SERVICE,4 -16,Android.Content.PM.ServiceInfoFlags,IsolatedProcess,android/content/pm/ServiceInfo.FLAG_ISOLATED_PROCESS,2 -17,Android.Content.PM.ServiceInfoFlags,SingleUser,android/content/pm/ServiceInfo.FLAG_SINGLE_USER,1073741824 -15,Android.Content.PM.ServiceInfoFlags,StopWithTask,android/content/pm/ServiceInfo.FLAG_STOP_WITH_TASK,1 -29,Android.Content.PM.ServiceInfoFlags,UseAppZygote,android/content/pm/ServiceInfo.FLAG_USE_APP_ZYGOTE,8 -26,Android.Content.PM.SharedLibraryType,Builtin,android/content/pm/SharedLibraryInfo.TYPE_BUILTIN,0 -26,Android.Content.PM.SharedLibraryType,Dynamic,android/content/pm/SharedLibraryInfo.TYPE_DYNAMIC,1 -26,Android.Content.PM.SharedLibraryType,Static,android/content/pm/SharedLibraryInfo.TYPE_STATIC,2 -0,Android.Content.Res.ObbFlags,None,,0 -10,Android.Content.Res.ObbFlags,Overlay,android/content/res/ObbInfo.OBB_OVERLAY,1 -26,Android.Content.Res.ColorMode,HdrMask,android/content/res/Configuration.COLOR_MODE_HDR_MASK,12 -26,Android.Content.Res.ColorMode,HdrNo,android/content/res/Configuration.COLOR_MODE_HDR_NO,4 -26,Android.Content.Res.ColorMode,HdrShift,android/content/res/Configuration.COLOR_MODE_HDR_SHIFT,2 -26,Android.Content.Res.ColorMode,HdrUndefined,android/content/res/Configuration.COLOR_MODE_HDR_UNDEFINED,0 -26,Android.Content.Res.ColorMode,HdrYes,android/content/res/Configuration.COLOR_MODE_HDR_YES,8 -26,Android.Content.Res.ColorMode,Undefined,android/content/res/Configuration.COLOR_MODE_UNDEFINED,0 -26,Android.Content.Res.ColorMode,WideColorGamutMask,android/content/res/Configuration.COLOR_MODE_WIDE_COLOR_GAMUT_MASK,3 -26,Android.Content.Res.ColorMode,WideColorGamutNo,android/content/res/Configuration.COLOR_MODE_WIDE_COLOR_GAMUT_NO,1 -26,Android.Content.Res.ColorMode,WideColorGamutUndefined,android/content/res/Configuration.COLOR_MODE_WIDE_COLOR_GAMUT_UNDEFINED,0 -26,Android.Content.Res.ColorMode,WideColorGamutYes,android/content/res/Configuration.COLOR_MODE_WIDE_COLOR_GAMUT_YES,2 -15,Android.Content.Res.Screen,HeightDpUndefined,android/content/res/Configuration.SCREEN_HEIGHT_DP_UNDEFINED,0 -15,Android.Content.Res.Screen,WidthDpUndefined,android/content/res/Configuration.SCREEN_WIDTH_DP_UNDEFINED,0 -10,Android.Content.Res.UiMode,NightMask,android/content/res/Configuration.UI_MODE_NIGHT_MASK,48 -10,Android.Content.Res.UiMode,NightNo,android/content/res/Configuration.UI_MODE_NIGHT_NO,16 -10,Android.Content.Res.UiMode,NightUndefined,android/content/res/Configuration.UI_MODE_NIGHT_UNDEFINED,0 -10,Android.Content.Res.UiMode,NightYes,android/content/res/Configuration.UI_MODE_NIGHT_YES,32 -16,Android.Content.Res.UiMode,TypeAppliance,android/content/res/Configuration.UI_MODE_TYPE_APPLIANCE,5 -10,Android.Content.Res.UiMode,TypeCar,android/content/res/Configuration.UI_MODE_TYPE_CAR,3 -10,Android.Content.Res.UiMode,TypeDesk,android/content/res/Configuration.UI_MODE_TYPE_DESK,2 -10,Android.Content.Res.UiMode,TypeMask,android/content/res/Configuration.UI_MODE_TYPE_MASK,15 -10,Android.Content.Res.UiMode,TypeNormal,android/content/res/Configuration.UI_MODE_TYPE_NORMAL,1 -15,Android.Content.Res.UiMode,TypeTelevision,android/content/res/Configuration.UI_MODE_TYPE_TELEVISION,4 -10,Android.Content.Res.UiMode,TypeUndefined,android/content/res/Configuration.UI_MODE_TYPE_UNDEFINED,0 -26,Android.Content.Res.UiMode,TypeVrHeadset,android/content/res/Configuration.UI_MODE_TYPE_VR_HEADSET,7 -20,Android.Content.Res.UiMode,TypeWatch,android/content/res/Configuration.UI_MODE_TYPE_WATCH,6 -18,Android.Content.RestrictionEntryType,Boolean,android/content/RestrictionEntry.TYPE_BOOLEAN,1 -23,Android.Content.RestrictionEntryType,Bundle,android/content/RestrictionEntry.TYPE_BUNDLE,7 -23,Android.Content.RestrictionEntryType,BundleArray,android/content/RestrictionEntry.TYPE_BUNDLE_ARRAY,8 -18,Android.Content.RestrictionEntryType,Choice,android/content/RestrictionEntry.TYPE_CHOICE,2 -21,Android.Content.RestrictionEntryType,Integer,android/content/RestrictionEntry.TYPE_INTEGER,5 -18,Android.Content.RestrictionEntryType,MultiSelect,android/content/RestrictionEntry.TYPE_MULTI_SELECT,4 -18,Android.Content.RestrictionEntryType,Null,android/content/RestrictionEntry.TYPE_NULL,0 -21,Android.Content.RestrictionEntryType,String,android/content/RestrictionEntry.TYPE_STRING,6 -10,Android.Database.Sqlite.Conflict,Abort,android/database/sqlite/SQLiteDatabase.CONFLICT_ABORT,2 -10,Android.Database.Sqlite.Conflict,Fail,android/database/sqlite/SQLiteDatabase.CONFLICT_FAIL,3 -10,Android.Database.Sqlite.Conflict,Ignore,android/database/sqlite/SQLiteDatabase.CONFLICT_IGNORE,4 -10,Android.Database.Sqlite.Conflict,None,android/database/sqlite/SQLiteDatabase.CONFLICT_NONE,0 -10,Android.Database.Sqlite.Conflict,Replace,android/database/sqlite/SQLiteDatabase.CONFLICT_REPLACE,5 -10,Android.Database.Sqlite.Conflict,Rollback,android/database/sqlite/SQLiteDatabase.CONFLICT_ROLLBACK,1 -15,Android.Drm.DrmErrorEventType,AcquireDrmInfoFailed,android/drm/DrmErrorEvent.TYPE_ACQUIRE_DRM_INFO_FAILED,2008 -15,Android.Drm.DrmErrorEventType,NoInternetConnection,android/drm/DrmErrorEvent.TYPE_NO_INTERNET_CONNECTION,2005 -15,Android.Drm.DrmErrorEventType,NotSupported,android/drm/DrmErrorEvent.TYPE_NOT_SUPPORTED,2003 -15,Android.Drm.DrmErrorEventType,OutOfMemory,android/drm/DrmErrorEvent.TYPE_OUT_OF_MEMORY,2004 -15,Android.Drm.DrmErrorEventType,ProcessDrmInfoFailed,android/drm/DrmErrorEvent.TYPE_PROCESS_DRM_INFO_FAILED,2006 -15,Android.Drm.DrmErrorEventType,RemoveAllRightsFailed,android/drm/DrmErrorEvent.TYPE_REMOVE_ALL_RIGHTS_FAILED,2007 -15,Android.Drm.DrmErrorEventType,RightsNotInstalled,android/drm/DrmErrorEvent.TYPE_RIGHTS_NOT_INSTALLED,2001 -15,Android.Drm.DrmErrorEventType,RightsRenewalNotAllowed,android/drm/DrmErrorEvent.TYPE_RIGHTS_RENEWAL_NOT_ALLOWED,2002 -15,Android.Drm.DrmEventType,AllRightsRemoved,android/drm/DrmEvent.TYPE_ALL_RIGHTS_REMOVED,1001 -15,Android.Drm.DrmEventType,DrmInfoProcessed,android/drm/DrmEvent.TYPE_DRM_INFO_PROCESSED,1002 -15,Android.Drm.DrmInfoEventType,AccountAlreadyRegistered,android/drm/DrmInfoEvent.TYPE_ACCOUNT_ALREADY_REGISTERED,5 -15,Android.Drm.DrmInfoEventType,AlreadyRegisteredByAnotherAccount,android/drm/DrmInfoEvent.TYPE_ALREADY_REGISTERED_BY_ANOTHER_ACCOUNT,1 -15,Android.Drm.DrmInfoEventType,RemoveRights,android/drm/DrmInfoEvent.TYPE_REMOVE_RIGHTS,2 -15,Android.Drm.DrmInfoEventType,RightsInstalled,android/drm/DrmInfoEvent.TYPE_RIGHTS_INSTALLED,3 -15,Android.Drm.DrmInfoEventType,RightsRemoved,android/drm/DrmInfoEvent.TYPE_RIGHTS_REMOVED,6 -15,Android.Drm.DrmInfoEventType,WaitForRights,android/drm/DrmInfoEvent.TYPE_WAIT_FOR_RIGHTS,4 -10,Android.Graphics.Drawables.ClipDrawableOrientation,Horizontal,android/graphics/drawable/ClipDrawable.HORIZONTAL,1 -10,Android.Graphics.Drawables.ClipDrawableOrientation,Vertical,android/graphics/drawable/ClipDrawable.VERTICAL,2 -21,Android.Graphics.Drawables.LayerDrawablePaddingMode,Nest,android/graphics/drawable/LayerDrawable.PADDING_MODE_NEST,0 -21,Android.Graphics.Drawables.LayerDrawablePaddingMode,Stack,android/graphics/drawable/LayerDrawable.PADDING_MODE_STACK,1 -29,Android.Graphics.ImageFormatType,DepthJpeg,android/graphics/ImageFormat.DEPTH_JPEG,1768253795 -23,Android.Graphics.ImageFormatType,DepthPointCloud,android/graphics/ImageFormat.DEPTH_POINT_CLOUD,257 -23,Android.Graphics.ImageFormatType,Depth16,android/graphics/ImageFormat.DEPTH16,1144402265 -23,Android.Graphics.ImageFormatType,FlexRgb888,android/graphics/ImageFormat.FLEX_RGB_888,41 -23,Android.Graphics.ImageFormatType,FlexRgba8888,android/graphics/ImageFormat.FLEX_RGBA_8888,42 -29,Android.Graphics.ImageFormatType,Heic,android/graphics/ImageFormat.HEIC,1212500294 -10,Android.Graphics.ImageFormatType,Jpeg,android/graphics/ImageFormat.JPEG,256 -10,Android.Graphics.ImageFormatType,Nv16,android/graphics/ImageFormat.NV16,16 -10,Android.Graphics.ImageFormatType,Nv21,android/graphics/ImageFormat.NV21,17 -23,Android.Graphics.ImageFormatType,Private,android/graphics/ImageFormat.PRIVATE,34 -24,Android.Graphics.ImageFormatType,RawPrivate,android/graphics/ImageFormat.RAW_PRIVATE,36 -21,Android.Graphics.ImageFormatType,RawSensor,android/graphics/ImageFormat.RAW_SENSOR,32 -21,Android.Graphics.ImageFormatType,Raw10,android/graphics/ImageFormat.RAW10,37 -23,Android.Graphics.ImageFormatType,Raw12,android/graphics/ImageFormat.RAW12,38 -10,Android.Graphics.ImageFormatType,Rgb565,android/graphics/ImageFormat.RGB_565,4 -10,Android.Graphics.ImageFormatType,Unknown,android/graphics/ImageFormat.UNKNOWN,0 -29,Android.Graphics.ImageFormatType,Y8,android/graphics/ImageFormat.Y8,538982489 -19,Android.Graphics.ImageFormatType,Yuv420888,android/graphics/ImageFormat.YUV_420_888,35 -23,Android.Graphics.ImageFormatType,Yuv422888,android/graphics/ImageFormat.YUV_422_888,39 -23,Android.Graphics.ImageFormatType,Yuv444888,android/graphics/ImageFormat.YUV_444_888,40 -10,Android.Graphics.ImageFormatType,Yuy2,android/graphics/ImageFormat.YUY2,20 -10,Android.Graphics.ImageFormatType,Yv12,android/graphics/ImageFormat.YV12,842094169 -15,Android.Graphics.PaintHinting,Off,android/graphics/Paint.HINTING_OFF,0 -15,Android.Graphics.PaintHinting,On,android/graphics/Paint.HINTING_ON,1 -21,Android.Graphics.Pdf.PdfRenderMode,ForDisplay,android/graphics/pdf/PdfRenderer.Page.RENDER_MODE_FOR_DISPLAY,1 -21,Android.Graphics.Pdf.PdfRenderMode,ForPrint,android/graphics/pdf/PdfRenderer.Page.RENDER_MODE_FOR_PRINT,2 -10,Android.Hardware.CameraFacing,Back,android/hardware/Camera$CameraInfo.CAMERA_FACING_BACK,0 -10,Android.Hardware.CameraFacing,Front,android/hardware/Camera$CameraInfo.CAMERA_FACING_FRONT,1 -10,Android.Hardware.FocusDistance,FarIndex,android/hardware/Camera$Parameters.FOCUS_DISTANCE_FAR_INDEX,2 -10,Android.Hardware.FocusDistance,NearIndex,android/hardware/Camera$Parameters.FOCUS_DISTANCE_NEAR_INDEX,0 -10,Android.Hardware.FocusDistance,OptimalIndex,android/hardware/Camera$Parameters.FOCUS_DISTANCE_OPTIMAL_INDEX,1 -10,Android.Hardware.Preview,FpsMaxIndex,android/hardware/Camera$Parameters.PREVIEW_FPS_MAX_INDEX,1 -10,Android.Hardware.Preview,FpsMinIndex,android/hardware/Camera$Parameters.PREVIEW_FPS_MIN_INDEX,0 -21,Android.Hardware.Display.VirtualDisplayFlags,AutoMirror,android/hardware/display/DisplayManager.VIRTUAL_DISPLAY_FLAG_AUTO_MIRROR,16 -20,Android.Hardware.Display.VirtualDisplayFlags,OwnContentOnly,android/hardware/display/DisplayManager.VIRTUAL_DISPLAY_FLAG_OWN_CONTENT_ONLY,8 -19,Android.Hardware.Display.VirtualDisplayFlags,Presentation,android/hardware/display/DisplayManager.VIRTUAL_DISPLAY_FLAG_PRESENTATION,2 -19,Android.Hardware.Display.VirtualDisplayFlags,Public,android/hardware/display/DisplayManager.VIRTUAL_DISPLAY_FLAG_PUBLIC,1 -19,Android.Hardware.Display.VirtualDisplayFlags,Secure,android/hardware/display/DisplayManager.VIRTUAL_DISPLAY_FLAG_SECURE,4 -18,Android.Hardware.Location.GeofenceTransition,Entered,android/hardware/location/GeofenceHardware.GEOFENCE_ENTERED,1 -18,Android.Hardware.Location.GeofenceTransition,Exited,android/hardware/location/GeofenceHardware.GEOFENCE_EXITED,2 -18,Android.Hardware.Location.GeofenceTransition,Failure,android/hardware/location/GeofenceHardware.GEOFENCE_FAILURE,5 -18,Android.Hardware.Location.GeofenceTransition,Success,android/hardware/location/GeofenceHardware.GEOFENCE_SUCCESS,0 -18,Android.Hardware.Location.GeofenceTransition,Uncertain,android/hardware/location/GeofenceHardware.GEOFENCE_UNCERTAIN,4 -18,Android.Hardware.Location.GeofenceError,IdExists,android/hardware/location/GeofenceHardware.GEOFENCE_ERROR_ID_EXISTS,2 -18,Android.Hardware.Location.GeofenceError,IdUnknown,android/hardware/location/GeofenceHardware.GEOFENCE_ERROR_ID_UNKNOWN,3 -18,Android.Hardware.Location.GeofenceError,InvalidTransition,android/hardware/location/GeofenceHardware.GEOFENCE_ERROR_INVALID_TRANSITION,4 -18,Android.Hardware.Location.GeofenceError,TooManyGeofences,android/hardware/location/GeofenceHardware.GEOFENCE_ERROR_TOO_MANY_GEOFENCES,1 -18,Android.Hardware.Location.GeofenceMonitoringType,GpsHardware,android/hardware/location/GeofenceHardware.MONITORING_TYPE_GPS_HARDWARE,0 -18,Android.Hardware.Location.GeofenceMonitorStatus,CurrentlyAvailable,android/hardware/location/GeofenceHardware.MONITOR_CURRENTLY_AVAILABLE,0 -18,Android.Hardware.Location.GeofenceMonitorStatus,CurrentlyUnavailable,android/hardware/location/GeofenceHardware.MONITOR_CURRENTLY_UNAVAILABLE,1 -18,Android.Hardware.Location.GeofenceMonitorStatus,Unsupported,android/hardware/location/GeofenceHardware.MONITOR_UNSUPPORTED,2 -26,Android.Media.AudioFocusRequest,Delayed,android/media/AudioManager.AUDIOFOCUS_REQUEST_DELAYED,2 -10,Android.Media.AudioFocusRequest,Failed,android/media/AudioManager.AUDIOFOCUS_REQUEST_FAILED,0 -10,Android.Media.AudioFocusRequest,Granted,android/media/AudioManager.AUDIOFOCUS_REQUEST_GRANTED,1 -10,Android.Media.AudioFocus,Gain,android/media/AudioManager.AUDIOFOCUS_GAIN,1 -10,Android.Media.AudioFocus,GainTransient,android/media/AudioManager.AUDIOFOCUS_GAIN_TRANSIENT,2 -19,Android.Media.AudioFocus,GainTransientExclusive,android/media/AudioManager.AUDIOFOCUS_GAIN_TRANSIENT_EXCLUSIVE,4 -10,Android.Media.AudioFocus,GainTransientMayDuck,android/media/AudioManager.AUDIOFOCUS_GAIN_TRANSIENT_MAY_DUCK,3 -10,Android.Media.AudioFocus,Loss,android/media/AudioManager.AUDIOFOCUS_LOSS,-1 -10,Android.Media.AudioFocus,LossTransient,android/media/AudioManager.AUDIOFOCUS_LOSS_TRANSIENT,-2 -10,Android.Media.AudioFocus,LossTransientCanDuck,android/media/AudioManager.AUDIOFOCUS_LOSS_TRANSIENT_CAN_DUCK,-3 -26,Android.Media.AudioFocus,None,android/media/AudioManager.AUDIOFOCUS_NONE,0 -10,Android.Media.ScoAudioState,Connected,android/media/AudioManager.SCO_AUDIO_STATE_CONNECTED,1 -15,Android.Media.ScoAudioState,Connecting,android/media/AudioManager.SCO_AUDIO_STATE_CONNECTING,2 -10,Android.Media.ScoAudioState,Disconnected,android/media/AudioManager.SCO_AUDIO_STATE_DISCONNECTED,0 -10,Android.Media.ScoAudioState,Error,android/media/AudioManager.SCO_AUDIO_STATE_ERROR,-1 -10,Android.Media.TrackStatus,Error,android/media/AudioTrack.ERROR,-1 -10,Android.Media.TrackStatus,ErrorBadValue,android/media/AudioTrack.ERROR_BAD_VALUE,-2 -24,Android.Media.TrackStatus,ErrorDeadObject,android/media/AudioTrack.ERROR_DEAD_OBJECT,-6 -10,Android.Media.TrackStatus,ErrorInvalidOperation,android/media/AudioTrack.ERROR_INVALID_OPERATION,-3 -10,Android.Media.TrackStatus,Success,android/media/AudioTrack.SUCCESS,0 -10,Android.Media.CameraQuality,High,android/media/CameraProfile.QUALITY_HIGH,2 -10,Android.Media.CameraQuality,Low,android/media/CameraProfile.QUALITY_LOW,0 -10,Android.Media.CameraQuality,Medium,android/media/CameraProfile.QUALITY_MEDIUM,1 -29,Android.Media.MediaCodecCryptoErrorType,FrameTooLarge,android/media/MediaCodec.CryptoException.ERROR_FRAME_TOO_LARGE,8 -21,Android.Media.MediaCodecCryptoErrorType,InsufficientOutputProtection,android/media/MediaCodec.CryptoException.ERROR_INSUFFICIENT_OUTPUT_PROTECTION,4 -29,Android.Media.MediaCodecCryptoErrorType,InsufficientSecurity,android/media/MediaCodec.CryptoException.ERROR_INSUFFICIENT_SECURITY,7 -19,Android.Media.MediaCodecCryptoErrorType,KeyExpired,android/media/MediaCodec.CryptoException.ERROR_KEY_EXPIRED,2 -29,Android.Media.MediaCodecCryptoErrorType,LostState,android/media/MediaCodec.CryptoException.ERROR_LOST_STATE,9 -19,Android.Media.MediaCodecCryptoErrorType,NoKey,android/media/MediaCodec.CryptoException.ERROR_NO_KEY,1 -19,Android.Media.MediaCodecCryptoErrorType,ResourceBusy,android/media/MediaCodec.CryptoException.ERROR_RESOURCE_BUSY,3 -23,Android.Media.MediaCodecCryptoErrorType,SessionNotOpened,android/media/MediaCodec.CryptoException.ERROR_SESSION_NOT_OPENED,5 -24,Android.Media.MediaCodecCryptoErrorType,UnsupportedOperation,android/media/MediaCodec.CryptoException.ERROR_UNSUPPORTED_OPERATION,6 -18,Android.Media.MediaDrmEventType,KeyExpired,android/media/MediaDrm.EVENT_KEY_EXPIRED,3 -18,Android.Media.MediaDrmEventType,KeyRequired,android/media/MediaDrm.EVENT_KEY_REQUIRED,2 -18,Android.Media.MediaDrmEventType,ProvisionRequired,android/media/MediaDrm.EVENT_PROVISION_REQUIRED,1 -23,Android.Media.MediaDrmEventType,SessionReclaimed,android/media/MediaDrm.EVENT_SESSION_RECLAIMED,5 -18,Android.Media.MediaDrmEventType,VendorDefined,android/media/MediaDrm.EVENT_VENDOR_DEFINED,4 -18,Android.Media.MediaDrmKeyType,Offline,android/media/MediaDrm.KEY_TYPE_OFFLINE,2 -18,Android.Media.MediaDrmKeyType,Release,android/media/MediaDrm.KEY_TYPE_RELEASE,3 -18,Android.Media.MediaDrmKeyType,Streaming,android/media/MediaDrm.KEY_TYPE_STREAMING,1 -19,Android.Media.MediaMetadataEditKey,BitmapKeyArtwork,android/media/MediaMetadataEditor.BITMAP_KEY_ARTWORK,100 -19,Android.Media.MediaMetadataEditKey,RatingKeyByOthers,android/media/MediaMetadataEditor.RATING_KEY_BY_OTHERS,101 -19,Android.Media.MediaMetadataEditKey,RatingKeyByUser,android/media/MediaMetadataEditor.RATING_KEY_BY_USER,268435457 -26,Android.Media.MuxerOutputType,M3gpp,android/media/MediaMuxer$OutputFormat.MUXER_OUTPUT_3GPP,2 -28,Android.Media.MuxerOutputType,Heif,android/media/MediaMuxer$OutputFormat.MUXER_OUTPUT_HEIF,3 -18,Android.Media.MuxerOutputType,Mpeg4,android/media/MediaMuxer$OutputFormat.MUXER_OUTPUT_MPEG_4,0 -29,Android.Media.MuxerOutputType,Ogg,android/media/MediaMuxer$OutputFormat.MUXER_OUTPUT_OGG,4 -21,Android.Media.MuxerOutputType,Webm,android/media/MediaMuxer$OutputFormat.MUXER_OUTPUT_WEBM,1 -10,Android.Media.MetadataKey,Album,android/media/MediaMetadataRetriever.METADATA_KEY_ALBUM,1 -10,Android.Media.MetadataKey,Albumartist,android/media/MediaMetadataRetriever.METADATA_KEY_ALBUMARTIST,13 -10,Android.Media.MetadataKey,Artist,android/media/MediaMetadataRetriever.METADATA_KEY_ARTIST,2 -10,Android.Media.MetadataKey,Author,android/media/MediaMetadataRetriever.METADATA_KEY_AUTHOR,3 -15,Android.Media.MetadataKey,Bitrate,android/media/MediaMetadataRetriever.METADATA_KEY_BITRATE,20 -23,Android.Media.MetadataKey,CaptureFramerate,android/media/MediaMetadataRetriever.METADATA_KEY_CAPTURE_FRAMERATE,25 -10,Android.Media.MetadataKey,CdTrackNumber,android/media/MediaMetadataRetriever.METADATA_KEY_CD_TRACK_NUMBER,0 -10,Android.Media.MetadataKey,Compilation,android/media/MediaMetadataRetriever.METADATA_KEY_COMPILATION,15 -10,Android.Media.MetadataKey,Composer,android/media/MediaMetadataRetriever.METADATA_KEY_COMPOSER,4 -10,Android.Media.MetadataKey,Date,android/media/MediaMetadataRetriever.METADATA_KEY_DATE,5 -10,Android.Media.MetadataKey,DiscNumber,android/media/MediaMetadataRetriever.METADATA_KEY_DISC_NUMBER,14 -10,Android.Media.MetadataKey,Duration,android/media/MediaMetadataRetriever.METADATA_KEY_DURATION,9 -29,Android.Media.MetadataKey,ExifLength,android/media/MediaMetadataRetriever.METADATA_KEY_EXIF_LENGTH,34 -29,Android.Media.MetadataKey,ExifOffset,android/media/MediaMetadataRetriever.METADATA_KEY_EXIF_OFFSET,33 -10,Android.Media.MetadataKey,Genre,android/media/MediaMetadataRetriever.METADATA_KEY_GENRE,6 -15,Android.Media.MetadataKey,HasAudio,android/media/MediaMetadataRetriever.METADATA_KEY_HAS_AUDIO,16 -28,Android.Media.MetadataKey,HasImage,android/media/MediaMetadataRetriever.METADATA_KEY_HAS_IMAGE,26 -15,Android.Media.MetadataKey,HasVideo,android/media/MediaMetadataRetriever.METADATA_KEY_HAS_VIDEO,17 -28,Android.Media.MetadataKey,ImageCount,android/media/MediaMetadataRetriever.METADATA_KEY_IMAGE_COUNT,27 -28,Android.Media.MetadataKey,ImageHeight,android/media/MediaMetadataRetriever.METADATA_KEY_IMAGE_HEIGHT,30 -28,Android.Media.MetadataKey,ImagePrimary,android/media/MediaMetadataRetriever.METADATA_KEY_IMAGE_PRIMARY,28 -28,Android.Media.MetadataKey,ImageRotation,android/media/MediaMetadataRetriever.METADATA_KEY_IMAGE_ROTATION,31 -28,Android.Media.MetadataKey,ImageWidth,android/media/MediaMetadataRetriever.METADATA_KEY_IMAGE_WIDTH,29 -15,Android.Media.MetadataKey,Location,android/media/MediaMetadataRetriever.METADATA_KEY_LOCATION,23 -10,Android.Media.MetadataKey,Mimetype,android/media/MediaMetadataRetriever.METADATA_KEY_MIMETYPE,12 -10,Android.Media.MetadataKey,NumTracks,android/media/MediaMetadataRetriever.METADATA_KEY_NUM_TRACKS,10 -10,Android.Media.MetadataKey,Title,android/media/MediaMetadataRetriever.METADATA_KEY_TITLE,7 -28,Android.Media.MetadataKey,VideoFrameCount,android/media/MediaMetadataRetriever.METADATA_KEY_VIDEO_FRAME_COUNT,32 -15,Android.Media.MetadataKey,VideoHeight,android/media/MediaMetadataRetriever.METADATA_KEY_VIDEO_HEIGHT,19 -17,Android.Media.MetadataKey,VideoRotation,android/media/MediaMetadataRetriever.METADATA_KEY_VIDEO_ROTATION,24 -15,Android.Media.MetadataKey,VideoWidth,android/media/MediaMetadataRetriever.METADATA_KEY_VIDEO_WIDTH,18 -10,Android.Media.MetadataKey,Writer,android/media/MediaMetadataRetriever.METADATA_KEY_WRITER,11 -10,Android.Media.MetadataKey,Year,android/media/MediaMetadataRetriever.METADATA_KEY_YEAR,8 -10,Android.Media.Option,Closest,android/media/MediaMetadataRetriever.OPTION_CLOSEST,3 -10,Android.Media.Option,ClosestSync,android/media/MediaMetadataRetriever.OPTION_CLOSEST_SYNC,2 -10,Android.Media.Option,NextSync,android/media/MediaMetadataRetriever.OPTION_NEXT_SYNC,1 -10,Android.Media.Option,PreviousSync,android/media/MediaMetadataRetriever.OPTION_PREVIOUS_SYNC,0 -17,Android.Media.MediaRecorderError,ServerDied,android/media/MediaRecorder.MEDIA_ERROR_SERVER_DIED,100 -10,Android.Media.MediaRecorderError,Unknown,android/media/MediaRecorder.MEDIA_RECORDER_ERROR_UNKNOWN,1 -18,Android.Media.MediaRouterCallbackFlags,PerformActiveScan,android/media/MediaRouter.CALLBACK_FLAG_PERFORM_ACTIVE_SCAN,1 -18,Android.Media.MediaRouterCallbackFlags,UnfilteredEvents,android/media/MediaRouter.CALLBACK_FLAG_UNFILTERED_EVENTS,2 -0,Android.Media.Session.MediaSessionFlags,None,,0 -21,Android.Media.Session.MediaSessionFlags,HandlesMediaButtons,android/media/session/MediaSession.FLAG_HANDLES_MEDIA_BUTTONS,1 -21,Android.Media.Session.MediaSessionFlags,HandlesTransportControls,android/media/session/MediaSession.FLAG_HANDLES_TRANSPORT_CONTROLS,2 -21,Android.Media.Session.PlaybackStateCode,Buffering,android/media/session/PlaybackState.STATE_BUFFERING,6 -21,Android.Media.Session.PlaybackStateCode,Connecting,android/media/session/PlaybackState.STATE_CONNECTING,8 -21,Android.Media.Session.PlaybackStateCode,Error,android/media/session/PlaybackState.STATE_ERROR,7 -21,Android.Media.Session.PlaybackStateCode,FastForwarding,android/media/session/PlaybackState.STATE_FAST_FORWARDING,4 -21,Android.Media.Session.PlaybackStateCode,None,android/media/session/PlaybackState.STATE_NONE,0 -21,Android.Media.Session.PlaybackStateCode,Paused,android/media/session/PlaybackState.STATE_PAUSED,2 -21,Android.Media.Session.PlaybackStateCode,Playing,android/media/session/PlaybackState.STATE_PLAYING,3 -21,Android.Media.Session.PlaybackStateCode,Rewinding,android/media/session/PlaybackState.STATE_REWINDING,5 -21,Android.Media.Session.PlaybackStateCode,SkippingToNext,android/media/session/PlaybackState.STATE_SKIPPING_TO_NEXT,10 -21,Android.Media.Session.PlaybackStateCode,SkippingToPrevious,android/media/session/PlaybackState.STATE_SKIPPING_TO_PREVIOUS,9 -21,Android.Media.Session.PlaybackStateCode,SkippingToQueueItem,android/media/session/PlaybackState.STATE_SKIPPING_TO_QUEUE_ITEM,11 -21,Android.Media.Session.PlaybackStateCode,Stopped,android/media/session/PlaybackState.STATE_STOPPED,1 -19,Android.Media.RatingStyle,R3Stars,android/media/Rating.RATING_3_STARS,3 -19,Android.Media.RatingStyle,R4Stars,android/media/Rating.RATING_4_STARS,4 -19,Android.Media.RatingStyle,R5Stars,android/media/Rating.RATING_5_STARS,5 -19,Android.Media.RatingStyle,Heart,android/media/Rating.RATING_HEART,1 -21,Android.Media.RatingStyle,None,android/media/Rating.RATING_NONE,0 -19,Android.Media.RatingStyle,Percentage,android/media/Rating.RATING_PERCENTAGE,6 -19,Android.Media.RatingStyle,ThumbUpDown,android/media/Rating.RATING_THUMB_UP_DOWN,2 -19,Android.Media.SynchronizationPosition,Check,android/media/RemoteController.POSITION_SYNCHRONIZATION_CHECK,1 -19,Android.Media.SynchronizationPosition,None,android/media/RemoteController.POSITION_SYNCHRONIZATION_NONE,0 -15,Android.Media.RemoteControlFlags,FastForward,android/media/RemoteControlClient.FLAG_KEY_MEDIA_FAST_FORWARD,64 -15,Android.Media.RemoteControlFlags,Next,android/media/RemoteControlClient.FLAG_KEY_MEDIA_NEXT,128 -15,Android.Media.RemoteControlFlags,Pause,android/media/RemoteControlClient.FLAG_KEY_MEDIA_PAUSE,16 -15,Android.Media.RemoteControlFlags,Play,android/media/RemoteControlClient.FLAG_KEY_MEDIA_PLAY,4 -15,Android.Media.RemoteControlFlags,PlayPause,android/media/RemoteControlClient.FLAG_KEY_MEDIA_PLAY_PAUSE,8 -18,Android.Media.RemoteControlFlags,PositionUpdate,android/media/RemoteControlClient.FLAG_KEY_MEDIA_POSITION_UPDATE,256 -15,Android.Media.RemoteControlFlags,Previous,android/media/RemoteControlClient.FLAG_KEY_MEDIA_PREVIOUS,1 -19,Android.Media.RemoteControlFlags,Rating,android/media/RemoteControlClient.FLAG_KEY_MEDIA_RATING,512 -15,Android.Media.RemoteControlFlags,Rewind,android/media/RemoteControlClient.FLAG_KEY_MEDIA_REWIND,2 -15,Android.Media.RemoteControlFlags,Stop,android/media/RemoteControlClient.FLAG_KEY_MEDIA_STOP,32 -15,Android.Media.RemoteControlPlayState,Buffering,android/media/RemoteControlClient.PLAYSTATE_BUFFERING,8 -15,Android.Media.RemoteControlPlayState,Error,android/media/RemoteControlClient.PLAYSTATE_ERROR,9 -15,Android.Media.RemoteControlPlayState,FastForwarding,android/media/RemoteControlClient.PLAYSTATE_FAST_FORWARDING,4 -15,Android.Media.RemoteControlPlayState,Paused,android/media/RemoteControlClient.PLAYSTATE_PAUSED,2 -15,Android.Media.RemoteControlPlayState,Playing,android/media/RemoteControlClient.PLAYSTATE_PLAYING,3 -15,Android.Media.RemoteControlPlayState,Rewinding,android/media/RemoteControlClient.PLAYSTATE_REWINDING,5 -15,Android.Media.RemoteControlPlayState,SkippingBackwards,android/media/RemoteControlClient.PLAYSTATE_SKIPPING_BACKWARDS,7 -15,Android.Media.RemoteControlPlayState,SkippingForwards,android/media/RemoteControlClient.PLAYSTATE_SKIPPING_FORWARDS,6 -15,Android.Media.RemoteControlPlayState,Stopped,android/media/RemoteControlClient.PLAYSTATE_STOPPED,1 -15,Android.Media.BitmapKey,Artwork,android/media/RemoteControlClient$MetadataEditor.BITMAP_KEY_ARTWORK,100 -0,Android.Media.ThumnailExtractOptions,None,,0 -10,Android.Media.ThumnailExtractOptions,RecycleInput,android/media/ThumbnailUtils.OPTIONS_RECYCLE_INPUT,2 -10,Android.Media.Audiofx.ContentType,Game,android/media/audiofx/AudioEffect.CONTENT_TYPE_GAME,2 -10,Android.Media.Audiofx.ContentType,Movie,android/media/audiofx/AudioEffect.CONTENT_TYPE_MOVIE,1 -10,Android.Media.Audiofx.ContentType,Music,android/media/audiofx/AudioEffect.CONTENT_TYPE_MUSIC,0 -10,Android.Media.Audiofx.ContentType,Voice,android/media/audiofx/AudioEffect.CONTENT_TYPE_VOICE,3 -10,Android.Media.Audiofx.AudioEffectStatus,AlreadyExists,android/media/audiofx/AudioEffect.ALREADY_EXISTS,-2 -10,Android.Media.Audiofx.AudioEffectStatus,Error,android/media/audiofx/AudioEffect.ERROR,-1 -10,Android.Media.Audiofx.AudioEffectStatus,Success,android/media/audiofx/AudioEffect.SUCCESS,0 -10,Android.Media.Audiofx.AudioEffectStatus,BadValue,android/media/audiofx/AudioEffect.ERROR_BAD_VALUE,-4 -10,Android.Media.Audiofx.AudioEffectStatus,DeadObject,android/media/audiofx/AudioEffect.ERROR_DEAD_OBJECT,-7 -10,Android.Media.Audiofx.AudioEffectStatus,InvalidOperation,android/media/audiofx/AudioEffect.ERROR_INVALID_OPERATION,-5 -10,Android.Media.Audiofx.AudioEffectStatus,NoInit,android/media/audiofx/AudioEffect.ERROR_NO_INIT,-3 -10,Android.Media.Audiofx.AudioEffectStatus,NoMemory,android/media/audiofx/AudioEffect.ERROR_NO_MEMORY,-6 -10,Android.Media.Audiofx.BassBoostParam,ParamStrength,android/media/audiofx/BassBoost.PARAM_STRENGTH,1 -10,Android.Media.Audiofx.EnvironmentalReverbParam,DecayHfRatio,android/media/audiofx/EnvironmentalReverb.PARAM_DECAY_HF_RATIO,3 -10,Android.Media.Audiofx.EnvironmentalReverbParam,DecayTime,android/media/audiofx/EnvironmentalReverb.PARAM_DECAY_TIME,2 -10,Android.Media.Audiofx.EnvironmentalReverbParam,Density,android/media/audiofx/EnvironmentalReverb.PARAM_DENSITY,9 -10,Android.Media.Audiofx.EnvironmentalReverbParam,Diffusion,android/media/audiofx/EnvironmentalReverb.PARAM_DIFFUSION,8 -10,Android.Media.Audiofx.EnvironmentalReverbParam,ReflectionsDelay,android/media/audiofx/EnvironmentalReverb.PARAM_REFLECTIONS_DELAY,5 -10,Android.Media.Audiofx.EnvironmentalReverbParam,ReflectionsLevel,android/media/audiofx/EnvironmentalReverb.PARAM_REFLECTIONS_LEVEL,4 -10,Android.Media.Audiofx.EnvironmentalReverbParam,ReverbDelay,android/media/audiofx/EnvironmentalReverb.PARAM_REVERB_DELAY,7 -10,Android.Media.Audiofx.EnvironmentalReverbParam,ReverbLevel,android/media/audiofx/EnvironmentalReverb.PARAM_REVERB_LEVEL,6 -10,Android.Media.Audiofx.EnvironmentalReverbParam,RoomHfLevel,android/media/audiofx/EnvironmentalReverb.PARAM_ROOM_HF_LEVEL,1 -10,Android.Media.Audiofx.EnvironmentalReverbParam,RoomLevel,android/media/audiofx/EnvironmentalReverb.PARAM_ROOM_LEVEL,0 -10,Android.Media.Audiofx.EqualizerParam,BandFreqRange,android/media/audiofx/Equalizer.PARAM_BAND_FREQ_RANGE,4 -10,Android.Media.Audiofx.EqualizerParam,BandLevel,android/media/audiofx/Equalizer.PARAM_BAND_LEVEL,2 -10,Android.Media.Audiofx.EqualizerParam,CenterFreq,android/media/audiofx/Equalizer.PARAM_CENTER_FREQ,3 -10,Android.Media.Audiofx.EqualizerParam,CurrentPreset,android/media/audiofx/Equalizer.PARAM_CURRENT_PRESET,6 -10,Android.Media.Audiofx.EqualizerParam,GetBand,android/media/audiofx/Equalizer.PARAM_GET_BAND,5 -10,Android.Media.Audiofx.EqualizerParam,GetNumOfPresets,android/media/audiofx/Equalizer.PARAM_GET_NUM_OF_PRESETS,7 -10,Android.Media.Audiofx.EqualizerParam,GetPresetName,android/media/audiofx/Equalizer.PARAM_GET_PRESET_NAME,8 -10,Android.Media.Audiofx.EqualizerParam,LevelRange,android/media/audiofx/Equalizer.PARAM_LEVEL_RANGE,1 -10,Android.Media.Audiofx.EqualizerParam,NumBands,android/media/audiofx/Equalizer.PARAM_NUM_BANDS,0 -10,Android.Media.Audiofx.EqualizerParam,StringSizeMax,android/media/audiofx/Equalizer.PARAM_STRING_SIZE_MAX,32 -19,Android.Media.Audiofx.LoudnessEnhancerParam,TargetGainMb,android/media/audiofx/LoudnessEnhancer.PARAM_TARGET_GAIN_MB,0 -10,Android.Media.Audiofx.PresetReverbParam,Preset,android/media/audiofx/PresetReverb.PARAM_PRESET,0 -10,Android.Media.Audiofx.VirtualizerParam,Strength,android/media/audiofx/Virtualizer.PARAM_STRENGTH,1 -10,Android.Media.Audiofx.VirtualizerParam,StrengthSupported,android/media/audiofx/Virtualizer.PARAM_STRENGTH_SUPPORTED,0 -10,Android.Media.Audiofx.VisualizerStatus,AlreadyExists,android/media/audiofx/Visualizer.ALREADY_EXISTS,-2 -10,Android.Media.Audiofx.VisualizerStatus,Error,android/media/audiofx/Visualizer.ERROR,-1 -10,Android.Media.Audiofx.VisualizerStatus,Success,android/media/audiofx/Visualizer.SUCCESS,0 -10,Android.Media.Audiofx.VisualizerStatus,BadValue,android/media/audiofx/Visualizer.ERROR_BAD_VALUE,-4 -10,Android.Media.Audiofx.VisualizerStatus,DeadObject,android/media/audiofx/Visualizer.ERROR_DEAD_OBJECT,-7 -10,Android.Media.Audiofx.VisualizerStatus,InvalidOperation,android/media/audiofx/Visualizer.ERROR_INVALID_OPERATION,-5 -10,Android.Media.Audiofx.VisualizerStatus,NoInit,android/media/audiofx/Visualizer.ERROR_NO_INIT,-3 -10,Android.Media.Audiofx.VisualizerStatus,NoMemory,android/media/audiofx/Visualizer.ERROR_NO_MEMORY,-6 -10,Android.Media.Audiofx.VisualizerState,Enabled,android/media/audiofx/Visualizer.STATE_ENABLED,2 -10,Android.Media.Audiofx.VisualizerState,Initialized,android/media/audiofx/Visualizer.STATE_INITIALIZED,1 -10,Android.Media.Audiofx.VisualizerState,Uninitialized,android/media/audiofx/Visualizer.STATE_UNINITIALIZED,0 -16,Android.Media.Audiofx.VisualizerScalingMode,AsPlayed,android/media/audiofx/Visualizer.SCALING_MODE_AS_PLAYED,1 -16,Android.Media.Audiofx.VisualizerScalingMode,Normalized,android/media/audiofx/Visualizer.SCALING_MODE_NORMALIZED,0 -19,Android.Media.Audiofx.VisualizerMeasurementMode,None,android/media/audiofx/Visualizer.MEASUREMENT_MODE_NONE,0 -19,Android.Media.Audiofx.VisualizerMeasurementMode,PeakRms,android/media/audiofx/Visualizer.MEASUREMENT_MODE_PEAK_RMS,1 -0,Android.Mtp.AssociationType,None,,0 -15,Android.Mtp.AssociationType,GenericFolder,android/mtp/MtpConstants.ASSOCIATION_TYPE_GENERIC_FOLDER,1 -19,Android.Net.SocketType,Dgram,android/net/LocalSocket.SOCKET_DGRAM,1 -19,Android.Net.SocketType,Seqpacket,android/net/LocalSocket.SOCKET_SEQPACKET,3 -19,Android.Net.SocketType,Stream,android/net/LocalSocket.SOCKET_STREAM,2 -23,Android.Net.NetCapability,CaptivePortal,android/net/NetworkCapabilities.NET_CAPABILITY_CAPTIVE_PORTAL,17 -21,Android.Net.NetCapability,Cbs,android/net/NetworkCapabilities.NET_CAPABILITY_CBS,5 -21,Android.Net.NetCapability,Dun,android/net/NetworkCapabilities.NET_CAPABILITY_DUN,2 -21,Android.Net.NetCapability,Eims,android/net/NetworkCapabilities.NET_CAPABILITY_EIMS,10 -28,Android.Net.NetCapability,Foreground,android/net/NetworkCapabilities.NET_CAPABILITY_FOREGROUND,19 -21,Android.Net.NetCapability,Fota,android/net/NetworkCapabilities.NET_CAPABILITY_FOTA,3 -21,Android.Net.NetCapability,Ia,android/net/NetworkCapabilities.NET_CAPABILITY_IA,7 -21,Android.Net.NetCapability,Ims,android/net/NetworkCapabilities.NET_CAPABILITY_IMS,4 -21,Android.Net.NetCapability,Internet,android/net/NetworkCapabilities.NET_CAPABILITY_INTERNET,12 -29,Android.Net.NetCapability,Mcx,android/net/NetworkCapabilities.NET_CAPABILITY_MCX,23 -21,Android.Net.NetCapability,Mms,android/net/NetworkCapabilities.NET_CAPABILITY_MMS,0 -28,Android.Net.NetCapability,NotCongested,android/net/NetworkCapabilities.NET_CAPABILITY_NOT_CONGESTED,20 -21,Android.Net.NetCapability,NotMetered,android/net/NetworkCapabilities.NET_CAPABILITY_NOT_METERED,11 -21,Android.Net.NetCapability,NotRestricted,android/net/NetworkCapabilities.NET_CAPABILITY_NOT_RESTRICTED,13 -28,Android.Net.NetCapability,NotRoaming,android/net/NetworkCapabilities.NET_CAPABILITY_NOT_ROAMING,18 -28,Android.Net.NetCapability,NotSuspended,android/net/NetworkCapabilities.NET_CAPABILITY_NOT_SUSPENDED,21 -21,Android.Net.NetCapability,NotVpn,android/net/NetworkCapabilities.NET_CAPABILITY_NOT_VPN,15 -21,Android.Net.NetCapability,Rcs,android/net/NetworkCapabilities.NET_CAPABILITY_RCS,8 -21,Android.Net.NetCapability,Supl,android/net/NetworkCapabilities.NET_CAPABILITY_SUPL,1 -21,Android.Net.NetCapability,Trusted,android/net/NetworkCapabilities.NET_CAPABILITY_TRUSTED,14 -23,Android.Net.NetCapability,Validated,android/net/NetworkCapabilities.NET_CAPABILITY_VALIDATED,16 -21,Android.Net.NetCapability,WifiP2p,android/net/NetworkCapabilities.NET_CAPABILITY_WIFI_P2P,6 -21,Android.Net.NetCapability,Xcap,android/net/NetworkCapabilities.NET_CAPABILITY_XCAP,9 -21,Android.Net.TransportType,Bluetooth,android/net/NetworkCapabilities.TRANSPORT_BLUETOOTH,2 -21,Android.Net.TransportType,Cellular,android/net/NetworkCapabilities.TRANSPORT_CELLULAR,0 -21,Android.Net.TransportType,Ethernet,android/net/NetworkCapabilities.TRANSPORT_ETHERNET,3 -27,Android.Net.TransportType,Lowpan,android/net/NetworkCapabilities.TRANSPORT_LOWPAN,6 -21,Android.Net.TransportType,Vpn,android/net/NetworkCapabilities.TRANSPORT_VPN,4 -21,Android.Net.TransportType,Wifi,android/net/NetworkCapabilities.TRANSPORT_WIFI,1 -26,Android.Net.TransportType,WifiAware,android/net/NetworkCapabilities.TRANSPORT_WIFI_AWARE,5 -15,Android.Net.Http.SslErrorType,DateInvalid,android/net/http/SslError.SSL_DATE_INVALID,4 -10,Android.Net.Http.SslErrorType,Expired,android/net/http/SslError.SSL_EXPIRED,1 -10,Android.Net.Http.SslErrorType,Idmismatch,android/net/http/SslError.SSL_IDMISMATCH,2 -15,Android.Net.Http.SslErrorType,Invalid,android/net/http/SslError.SSL_INVALID,5 -10,Android.Net.Http.SslErrorType,MaxError,android/net/http/SslError.SSL_MAX_ERROR,6 -10,Android.Net.Http.SslErrorType,Notyetvalid,android/net/http/SslError.SSL_NOTYETVALID,0 -10,Android.Net.Http.SslErrorType,Untrusted,android/net/http/SslError.SSL_UNTRUSTED,3 -10,Android.Net.Sip.SipErrorCodes,ClientError,android/net/sip/SipErrorCode.CLIENT_ERROR,-4 -10,Android.Net.Sip.SipErrorCodes,CrossDomainAuthentication,android/net/sip/SipErrorCode.CROSS_DOMAIN_AUTHENTICATION,-11 -10,Android.Net.Sip.SipErrorCodes,DataConnectionLost,android/net/sip/SipErrorCode.DATA_CONNECTION_LOST,-10 -10,Android.Net.Sip.SipErrorCodes,InProgress,android/net/sip/SipErrorCode.IN_PROGRESS,-9 -10,Android.Net.Sip.SipErrorCodes,InvalidCredentials,android/net/sip/SipErrorCode.INVALID_CREDENTIALS,-8 -10,Android.Net.Sip.SipErrorCodes,InvalidRemoteUri,android/net/sip/SipErrorCode.INVALID_REMOTE_URI,-6 -10,Android.Net.Sip.SipErrorCodes,NoError,android/net/sip/SipErrorCode.NO_ERROR,0 -10,Android.Net.Sip.SipErrorCodes,PeerNotReachable,android/net/sip/SipErrorCode.PEER_NOT_REACHABLE,-7 -10,Android.Net.Sip.SipErrorCodes,ServerError,android/net/sip/SipErrorCode.SERVER_ERROR,-2 -10,Android.Net.Sip.SipErrorCodes,ServerUnreachable,android/net/sip/SipErrorCode.SERVER_UNREACHABLE,-12 -10,Android.Net.Sip.SipErrorCodes,SocketError,android/net/sip/SipErrorCode.SOCKET_ERROR,-1 -10,Android.Net.Sip.SipErrorCodes,TimeOut,android/net/sip/SipErrorCode.TIME_OUT,-5 -10,Android.Net.Sip.SipErrorCodes,TransactionTerminted,android/net/sip/SipErrorCode.TRANSACTION_TERMINTED,-3 -10,Android.Net.Sip.SipSessionState,Deregistering,android/net/sip/SipSession$State.DEREGISTERING,2 -10,Android.Net.Sip.SipSessionState,InCall,android/net/sip/SipSession$State.IN_CALL,8 -10,Android.Net.Sip.SipSessionState,IncomingCall,android/net/sip/SipSession$State.INCOMING_CALL,3 -10,Android.Net.Sip.SipSessionState,IncomingCallAnswering,android/net/sip/SipSession$State.INCOMING_CALL_ANSWERING,4 -10,Android.Net.Sip.SipSessionState,NotDefined,android/net/sip/SipSession$State.NOT_DEFINED,101 -10,Android.Net.Sip.SipSessionState,OutgoingCall,android/net/sip/SipSession$State.OUTGOING_CALL,5 -10,Android.Net.Sip.SipSessionState,OutgoingCallCanceling,android/net/sip/SipSession$State.OUTGOING_CALL_CANCELING,7 -10,Android.Net.Sip.SipSessionState,OutgoingCallRingBack,android/net/sip/SipSession$State.OUTGOING_CALL_RING_BACK,6 -10,Android.Net.Sip.SipSessionState,Pinging,android/net/sip/SipSession$State.PINGING,9 -10,Android.Net.Sip.SipSessionState,ReadyToCall,android/net/sip/SipSession$State.READY_TO_CALL,0 -10,Android.Net.Sip.SipSessionState,Registering,android/net/sip/SipSession$State.REGISTERING,1 -15,Android.Net.Wifi.P2p.WifiP2pDeviceState,Available,android/net/wifi/p2p/WifiP2pDevice.AVAILABLE,3 -15,Android.Net.Wifi.P2p.WifiP2pDeviceState,Connected,android/net/wifi/p2p/WifiP2pDevice.CONNECTED,0 -15,Android.Net.Wifi.P2p.WifiP2pDeviceState,Failed,android/net/wifi/p2p/WifiP2pDevice.FAILED,2 -15,Android.Net.Wifi.P2p.WifiP2pDeviceState,Invited,android/net/wifi/p2p/WifiP2pDevice.INVITED,1 -15,Android.Net.Wifi.P2p.WifiP2pDeviceState,Unavailable,android/net/wifi/p2p/WifiP2pDevice.UNAVAILABLE,4 -15,Android.Net.Wifi.P2p.WifiP2pFailureReason,Busy,android/net/wifi/p2p/WifiP2pManager.BUSY,2 -15,Android.Net.Wifi.P2p.WifiP2pFailureReason,Error,android/net/wifi/p2p/WifiP2pManager.ERROR,0 -16,Android.Net.Wifi.P2p.WifiP2pFailureReason,NoServiceRequests,android/net/wifi/p2p/WifiP2pManager.NO_SERVICE_REQUESTS,3 -15,Android.Net.Wifi.P2p.WifiP2pFailureReason,P2pUnsupported,android/net/wifi/p2p/WifiP2pManager.P2P_UNSUPPORTED,1 -15,Android.Net.Wifi.P2p.WifiP2pState,Disabled,android/net/wifi/p2p/WifiP2pManager.WIFI_P2P_STATE_DISABLED,1 -15,Android.Net.Wifi.P2p.WifiP2pState,Enabled,android/net/wifi/p2p/WifiP2pManager.WIFI_P2P_STATE_ENABLED,2 -10,Android.Net.Wifi.AuthAlgorithmType,Leap,android/net/wifi/WifiConfiguration$AuthAlgorithm.LEAP,2 -10,Android.Net.Wifi.AuthAlgorithmType,Open,android/net/wifi/WifiConfiguration$AuthAlgorithm.OPEN,0 -10,Android.Net.Wifi.AuthAlgorithmType,Shared,android/net/wifi/WifiConfiguration$AuthAlgorithm.SHARED,1 -10,Android.Net.Wifi.GroupCipherType,Ccmp,android/net/wifi/WifiConfiguration$GroupCipher.CCMP,3 -29,Android.Net.Wifi.GroupCipherType,Gcmp256,android/net/wifi/WifiConfiguration$GroupCipher.GCMP_256,5 -10,Android.Net.Wifi.GroupCipherType,Tkip,android/net/wifi/WifiConfiguration$GroupCipher.TKIP,2 -10,Android.Net.Wifi.GroupCipherType,Wep104,android/net/wifi/WifiConfiguration$GroupCipher.WEP104,1 -10,Android.Net.Wifi.GroupCipherType,Wep40,android/net/wifi/WifiConfiguration$GroupCipher.WEP40,0 -10,Android.Net.Wifi.KeyManagementType,Ieee8021x,android/net/wifi/WifiConfiguration$KeyMgmt.IEEE8021X,3 -10,Android.Net.Wifi.KeyManagementType,None,android/net/wifi/WifiConfiguration$KeyMgmt.NONE,0 -29,Android.Net.Wifi.KeyManagementType,Owe,android/net/wifi/WifiConfiguration$KeyMgmt.OWE,9 -29,Android.Net.Wifi.KeyManagementType,Sae,android/net/wifi/WifiConfiguration$KeyMgmt.SAE,8 -29,Android.Net.Wifi.KeyManagementType,SuiteB192,android/net/wifi/WifiConfiguration$KeyMgmt.SUITE_B_192,10 -10,Android.Net.Wifi.KeyManagementType,WpaEap,android/net/wifi/WifiConfiguration$KeyMgmt.WPA_EAP,2 -10,Android.Net.Wifi.KeyManagementType,WpaPsk,android/net/wifi/WifiConfiguration$KeyMgmt.WPA_PSK,1 -10,Android.Net.Wifi.PairwiseCipherType,Ccmp,android/net/wifi/WifiConfiguration$PairwiseCipher.CCMP,2 -29,Android.Net.Wifi.PairwiseCipherType,Gcmp256,android/net/wifi/WifiConfiguration$PairwiseCipher.GCMP_256,3 -10,Android.Net.Wifi.PairwiseCipherType,None,android/net/wifi/WifiConfiguration$PairwiseCipher.NONE,0 -10,Android.Net.Wifi.PairwiseCipherType,Tkip,android/net/wifi/WifiConfiguration$PairwiseCipher.TKIP,1 -10,Android.Net.Wifi.ProtocolType,Rsn,android/net/wifi/WifiConfiguration$Protocol.RSN,1 -10,Android.Net.Wifi.ProtocolType,Wpa,android/net/wifi/WifiConfiguration$Protocol.WPA,0 -10,Android.Net.Wifi.WifiStatus,Current,android/net/wifi/WifiConfiguration$Status.CURRENT,0 -10,Android.Net.Wifi.WifiStatus,Disabled,android/net/wifi/WifiConfiguration$Status.DISABLED,1 -10,Android.Net.Wifi.WifiStatus,Enabled,android/net/wifi/WifiConfiguration$Status.ENABLED,2 -21,Android.Net.Wifi.WifiEapMethod,Aka,android/net/wifi/WifiEnterpriseConfig$Eap.AKA,5 -23,Android.Net.Wifi.WifiEapMethod,AkaPrime,android/net/wifi/WifiEnterpriseConfig$Eap.AKA_PRIME,6 -18,Android.Net.Wifi.WifiEapMethod,None,android/net/wifi/WifiEnterpriseConfig$Eap.NONE,-1 -18,Android.Net.Wifi.WifiEapMethod,Peap,android/net/wifi/WifiEnterpriseConfig$Eap.PEAP,0 -18,Android.Net.Wifi.WifiEapMethod,Pwd,android/net/wifi/WifiEnterpriseConfig$Eap.PWD,3 -21,Android.Net.Wifi.WifiEapMethod,Sim,android/net/wifi/WifiEnterpriseConfig$Eap.SIM,4 -18,Android.Net.Wifi.WifiEapMethod,Tls,android/net/wifi/WifiEnterpriseConfig$Eap.TLS,1 -18,Android.Net.Wifi.WifiEapMethod,Ttls,android/net/wifi/WifiEnterpriseConfig$Eap.TTLS,2 -24,Android.Net.Wifi.WifiEapMethod,UnauthTls,android/net/wifi/WifiEnterpriseConfig$Eap.UNAUTH_TLS,7 -26,Android.Net.Wifi.WifiPhase2Method,Aka,android/net/wifi/WifiEnterpriseConfig$Phase2.AKA,6 -26,Android.Net.Wifi.WifiPhase2Method,AkaPrime,android/net/wifi/WifiEnterpriseConfig$Phase2.AKA_PRIME,7 -18,Android.Net.Wifi.WifiPhase2Method,Gtc,android/net/wifi/WifiEnterpriseConfig$Phase2.GTC,4 -18,Android.Net.Wifi.WifiPhase2Method,Mschap,android/net/wifi/WifiEnterpriseConfig$Phase2.MSCHAP,2 -18,Android.Net.Wifi.WifiPhase2Method,Mschapv2,android/net/wifi/WifiEnterpriseConfig$Phase2.MSCHAPV2,3 -18,Android.Net.Wifi.WifiPhase2Method,None,android/net/wifi/WifiEnterpriseConfig$Phase2.NONE,0 -18,Android.Net.Wifi.WifiPhase2Method,Pap,android/net/wifi/WifiEnterpriseConfig$Phase2.PAP,1 -26,Android.Net.Wifi.WifiPhase2Method,Sim,android/net/wifi/WifiEnterpriseConfig$Phase2.SIM,5 -19,Android.Nfc.CardEmulators.CardSelectionMode,AlwaysAsk,android/nfc/cardemulation/CardEmulation.SELECTION_MODE_ALWAYS_ASK,1 -19,Android.Nfc.CardEmulators.CardSelectionMode,AskIfConflict,android/nfc/cardemulation/CardEmulation.SELECTION_MODE_ASK_IF_CONFLICT,2 -19,Android.Nfc.CardEmulators.CardSelectionMode,PreferDefault,android/nfc/cardemulation/CardEmulation.SELECTION_MODE_PREFER_DEFAULT,0 -19,Android.Nfc.CardEmulators.DeactivationReason,Deselected,android/nfc/cardemulation/HostApduService.DEACTIVATION_DESELECTED,1 -19,Android.Nfc.CardEmulators.DeactivationReason,LinkLoss,android/nfc/cardemulation/HostApduService.DEACTIVATION_LINK_LOSS,0 -19,Android.Nfc.NfcReaderFlags,NfcA,android/nfc/NfcAdapter.FLAG_READER_NFC_A,1 -19,Android.Nfc.NfcReaderFlags,NfcB,android/nfc/NfcAdapter.FLAG_READER_NFC_B,2 -19,Android.Nfc.NfcReaderFlags,NfcBarcode,android/nfc/NfcAdapter.FLAG_READER_NFC_BARCODE,16 -19,Android.Nfc.NfcReaderFlags,NfcF,android/nfc/NfcAdapter.FLAG_READER_NFC_F,4 -19,Android.Nfc.NfcReaderFlags,NfcV,android/nfc/NfcAdapter.FLAG_READER_NFC_V,8 -19,Android.Nfc.NfcReaderFlags,NoPlatformSounds,android/nfc/NfcAdapter.FLAG_READER_NO_PLATFORM_SOUNDS,256 -19,Android.Nfc.NfcReaderFlags,SkipNdefCheck,android/nfc/NfcAdapter.FLAG_READER_SKIP_NDEF_CHECK,128 -10,Android.Nfc.Tech.MifareClassicSize,Ize1k,android/nfc/tech/MifareClassic.SIZE_1K,1024 -10,Android.Nfc.Tech.MifareClassicSize,Ize2k,android/nfc/tech/MifareClassic.SIZE_2K,2048 -10,Android.Nfc.Tech.MifareClassicSize,Ize4k,android/nfc/tech/MifareClassic.SIZE_4K,4096 -10,Android.Nfc.Tech.MifareClassicSize,IzeMini,android/nfc/tech/MifareClassic.SIZE_MINI,320 -10,Android.Nfc.Tech.MifareClassicType,Classic,android/nfc/tech/MifareClassic.TYPE_CLASSIC,0 -10,Android.Nfc.Tech.MifareClassicType,Plus,android/nfc/tech/MifareClassic.TYPE_PLUS,1 -10,Android.Nfc.Tech.MifareClassicType,Pro,android/nfc/tech/MifareClassic.TYPE_PRO,2 -10,Android.Nfc.Tech.MifareClassicType,Unknown,android/nfc/tech/MifareClassic.TYPE_UNKNOWN,-1 -10,Android.Nfc.Tech.MifareUltralightType,Ultralight,android/nfc/tech/MifareUltralight.TYPE_ULTRALIGHT,1 -10,Android.Nfc.Tech.MifareUltralightType,UltralightC,android/nfc/tech/MifareUltralight.TYPE_ULTRALIGHT_C,2 -10,Android.Nfc.Tech.MifareUltralightType,Unknown,android/nfc/tech/MifareUltralight.TYPE_UNKNOWN,-1 -10,Android.Opengl.GLDebugConfig,CheckGlError,android/opengl/GLDebugHelper.CONFIG_CHECK_GL_ERROR,1 -10,Android.Opengl.GLDebugConfig,CheckThread,android/opengl/GLDebugHelper.CONFIG_CHECK_THREAD,2 -10,Android.Opengl.GLDebugConfig,LogArgumentNames,android/opengl/GLDebugHelper.CONFIG_LOG_ARGUMENT_NAMES,4 -10,Android.Opengl.DebugFlags,CheckGlError,android/opengl/GLSurfaceView.DEBUG_CHECK_GL_ERROR,1 -10,Android.Opengl.DebugFlags,LogGlCalls,android/opengl/GLSurfaceView.DEBUG_LOG_GL_CALLS,2 -10,Android.Opengl.Rendermode,Continuously,android/opengl/GLSurfaceView.RENDERMODE_CONTINUOUSLY,1 -10,Android.Opengl.Rendermode,WhenDirty,android/opengl/GLSurfaceView.RENDERMODE_WHEN_DIRTY,0 -15,Android.OS.BatteryHealth,Cold,android/os/BatteryManager.BATTERY_HEALTH_COLD,7 -10,Android.OS.BatteryHealth,Dead,android/os/BatteryManager.BATTERY_HEALTH_DEAD,4 -10,Android.OS.BatteryHealth,Good,android/os/BatteryManager.BATTERY_HEALTH_GOOD,2 -10,Android.OS.BatteryHealth,OverVoltage,android/os/BatteryManager.BATTERY_HEALTH_OVER_VOLTAGE,5 -10,Android.OS.BatteryHealth,Overheat,android/os/BatteryManager.BATTERY_HEALTH_OVERHEAT,3 -10,Android.OS.BatteryHealth,Unknown,android/os/BatteryManager.BATTERY_HEALTH_UNKNOWN,1 -10,Android.OS.BatteryHealth,UnspecifiedFailure,android/os/BatteryManager.BATTERY_HEALTH_UNSPECIFIED_FAILURE,6 -10,Android.OS.BatteryPlugged,Ac,android/os/BatteryManager.BATTERY_PLUGGED_AC,1 -10,Android.OS.BatteryPlugged,Usb,android/os/BatteryManager.BATTERY_PLUGGED_USB,2 -17,Android.OS.BatteryPlugged,Wireless,android/os/BatteryManager.BATTERY_PLUGGED_WIRELESS,4 -21,Android.OS.BatteryProperty,Capacity,android/os/BatteryManager.BATTERY_PROPERTY_CAPACITY,4 -21,Android.OS.BatteryProperty,ChargeCounter,android/os/BatteryManager.BATTERY_PROPERTY_CHARGE_COUNTER,1 -21,Android.OS.BatteryProperty,CurrentAverage,android/os/BatteryManager.BATTERY_PROPERTY_CURRENT_AVERAGE,3 -21,Android.OS.BatteryProperty,CurrentNow,android/os/BatteryManager.BATTERY_PROPERTY_CURRENT_NOW,2 -21,Android.OS.BatteryProperty,EnergyCounter,android/os/BatteryManager.BATTERY_PROPERTY_ENERGY_COUNTER,5 -26,Android.OS.BatteryProperty,Status,android/os/BatteryManager.BATTERY_PROPERTY_STATUS,6 -10,Android.OS.BatteryStatus,Charging,android/os/BatteryManager.BATTERY_STATUS_CHARGING,2 -10,Android.OS.BatteryStatus,Discharging,android/os/BatteryManager.BATTERY_STATUS_DISCHARGING,3 -10,Android.OS.BatteryStatus,Full,android/os/BatteryManager.BATTERY_STATUS_FULL,5 -10,Android.OS.BatteryStatus,NotCharging,android/os/BatteryManager.BATTERY_STATUS_NOT_CHARGING,4 -10,Android.OS.BatteryStatus,Unknown,android/os/BatteryManager.BATTERY_STATUS_UNKNOWN,1 -10,Android.OS.BuildVersionCodes,Base,android/os/Build$VERSION_CODES.BASE,1 -10,Android.OS.BuildVersionCodes,Base11,android/os/Build$VERSION_CODES.BASE_1_1,2 -10,Android.OS.BuildVersionCodes,Cupcake,android/os/Build$VERSION_CODES.CUPCAKE,3 -10,Android.OS.BuildVersionCodes,CurDevelopment,android/os/Build$VERSION_CODES.CUR_DEVELOPMENT,10000 -10,Android.OS.BuildVersionCodes,Donut,android/os/Build$VERSION_CODES.DONUT,4 -10,Android.OS.BuildVersionCodes,Eclair,android/os/Build$VERSION_CODES.ECLAIR,5 -10,Android.OS.BuildVersionCodes,Eclair01,android/os/Build$VERSION_CODES.ECLAIR_0_1,6 -10,Android.OS.BuildVersionCodes,EclairMr1,android/os/Build$VERSION_CODES.ECLAIR_MR1,7 -10,Android.OS.BuildVersionCodes,Froyo,android/os/Build$VERSION_CODES.FROYO,8 -10,Android.OS.BuildVersionCodes,Gingerbread,android/os/Build$VERSION_CODES.GINGERBREAD,9 -10,Android.OS.BuildVersionCodes,GingerbreadMr1,android/os/Build$VERSION_CODES.GINGERBREAD_MR1,10 -15,Android.OS.BuildVersionCodes,Honeycomb,android/os/Build$VERSION_CODES.HONEYCOMB,11 -15,Android.OS.BuildVersionCodes,HoneycombMr1,android/os/Build$VERSION_CODES.HONEYCOMB_MR1,12 -15,Android.OS.BuildVersionCodes,HoneycombMr2,android/os/Build$VERSION_CODES.HONEYCOMB_MR2,13 -15,Android.OS.BuildVersionCodes,IceCreamSandwich,android/os/Build$VERSION_CODES.ICE_CREAM_SANDWICH,14 -15,Android.OS.BuildVersionCodes,IceCreamSandwichMr1,android/os/Build$VERSION_CODES.ICE_CREAM_SANDWICH_MR1,15 -16,Android.OS.BuildVersionCodes,JellyBean,android/os/Build$VERSION_CODES.JELLY_BEAN,16 -17,Android.OS.BuildVersionCodes,JellyBeanMr1,android/os/Build$VERSION_CODES.JELLY_BEAN_MR1,17 -18,Android.OS.BuildVersionCodes,JellyBeanMr2,android/os/Build$VERSION_CODES.JELLY_BEAN_MR2,18 -19,Android.OS.BuildVersionCodes,Kitkat,android/os/Build$VERSION_CODES.KITKAT,19 -20,Android.OS.BuildVersionCodes,KitkatWatch,android/os/Build$VERSION_CODES.KITKAT_WATCH,20 -21,Android.OS.BuildVersionCodes,Lollipop,android/os/Build$VERSION_CODES.LOLLIPOP,21 -22,Android.OS.BuildVersionCodes,LollipopMr1,android/os/Build$VERSION_CODES.LOLLIPOP_MR1,22 -23,Android.OS.BuildVersionCodes,M,android/os/Build$VERSION_CODES.M,23 -24,Android.OS.BuildVersionCodes,N,android/os/Build$VERSION_CODES.N,24 -25,Android.OS.BuildVersionCodes,NMr1,android/os/Build$VERSION_CODES.N_MR1,25 -26,Android.OS.BuildVersionCodes,O,android/os/Build$VERSION_CODES.O,26 -27,Android.OS.BuildVersionCodes,OMr1,android/os/Build$VERSION_CODES.O_MR1,27 -28,Android.OS.BuildVersionCodes,P,android/os/Build$VERSION_CODES.P,28 -29,Android.OS.BuildVersionCodes,Q,android/os/Build$VERSION_CODES.Q,29 -0,Android.OS.DebugShow,Default,,0 -10,Android.OS.DebugShow,Classloader,android/os/Debug.SHOW_CLASSLOADER,2 -10,Android.OS.DebugShow,FullDetail,android/os/Debug.SHOW_FULL_DETAIL,1 -10,Android.OS.DebugShow,Initialized,android/os/Debug.SHOW_INITIALIZED,4 -0,Android.OS.DebugTraceOptions,None,,0 -10,Android.OS.DebugTraceOptions,CountAllocs,android/os/Debug.TRACE_COUNT_ALLOCS,1 -0,Android.OS.DropBoxManagerFlags,None,,0 -10,Android.OS.DropBoxManagerFlags,IsEmpty,android/os/DropBoxManager.IS_EMPTY,1 -10,Android.OS.DropBoxManagerFlags,IsGzipped,android/os/DropBoxManager.IS_GZIPPED,4 -10,Android.OS.DropBoxManagerFlags,IsText,android/os/DropBoxManager.IS_TEXT,2 -0,Android.OS.TransactionFlags,None,,0 -10,Android.OS.TransactionFlags,Oneway,I:android/os/IBinder.FLAG_ONEWAY,1 -0,Android.OS.ParcelableWriteFlags,None,,0 -10,Android.OS.ParcelableWriteFlags,ReturnValue,I:android/os/Parcelable.PARCELABLE_WRITE_RETURN_VALUE,1 -10,Android.OS.Storage.ObbError,AlreadyMounted,android/os/storage/OnObbStateChangeListener.ERROR_ALREADY_MOUNTED,24 -10,Android.OS.Storage.ObbError,CouldNotMount,android/os/storage/OnObbStateChangeListener.ERROR_COULD_NOT_MOUNT,21 -10,Android.OS.Storage.ObbError,CouldNotUnmount,android/os/storage/OnObbStateChangeListener.ERROR_COULD_NOT_UNMOUNT,22 -10,Android.OS.Storage.ObbError,Internal,android/os/storage/OnObbStateChangeListener.ERROR_INTERNAL,20 -10,Android.OS.Storage.ObbError,NotMounted,android/os/storage/OnObbStateChangeListener.ERROR_NOT_MOUNTED,23 -10,Android.OS.Storage.ObbError,PermissionDenied,android/os/storage/OnObbStateChangeListener.ERROR_PERMISSION_DENIED,25 -10,Android.OS.Storage.ObbState,Mounted,android/os/storage/OnObbStateChangeListener.MOUNTED,1 -10,Android.OS.Storage.ObbState,Unmounted,android/os/storage/OnObbStateChangeListener.UNMOUNTED,2 -19,Android.Print.PrintColorMode,Color,android/print/PrintAttributes.COLOR_MODE_COLOR,2 -19,Android.Print.PrintColorMode,Monochrome,android/print/PrintAttributes.COLOR_MODE_MONOCHROME,1 -19,Android.Print.PrintContentType,Document,android/print/PrintDocumentInfo.CONTENT_TYPE_DOCUMENT,0 -19,Android.Print.PrintContentType,Photo,android/print/PrintDocumentInfo.CONTENT_TYPE_PHOTO,1 -19,Android.Print.PrintContentType,Unknown,android/print/PrintDocumentInfo.CONTENT_TYPE_UNKNOWN,-1 -19,Android.Print.PrintJobState,Blocked,android/print/PrintJobInfo.STATE_BLOCKED,4 -19,Android.Print.PrintJobState,Canceled,android/print/PrintJobInfo.STATE_CANCELED,7 -19,Android.Print.PrintJobState,Completed,android/print/PrintJobInfo.STATE_COMPLETED,5 -19,Android.Print.PrintJobState,Created,android/print/PrintJobInfo.STATE_CREATED,1 -19,Android.Print.PrintJobState,Failed,android/print/PrintJobInfo.STATE_FAILED,6 -19,Android.Print.PrintJobState,Queued,android/print/PrintJobInfo.STATE_QUEUED,2 -19,Android.Print.PrintJobState,Started,android/print/PrintJobInfo.STATE_STARTED,3 -19,Android.Print.PrinterStatus,Busy,android/print/PrinterInfo.STATUS_BUSY,2 -19,Android.Print.PrinterStatus,Idle,android/print/PrinterInfo.STATUS_IDLE,1 -19,Android.Print.PrinterStatus,Unavailable,android/print/PrinterInfo.STATUS_UNAVAILABLE,3 -15,Android.Provider.CalendarAttendeesStatus,Accepted,I:android/provider/CalendarContract$AttendeesColumns.ATTENDEE_STATUS_ACCEPTED,1 -15,Android.Provider.CalendarAttendeesStatus,Declined,I:android/provider/CalendarContract$AttendeesColumns.ATTENDEE_STATUS_DECLINED,2 -15,Android.Provider.CalendarAttendeesStatus,Invited,I:android/provider/CalendarContract$AttendeesColumns.ATTENDEE_STATUS_INVITED,3 -15,Android.Provider.CalendarAttendeesStatus,None,I:android/provider/CalendarContract$AttendeesColumns.ATTENDEE_STATUS_NONE,0 -15,Android.Provider.CalendarAttendeesStatus,Tentative,I:android/provider/CalendarContract$AttendeesColumns.ATTENDEE_STATUS_TENTATIVE,4 -15,Android.Provider.CalendarAttendeesRelationship,Attendee,I:android/provider/CalendarContract$AttendeesColumns.RELATIONSHIP_ATTENDEE,1 -15,Android.Provider.CalendarAttendeesRelationship,None,I:android/provider/CalendarContract$AttendeesColumns.RELATIONSHIP_NONE,0 -15,Android.Provider.CalendarAttendeesRelationship,Organizer,I:android/provider/CalendarContract$AttendeesColumns.RELATIONSHIP_ORGANIZER,2 -15,Android.Provider.CalendarAttendeesRelationship,Performer,I:android/provider/CalendarContract$AttendeesColumns.RELATIONSHIP_PERFORMER,3 -15,Android.Provider.CalendarAttendeesRelationship,Speaker,I:android/provider/CalendarContract$AttendeesColumns.RELATIONSHIP_SPEAKER,4 -15,Android.Provider.CalendarAttendeesColumn,None,I:android/provider/CalendarContract$AttendeesColumns.TYPE_NONE,0 -15,Android.Provider.CalendarAttendeesColumn,Optional,I:android/provider/CalendarContract$AttendeesColumns.TYPE_OPTIONAL,2 -15,Android.Provider.CalendarAttendeesColumn,Required,I:android/provider/CalendarContract$AttendeesColumns.TYPE_REQUIRED,1 -15,Android.Provider.CalendarAttendeesColumn,Resource,I:android/provider/CalendarContract$AttendeesColumns.TYPE_RESOURCE,3 -15,Android.Provider.CalendarAlertsState,Dismissed,I:android/provider/CalendarContract$CalendarAlertsColumns.STATE_DISMISSED,2 -15,Android.Provider.CalendarAlertsState,Fired,I:android/provider/CalendarContract$CalendarAlertsColumns.STATE_FIRED,1 -15,Android.Provider.CalendarAlertsState,Scheduled,I:android/provider/CalendarContract$CalendarAlertsColumns.STATE_SCHEDULED,0 -15,Android.Provider.CalendarAccess,AccessContributor,I:android/provider/CalendarContract$CalendarColumns.CAL_ACCESS_CONTRIBUTOR,500 -15,Android.Provider.CalendarAccess,AccessEditor,I:android/provider/CalendarContract$CalendarColumns.CAL_ACCESS_EDITOR,600 -15,Android.Provider.CalendarAccess,AccessFreebusy,I:android/provider/CalendarContract$CalendarColumns.CAL_ACCESS_FREEBUSY,100 -15,Android.Provider.CalendarAccess,AccessNone,I:android/provider/CalendarContract$CalendarColumns.CAL_ACCESS_NONE,0 -15,Android.Provider.CalendarAccess,AccessOverride,I:android/provider/CalendarContract$CalendarColumns.CAL_ACCESS_OVERRIDE,400 -15,Android.Provider.CalendarAccess,AccessOwner,I:android/provider/CalendarContract$CalendarColumns.CAL_ACCESS_OWNER,700 -15,Android.Provider.CalendarAccess,AccessRead,I:android/provider/CalendarContract$CalendarColumns.CAL_ACCESS_READ,200 -15,Android.Provider.CalendarAccess,AccessRespond,I:android/provider/CalendarContract$CalendarColumns.CAL_ACCESS_RESPOND,300 -15,Android.Provider.CalendarAccess,AccessRoot,I:android/provider/CalendarContract$CalendarColumns.CAL_ACCESS_ROOT,800 -15,Android.Provider.CalendarColoredTypes,Calendar,I:android/provider/CalendarContract$ColorsColumns.TYPE_CALENDAR,0 -15,Android.Provider.CalendarColoredTypes,Event,I:android/provider/CalendarContract$ColorsColumns.TYPE_EVENT,1 -15,Android.Provider.EventsAccess,Confidential,I:android/provider/CalendarContract$EventsColumns.ACCESS_CONFIDENTIAL,1 -15,Android.Provider.EventsAccess,Default,I:android/provider/CalendarContract$EventsColumns.ACCESS_DEFAULT,0 -15,Android.Provider.EventsAccess,Private,I:android/provider/CalendarContract$EventsColumns.ACCESS_PRIVATE,2 -15,Android.Provider.EventsAccess,Public,I:android/provider/CalendarContract$EventsColumns.ACCESS_PUBLIC,3 -15,Android.Provider.EventsAvailability,Busy,I:android/provider/CalendarContract$EventsColumns.AVAILABILITY_BUSY,0 -15,Android.Provider.EventsAvailability,Free,I:android/provider/CalendarContract$EventsColumns.AVAILABILITY_FREE,1 -15,Android.Provider.EventsAvailability,Tentative,I:android/provider/CalendarContract$EventsColumns.AVAILABILITY_TENTATIVE,2 -15,Android.Provider.EventsStatus,Canceled,I:android/provider/CalendarContract$EventsColumns.STATUS_CANCELED,2 -15,Android.Provider.EventsStatus,Confirmed,I:android/provider/CalendarContract$EventsColumns.STATUS_CONFIRMED,1 -15,Android.Provider.EventsStatus,Tentative,I:android/provider/CalendarContract$EventsColumns.STATUS_TENTATIVE,0 -16,Android.Provider.RemindersMethod,Alarm,I:android/provider/CalendarContract$RemindersColumns.METHOD_ALARM,4 -15,Android.Provider.RemindersMethod,Alert,I:android/provider/CalendarContract$RemindersColumns.METHOD_ALERT,1 -15,Android.Provider.RemindersMethod,Default,I:android/provider/CalendarContract$RemindersColumns.METHOD_DEFAULT,0 -15,Android.Provider.RemindersMethod,Email,I:android/provider/CalendarContract$RemindersColumns.METHOD_EMAIL,2 -15,Android.Provider.RemindersMethod,Sms,I:android/provider/CalendarContract$RemindersColumns.METHOD_SMS,3 -19,Android.Provider.CallerPresentation,Allowed,android/provider/CallLog.Calls.PRESENTATION_ALLOWED,1 -19,Android.Provider.CallerPresentation,Payphone,android/provider/CallLog.Calls.PRESENTATION_PAYPHONE,4 -19,Android.Provider.CallerPresentation,Restricted,android/provider/CallLog.Calls.PRESENTATION_RESTRICTED,2 -19,Android.Provider.CallerPresentation,Unknown,android/provider/CallLog.Calls.PRESENTATION_UNKNOWN,3 -10,Android.Provider.ContactPresenceStatus,Available,I:android/provider/Contacts$PresenceColumns.AVAILABLE,5 -10,Android.Provider.ContactPresenceStatus,Away,I:android/provider/Contacts$PresenceColumns.AWAY,2 -10,Android.Provider.ContactPresenceStatus,DoNotDisturb,I:android/provider/Contacts$PresenceColumns.DO_NOT_DISTURB,4 -10,Android.Provider.ContactPresenceStatus,Idle,I:android/provider/Contacts$PresenceColumns.IDLE,3 -10,Android.Provider.ContactPresenceStatus,Invisible,I:android/provider/Contacts$PresenceColumns.INVISIBLE,1 -10,Android.Provider.ContactPresenceStatus,Offline,I:android/provider/Contacts$PresenceColumns.OFFLINE,0 -10,Android.Provider.SipAddressDataKind,Home,android/provider/ContactsContract$CommonDataKinds$SipAddress.TYPE_HOME,1 -10,Android.Provider.SipAddressDataKind,Other,android/provider/ContactsContract$CommonDataKinds$SipAddress.TYPE_OTHER,3 -10,Android.Provider.SipAddressDataKind,Work,android/provider/ContactsContract$CommonDataKinds$SipAddress.TYPE_WORK,2 -15,Android.Provider.ExportSupport,AnyAccount,android/provider/ContactsContract$Directory.EXPORT_SUPPORT_ANY_ACCOUNT,2 -15,Android.Provider.ExportSupport,None,android/provider/ContactsContract$Directory.EXPORT_SUPPORT_NONE,0 -15,Android.Provider.ExportSupport,SameAccountOnly,android/provider/ContactsContract$Directory.EXPORT_SUPPORT_SAME_ACCOUNT_ONLY,1 -15,Android.Provider.PhotoSupport,Full,android/provider/ContactsContract$Directory.PHOTO_SUPPORT_FULL,3 -15,Android.Provider.PhotoSupport,FullSizeOnly,android/provider/ContactsContract$Directory.PHOTO_SUPPORT_FULL_SIZE_ONLY,2 -15,Android.Provider.PhotoSupport,None,android/provider/ContactsContract$Directory.PHOTO_SUPPORT_NONE,0 -15,Android.Provider.PhotoSupport,ThumbnailOnly,android/provider/ContactsContract$Directory.PHOTO_SUPPORT_THUMBNAIL_ONLY,1 -15,Android.Provider.ShortcutSupport,DataItemsOnly,android/provider/ContactsContract$Directory.SHORTCUT_SUPPORT_DATA_ITEMS_ONLY,1 -15,Android.Provider.ShortcutSupport,Full,android/provider/ContactsContract$Directory.SHORTCUT_SUPPORT_FULL,2 -15,Android.Provider.ShortcutSupport,None,android/provider/ContactsContract$Directory.SHORTCUT_SUPPORT_NONE,0 -10,Android.Provider.StatusPresence,Available,I:android/provider/ContactsContract$StatusColumns.AVAILABLE,5 -10,Android.Provider.StatusPresence,Away,I:android/provider/ContactsContract$StatusColumns.AWAY,2 -10,Android.Provider.StatusPresence,DoNotDisturb,I:android/provider/ContactsContract$StatusColumns.DO_NOT_DISTURB,4 -10,Android.Provider.StatusPresence,Idle,I:android/provider/ContactsContract$StatusColumns.IDLE,3 -10,Android.Provider.StatusPresence,Invisible,I:android/provider/ContactsContract$StatusColumns.INVISIBLE,1 -10,Android.Provider.StatusPresence,Offline,I:android/provider/ContactsContract$StatusColumns.OFFLINE,0 -15,Android.Provider.ChatCapability,HasCamera,I:android/provider/ContactsContract$StatusColumns.CAPABILITY_HAS_CAMERA,4 -15,Android.Provider.ChatCapability,HasVideo,I:android/provider/ContactsContract$StatusColumns.CAPABILITY_HAS_VIDEO,2 -15,Android.Provider.ChatCapability,HasVoice,I:android/provider/ContactsContract$StatusColumns.CAPABILITY_HAS_VOICE,1 -15,Android.Provider.DisplayNameSources,Email,I:android/provider/ContactsContract$DisplayNameSources.EMAIL,10 -15,Android.Provider.DisplayNameSources,Nickname,I:android/provider/ContactsContract$DisplayNameSources.NICKNAME,35 -15,Android.Provider.DisplayNameSources,Organization,I:android/provider/ContactsContract$DisplayNameSources.ORGANIZATION,30 -15,Android.Provider.DisplayNameSources,Phone,I:android/provider/ContactsContract$DisplayNameSources.PHONE,20 -15,Android.Provider.DisplayNameSources,StructuredName,I:android/provider/ContactsContract$DisplayNameSources.STRUCTURED_NAME,40 -23,Android.Provider.DisplayNameSources,StructuredPhoneticName,I:android/provider/ContactsContract$DisplayNameSources.STRUCTURED_PHONETIC_NAME,37 -15,Android.Provider.DisplayNameSources,Undefined,I:android/provider/ContactsContract$DisplayNameSources.UNDEFINED,0 -15,Android.Provider.FullNameStyle,Chinese,I:android/provider/ContactsContract$FullNameStyle.CHINESE,3 -15,Android.Provider.FullNameStyle,Cjk,I:android/provider/ContactsContract$FullNameStyle.CJK,2 -15,Android.Provider.FullNameStyle,Japanese,I:android/provider/ContactsContract$FullNameStyle.JAPANESE,4 -15,Android.Provider.FullNameStyle,Korean,I:android/provider/ContactsContract$FullNameStyle.KOREAN,5 -15,Android.Provider.FullNameStyle,Undefined,I:android/provider/ContactsContract$FullNameStyle.UNDEFINED,0 -15,Android.Provider.FullNameStyle,Western,I:android/provider/ContactsContract$FullNameStyle.WESTERN,1 -15,Android.Provider.PhoneticNameStyle,Japanese,I:android/provider/ContactsContract$PhoneticNameStyle.JAPANESE,4 -15,Android.Provider.PhoneticNameStyle,Korean,I:android/provider/ContactsContract$PhoneticNameStyle.KOREAN,5 -15,Android.Provider.PhoneticNameStyle,Pinyin,I:android/provider/ContactsContract$PhoneticNameStyle.PINYIN,3 -15,Android.Provider.PhoneticNameStyle,Undefined,I:android/provider/ContactsContract$PhoneticNameStyle.UNDEFINED,0 -19,Android.Provider.DocumentContractFlags,DirPrefersGrid,android/provider/DocumentsContract$Document.FLAG_DIR_PREFERS_GRID,16 -19,Android.Provider.DocumentContractFlags,DirPrefersLastModified,android/provider/DocumentsContract$Document.FLAG_DIR_PREFERS_LAST_MODIFIED,32 -19,Android.Provider.DocumentContractFlags,DirSupportsCreate,android/provider/DocumentsContract$Document.FLAG_DIR_SUPPORTS_CREATE,8 -29,Android.Provider.DocumentContractFlags,Partial,android/provider/DocumentsContract$Document.FLAG_PARTIAL,8192 -24,Android.Provider.DocumentContractFlags,SupportsCopy,android/provider/DocumentsContract$Document.FLAG_SUPPORTS_COPY,128 -19,Android.Provider.DocumentContractFlags,SupportsDelete,android/provider/DocumentsContract$Document.FLAG_SUPPORTS_DELETE,4 -29,Android.Provider.DocumentContractFlags,SupportsMetadata,android/provider/DocumentsContract$Document.FLAG_SUPPORTS_METADATA,16384 -24,Android.Provider.DocumentContractFlags,SupportsMove,android/provider/DocumentsContract$Document.FLAG_SUPPORTS_MOVE,256 -24,Android.Provider.DocumentContractFlags,SupportsRemove,android/provider/DocumentsContract$Document.FLAG_SUPPORTS_REMOVE,1024 -21,Android.Provider.DocumentContractFlags,SupportsRename,android/provider/DocumentsContract$Document.FLAG_SUPPORTS_RENAME,64 -26,Android.Provider.DocumentContractFlags,SupportsSettings,android/provider/DocumentsContract$Document.FLAG_SUPPORTS_SETTINGS,2048 -19,Android.Provider.DocumentContractFlags,SupportsThumbnail,android/provider/DocumentsContract$Document.FLAG_SUPPORTS_THUMBNAIL,1 -19,Android.Provider.DocumentContractFlags,SupportsWrite,android/provider/DocumentsContract$Document.FLAG_SUPPORTS_WRITE,2 -24,Android.Provider.DocumentContractFlags,VirtualDocument,android/provider/DocumentsContract$Document.FLAG_VIRTUAL_DOCUMENT,512 -26,Android.Provider.DocumentContractFlags,WebLinkable,android/provider/DocumentsContract$Document.FLAG_WEB_LINKABLE,4096 -29,Android.Provider.DocumentRootFlags,Empty,android/provider/DocumentsContract$Root.FLAG_EMPTY,64 -19,Android.Provider.DocumentRootFlags,LocalOnly,android/provider/DocumentsContract$Root.FLAG_LOCAL_ONLY,2 -19,Android.Provider.DocumentRootFlags,SupportsCreate,android/provider/DocumentsContract$Root.FLAG_SUPPORTS_CREATE,1 -26,Android.Provider.DocumentRootFlags,SupportsEject,android/provider/DocumentsContract$Root.FLAG_SUPPORTS_EJECT,32 -21,Android.Provider.DocumentRootFlags,SupportsIsChild,android/provider/DocumentsContract$Root.FLAG_SUPPORTS_IS_CHILD,16 -19,Android.Provider.DocumentRootFlags,SupportsRecents,android/provider/DocumentsContract$Root.FLAG_SUPPORTS_RECENTS,4 -19,Android.Provider.DocumentRootFlags,SupportsSearch,android/provider/DocumentsContract$Root.FLAG_SUPPORTS_SEARCH,8 -15,Android.Provider.MediaType,Audio,I:android/provider/MediaStore$Files$FileColumns.MEDIA_TYPE_AUDIO,2 -15,Android.Provider.MediaType,Image,I:android/provider/MediaStore$Files$FileColumns.MEDIA_TYPE_IMAGE,1 -15,Android.Provider.MediaType,None,I:android/provider/MediaStore$Files$FileColumns.MEDIA_TYPE_NONE,0 -15,Android.Provider.MediaType,Playlist,I:android/provider/MediaStore$Files$FileColumns.MEDIA_TYPE_PLAYLIST,4 -15,Android.Provider.MediaType,Video,I:android/provider/MediaStore$Files$FileColumns.MEDIA_TYPE_VIDEO,3 -10,Android.Provider.VideoThumbnailKind,FullScreenKind,android/provider/MediaStore$Video$Thumbnails.FULL_SCREEN_KIND,2 -10,Android.Provider.VideoThumbnailKind,MicroKind,android/provider/MediaStore$Video$Thumbnails.MICRO_KIND,3 -10,Android.Provider.VideoThumbnailKind,MiniKind,android/provider/MediaStore$Video$Thumbnails.MINI_KIND,1 -19,Android.Provider.SecurityLocationMode,BatterySaving,android/provider/Settings$Secure.LOCATION_MODE_BATTERY_SAVING,2 -19,Android.Provider.SecurityLocationMode,HighAccuracy,android/provider/Settings$Secure.LOCATION_MODE_HIGH_ACCURACY,3 -19,Android.Provider.SecurityLocationMode,Off,android/provider/Settings$Secure.LOCATION_MODE_OFF,0 -19,Android.Provider.SecurityLocationMode,SensorsOnly,android/provider/Settings$Secure.LOCATION_MODE_SENSORS_ONLY,1 -10,Android.Provider.ScreenBrightness,ModeAutomatic,android/provider/Settings$System.SCREEN_BRIGHTNESS_MODE_AUTOMATIC,1 -10,Android.Provider.ScreenBrightness,ModeManual,android/provider/Settings$System.SCREEN_BRIGHTNESS_MODE_MANUAL,0 -10,Android.Provider.WifiSleepPolicy,Default,android/provider/Settings$System.WIFI_SLEEP_POLICY_DEFAULT,0 -10,Android.Provider.WifiSleepPolicy,Never,android/provider/Settings$System.WIFI_SLEEP_POLICY_NEVER,2 -10,Android.Provider.WifiSleepPolicy,NeverWhilePlugged,android/provider/Settings$System.WIFI_SLEEP_POLICY_NEVER_WHILE_PLUGGED,1 -19,Android.Provider.MessageBoxType,All,I:android/provider/Telephony.BaseMmsColumns.MESSAGE_BOX_ALL,0 -19,Android.Provider.MessageBoxType,Drafts,I:android/provider/Telephony.BaseMmsColumns.MESSAGE_BOX_DRAFTS,3 -21,Android.Provider.MessageBoxType,Failed,I:android/provider/Telephony.BaseMmsColumns.MESSAGE_BOX_FAILED,5 -19,Android.Provider.MessageBoxType,Inbox,I:android/provider/Telephony.BaseMmsColumns.MESSAGE_BOX_INBOX,1 -19,Android.Provider.MessageBoxType,Outbox,I:android/provider/Telephony.BaseMmsColumns.MESSAGE_BOX_OUTBOX,4 -19,Android.Provider.MessageBoxType,Sent,I:android/provider/Telephony.BaseMmsColumns.MESSAGE_BOX_SENT,2 -19,Android.Provider.MmsSmsErrorType,NoError,android/provider/Telephony.MmsSms.NO_ERROR,0 -19,Android.Provider.MmsSmsErrorType,Generic,android/provider/Telephony.MmsSms.ERR_TYPE_GENERIC,1 -19,Android.Provider.MmsSmsErrorType,GenericPermanent,android/provider/Telephony.MmsSms.ERR_TYPE_GENERIC_PERMANENT,10 -19,Android.Provider.MmsSmsErrorType,MmsProtoPermanent,android/provider/Telephony.MmsSms.ERR_TYPE_MMS_PROTO_PERMANENT,12 -19,Android.Provider.MmsSmsErrorType,MmsProtoTransient,android/provider/Telephony.MmsSms.ERR_TYPE_MMS_PROTO_TRANSIENT,3 -19,Android.Provider.MmsSmsErrorType,SmsProtoPermanent,android/provider/Telephony.MmsSms.ERR_TYPE_SMS_PROTO_PERMANENT,11 -19,Android.Provider.MmsSmsErrorType,SmsProtoTransient,android/provider/Telephony.MmsSms.ERR_TYPE_SMS_PROTO_TRANSIENT,2 -19,Android.Provider.MmsSmsErrorType,TransportFailure,android/provider/Telephony.MmsSms.ERR_TYPE_TRANSPORT_FAILURE,4 -19,Android.Provider.MmsSmsProtocol,MmsProto,android/provider/Telephony.MmsSms.MMS_PROTO,1 -19,Android.Provider.MmsSmsProtocol,SmsProto,android/provider/Telephony.MmsSms.SMS_PROTO,0 -19,Android.Provider.SmsIntentResult,Duplicated,android/provider/Telephony.Sms.Intents.RESULT_SMS_DUPLICATED,5 -19,Android.Provider.SmsIntentResult,GenericError,android/provider/Telephony.Sms.Intents.RESULT_SMS_GENERIC_ERROR,2 -19,Android.Provider.SmsIntentResult,Handled,android/provider/Telephony.Sms.Intents.RESULT_SMS_HANDLED,1 -19,Android.Provider.SmsIntentResult,OutOfMemory,android/provider/Telephony.Sms.Intents.RESULT_SMS_OUT_OF_MEMORY,3 -19,Android.Provider.SmsIntentResult,Unsupported,android/provider/Telephony.Sms.Intents.RESULT_SMS_UNSUPPORTED,4 -19,Android.Provider.SmsMessageType,All,I:android/provider/Telephony.TextBasedSmsColumns.MESSAGE_TYPE_ALL,0 -19,Android.Provider.SmsMessageType,Draft,I:android/provider/Telephony.TextBasedSmsColumns.MESSAGE_TYPE_DRAFT,3 -19,Android.Provider.SmsMessageType,Failed,I:android/provider/Telephony.TextBasedSmsColumns.MESSAGE_TYPE_FAILED,5 -19,Android.Provider.SmsMessageType,Inbox,I:android/provider/Telephony.TextBasedSmsColumns.MESSAGE_TYPE_INBOX,1 -19,Android.Provider.SmsMessageType,Outbox,I:android/provider/Telephony.TextBasedSmsColumns.MESSAGE_TYPE_OUTBOX,4 -19,Android.Provider.SmsMessageType,Queued,I:android/provider/Telephony.TextBasedSmsColumns.MESSAGE_TYPE_QUEUED,6 -19,Android.Provider.SmsMessageType,Sent,I:android/provider/Telephony.TextBasedSmsColumns.MESSAGE_TYPE_SENT,2 -19,Android.Provider.SmsStatus,Complete,I:android/provider/Telephony.TextBasedSmsColumns.STATUS_COMPLETE,0 -19,Android.Provider.SmsStatus,Failed,I:android/provider/Telephony.TextBasedSmsColumns.STATUS_FAILED,64 -19,Android.Provider.SmsStatus,None,I:android/provider/Telephony.TextBasedSmsColumns.STATUS_NONE,-1 -19,Android.Provider.SmsStatus,Pending,I:android/provider/Telephony.TextBasedSmsColumns.STATUS_PENDING,32 -19,Android.Provider.ThreadType,BroadcastThread,android/provider/Telephony.Threads.BROADCAST_THREAD,1 -19,Android.Provider.ThreadType,CommonThread,android/provider/Telephony.Threads.COMMON_THREAD,0 -15,Android.Provider.VoicemailConfigurationState,CanBeConfigured,android/provider/VoicemailContract$Status.CONFIGURATION_STATE_CAN_BE_CONFIGURED,2 -25,Android.Provider.VoicemailConfigurationState,Configuring,android/provider/VoicemailContract$Status.CONFIGURATION_STATE_CONFIGURING,3 -25,Android.Provider.VoicemailConfigurationState,Disabled,android/provider/VoicemailContract$Status.CONFIGURATION_STATE_DISABLED,5 -25,Android.Provider.VoicemailConfigurationState,Failed,android/provider/VoicemailContract$Status.CONFIGURATION_STATE_FAILED,4 -15,Android.Provider.VoicemailConfigurationState,NotConfigured,android/provider/VoicemailContract$Status.CONFIGURATION_STATE_NOT_CONFIGURED,1 -15,Android.Provider.VoicemailConfigurationState,Ok,android/provider/VoicemailContract$Status.CONFIGURATION_STATE_OK,0 -24,Android.Provider.VoicemailDataChannelState,BadConfiguration,android/provider/VoicemailContract$Status.DATA_CHANNEL_STATE_BAD_CONFIGURATION,3 -24,Android.Provider.VoicemailDataChannelState,CommunicationError,android/provider/VoicemailContract$Status.DATA_CHANNEL_STATE_COMMUNICATION_ERROR,4 -15,Android.Provider.VoicemailDataChannelState,NoConnection,android/provider/VoicemailContract$Status.DATA_CHANNEL_STATE_NO_CONNECTION,1 -24,Android.Provider.VoicemailDataChannelState,NoConnectionCellularRequired,android/provider/VoicemailContract$Status.DATA_CHANNEL_STATE_NO_CONNECTION_CELLULAR_REQUIRED,2 -15,Android.Provider.VoicemailDataChannelState,Ok,android/provider/VoicemailContract$Status.DATA_CHANNEL_STATE_OK,0 -24,Android.Provider.VoicemailDataChannelState,ServerConnectionError,android/provider/VoicemailContract$Status.DATA_CHANNEL_STATE_SERVER_CONNECTION_ERROR,6 -24,Android.Provider.VoicemailDataChannelState,ServerError,android/provider/VoicemailContract$Status.DATA_CHANNEL_STATE_SERVER_ERROR,5 -15,Android.Provider.VoicemailNotificationChannelState,MessageWaiting,android/provider/VoicemailContract$Status.NOTIFICATION_CHANNEL_STATE_MESSAGE_WAITING,2 -15,Android.Provider.VoicemailNotificationChannelState,NoConnection,android/provider/VoicemailContract$Status.NOTIFICATION_CHANNEL_STATE_NO_CONNECTION,1 -15,Android.Provider.VoicemailNotificationChannelState,Ok,android/provider/VoicemailContract$Status.NOTIFICATION_CHANNEL_STATE_OK,0 -10,Android.Speech.SpeechRecognizerError,Audio,android/speech/SpeechRecognizer.ERROR_AUDIO,3 -10,Android.Speech.SpeechRecognizerError,Client,android/speech/SpeechRecognizer.ERROR_CLIENT,5 -10,Android.Speech.SpeechRecognizerError,InsufficientPermissions,android/speech/SpeechRecognizer.ERROR_INSUFFICIENT_PERMISSIONS,9 -10,Android.Speech.SpeechRecognizerError,Network,android/speech/SpeechRecognizer.ERROR_NETWORK,2 -10,Android.Speech.SpeechRecognizerError,NetworkTimeout,android/speech/SpeechRecognizer.ERROR_NETWORK_TIMEOUT,1 -10,Android.Speech.SpeechRecognizerError,NoMatch,android/speech/SpeechRecognizer.ERROR_NO_MATCH,7 -10,Android.Speech.SpeechRecognizerError,RecognizerBusy,android/speech/SpeechRecognizer.ERROR_RECOGNIZER_BUSY,8 -10,Android.Speech.SpeechRecognizerError,Server,android/speech/SpeechRecognizer.ERROR_SERVER,4 -10,Android.Speech.SpeechRecognizerError,SpeechTimeout,android/speech/SpeechRecognizer.ERROR_SPEECH_TIMEOUT,6 -23,Android.Service.Voice.ToucheableInsetsType,Content,android/service/voice/VoiceInteractionSession.Insets.TOUCHABLE_INSETS_CONTENT,1 -23,Android.Service.Voice.ToucheableInsetsType,Frame,android/service/voice/VoiceInteractionSession.Insets.TOUCHABLE_INSETS_FRAME,0 -23,Android.Service.Voice.ToucheableInsetsType,Region,android/service/voice/VoiceInteractionSession.Insets.TOUCHABLE_INSETS_REGION,3 -21,Android.Telephony.IccOpenLogicalChannelResponseStatus,MissingResource,android/telephony/IccOpenLogicalChannelResponse.STATUS_MISSING_RESOURCE,2 -21,Android.Telephony.IccOpenLogicalChannelResponseStatus,NoError,android/telephony/IccOpenLogicalChannelResponse.STATUS_NO_ERROR,1 -21,Android.Telephony.IccOpenLogicalChannelResponseStatus,NoSuchElement,android/telephony/IccOpenLogicalChannelResponse.STATUS_NO_SUCH_ELEMENT,3 -21,Android.Telephony.IccOpenLogicalChannelResponseStatus,UnknownError,android/telephony/IccOpenLogicalChannelResponse.STATUS_UNKNOWN_ERROR,4 -10,Android.Telephony.PhoneNumberToa,International,android/telephony/PhoneNumberUtils.TOA_International,145 -10,Android.Telephony.PhoneNumberToa,Unknown,android/telephony/PhoneNumberUtils.TOA_Unknown,129 -10,Android.Telephony.Gsm.SmsResultError,GenericFailure,android/telephony/gsm/SmsManager.RESULT_ERROR_GENERIC_FAILURE,1 -10,Android.Telephony.Gsm.SmsResultError,NoService,android/telephony/gsm/SmsManager.RESULT_ERROR_NO_SERVICE,4 -10,Android.Telephony.Gsm.SmsResultError,NullPdu,android/telephony/gsm/SmsManager.RESULT_ERROR_NULL_PDU,3 -10,Android.Telephony.Gsm.SmsResultError,RadioOff,android/telephony/gsm/SmsManager.RESULT_ERROR_RADIO_OFF,2 -10,Android.Telephony.Gsm.SmsStatusOnSim,Free,android/telephony/gsm/SmsManager.STATUS_ON_SIM_FREE,0 -10,Android.Telephony.Gsm.SmsStatusOnSim,Read,android/telephony/gsm/SmsManager.STATUS_ON_SIM_READ,1 -10,Android.Telephony.Gsm.SmsStatusOnSim,Sent,android/telephony/gsm/SmsManager.STATUS_ON_SIM_SENT,5 -10,Android.Telephony.Gsm.SmsStatusOnSim,Unread,android/telephony/gsm/SmsManager.STATUS_ON_SIM_UNREAD,3 -10,Android.Telephony.Gsm.SmsStatusOnSim,Unsent,android/telephony/gsm/SmsManager.STATUS_ON_SIM_UNSENT,7 -10,Android.Text.EastAsianWidth,AsianWidthAmbiguous,android/text/AndroidCharacter.EAST_ASIAN_WIDTH_AMBIGUOUS,1 -10,Android.Text.EastAsianWidth,AsianWidthFullWidth,android/text/AndroidCharacter.EAST_ASIAN_WIDTH_FULL_WIDTH,3 -10,Android.Text.EastAsianWidth,AsianWidthHalfWidth,android/text/AndroidCharacter.EAST_ASIAN_WIDTH_HALF_WIDTH,2 -10,Android.Text.EastAsianWidth,AsianWidthNarrow,android/text/AndroidCharacter.EAST_ASIAN_WIDTH_NARROW,4 -10,Android.Text.EastAsianWidth,AsianWidthNeutral,android/text/AndroidCharacter.EAST_ASIAN_WIDTH_NEUTRAL,0 -10,Android.Text.EastAsianWidth,AsianWidthWide,android/text/AndroidCharacter.EAST_ASIAN_WIDTH_WIDE,5 -15,Android.Text.Style.SuggestionSpanFlags,AutoCorrection,android/text/style/SuggestionSpan.FLAG_AUTO_CORRECTION,4 -15,Android.Text.Style.SuggestionSpanFlags,EasyCorrect,android/text/style/SuggestionSpan.FLAG_EASY_CORRECT,1 -15,Android.Text.Style.SuggestionSpanFlags,Misspelled,android/text/style/SuggestionSpan.FLAG_MISSPELLED,2 -19,Android.Transitions.FadingMode,In,android/transition/Fade.IN,1 -19,Android.Transitions.FadingMode,Out,android/transition/Fade.OUT,2 -21,Android.Transitions.MatchTarget,Id,android/transition/Transition.MATCH_ID,3 -21,Android.Transitions.MatchTarget,Instance,android/transition/Transition.MATCH_INSTANCE,1 -21,Android.Transitions.MatchTarget,ItemId,android/transition/Transition.MATCH_ITEM_ID,4 -21,Android.Transitions.MatchTarget,Name,android/transition/Transition.MATCH_NAME,2 -19,Android.Transitions.TransitionOrdering,Sequential,android/transition/TransitionSet.ORDERING_SEQUENTIAL,1 -19,Android.Transitions.TransitionOrdering,Together,android/transition/TransitionSet.ORDERING_TOGETHER,0 -10,Android.Util.Base64Flags,Crlf,android/util/Base64.CRLF,4 -10,Android.Util.Base64Flags,Default,android/util/Base64.DEFAULT,0 -10,Android.Util.Base64Flags,NoClose,android/util/Base64.NO_CLOSE,16 -10,Android.Util.Base64Flags,NoPadding,android/util/Base64.NO_PADDING,1 -10,Android.Util.Base64Flags,NoWrap,android/util/Base64.NO_WRAP,2 -10,Android.Util.Base64Flags,UrlSafe,android/util/Base64.URL_SAFE,8 -29,Android.Util.DisplayMetricsDensity,D140,android/util/DisplayMetrics.DENSITY_140,140 -29,Android.Util.DisplayMetricsDensity,D180,android/util/DisplayMetrics.DENSITY_180,180 -29,Android.Util.DisplayMetricsDensity,D200,android/util/DisplayMetrics.DENSITY_200,200 -29,Android.Util.DisplayMetricsDensity,D220,android/util/DisplayMetrics.DENSITY_220,220 -25,Android.Util.DisplayMetricsDensity,D260,android/util/DisplayMetrics.DENSITY_260,260 -22,Android.Util.DisplayMetricsDensity,D280,android/util/DisplayMetrics.DENSITY_280,280 -25,Android.Util.DisplayMetricsDensity,D300,android/util/DisplayMetrics.DENSITY_300,300 -25,Android.Util.DisplayMetricsDensity,D340,android/util/DisplayMetrics.DENSITY_340,340 -23,Android.Util.DisplayMetricsDensity,D360,android/util/DisplayMetrics.DENSITY_360,360 -19,Android.Util.DisplayMetricsDensity,D400,android/util/DisplayMetrics.DENSITY_400,400 -23,Android.Util.DisplayMetricsDensity,D420,android/util/DisplayMetrics.DENSITY_420,420 -28,Android.Util.DisplayMetricsDensity,D440,android/util/DisplayMetrics.DENSITY_440,440 -21,Android.Util.DisplayMetricsDensity,D560,android/util/DisplayMetrics.DENSITY_560,560 -29,Android.Util.DisplayMetricsDensity,D600,android/util/DisplayMetrics.DENSITY_600,600 -10,Android.Util.DisplayMetricsDensity,Default,android/util/DisplayMetrics.DENSITY_DEFAULT,160 -10,Android.Util.DisplayMetricsDensity,High,android/util/DisplayMetrics.DENSITY_HIGH,240 -10,Android.Util.DisplayMetricsDensity,Low,android/util/DisplayMetrics.DENSITY_LOW,120 -10,Android.Util.DisplayMetricsDensity,Medium,android/util/DisplayMetrics.DENSITY_MEDIUM,160 -15,Android.Util.DisplayMetricsDensity,Tv,android/util/DisplayMetrics.DENSITY_TV,213 -10,Android.Util.DisplayMetricsDensity,Xhigh,android/util/DisplayMetrics.DENSITY_XHIGH,320 -16,Android.Util.DisplayMetricsDensity,Xxhigh,android/util/DisplayMetrics.DENSITY_XXHIGH,480 -18,Android.Util.DisplayMetricsDensity,Xxxhigh,android/util/DisplayMetrics.DENSITY_XXXHIGH,640 -19,Android.Util.LayoutDirections,Inherit,android/util/LayoutDirection.INHERIT,2 -19,Android.Util.LayoutDirections,Locale,android/util/LayoutDirection.LOCALE,3 -19,Android.Util.LayoutDirections,Ltr,android/util/LayoutDirection.LTR,0 -19,Android.Util.LayoutDirections,Rtl,android/util/LayoutDirection.RTL,1 -19,Android.Views.Accessibility.ContentChangeTypes,ContentDescription,android/view/accessibility/AccessibilityEvent.CONTENT_CHANGE_TYPE_CONTENT_DESCRIPTION,4 -28,Android.Views.Accessibility.ContentChangeTypes,PaneAppeared,android/view/accessibility/AccessibilityEvent.CONTENT_CHANGE_TYPE_PANE_APPEARED,16 -28,Android.Views.Accessibility.ContentChangeTypes,PaneDisappeared,android/view/accessibility/AccessibilityEvent.CONTENT_CHANGE_TYPE_PANE_DISAPPEARED,32 -28,Android.Views.Accessibility.ContentChangeTypes,PaneTitle,android/view/accessibility/AccessibilityEvent.CONTENT_CHANGE_TYPE_PANE_TITLE,8 -19,Android.Views.Accessibility.ContentChangeTypes,Subtree,android/view/accessibility/AccessibilityEvent.CONTENT_CHANGE_TYPE_SUBTREE,1 -19,Android.Views.Accessibility.ContentChangeTypes,Text,android/view/accessibility/AccessibilityEvent.CONTENT_CHANGE_TYPE_TEXT,2 -19,Android.Views.Accessibility.ContentChangeTypes,Undefined,android/view/accessibility/AccessibilityEvent.CONTENT_CHANGE_TYPE_UNDEFINED,0 -16,Android.Views.Accessibility.Action,AccessibilityFocus,android/view/accessibility/AccessibilityNodeInfo.ACTION_ACCESSIBILITY_FOCUS,64 -16,Android.Views.Accessibility.Action,ClearAccessibilityFocus,android/view/accessibility/AccessibilityNodeInfo.ACTION_CLEAR_ACCESSIBILITY_FOCUS,128 -15,Android.Views.Accessibility.Action,ClearFocus,android/view/accessibility/AccessibilityNodeInfo.ACTION_CLEAR_FOCUS,2 -15,Android.Views.Accessibility.Action,ClearSelection,android/view/accessibility/AccessibilityNodeInfo.ACTION_CLEAR_SELECTION,8 -16,Android.Views.Accessibility.Action,Click,android/view/accessibility/AccessibilityNodeInfo.ACTION_CLICK,16 -19,Android.Views.Accessibility.Action,Collapse,android/view/accessibility/AccessibilityNodeInfo.ACTION_COLLAPSE,524288 -18,Android.Views.Accessibility.Action,Copy,android/view/accessibility/AccessibilityNodeInfo.ACTION_COPY,16384 -18,Android.Views.Accessibility.Action,Cut,android/view/accessibility/AccessibilityNodeInfo.ACTION_CUT,65536 -19,Android.Views.Accessibility.Action,Dismiss,android/view/accessibility/AccessibilityNodeInfo.ACTION_DISMISS,1048576 -19,Android.Views.Accessibility.Action,Expand,android/view/accessibility/AccessibilityNodeInfo.ACTION_EXPAND,262144 -15,Android.Views.Accessibility.Action,Focus,android/view/accessibility/AccessibilityNodeInfo.ACTION_FOCUS,1 -16,Android.Views.Accessibility.Action,LongClick,android/view/accessibility/AccessibilityNodeInfo.ACTION_LONG_CLICK,32 -16,Android.Views.Accessibility.Action,NextAtMovementGranularity,android/view/accessibility/AccessibilityNodeInfo.ACTION_NEXT_AT_MOVEMENT_GRANULARITY,256 -16,Android.Views.Accessibility.Action,NextHtmlElement,android/view/accessibility/AccessibilityNodeInfo.ACTION_NEXT_HTML_ELEMENT,1024 -18,Android.Views.Accessibility.Action,Paste,android/view/accessibility/AccessibilityNodeInfo.ACTION_PASTE,32768 -16,Android.Views.Accessibility.Action,PreviousAtMovementGranularity,android/view/accessibility/AccessibilityNodeInfo.ACTION_PREVIOUS_AT_MOVEMENT_GRANULARITY,512 -16,Android.Views.Accessibility.Action,PreviousHtmlElement,android/view/accessibility/AccessibilityNodeInfo.ACTION_PREVIOUS_HTML_ELEMENT,2048 -16,Android.Views.Accessibility.Action,ScrollBackward,android/view/accessibility/AccessibilityNodeInfo.ACTION_SCROLL_BACKWARD,8192 -16,Android.Views.Accessibility.Action,ScrollForward,android/view/accessibility/AccessibilityNodeInfo.ACTION_SCROLL_FORWARD,4096 -15,Android.Views.Accessibility.Action,Select,android/view/accessibility/AccessibilityNodeInfo.ACTION_SELECT,4 -18,Android.Views.Accessibility.Action,SetSelection,android/view/accessibility/AccessibilityNodeInfo.ACTION_SET_SELECTION,131072 -21,Android.Views.Accessibility.Action,SetText,android/view/accessibility/AccessibilityNodeInfo.ACTION_SET_TEXT,2097152 -16,Android.Views.Accessibility.NodeFocus,Accessibility,android/view/accessibility/AccessibilityNodeInfo.FOCUS_ACCESSIBILITY,2 -16,Android.Views.Accessibility.NodeFocus,Input,android/view/accessibility/AccessibilityNodeInfo.FOCUS_INPUT,1 -16,Android.Views.Accessibility.MovementGranularity,Character,android/view/accessibility/AccessibilityNodeInfo.MOVEMENT_GRANULARITY_CHARACTER,1 -16,Android.Views.Accessibility.MovementGranularity,Line,android/view/accessibility/AccessibilityNodeInfo.MOVEMENT_GRANULARITY_LINE,4 -16,Android.Views.Accessibility.MovementGranularity,Page,android/view/accessibility/AccessibilityNodeInfo.MOVEMENT_GRANULARITY_PAGE,16 -16,Android.Views.Accessibility.MovementGranularity,Paragraph,android/view/accessibility/AccessibilityNodeInfo.MOVEMENT_GRANULARITY_PARAGRAPH,8 -16,Android.Views.Accessibility.MovementGranularity,Word,android/view/accessibility/AccessibilityNodeInfo.MOVEMENT_GRANULARITY_WORD,2 -21,Android.Views.Accessibility.SelectionMode,Multiple,android/view/accessibility/AccessibilityNodeInfo.CollectionInfo.SELECTION_MODE_MULTIPLE,2 -21,Android.Views.Accessibility.SelectionMode,None,android/view/accessibility/AccessibilityNodeInfo.CollectionInfo.SELECTION_MODE_NONE,0 -21,Android.Views.Accessibility.SelectionMode,Single,android/view/accessibility/AccessibilityNodeInfo.CollectionInfo.SELECTION_MODE_SINGLE,1 -19,Android.Views.Accessibility.RangeType,Float,android/view/accessibility/AccessibilityNodeInfo.RangeInfo.RANGE_TYPE_FLOAT,1 -19,Android.Views.Accessibility.RangeType,Int,android/view/accessibility/AccessibilityNodeInfo.RangeInfo.RANGE_TYPE_INT,0 -19,Android.Views.Accessibility.RangeType,Percent,android/view/accessibility/AccessibilityNodeInfo.RangeInfo.RANGE_TYPE_PERCENT,2 -27,Android.Views.Accessibility.AccessibilityRequestTypes,ExtraData,android/view/accessibility/AccessibilityRequestPreparer.REQUEST_TYPE_EXTRA_DATA,1 -22,Android.Views.Accessibility.AccessibilityWindowType,AccessibilityOverlay,android/view/accessibility/AccessibilityWindowInfo.TYPE_ACCESSIBILITY_OVERLAY,4 -21,Android.Views.Accessibility.AccessibilityWindowType,Application,android/view/accessibility/AccessibilityWindowInfo.TYPE_APPLICATION,1 -21,Android.Views.Accessibility.AccessibilityWindowType,InputMethod,android/view/accessibility/AccessibilityWindowInfo.TYPE_INPUT_METHOD,2 -24,Android.Views.Accessibility.AccessibilityWindowType,SplitScreenDivider,android/view/accessibility/AccessibilityWindowInfo.TYPE_SPLIT_SCREEN_DIVIDER,5 -21,Android.Views.Accessibility.AccessibilityWindowType,System,android/view/accessibility/AccessibilityWindowInfo.TYPE_SYSTEM,3 -21,Android.Views.Accessibility.CaptionStyles,Depressed,android/view/accessibility/CaptioningManager.CaptionStyle.EDGE_TYPE_DEPRESSED,4 -19,Android.Views.Accessibility.CaptionStyles,DropShadow,android/view/accessibility/CaptioningManager.CaptionStyle.EDGE_TYPE_DROP_SHADOW,2 -19,Android.Views.Accessibility.CaptionStyles,None,android/view/accessibility/CaptioningManager.CaptionStyle.EDGE_TYPE_NONE,0 -19,Android.Views.Accessibility.CaptionStyles,Outline,android/view/accessibility/CaptioningManager.CaptionStyle.EDGE_TYPE_OUTLINE,1 -21,Android.Views.Accessibility.CaptionStyles,Raised,android/view/accessibility/CaptioningManager.CaptionStyle.EDGE_TYPE_RAISED,3 -21,Android.Views.Accessibility.CaptionStyles,Unspecified,android/view/accessibility/CaptioningManager.CaptionStyle.EDGE_TYPE_UNSPECIFIED,-1 -18,Android.Views.ViewLayoutMode,ClipBounds,android/view/ViewGroup.LAYOUT_MODE_CLIP_BOUNDS,0 -18,Android.Views.ViewLayoutMode,OpticalBounds,android/view/ViewGroup.LAYOUT_MODE_OPTICAL_BOUNDS,1 -10,Android.Views.WindowManagerEventType,AlphaChanged,android/view/WindowManager$LayoutParams.ALPHA_CHANGED,128 -10,Android.Views.WindowManagerEventType,AnimationChanged,android/view/WindowManager$LayoutParams.ANIMATION_CHANGED,16 -10,Android.Views.WindowManagerEventType,DimAmountChanged,android/view/WindowManager$LayoutParams.DIM_AMOUNT_CHANGED,32 -10,Android.Views.WindowManagerEventType,FlagsChanged,android/view/WindowManager$LayoutParams.FLAGS_CHANGED,4 -10,Android.Views.WindowManagerEventType,FormatChanged,android/view/WindowManager$LayoutParams.FORMAT_CHANGED,8 -10,Android.Views.WindowManagerEventType,LayoutChanged,android/view/WindowManager$LayoutParams.LAYOUT_CHANGED,1 -10,Android.Views.WindowManagerEventType,MemoryTypeChanged,android/view/WindowManager$LayoutParams.MEMORY_TYPE_CHANGED,256 -18,Android.Views.WindowManagerEventType,RotationAnimationChanged,android/view/WindowManager$LayoutParams.ROTATION_ANIMATION_CHANGED,4096 -10,Android.Views.WindowManagerEventType,ScreenBrightnessChanged,android/view/WindowManager$LayoutParams.SCREEN_BRIGHTNESS_CHANGED,2048 -10,Android.Views.WindowManagerEventType,ScreenOrientationChanged,android/view/WindowManager$LayoutParams.SCREEN_ORIENTATION_CHANGED,1024 -10,Android.Views.WindowManagerEventType,SoftInputModeChanged,android/view/WindowManager$LayoutParams.SOFT_INPUT_MODE_CHANGED,512 -10,Android.Views.WindowManagerEventType,TitleChanged,android/view/WindowManager$LayoutParams.TITLE_CHANGED,64 -10,Android.Views.WindowManagerEventType,TypeChanged,android/view/WindowManager$LayoutParams.TYPE_CHANGED,2 -18,Android.Views.WindowRotationAnimation,Crossfade,android/view/WindowManager$LayoutParams.ROTATION_ANIMATION_CROSSFADE,1 -18,Android.Views.WindowRotationAnimation,Jumpcut,android/view/WindowManager$LayoutParams.ROTATION_ANIMATION_JUMPCUT,2 -18,Android.Views.WindowRotationAnimation,Rotate,android/view/WindowManager$LayoutParams.ROTATION_ANIMATION_ROTATE,0 -26,Android.Views.WindowRotationAnimation,Seamless,android/view/WindowManager$LayoutParams.ROTATION_ANIMATION_SEAMLESS,3 -10,Android.Views.InputKeyboardType,Alphabetic,android/view/InputDevice.KEYBOARD_TYPE_ALPHABETIC,2 -10,Android.Views.InputKeyboardType,NonAlphabetic,android/view/InputDevice.KEYBOARD_TYPE_NON_ALPHABETIC,1 -10,Android.Views.InputKeyboardType,None,android/view/InputDevice.KEYBOARD_TYPE_NONE,0 -10,Android.Views.MotionRange,Orientation,android/view/InputDevice.MOTION_RANGE_ORIENTATION,8 -10,Android.Views.MotionRange,Pressure,android/view/InputDevice.MOTION_RANGE_PRESSURE,2 -10,Android.Views.MotionRange,Size,android/view/InputDevice.MOTION_RANGE_SIZE,3 -10,Android.Views.MotionRange,ToolMajor,android/view/InputDevice.MOTION_RANGE_TOOL_MAJOR,6 -10,Android.Views.MotionRange,ToolMinor,android/view/InputDevice.MOTION_RANGE_TOOL_MINOR,7 -10,Android.Views.MotionRange,TouchMajor,android/view/InputDevice.MOTION_RANGE_TOUCH_MAJOR,4 -10,Android.Views.MotionRange,TouchMinor,android/view/InputDevice.MOTION_RANGE_TOUCH_MINOR,5 -10,Android.Views.MotionRange,X,android/view/InputDevice.MOTION_RANGE_X,0 -10,Android.Views.MotionRange,Y,android/view/InputDevice.MOTION_RANGE_Y,1 -10,Android.Views.InputSourceType,Any,android/view/InputDevice.SOURCE_ANY,-256 -23,Android.Views.InputSourceType,BluetoothStylus,android/view/InputDevice.SOURCE_BLUETOOTH_STYLUS,49154 -10,Android.Views.InputSourceType,ClassButton,android/view/InputDevice.SOURCE_CLASS_BUTTON,1 -15,Android.Views.InputSourceType,ClassJoystick,android/view/InputDevice.SOURCE_CLASS_JOYSTICK,16 -10,Android.Views.InputSourceType,ClassMask,android/view/InputDevice.SOURCE_CLASS_MASK,255 -18,Android.Views.InputSourceType,ClassNone,android/view/InputDevice.SOURCE_CLASS_NONE,0 -10,Android.Views.InputSourceType,ClassPointer,android/view/InputDevice.SOURCE_CLASS_POINTER,2 -10,Android.Views.InputSourceType,ClassPosition,android/view/InputDevice.SOURCE_CLASS_POSITION,8 -10,Android.Views.InputSourceType,ClassTrackball,android/view/InputDevice.SOURCE_CLASS_TRACKBALL,4 -10,Android.Views.InputSourceType,Dpad,android/view/InputDevice.SOURCE_DPAD,513 -15,Android.Views.InputSourceType,Gamepad,android/view/InputDevice.SOURCE_GAMEPAD,1025 -21,Android.Views.InputSourceType,Hdmi,android/view/InputDevice.SOURCE_HDMI,33554433 -15,Android.Views.InputSourceType,Joystick,android/view/InputDevice.SOURCE_JOYSTICK,16777232 -10,Android.Views.InputSourceType,Keyboard,android/view/InputDevice.SOURCE_KEYBOARD,257 -10,Android.Views.InputSourceType,Mouse,android/view/InputDevice.SOURCE_MOUSE,8194 -26,Android.Views.InputSourceType,MouseRelative,android/view/InputDevice.SOURCE_MOUSE_RELATIVE,131076 -26,Android.Views.InputSourceType,RotaryEncoder,android/view/InputDevice.SOURCE_ROTARY_ENCODER,4194304 -15,Android.Views.InputSourceType,Stylus,android/view/InputDevice.SOURCE_STYLUS,16386 -18,Android.Views.InputSourceType,TouchNavigation,android/view/InputDevice.SOURCE_TOUCH_NAVIGATION,2097152 -10,Android.Views.InputSourceType,Touchpad,android/view/InputDevice.SOURCE_TOUCHPAD,1048584 -10,Android.Views.InputSourceType,Touchscreen,android/view/InputDevice.SOURCE_TOUCHSCREEN,4098 -10,Android.Views.InputSourceType,Trackball,android/view/InputDevice.SOURCE_TRACKBALL,65540 -10,Android.Views.InputSourceType,Unknown,android/view/InputDevice.SOURCE_UNKNOWN,0 -0,Android.Views.InputMethods.TextExtractFlags,None,,0 -10,Android.Views.InputMethods.TextExtractFlags,Monitor,I:android/view/inputmethod/InputConnection.GET_EXTRACTED_TEXT_MONITOR,1 -0,Android.Views.InputMethods.GetTextFlags,None,,0 -10,Android.Views.InputMethods.GetTextFlags,WithStyles,I:android/view/inputmethod/InputConnection.GET_TEXT_WITH_STYLES,1 -15,Android.Views.MotionEventButtonState,Back,android/view/MotionEvent.BUTTON_BACK,8 -15,Android.Views.MotionEventButtonState,Forward,android/view/MotionEvent.BUTTON_FORWARD,16 -15,Android.Views.MotionEventButtonState,Primary,android/view/MotionEvent.BUTTON_PRIMARY,1 -15,Android.Views.MotionEventButtonState,Secondary,android/view/MotionEvent.BUTTON_SECONDARY,2 -23,Android.Views.MotionEventButtonState,StylusPrimary,android/view/MotionEvent.BUTTON_STYLUS_PRIMARY,32 -23,Android.Views.MotionEventButtonState,StylusSecondary,android/view/MotionEvent.BUTTON_STYLUS_SECONDARY,64 -15,Android.Views.MotionEventButtonState,Tertiary,android/view/MotionEvent.BUTTON_TERTIARY,4 -15,Android.Views.MotionEventToolType,Eraser,android/view/MotionEvent.TOOL_TYPE_ERASER,4 -15,Android.Views.MotionEventToolType,Finger,android/view/MotionEvent.TOOL_TYPE_FINGER,1 -15,Android.Views.MotionEventToolType,Mouse,android/view/MotionEvent.TOOL_TYPE_MOUSE,3 -15,Android.Views.MotionEventToolType,Stylus,android/view/MotionEvent.TOOL_TYPE_STYLUS,2 -15,Android.Views.MotionEventToolType,Unknown,android/view/MotionEvent.TOOL_TYPE_UNKNOWN,0 -0,Android.Views.MotionEventFlags,None,,0 -10,Android.Views.MotionEventFlags,WindowIsObscured,android/view/MotionEvent.FLAG_WINDOW_IS_OBSCURED,1 -29,Android.Views.MotionEventFlags,WindowIsPartiallyObscured,android/view/MotionEvent.FLAG_WINDOW_IS_PARTIALLY_OBSCURED,2 -0,Android.Views.TextService.SuggestionsAttributes,None,,0 -15,Android.Views.TextService.SuggestionsAttributes,HasRecommendedSuggestions,android/view/textservice/SuggestionsInfo.RESULT_ATTR_HAS_RECOMMENDED_SUGGESTIONS,4 -15,Android.Views.TextService.SuggestionsAttributes,InTheDictionary,android/view/textservice/SuggestionsInfo.RESULT_ATTR_IN_THE_DICTIONARY,1 -15,Android.Views.TextService.SuggestionsAttributes,LooksLikeTypo,android/view/textservice/SuggestionsInfo.RESULT_ATTR_LOOKS_LIKE_TYPO,2 -0,Android.Views.AutofillFlags,None,,0 -26,Android.Views.AutofillFlags,IncludeNotImportantViews,android/view/View.AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS,1 -26,Android.Views.AutofillType,Date,android/view/View.AUTOFILL_TYPE_DATE,4 -26,Android.Views.AutofillType,List,android/view/View.AUTOFILL_TYPE_LIST,3 -26,Android.Views.AutofillType,None,android/view/View.AUTOFILL_TYPE_NONE,0 -26,Android.Views.AutofillType,Text,android/view/View.AUTOFILL_TYPE_TEXT,1 -26,Android.Views.AutofillType,Toggle,android/view/View.AUTOFILL_TYPE_TOGGLE,2 -15,Android.Views.FindViewsWith,ContentDescription,android/view/View.FIND_VIEWS_WITH_CONTENT_DESCRIPTION,2 -15,Android.Views.FindViewsWith,Text,android/view/View.FIND_VIEWS_WITH_TEXT,1 -26,Android.Views.ViewFocusability,Focusable,android/view/View.FOCUSABLE,1 -26,Android.Views.ViewFocusability,FocusableAuto,android/view/View.FOCUSABLE_AUTO,16 -26,Android.Views.ViewFocusability,NotFocusable,android/view/View.NOT_FOCUSABLE,0 -26,Android.Views.ImportantForAutofill,Auto,android/view/View.IMPORTANT_FOR_AUTOFILL_AUTO,0 -26,Android.Views.ImportantForAutofill,No,android/view/View.IMPORTANT_FOR_AUTOFILL_NO,2 -26,Android.Views.ImportantForAutofill,NoExcludeDescendants,android/view/View.IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS,8 -26,Android.Views.ImportantForAutofill,Yes,android/view/View.IMPORTANT_FOR_AUTOFILL_YES,1 -26,Android.Views.ImportantForAutofill,YesExcludeDescendants,android/view/View.IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS,4 -10,Android.Views.OverScrollMode,Always,android/view/View.OVER_SCROLL_ALWAYS,0 -10,Android.Views.OverScrollMode,IfContentScrolls,android/view/View.OVER_SCROLL_IF_CONTENT_SCROLLS,1 -10,Android.Views.OverScrollMode,Never,android/view/View.OVER_SCROLL_NEVER,2 -16,Android.Views.SystemUiFlags,Fullscreen,android/view/View.SYSTEM_UI_FLAG_FULLSCREEN,4 -15,Android.Views.SystemUiFlags,HideNavigation,android/view/View.SYSTEM_UI_FLAG_HIDE_NAVIGATION,2 -19,Android.Views.SystemUiFlags,Immersive,android/view/View.SYSTEM_UI_FLAG_IMMERSIVE,2048 -19,Android.Views.SystemUiFlags,ImmersiveSticky,android/view/View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY,4096 -16,Android.Views.SystemUiFlags,LayoutFullscreen,android/view/View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN,1024 -16,Android.Views.SystemUiFlags,LayoutHideNavigation,android/view/View.SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION,512 -16,Android.Views.SystemUiFlags,LayoutStable,android/view/View.SYSTEM_UI_FLAG_LAYOUT_STABLE,256 -26,Android.Views.SystemUiFlags,LightNavigationBar,android/view/View.SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR,16 -23,Android.Views.SystemUiFlags,LightStatusBar,android/view/View.SYSTEM_UI_FLAG_LIGHT_STATUS_BAR,8192 -15,Android.Views.SystemUiFlags,LowProfile,android/view/View.SYSTEM_UI_FLAG_LOW_PROFILE,1 -15,Android.Views.SystemUiFlags,Visible,android/view/View.SYSTEM_UI_FLAG_VISIBLE,0 -16,Android.Views.SystemUiFlags,LayoutFlags,android/view/View.SYSTEM_UI_LAYOUT_FLAGS,1536 -19,Android.Views.AccessibilityLiveRegion,Assertive,android/view/View.ACCESSIBILITY_LIVE_REGION_ASSERTIVE,2 -19,Android.Views.AccessibilityLiveRegion,None,android/view/View.ACCESSIBILITY_LIVE_REGION_NONE,0 -19,Android.Views.AccessibilityLiveRegion,Polite,android/view/View.ACCESSIBILITY_LIVE_REGION_POLITE,1 -21,Android.Views.ScrollAxis,Horizontal,android/view/View.SCROLL_AXIS_HORIZONTAL,1 -21,Android.Views.ScrollAxis,None,android/view/View.SCROLL_AXIS_NONE,0 -21,Android.Views.ScrollAxis,Vertical,android/view/View.SCROLL_AXIS_VERTICAL,2 -10,Android.Views.WindowProgress,End,android/view/Window.PROGRESS_END,10000 -10,Android.Views.WindowProgress,IndeterminateOff,android/view/Window.PROGRESS_INDETERMINATE_OFF,-4 -10,Android.Views.WindowProgress,IndeterminateOn,android/view/Window.PROGRESS_INDETERMINATE_ON,-3 -10,Android.Views.WindowProgress,SecondaryEnd,android/view/Window.PROGRESS_SECONDARY_END,30000 -10,Android.Views.WindowProgress,SecondaryStart,android/view/Window.PROGRESS_SECONDARY_START,20000 -10,Android.Views.WindowProgress,Start,android/view/Window.PROGRESS_START,0 -10,Android.Views.WindowProgress,VisibilityOff,android/view/Window.PROGRESS_VISIBILITY_OFF,-2 -10,Android.Views.WindowProgress,VisibilityOn,android/view/Window.PROGRESS_VISIBILITY_ON,-1 -10,Android.Views.InputMethods.ShowFlags,Forced,android/view/inputmethod/InputMethodManager.SHOW_FORCED,2 -10,Android.Views.InputMethods.ShowFlags,Implicit,android/view/inputmethod/InputMethodManager.SHOW_IMPLICIT,1 -21,Android.Webkit.MixedContentHandling,AlwaysAllow,android/webkit/WebSettings.MIXED_CONTENT_ALWAYS_ALLOW,0 -21,Android.Webkit.MixedContentHandling,CompatibilityMode,android/webkit/WebSettings.MIXED_CONTENT_COMPATIBILITY_MODE,2 -21,Android.Webkit.MixedContentHandling,NeverAllow,android/webkit/WebSettings.MIXED_CONTENT_NEVER_ALLOW,1 -15,Android.Widget.GridAlign,Bounds,android/widget/GridLayout.ALIGN_BOUNDS,0 -15,Android.Widget.GridAlign,Margins,android/widget/GridLayout.ALIGN_MARGINS,1 -15,Android.Widget.GridOrientation,Horizontal,android/widget/GridLayout.HORIZONTAL,0 -15,Android.Widget.GridOrientation,Vertical,android/widget/GridLayout.VERTICAL,1 -15,Android.Widget.PositionPrompt,Above,android/widget/ListPopupWindow.POSITION_PROMPT_ABOVE,0 -15,Android.Widget.PositionPrompt,Below,android/widget/ListPopupWindow.POSITION_PROMPT_BELOW,1 -10,Android.Widget.SlidingDrawerOrientation,Horizontal,android/widget/SlidingDrawer.ORIENTATION_HORIZONTAL,0 -10,Android.Widget.SlidingDrawerOrientation,Vertical,android/widget/SlidingDrawer.ORIENTATION_VERTICAL,1 -16,Android.AccessibilityServices.AccessibilityGesture,SwipeDown,android/accessibilityservice/AccessibilityService.GESTURE_SWIPE_DOWN,2 -16,Android.AccessibilityServices.AccessibilityGesture,SwipeDownAndLeft,android/accessibilityservice/AccessibilityService.GESTURE_SWIPE_DOWN_AND_LEFT,15 -16,Android.AccessibilityServices.AccessibilityGesture,SwipeDownAndRight,android/accessibilityservice/AccessibilityService.GESTURE_SWIPE_DOWN_AND_RIGHT,16 -16,Android.AccessibilityServices.AccessibilityGesture,SwipeDownAndUp,android/accessibilityservice/AccessibilityService.GESTURE_SWIPE_DOWN_AND_UP,8 -16,Android.AccessibilityServices.AccessibilityGesture,SwipeLeft,android/accessibilityservice/AccessibilityService.GESTURE_SWIPE_LEFT,3 -16,Android.AccessibilityServices.AccessibilityGesture,SwipeLeftAndDown,android/accessibilityservice/AccessibilityService.GESTURE_SWIPE_LEFT_AND_DOWN,10 -16,Android.AccessibilityServices.AccessibilityGesture,SwipeLeftAndRight,android/accessibilityservice/AccessibilityService.GESTURE_SWIPE_LEFT_AND_RIGHT,5 -16,Android.AccessibilityServices.AccessibilityGesture,SwipeLeftAndUp,android/accessibilityservice/AccessibilityService.GESTURE_SWIPE_LEFT_AND_UP,9 -16,Android.AccessibilityServices.AccessibilityGesture,SwipeRight,android/accessibilityservice/AccessibilityService.GESTURE_SWIPE_RIGHT,4 -16,Android.AccessibilityServices.AccessibilityGesture,SwipeRightAndDown,android/accessibilityservice/AccessibilityService.GESTURE_SWIPE_RIGHT_AND_DOWN,12 -16,Android.AccessibilityServices.AccessibilityGesture,SwipeRightAndLeft,android/accessibilityservice/AccessibilityService.GESTURE_SWIPE_RIGHT_AND_LEFT,6 -16,Android.AccessibilityServices.AccessibilityGesture,SwipeRightAndUp,android/accessibilityservice/AccessibilityService.GESTURE_SWIPE_RIGHT_AND_UP,11 -16,Android.AccessibilityServices.AccessibilityGesture,SwipeUp,android/accessibilityservice/AccessibilityService.GESTURE_SWIPE_UP,1 -16,Android.AccessibilityServices.AccessibilityGesture,SwipeUpAndDown,android/accessibilityservice/AccessibilityService.GESTURE_SWIPE_UP_AND_DOWN,7 -16,Android.AccessibilityServices.AccessibilityGesture,SwipeUpAndLeft,android/accessibilityservice/AccessibilityService.GESTURE_SWIPE_UP_AND_LEFT,13 -16,Android.AccessibilityServices.AccessibilityGesture,SwipeUpAndRight,android/accessibilityservice/AccessibilityService.GESTURE_SWIPE_UP_AND_RIGHT,14 -16,Android.AccessibilityServices.GlobalAction,Back,android/accessibilityservice/AccessibilityService.GLOBAL_ACTION_BACK,1 -16,Android.AccessibilityServices.GlobalAction,Home,android/accessibilityservice/AccessibilityService.GLOBAL_ACTION_HOME,2 -28,Android.AccessibilityServices.GlobalAction,LockScreen,android/accessibilityservice/AccessibilityService.GLOBAL_ACTION_LOCK_SCREEN,8 -16,Android.AccessibilityServices.GlobalAction,Notifications,android/accessibilityservice/AccessibilityService.GLOBAL_ACTION_NOTIFICATIONS,4 -21,Android.AccessibilityServices.GlobalAction,PowerDialog,android/accessibilityservice/AccessibilityService.GLOBAL_ACTION_POWER_DIALOG,6 -17,Android.AccessibilityServices.GlobalAction,QuickSettings,android/accessibilityservice/AccessibilityService.GLOBAL_ACTION_QUICK_SETTINGS,5 -16,Android.AccessibilityServices.GlobalAction,Recents,android/accessibilityservice/AccessibilityService.GLOBAL_ACTION_RECENTS,3 -28,Android.AccessibilityServices.GlobalAction,TakeScreenshot,android/accessibilityservice/AccessibilityService.GLOBAL_ACTION_TAKE_SCREENSHOT,9 -24,Android.AccessibilityServices.GlobalAction,ToggleSplitScreen,android/accessibilityservice/AccessibilityService.GLOBAL_ACTION_TOGGLE_SPLIT_SCREEN,7 -16,Android.App.NotificationPriority,Default,android/app/Notification.PRIORITY_DEFAULT,0 -16,Android.App.NotificationPriority,High,android/app/Notification.PRIORITY_HIGH,1 -16,Android.App.NotificationPriority,Low,android/app/Notification.PRIORITY_LOW,-1 -16,Android.App.NotificationPriority,Max,android/app/Notification.PRIORITY_MAX,2 -16,Android.App.NotificationPriority,Min,android/app/Notification.PRIORITY_MIN,-2 -16,Android.Content.PM.RequestedPermission,Granted,android/content/pm/PackageInfo.REQUESTED_PERMISSION_GRANTED,2 -16,Android.Content.PM.RequestedPermission,Required,android/content/pm/PackageInfo.REQUESTED_PERMISSION_REQUIRED,1 -16,Android.Media.MediaCodecCapabilities,Format12bitrgb444,android/media/MediaCodecInfo$CodecCapabilities.COLOR_Format12bitRGB444,3 -16,Android.Media.MediaCodecCapabilities,Format16bitargb1555,android/media/MediaCodecInfo$CodecCapabilities.COLOR_Format16bitARGB1555,5 -16,Android.Media.MediaCodecCapabilities,Format16bitargb4444,android/media/MediaCodecInfo$CodecCapabilities.COLOR_Format16bitARGB4444,4 -16,Android.Media.MediaCodecCapabilities,Format16bitbgr565,android/media/MediaCodecInfo$CodecCapabilities.COLOR_Format16bitBGR565,7 -16,Android.Media.MediaCodecCapabilities,Format16bitrgb565,android/media/MediaCodecInfo$CodecCapabilities.COLOR_Format16bitRGB565,6 -16,Android.Media.MediaCodecCapabilities,Format18bitargb1665,android/media/MediaCodecInfo$CodecCapabilities.COLOR_Format18bitARGB1665,9 -16,Android.Media.MediaCodecCapabilities,Format18bitbgr666,android/media/MediaCodecInfo$CodecCapabilities.COLOR_Format18BitBGR666,41 -16,Android.Media.MediaCodecCapabilities,Format18bitrgb666,android/media/MediaCodecInfo$CodecCapabilities.COLOR_Format18bitRGB666,8 -16,Android.Media.MediaCodecCapabilities,Format19bitargb1666,android/media/MediaCodecInfo$CodecCapabilities.COLOR_Format19bitARGB1666,10 -16,Android.Media.MediaCodecCapabilities,Format24bitabgr6666,android/media/MediaCodecInfo$CodecCapabilities.COLOR_Format24BitABGR6666,43 -16,Android.Media.MediaCodecCapabilities,Format24bitargb1887,android/media/MediaCodecInfo$CodecCapabilities.COLOR_Format24bitARGB1887,13 -16,Android.Media.MediaCodecCapabilities,Format24bitargb6666,android/media/MediaCodecInfo$CodecCapabilities.COLOR_Format24BitARGB6666,42 -16,Android.Media.MediaCodecCapabilities,Format24bitbgr888,android/media/MediaCodecInfo$CodecCapabilities.COLOR_Format24bitBGR888,12 -16,Android.Media.MediaCodecCapabilities,Format24bitrgb888,android/media/MediaCodecInfo$CodecCapabilities.COLOR_Format24bitRGB888,11 -16,Android.Media.MediaCodecCapabilities,Format25bitargb1888,android/media/MediaCodecInfo$CodecCapabilities.COLOR_Format25bitARGB1888,14 -23,Android.Media.MediaCodecCapabilities,Format32bitabgr8888,android/media/MediaCodecInfo$CodecCapabilities.COLOR_Format32bitABGR8888,2130747392 -16,Android.Media.MediaCodecCapabilities,Format32bitargb8888,android/media/MediaCodecInfo$CodecCapabilities.COLOR_Format32bitARGB8888,16 -16,Android.Media.MediaCodecCapabilities,Format32bitbgra8888,android/media/MediaCodecInfo$CodecCapabilities.COLOR_Format32bitBGRA8888,15 -16,Android.Media.MediaCodecCapabilities,Format8bitrgb332,android/media/MediaCodecInfo$CodecCapabilities.COLOR_Format8bitRGB332,2 -16,Android.Media.MediaCodecCapabilities,Formatcbycry,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatCbYCrY,27 -16,Android.Media.MediaCodecCapabilities,Formatcrycby,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatCrYCbY,28 -16,Android.Media.MediaCodecCapabilities,Formatl16,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatL16,36 -16,Android.Media.MediaCodecCapabilities,Formatl2,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatL2,33 -16,Android.Media.MediaCodecCapabilities,Formatl24,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatL24,37 -16,Android.Media.MediaCodecCapabilities,Formatl32,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatL32,38 -16,Android.Media.MediaCodecCapabilities,Formatl4,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatL4,34 -16,Android.Media.MediaCodecCapabilities,Formatl8,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatL8,35 -16,Android.Media.MediaCodecCapabilities,Formatmonochrome,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatMonochrome,1 -16,Android.Media.MediaCodecCapabilities,Formatrawbayer10bit,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatRawBayer10bit,31 -16,Android.Media.MediaCodecCapabilities,Formatrawbayer8bit,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatRawBayer8bit,30 -16,Android.Media.MediaCodecCapabilities,Formatrawbayer8bitcompressed,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatRawBayer8bitcompressed,32 -23,Android.Media.MediaCodecCapabilities,Formatrgbaflexible,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatRGBAFlexible,2134288520 -23,Android.Media.MediaCodecCapabilities,Formatrgbflexible,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatRGBFlexible,2134292616 -18,Android.Media.MediaCodecCapabilities,Formatsurface,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatSurface,2130708361 -16,Android.Media.MediaCodecCapabilities,Formatycbycr,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatYCbYCr,25 -16,Android.Media.MediaCodecCapabilities,Formatycrycb,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatYCrYCb,26 -16,Android.Media.MediaCodecCapabilities,Formatyuv411packedplanar,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatYUV411PackedPlanar,18 -16,Android.Media.MediaCodecCapabilities,Formatyuv411planar,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatYUV411Planar,17 -21,Android.Media.MediaCodecCapabilities,Formatyuv420flexible,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatYUV420Flexible,2135033992 -16,Android.Media.MediaCodecCapabilities,Formatyuv420packedplanar,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatYUV420PackedPlanar,20 -16,Android.Media.MediaCodecCapabilities,Formatyuv420packedsemiplanar,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatYUV420PackedSemiPlanar,39 -16,Android.Media.MediaCodecCapabilities,Formatyuv420planar,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatYUV420Planar,19 -16,Android.Media.MediaCodecCapabilities,Formatyuv420semiplanar,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatYUV420SemiPlanar,21 -23,Android.Media.MediaCodecCapabilities,Formatyuv422flexible,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatYUV422Flexible,2135042184 -16,Android.Media.MediaCodecCapabilities,Formatyuv422packedplanar,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatYUV422PackedPlanar,23 -16,Android.Media.MediaCodecCapabilities,Formatyuv422packedsemiplanar,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatYUV422PackedSemiPlanar,40 -16,Android.Media.MediaCodecCapabilities,Formatyuv422planar,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatYUV422Planar,22 -16,Android.Media.MediaCodecCapabilities,Formatyuv422semiplanar,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatYUV422SemiPlanar,24 -23,Android.Media.MediaCodecCapabilities,Formatyuv444flexible,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatYUV444Flexible,2135181448 -16,Android.Media.MediaCodecCapabilities,Formatyuv444interleaved,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatYUV444Interleaved,29 -16,Android.Media.MediaCodecCapabilities,QcomFormatyuv420semiplanar,android/media/MediaCodecInfo$CodecCapabilities.COLOR_QCOM_FormatYUV420SemiPlanar,2141391872 -16,Android.Media.MediaCodecCapabilities,TiFormatyuv420packedsemiplanar,android/media/MediaCodecInfo$CodecCapabilities.COLOR_TI_FormatYUV420PackedSemiPlanar,2130706688 -29,Android.Media.MediaCodecProfileLevel,Av1level2,android/media/MediaCodecInfo$CodecProfileLevel.AV1Level2,1 -29,Android.Media.MediaCodecProfileLevel,Av1level21,android/media/MediaCodecInfo$CodecProfileLevel.AV1Level21,2 -29,Android.Media.MediaCodecProfileLevel,Av1level22,android/media/MediaCodecInfo$CodecProfileLevel.AV1Level22,4 -29,Android.Media.MediaCodecProfileLevel,Av1level23,android/media/MediaCodecInfo$CodecProfileLevel.AV1Level23,8 -29,Android.Media.MediaCodecProfileLevel,Av1level3,android/media/MediaCodecInfo$CodecProfileLevel.AV1Level3,16 -29,Android.Media.MediaCodecProfileLevel,Av1level31,android/media/MediaCodecInfo$CodecProfileLevel.AV1Level31,32 -29,Android.Media.MediaCodecProfileLevel,Av1level32,android/media/MediaCodecInfo$CodecProfileLevel.AV1Level32,64 -29,Android.Media.MediaCodecProfileLevel,Av1level33,android/media/MediaCodecInfo$CodecProfileLevel.AV1Level33,128 -29,Android.Media.MediaCodecProfileLevel,Av1level4,android/media/MediaCodecInfo$CodecProfileLevel.AV1Level4,256 -29,Android.Media.MediaCodecProfileLevel,Av1level41,android/media/MediaCodecInfo$CodecProfileLevel.AV1Level41,512 -29,Android.Media.MediaCodecProfileLevel,Av1level42,android/media/MediaCodecInfo$CodecProfileLevel.AV1Level42,1024 -29,Android.Media.MediaCodecProfileLevel,Av1level43,android/media/MediaCodecInfo$CodecProfileLevel.AV1Level43,2048 -29,Android.Media.MediaCodecProfileLevel,Av1level5,android/media/MediaCodecInfo$CodecProfileLevel.AV1Level5,4096 -29,Android.Media.MediaCodecProfileLevel,Av1level51,android/media/MediaCodecInfo$CodecProfileLevel.AV1Level51,8192 -29,Android.Media.MediaCodecProfileLevel,Av1level52,android/media/MediaCodecInfo$CodecProfileLevel.AV1Level52,16384 -29,Android.Media.MediaCodecProfileLevel,Av1level53,android/media/MediaCodecInfo$CodecProfileLevel.AV1Level53,32768 -29,Android.Media.MediaCodecProfileLevel,Av1level6,android/media/MediaCodecInfo$CodecProfileLevel.AV1Level6,65536 -29,Android.Media.MediaCodecProfileLevel,Av1level61,android/media/MediaCodecInfo$CodecProfileLevel.AV1Level61,131072 -29,Android.Media.MediaCodecProfileLevel,Av1level62,android/media/MediaCodecInfo$CodecProfileLevel.AV1Level62,262144 -29,Android.Media.MediaCodecProfileLevel,Av1level63,android/media/MediaCodecInfo$CodecProfileLevel.AV1Level63,524288 -29,Android.Media.MediaCodecProfileLevel,Av1level7,android/media/MediaCodecInfo$CodecProfileLevel.AV1Level7,1048576 -29,Android.Media.MediaCodecProfileLevel,Av1level71,android/media/MediaCodecInfo$CodecProfileLevel.AV1Level71,2097152 -29,Android.Media.MediaCodecProfileLevel,Av1level72,android/media/MediaCodecInfo$CodecProfileLevel.AV1Level72,4194304 -29,Android.Media.MediaCodecProfileLevel,Av1level73,android/media/MediaCodecInfo$CodecProfileLevel.AV1Level73,8388608 -16,Android.Media.MediaCodecProfileLevel,Avclevel1,android/media/MediaCodecInfo$CodecProfileLevel.AVCLevel1,1 -16,Android.Media.MediaCodecProfileLevel,Avclevel11,android/media/MediaCodecInfo$CodecProfileLevel.AVCLevel11,4 -16,Android.Media.MediaCodecProfileLevel,Avclevel12,android/media/MediaCodecInfo$CodecProfileLevel.AVCLevel12,8 -16,Android.Media.MediaCodecProfileLevel,Avclevel13,android/media/MediaCodecInfo$CodecProfileLevel.AVCLevel13,16 -16,Android.Media.MediaCodecProfileLevel,Avclevel1b,android/media/MediaCodecInfo$CodecProfileLevel.AVCLevel1b,2 -16,Android.Media.MediaCodecProfileLevel,Avclevel2,android/media/MediaCodecInfo$CodecProfileLevel.AVCLevel2,32 -16,Android.Media.MediaCodecProfileLevel,Avclevel21,android/media/MediaCodecInfo$CodecProfileLevel.AVCLevel21,64 -16,Android.Media.MediaCodecProfileLevel,Avclevel22,android/media/MediaCodecInfo$CodecProfileLevel.AVCLevel22,128 -16,Android.Media.MediaCodecProfileLevel,Avclevel3,android/media/MediaCodecInfo$CodecProfileLevel.AVCLevel3,256 -16,Android.Media.MediaCodecProfileLevel,Avclevel31,android/media/MediaCodecInfo$CodecProfileLevel.AVCLevel31,512 -16,Android.Media.MediaCodecProfileLevel,Avclevel32,android/media/MediaCodecInfo$CodecProfileLevel.AVCLevel32,1024 -16,Android.Media.MediaCodecProfileLevel,Avclevel4,android/media/MediaCodecInfo$CodecProfileLevel.AVCLevel4,2048 -16,Android.Media.MediaCodecProfileLevel,Avclevel41,android/media/MediaCodecInfo$CodecProfileLevel.AVCLevel41,4096 -16,Android.Media.MediaCodecProfileLevel,Avclevel42,android/media/MediaCodecInfo$CodecProfileLevel.AVCLevel42,8192 -16,Android.Media.MediaCodecProfileLevel,Avclevel5,android/media/MediaCodecInfo$CodecProfileLevel.AVCLevel5,16384 -16,Android.Media.MediaCodecProfileLevel,Avclevel51,android/media/MediaCodecInfo$CodecProfileLevel.AVCLevel51,32768 -21,Android.Media.MediaCodecProfileLevel,Avclevel52,android/media/MediaCodecInfo$CodecProfileLevel.AVCLevel52,65536 -29,Android.Media.MediaCodecProfileLevel,Avclevel6,android/media/MediaCodecInfo$CodecProfileLevel.AVCLevel6,131072 -29,Android.Media.MediaCodecProfileLevel,Avclevel61,android/media/MediaCodecInfo$CodecProfileLevel.AVCLevel61,262144 -29,Android.Media.MediaCodecProfileLevel,Avclevel62,android/media/MediaCodecInfo$CodecProfileLevel.AVCLevel62,524288 -24,Android.Media.MediaCodecProfileLevel,Dolbyvisionlevelfhd24,android/media/MediaCodecInfo$CodecProfileLevel.DolbyVisionLevelFhd24,4 -24,Android.Media.MediaCodecProfileLevel,Dolbyvisionlevelfhd30,android/media/MediaCodecInfo$CodecProfileLevel.DolbyVisionLevelFhd30,8 -24,Android.Media.MediaCodecProfileLevel,Dolbyvisionlevelfhd60,android/media/MediaCodecInfo$CodecProfileLevel.DolbyVisionLevelFhd60,16 -24,Android.Media.MediaCodecProfileLevel,Dolbyvisionlevelhd24,android/media/MediaCodecInfo$CodecProfileLevel.DolbyVisionLevelHd24,1 -24,Android.Media.MediaCodecProfileLevel,Dolbyvisionlevelhd30,android/media/MediaCodecInfo$CodecProfileLevel.DolbyVisionLevelHd30,2 -24,Android.Media.MediaCodecProfileLevel,Dolbyvisionleveluhd24,android/media/MediaCodecInfo$CodecProfileLevel.DolbyVisionLevelUhd24,32 -24,Android.Media.MediaCodecProfileLevel,Dolbyvisionleveluhd30,android/media/MediaCodecInfo$CodecProfileLevel.DolbyVisionLevelUhd30,64 -24,Android.Media.MediaCodecProfileLevel,Dolbyvisionleveluhd48,android/media/MediaCodecInfo$CodecProfileLevel.DolbyVisionLevelUhd48,128 -24,Android.Media.MediaCodecProfileLevel,Dolbyvisionleveluhd60,android/media/MediaCodecInfo$CodecProfileLevel.DolbyVisionLevelUhd60,256 -16,Android.Media.MediaCodecProfileLevel,H263level10,android/media/MediaCodecInfo$CodecProfileLevel.H263Level10,1 -16,Android.Media.MediaCodecProfileLevel,H263level20,android/media/MediaCodecInfo$CodecProfileLevel.H263Level20,2 -16,Android.Media.MediaCodecProfileLevel,H263level30,android/media/MediaCodecInfo$CodecProfileLevel.H263Level30,4 -16,Android.Media.MediaCodecProfileLevel,H263level40,android/media/MediaCodecInfo$CodecProfileLevel.H263Level40,8 -16,Android.Media.MediaCodecProfileLevel,H263level45,android/media/MediaCodecInfo$CodecProfileLevel.H263Level45,16 -16,Android.Media.MediaCodecProfileLevel,H263level50,android/media/MediaCodecInfo$CodecProfileLevel.H263Level50,32 -16,Android.Media.MediaCodecProfileLevel,H263level60,android/media/MediaCodecInfo$CodecProfileLevel.H263Level60,64 -16,Android.Media.MediaCodecProfileLevel,H263level70,android/media/MediaCodecInfo$CodecProfileLevel.H263Level70,128 -21,Android.Media.MediaCodecProfileLevel,Hevchightierlevel1,android/media/MediaCodecInfo$CodecProfileLevel.HEVCHighTierLevel1,2 -21,Android.Media.MediaCodecProfileLevel,Hevchightierlevel2,android/media/MediaCodecInfo$CodecProfileLevel.HEVCHighTierLevel2,8 -21,Android.Media.MediaCodecProfileLevel,Hevchightierlevel21,android/media/MediaCodecInfo$CodecProfileLevel.HEVCHighTierLevel21,32 -21,Android.Media.MediaCodecProfileLevel,Hevchightierlevel3,android/media/MediaCodecInfo$CodecProfileLevel.HEVCHighTierLevel3,128 -21,Android.Media.MediaCodecProfileLevel,Hevchightierlevel31,android/media/MediaCodecInfo$CodecProfileLevel.HEVCHighTierLevel31,512 -21,Android.Media.MediaCodecProfileLevel,Hevchightierlevel4,android/media/MediaCodecInfo$CodecProfileLevel.HEVCHighTierLevel4,2048 -21,Android.Media.MediaCodecProfileLevel,Hevchightierlevel41,android/media/MediaCodecInfo$CodecProfileLevel.HEVCHighTierLevel41,8192 -21,Android.Media.MediaCodecProfileLevel,Hevchightierlevel5,android/media/MediaCodecInfo$CodecProfileLevel.HEVCHighTierLevel5,32768 -21,Android.Media.MediaCodecProfileLevel,Hevchightierlevel51,android/media/MediaCodecInfo$CodecProfileLevel.HEVCHighTierLevel51,131072 -21,Android.Media.MediaCodecProfileLevel,Hevchightierlevel52,android/media/MediaCodecInfo$CodecProfileLevel.HEVCHighTierLevel52,524288 -21,Android.Media.MediaCodecProfileLevel,Hevchightierlevel6,android/media/MediaCodecInfo$CodecProfileLevel.HEVCHighTierLevel6,2097152 -21,Android.Media.MediaCodecProfileLevel,Hevchightierlevel61,android/media/MediaCodecInfo$CodecProfileLevel.HEVCHighTierLevel61,8388608 -21,Android.Media.MediaCodecProfileLevel,Hevchightierlevel62,android/media/MediaCodecInfo$CodecProfileLevel.HEVCHighTierLevel62,33554432 -21,Android.Media.MediaCodecProfileLevel,Hevcmaintierlevel1,android/media/MediaCodecInfo$CodecProfileLevel.HEVCMainTierLevel1,1 -21,Android.Media.MediaCodecProfileLevel,Hevcmaintierlevel2,android/media/MediaCodecInfo$CodecProfileLevel.HEVCMainTierLevel2,4 -21,Android.Media.MediaCodecProfileLevel,Hevcmaintierlevel21,android/media/MediaCodecInfo$CodecProfileLevel.HEVCMainTierLevel21,16 -21,Android.Media.MediaCodecProfileLevel,Hevcmaintierlevel3,android/media/MediaCodecInfo$CodecProfileLevel.HEVCMainTierLevel3,64 -21,Android.Media.MediaCodecProfileLevel,Hevcmaintierlevel31,android/media/MediaCodecInfo$CodecProfileLevel.HEVCMainTierLevel31,256 -21,Android.Media.MediaCodecProfileLevel,Hevcmaintierlevel4,android/media/MediaCodecInfo$CodecProfileLevel.HEVCMainTierLevel4,1024 -21,Android.Media.MediaCodecProfileLevel,Hevcmaintierlevel41,android/media/MediaCodecInfo$CodecProfileLevel.HEVCMainTierLevel41,4096 -21,Android.Media.MediaCodecProfileLevel,Hevcmaintierlevel5,android/media/MediaCodecInfo$CodecProfileLevel.HEVCMainTierLevel5,16384 -21,Android.Media.MediaCodecProfileLevel,Hevcmaintierlevel51,android/media/MediaCodecInfo$CodecProfileLevel.HEVCMainTierLevel51,65536 -21,Android.Media.MediaCodecProfileLevel,Hevcmaintierlevel52,android/media/MediaCodecInfo$CodecProfileLevel.HEVCMainTierLevel52,262144 -21,Android.Media.MediaCodecProfileLevel,Hevcmaintierlevel6,android/media/MediaCodecInfo$CodecProfileLevel.HEVCMainTierLevel6,1048576 -21,Android.Media.MediaCodecProfileLevel,Hevcmaintierlevel61,android/media/MediaCodecInfo$CodecProfileLevel.HEVCMainTierLevel61,4194304 -21,Android.Media.MediaCodecProfileLevel,Hevcmaintierlevel62,android/media/MediaCodecInfo$CodecProfileLevel.HEVCMainTierLevel62,16777216 -23,Android.Media.MediaCodecProfileLevel,Mpeg2levelh14,android/media/MediaCodecInfo$CodecProfileLevel.MPEG2LevelH14,2 -23,Android.Media.MediaCodecProfileLevel,Mpeg2levelhl,android/media/MediaCodecInfo$CodecProfileLevel.MPEG2LevelHL,3 -24,Android.Media.MediaCodecProfileLevel,Mpeg2levelhp,android/media/MediaCodecInfo$CodecProfileLevel.MPEG2LevelHP,4 -23,Android.Media.MediaCodecProfileLevel,Mpeg2levelll,android/media/MediaCodecInfo$CodecProfileLevel.MPEG2LevelLL,0 -23,Android.Media.MediaCodecProfileLevel,Mpeg2levelml,android/media/MediaCodecInfo$CodecProfileLevel.MPEG2LevelML,1 -16,Android.Media.MediaCodecProfileLevel,Mpeg4level0,android/media/MediaCodecInfo$CodecProfileLevel.MPEG4Level0,1 -16,Android.Media.MediaCodecProfileLevel,Mpeg4level0b,android/media/MediaCodecInfo$CodecProfileLevel.MPEG4Level0b,2 -16,Android.Media.MediaCodecProfileLevel,Mpeg4level1,android/media/MediaCodecInfo$CodecProfileLevel.MPEG4Level1,4 -16,Android.Media.MediaCodecProfileLevel,Mpeg4level2,android/media/MediaCodecInfo$CodecProfileLevel.MPEG4Level2,8 -16,Android.Media.MediaCodecProfileLevel,Mpeg4level3,android/media/MediaCodecInfo$CodecProfileLevel.MPEG4Level3,16 -24,Android.Media.MediaCodecProfileLevel,Mpeg4level3b,android/media/MediaCodecInfo$CodecProfileLevel.MPEG4Level3b,24 -16,Android.Media.MediaCodecProfileLevel,Mpeg4level4,android/media/MediaCodecInfo$CodecProfileLevel.MPEG4Level4,32 -16,Android.Media.MediaCodecProfileLevel,Mpeg4level4a,android/media/MediaCodecInfo$CodecProfileLevel.MPEG4Level4a,64 -16,Android.Media.MediaCodecProfileLevel,Mpeg4level5,android/media/MediaCodecInfo$CodecProfileLevel.MPEG4Level5,128 -24,Android.Media.MediaCodecProfileLevel,Mpeg4level6,android/media/MediaCodecInfo$CodecProfileLevel.MPEG4Level6,256 -18,Android.Media.MediaCodecProfileLevel,Vp8levelVersion0,android/media/MediaCodecInfo$CodecProfileLevel.VP8Level_Version0,1 -18,Android.Media.MediaCodecProfileLevel,Vp8levelVersion1,android/media/MediaCodecInfo$CodecProfileLevel.VP8Level_Version1,2 -18,Android.Media.MediaCodecProfileLevel,Vp8levelVersion2,android/media/MediaCodecInfo$CodecProfileLevel.VP8Level_Version2,4 -18,Android.Media.MediaCodecProfileLevel,Vp8levelVersion3,android/media/MediaCodecInfo$CodecProfileLevel.VP8Level_Version3,8 -24,Android.Media.MediaCodecProfileLevel,Vp9level1,android/media/MediaCodecInfo$CodecProfileLevel.VP9Level1,1 -24,Android.Media.MediaCodecProfileLevel,Vp9level11,android/media/MediaCodecInfo$CodecProfileLevel.VP9Level11,2 -24,Android.Media.MediaCodecProfileLevel,Vp9level2,android/media/MediaCodecInfo$CodecProfileLevel.VP9Level2,4 -24,Android.Media.MediaCodecProfileLevel,Vp9level21,android/media/MediaCodecInfo$CodecProfileLevel.VP9Level21,8 -24,Android.Media.MediaCodecProfileLevel,Vp9level3,android/media/MediaCodecInfo$CodecProfileLevel.VP9Level3,16 -24,Android.Media.MediaCodecProfileLevel,Vp9level31,android/media/MediaCodecInfo$CodecProfileLevel.VP9Level31,32 -24,Android.Media.MediaCodecProfileLevel,Vp9level4,android/media/MediaCodecInfo$CodecProfileLevel.VP9Level4,64 -24,Android.Media.MediaCodecProfileLevel,Vp9level41,android/media/MediaCodecInfo$CodecProfileLevel.VP9Level41,128 -24,Android.Media.MediaCodecProfileLevel,Vp9level5,android/media/MediaCodecInfo$CodecProfileLevel.VP9Level5,256 -24,Android.Media.MediaCodecProfileLevel,Vp9level51,android/media/MediaCodecInfo$CodecProfileLevel.VP9Level51,512 -24,Android.Media.MediaCodecProfileLevel,Vp9level52,android/media/MediaCodecInfo$CodecProfileLevel.VP9Level52,1024 -24,Android.Media.MediaCodecProfileLevel,Vp9level6,android/media/MediaCodecInfo$CodecProfileLevel.VP9Level6,2048 -24,Android.Media.MediaCodecProfileLevel,Vp9level61,android/media/MediaCodecInfo$CodecProfileLevel.VP9Level61,4096 -24,Android.Media.MediaCodecProfileLevel,Vp9level62,android/media/MediaCodecInfo$CodecProfileLevel.VP9Level62,8192 -29,Android.Media.MediaCodecProfileType,Av1profilemain10,android/media/MediaCodecInfo$CodecProfileLevel.AV1ProfileMain10,2 -29,Android.Media.MediaCodecProfileType,Av1profilemain10hdr10,android/media/MediaCodecInfo$CodecProfileLevel.AV1ProfileMain10HDR10,4096 -29,Android.Media.MediaCodecProfileType,Av1profilemain10hdr10plus,android/media/MediaCodecInfo$CodecProfileLevel.AV1ProfileMain10HDR10Plus,8192 -29,Android.Media.MediaCodecProfileType,Av1profilemain8,android/media/MediaCodecInfo$CodecProfileLevel.AV1ProfileMain8,1 -16,Android.Media.MediaCodecProfileType,Avcprofilebaseline,android/media/MediaCodecInfo$CodecProfileLevel.AVCProfileBaseline,1 -27,Android.Media.MediaCodecProfileType,Avcprofileconstrainedbaseline,android/media/MediaCodecInfo$CodecProfileLevel.AVCProfileConstrainedBaseline,65536 -27,Android.Media.MediaCodecProfileType,Avcprofileconstrainedhigh,android/media/MediaCodecInfo$CodecProfileLevel.AVCProfileConstrainedHigh,524288 -16,Android.Media.MediaCodecProfileType,Avcprofileextended,android/media/MediaCodecInfo$CodecProfileLevel.AVCProfileExtended,4 -16,Android.Media.MediaCodecProfileType,Avcprofilehigh,android/media/MediaCodecInfo$CodecProfileLevel.AVCProfileHigh,8 -16,Android.Media.MediaCodecProfileType,Avcprofilehigh10,android/media/MediaCodecInfo$CodecProfileLevel.AVCProfileHigh10,16 -16,Android.Media.MediaCodecProfileType,Avcprofilehigh422,android/media/MediaCodecInfo$CodecProfileLevel.AVCProfileHigh422,32 -16,Android.Media.MediaCodecProfileType,Avcprofilehigh444,android/media/MediaCodecInfo$CodecProfileLevel.AVCProfileHigh444,64 -16,Android.Media.MediaCodecProfileType,Avcprofilemain,android/media/MediaCodecInfo$CodecProfileLevel.AVCProfileMain,2 -24,Android.Media.MediaCodecProfileType,Dolbyvisionprofiledvavpen,android/media/MediaCodecInfo$CodecProfileLevel.DolbyVisionProfileDvavPen,2 -24,Android.Media.MediaCodecProfileType,Dolbyvisionprofiledvavper,android/media/MediaCodecInfo$CodecProfileLevel.DolbyVisionProfileDvavPer,1 -27,Android.Media.MediaCodecProfileType,Dolbyvisionprofiledvavse,android/media/MediaCodecInfo$CodecProfileLevel.DolbyVisionProfileDvavSe,512 -24,Android.Media.MediaCodecProfileType,Dolbyvisionprofiledvheden,android/media/MediaCodecInfo$CodecProfileLevel.DolbyVisionProfileDvheDen,8 -24,Android.Media.MediaCodecProfileType,Dolbyvisionprofiledvheder,android/media/MediaCodecInfo$CodecProfileLevel.DolbyVisionProfileDvheDer,4 -24,Android.Media.MediaCodecProfileType,Dolbyvisionprofiledvhedtb,android/media/MediaCodecInfo$CodecProfileLevel.DolbyVisionProfileDvheDtb,128 -24,Android.Media.MediaCodecProfileType,Dolbyvisionprofiledvhedth,android/media/MediaCodecInfo$CodecProfileLevel.DolbyVisionProfileDvheDth,64 -24,Android.Media.MediaCodecProfileType,Dolbyvisionprofiledvhedtr,android/media/MediaCodecInfo$CodecProfileLevel.DolbyVisionProfileDvheDtr,16 -27,Android.Media.MediaCodecProfileType,Dolbyvisionprofiledvhest,android/media/MediaCodecInfo$CodecProfileLevel.DolbyVisionProfileDvheSt,256 -24,Android.Media.MediaCodecProfileType,Dolbyvisionprofiledvhestn,android/media/MediaCodecInfo$CodecProfileLevel.DolbyVisionProfileDvheStn,32 -16,Android.Media.MediaCodecProfileType,H263profilebackwardcompatible,android/media/MediaCodecInfo$CodecProfileLevel.H263ProfileBackwardCompatible,4 -16,Android.Media.MediaCodecProfileType,H263profilebaseline,android/media/MediaCodecInfo$CodecProfileLevel.H263ProfileBaseline,1 -16,Android.Media.MediaCodecProfileType,H263profileh320coding,android/media/MediaCodecInfo$CodecProfileLevel.H263ProfileH320Coding,2 -16,Android.Media.MediaCodecProfileType,H263profilehighcompression,android/media/MediaCodecInfo$CodecProfileLevel.H263ProfileHighCompression,32 -16,Android.Media.MediaCodecProfileType,H263profilehighlatency,android/media/MediaCodecInfo$CodecProfileLevel.H263ProfileHighLatency,256 -16,Android.Media.MediaCodecProfileType,H263profileinterlace,android/media/MediaCodecInfo$CodecProfileLevel.H263ProfileInterlace,128 -16,Android.Media.MediaCodecProfileType,H263profileinternet,android/media/MediaCodecInfo$CodecProfileLevel.H263ProfileInternet,64 -16,Android.Media.MediaCodecProfileType,H263profileiswv2,android/media/MediaCodecInfo$CodecProfileLevel.H263ProfileISWV2,8 -16,Android.Media.MediaCodecProfileType,H263profileiswv3,android/media/MediaCodecInfo$CodecProfileLevel.H263ProfileISWV3,16 -21,Android.Media.MediaCodecProfileType,Hevcprofilemain,android/media/MediaCodecInfo$CodecProfileLevel.HEVCProfileMain,1 -21,Android.Media.MediaCodecProfileType,Hevcprofilemain10,android/media/MediaCodecInfo$CodecProfileLevel.HEVCProfileMain10,2 -24,Android.Media.MediaCodecProfileType,Hevcprofilemain10hdr10,android/media/MediaCodecInfo$CodecProfileLevel.HEVCProfileMain10HDR10,4096 -29,Android.Media.MediaCodecProfileType,Hevcprofilemain10hdr10plus,android/media/MediaCodecInfo$CodecProfileLevel.HEVCProfileMain10HDR10Plus,8192 -28,Android.Media.MediaCodecProfileType,Hevcprofilemainstill,android/media/MediaCodecInfo$CodecProfileLevel.HEVCProfileMainStill,4 -23,Android.Media.MediaCodecProfileType,Mpeg2profile422,android/media/MediaCodecInfo$CodecProfileLevel.MPEG2Profile422,2 -23,Android.Media.MediaCodecProfileType,Mpeg2profilehigh,android/media/MediaCodecInfo$CodecProfileLevel.MPEG2ProfileHigh,5 -23,Android.Media.MediaCodecProfileType,Mpeg2profilemain,android/media/MediaCodecInfo$CodecProfileLevel.MPEG2ProfileMain,1 -23,Android.Media.MediaCodecProfileType,Mpeg2profilesimple,android/media/MediaCodecInfo$CodecProfileLevel.MPEG2ProfileSimple,0 -23,Android.Media.MediaCodecProfileType,Mpeg2profilesnr,android/media/MediaCodecInfo$CodecProfileLevel.MPEG2ProfileSNR,3 -23,Android.Media.MediaCodecProfileType,Mpeg2profilespatial,android/media/MediaCodecInfo$CodecProfileLevel.MPEG2ProfileSpatial,4 -16,Android.Media.MediaCodecProfileType,Mpeg4profileadvancedcoding,android/media/MediaCodecInfo$CodecProfileLevel.MPEG4ProfileAdvancedCoding,4096 -16,Android.Media.MediaCodecProfileType,Mpeg4profileadvancedcore,android/media/MediaCodecInfo$CodecProfileLevel.MPEG4ProfileAdvancedCore,8192 -16,Android.Media.MediaCodecProfileType,Mpeg4profileadvancedrealtime,android/media/MediaCodecInfo$CodecProfileLevel.MPEG4ProfileAdvancedRealTime,1024 -16,Android.Media.MediaCodecProfileType,Mpeg4profileadvancedscalable,android/media/MediaCodecInfo$CodecProfileLevel.MPEG4ProfileAdvancedScalable,16384 -16,Android.Media.MediaCodecProfileType,Mpeg4profileadvancedsimple,android/media/MediaCodecInfo$CodecProfileLevel.MPEG4ProfileAdvancedSimple,32768 -16,Android.Media.MediaCodecProfileType,Mpeg4profilebasicanimated,android/media/MediaCodecInfo$CodecProfileLevel.MPEG4ProfileBasicAnimated,256 -16,Android.Media.MediaCodecProfileType,Mpeg4profilecore,android/media/MediaCodecInfo$CodecProfileLevel.MPEG4ProfileCore,4 -16,Android.Media.MediaCodecProfileType,Mpeg4profilecorescalable,android/media/MediaCodecInfo$CodecProfileLevel.MPEG4ProfileCoreScalable,2048 -16,Android.Media.MediaCodecProfileType,Mpeg4profilehybrid,android/media/MediaCodecInfo$CodecProfileLevel.MPEG4ProfileHybrid,512 -16,Android.Media.MediaCodecProfileType,Mpeg4profilemain,android/media/MediaCodecInfo$CodecProfileLevel.MPEG4ProfileMain,8 -16,Android.Media.MediaCodecProfileType,Mpeg4profilenbit,android/media/MediaCodecInfo$CodecProfileLevel.MPEG4ProfileNbit,16 -16,Android.Media.MediaCodecProfileType,Mpeg4profilescalabletexture,android/media/MediaCodecInfo$CodecProfileLevel.MPEG4ProfileScalableTexture,32 -16,Android.Media.MediaCodecProfileType,Mpeg4profilesimple,android/media/MediaCodecInfo$CodecProfileLevel.MPEG4ProfileSimple,1 -16,Android.Media.MediaCodecProfileType,Mpeg4profilesimpleface,android/media/MediaCodecInfo$CodecProfileLevel.MPEG4ProfileSimpleFace,64 -16,Android.Media.MediaCodecProfileType,Mpeg4profilesimplefba,android/media/MediaCodecInfo$CodecProfileLevel.MPEG4ProfileSimpleFBA,128 -16,Android.Media.MediaCodecProfileType,Mpeg4profilesimplescalable,android/media/MediaCodecInfo$CodecProfileLevel.MPEG4ProfileSimpleScalable,2 -18,Android.Media.MediaCodecProfileType,Vp8profilemain,android/media/MediaCodecInfo$CodecProfileLevel.VP8ProfileMain,1 -24,Android.Media.MediaCodecProfileType,Vp9profile0,android/media/MediaCodecInfo$CodecProfileLevel.VP9Profile0,1 -24,Android.Media.MediaCodecProfileType,Vp9profile1,android/media/MediaCodecInfo$CodecProfileLevel.VP9Profile1,2 -24,Android.Media.MediaCodecProfileType,Vp9profile2,android/media/MediaCodecInfo$CodecProfileLevel.VP9Profile2,4 -24,Android.Media.MediaCodecProfileType,Vp9profile2hdr,android/media/MediaCodecInfo$CodecProfileLevel.VP9Profile2HDR,4096 -29,Android.Media.MediaCodecProfileType,Vp9profile2hdr10plus,android/media/MediaCodecInfo$CodecProfileLevel.VP9Profile2HDR10Plus,16384 -24,Android.Media.MediaCodecProfileType,Vp9profile3,android/media/MediaCodecInfo$CodecProfileLevel.VP9Profile3,8 -24,Android.Media.MediaCodecProfileType,Vp9profile3hdr,android/media/MediaCodecInfo$CodecProfileLevel.VP9Profile3HDR,8192 -29,Android.Media.MediaCodecProfileType,Vp9profile3hdr10plus,android/media/MediaCodecInfo$CodecProfileLevel.VP9Profile3HDR10Plus,32768 -16,Android.Media.MediaCodecProfileType,Aacobjecteld,android/media/MediaCodecInfo$CodecProfileLevel.AACObjectELD,39 -16,Android.Media.MediaCodecProfileType,Aacobjecterlc,android/media/MediaCodecInfo$CodecProfileLevel.AACObjectERLC,17 -26,Android.Media.MediaCodecProfileType,Aacobjecterscalable,android/media/MediaCodecInfo$CodecProfileLevel.AACObjectERScalable,20 -16,Android.Media.MediaCodecProfileType,Aacobjecthe,android/media/MediaCodecInfo$CodecProfileLevel.AACObjectHE,5 -16,Android.Media.MediaCodecProfileType,AacobjecthePs,android/media/MediaCodecInfo$CodecProfileLevel.AACObjectHE_PS,29 -16,Android.Media.MediaCodecProfileType,Aacobjectlc,android/media/MediaCodecInfo$CodecProfileLevel.AACObjectLC,2 -16,Android.Media.MediaCodecProfileType,Aacobjectld,android/media/MediaCodecInfo$CodecProfileLevel.AACObjectLD,23 -16,Android.Media.MediaCodecProfileType,Aacobjectltp,android/media/MediaCodecInfo$CodecProfileLevel.AACObjectLTP,4 -16,Android.Media.MediaCodecProfileType,Aacobjectmain,android/media/MediaCodecInfo$CodecProfileLevel.AACObjectMain,1 -16,Android.Media.MediaCodecProfileType,Aacobjectscalable,android/media/MediaCodecInfo$CodecProfileLevel.AACObjectScalable,6 -16,Android.Media.MediaCodecProfileType,Aacobjectssr,android/media/MediaCodecInfo$CodecProfileLevel.AACObjectSSR,3 -28,Android.Media.MediaCodecProfileType,Aacobjectxhe,android/media/MediaCodecInfo$CodecProfileLevel.AACObjectXHE,42 -16,Android.Media.MediaActionSoundType,FocusComplete,android/media/MediaActionSound.FOCUS_COMPLETE,1 -16,Android.Media.MediaActionSoundType,ShutterClick,android/media/MediaActionSound.SHUTTER_CLICK,0 -16,Android.Media.MediaActionSoundType,StartVideoRecording,android/media/MediaActionSound.START_VIDEO_RECORDING,2 -16,Android.Media.MediaActionSoundType,StopVideoRecording,android/media/MediaActionSound.STOP_VIDEO_RECORDING,3 -0,Android.Media.MediaCodecBufferFlags,None,,0 -16,Android.Media.MediaCodecBufferFlags,CodecConfig,android/media/MediaCodec.BUFFER_FLAG_CODEC_CONFIG,2 -16,Android.Media.MediaCodecBufferFlags,EndOfStream,android/media/MediaCodec.BUFFER_FLAG_END_OF_STREAM,4 -21,Android.Media.MediaCodecBufferFlags,KeyFrame,android/media/MediaCodec.BUFFER_FLAG_KEY_FRAME,1 -26,Android.Media.MediaCodecBufferFlags,PartialFrame,android/media/MediaCodec.BUFFER_FLAG_PARTIAL_FRAME,8 -16,Android.Media.MediaCodecBufferFlags,SyncFrame,android/media/MediaCodec.BUFFER_FLAG_SYNC_FRAME,1 -0,Android.Media.MediaCodecConfigFlags,None,,0 -16,Android.Media.MediaCodecConfigFlags,Encode,android/media/MediaCodec.CONFIGURE_FLAG_ENCODE,1 -24,Android.Media.MediaCodecCryptoMode,AesCbc,android/media/MediaCodec.CRYPTO_MODE_AES_CBC,2 -16,Android.Media.MediaCodecCryptoMode,AesCtr,android/media/MediaCodec.CRYPTO_MODE_AES_CTR,1 -16,Android.Media.MediaCodecCryptoMode,Unencrypted,android/media/MediaCodec.CRYPTO_MODE_UNENCRYPTED,0 -16,Android.Media.MediaCodecInfoState,OutputBuffersChanged,android/media/MediaCodec.INFO_OUTPUT_BUFFERS_CHANGED,-3 -16,Android.Media.MediaCodecInfoState,OutputFormatChanged,android/media/MediaCodec.INFO_OUTPUT_FORMAT_CHANGED,-2 -16,Android.Media.MediaCodecInfoState,TryAgainLater,android/media/MediaCodec.INFO_TRY_AGAIN_LATER,-1 -16,Android.Media.VideoScalingMode,ScaleToFit,android/media/MediaCodec.VIDEO_SCALING_MODE_SCALE_TO_FIT,1 -16,Android.Media.VideoScalingMode,ScaleToFitWithCropping,android/media/MediaCodec.VIDEO_SCALING_MODE_SCALE_TO_FIT_WITH_CROPPING,2 -0,Android.Media.MediaExtractorSampleFlags,None,,0 -16,Android.Media.MediaExtractorSampleFlags,Encrypted,android/media/MediaExtractor.SAMPLE_FLAG_ENCRYPTED,2 -26,Android.Media.MediaExtractorSampleFlags,PartialFrame,android/media/MediaExtractor.SAMPLE_FLAG_PARTIAL_FRAME,4 -16,Android.Media.MediaExtractorSampleFlags,Sync,android/media/MediaExtractor.SAMPLE_FLAG_SYNC,1 -0,Android.Media.MediaExtractorSeekTo,None,,0 -16,Android.Media.MediaExtractorSeekTo,ClosestSync,android/media/MediaExtractor.SEEK_TO_CLOSEST_SYNC,2 -16,Android.Media.MediaExtractorSeekTo,NextSync,android/media/MediaExtractor.SEEK_TO_NEXT_SYNC,1 -16,Android.Media.MediaExtractorSeekTo,PreviousSync,android/media/MediaExtractor.SEEK_TO_PREVIOUS_SYNC,0 -16,Android.Media.MediaPlayerVideoScalingModeNotInUse,ScaleToFit,android/media/MediaPlayer.VIDEO_SCALING_MODE_SCALE_TO_FIT,1 -16,Android.Media.MediaPlayerVideoScalingModeNotInUse,ScaleToFitWithCropping,android/media/MediaPlayer.VIDEO_SCALING_MODE_SCALE_TO_FIT_WITH_CROPPING,2 -16,Android.Media.MediaTrackType,Audio,android/media/MediaPlayer$TrackInfo.MEDIA_TRACK_TYPE_AUDIO,2 -23,Android.Media.MediaTrackType,Metadata,android/media/MediaPlayer$TrackInfo.MEDIA_TRACK_TYPE_METADATA,5 -21,Android.Media.MediaTrackType,Subtitle,android/media/MediaPlayer$TrackInfo.MEDIA_TRACK_TYPE_SUBTITLE,4 -16,Android.Media.MediaTrackType,Timedtext,android/media/MediaPlayer$TrackInfo.MEDIA_TRACK_TYPE_TIMEDTEXT,3 -16,Android.Media.MediaTrackType,Unknown,android/media/MediaPlayer$TrackInfo.MEDIA_TRACK_TYPE_UNKNOWN,0 -16,Android.Media.MediaTrackType,Video,android/media/MediaPlayer$TrackInfo.MEDIA_TRACK_TYPE_VIDEO,1 -16,Android.Media.VolumeHandling,Fixed,android/media/MediaRouter$RouteInfo.PLAYBACK_VOLUME_FIXED,0 -16,Android.Media.VolumeHandling,Variable,android/media/MediaRouter$RouteInfo.PLAYBACK_VOLUME_VARIABLE,1 -16,Android.Media.MediaRouteType,LiveAudio,android/media/MediaRouter.ROUTE_TYPE_LIVE_AUDIO,1 -17,Android.Media.MediaRouteType,LiveVideo,android/media/MediaRouter.ROUTE_TYPE_LIVE_VIDEO,2 -16,Android.Media.MediaRouteType,User,android/media/MediaRouter.ROUTE_TYPE_USER,8388608 -16,Android.Media.MediaPlaybackType,Local,android/media/MediaRouter$RouteInfo.PLAYBACK_TYPE_LOCAL,0 -16,Android.Media.MediaPlaybackType,Remote,android/media/MediaRouter$RouteInfo.PLAYBACK_TYPE_REMOTE,1 -16,Android.Media.MediaSyncEventType,None,android/media/MediaSyncEvent.SYNC_EVENT_NONE,0 -16,Android.Media.MediaSyncEventType,PresentationComplete,android/media/MediaSyncEvent.SYNC_EVENT_PRESENTATION_COMPLETE,1 -16,Android.Net.Nsd.NsdFailure,AlreadyActive,android/net/nsd/NsdManager.FAILURE_ALREADY_ACTIVE,3 -16,Android.Net.Nsd.NsdFailure,InternalError,android/net/nsd/NsdManager.FAILURE_INTERNAL_ERROR,0 -16,Android.Net.Nsd.NsdFailure,MaxLimit,android/net/nsd/NsdManager.FAILURE_MAX_LIMIT,4 -16,Android.Net.Nsd.NsdProtocol,DnsSd,android/net/nsd/NsdManager.PROTOCOL_DNS_SD,1 -16,Android.Net.Wifi.P2p.Nsd.ServiceType,All,android/net/wifi/p2p/nsd/WifiP2pServiceInfo.SERVICE_TYPE_ALL,0 -16,Android.Net.Wifi.P2p.Nsd.ServiceType,Bonjour,android/net/wifi/p2p/nsd/WifiP2pServiceInfo.SERVICE_TYPE_BONJOUR,1 -16,Android.Net.Wifi.P2p.Nsd.ServiceType,Upnp,android/net/wifi/p2p/nsd/WifiP2pServiceInfo.SERVICE_TYPE_UPNP,2 -16,Android.Net.Wifi.P2p.Nsd.ServiceType,VendorSpecific,android/net/wifi/p2p/nsd/WifiP2pServiceInfo.SERVICE_TYPE_VENDOR_SPECIFIC,255 -16,Android.Views.ImportantForAccessibility,Auto,android/view/View.IMPORTANT_FOR_ACCESSIBILITY_AUTO,0 -16,Android.Views.ImportantForAccessibility,No,android/view/View.IMPORTANT_FOR_ACCESSIBILITY_NO,2 -19,Android.Views.ImportantForAccessibility,NoHideDescendants,android/view/View.IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS,4 -16,Android.Views.ImportantForAccessibility,Yes,android/view/View.IMPORTANT_FOR_ACCESSIBILITY_YES,1 -16,Android.Views.ScreenState,Off,android/view/View.SCREEN_STATE_OFF,0 -16,Android.Views.ScreenState,On,android/view/View.SCREEN_STATE_ON,1 -17,Android.Views.TextAlignment,Center,android/view/View.TEXT_ALIGNMENT_CENTER,4 -17,Android.Views.TextAlignment,Gravity,android/view/View.TEXT_ALIGNMENT_GRAVITY,1 -16,Android.Views.TextAlignment,Inherit,android/view/View.TEXT_ALIGNMENT_INHERIT,0 -16,Android.Views.TextAlignment,ResolvedDefault,android/view/View.TEXT_ALIGNMENT_RESOLVED_DEFAULT,131072 -17,Android.Views.TextAlignment,TextEnd,android/view/View.TEXT_ALIGNMENT_TEXT_END,3 -17,Android.Views.TextAlignment,TextStart,android/view/View.TEXT_ALIGNMENT_TEXT_START,2 -17,Android.Views.TextAlignment,ViewEnd,android/view/View.TEXT_ALIGNMENT_VIEW_END,6 -17,Android.Views.TextAlignment,ViewStart,android/view/View.TEXT_ALIGNMENT_VIEW_START,5 -28,Android.App.Admin.KeyguardDisable,Biometrics,android/app/admin/DevicePolicyManager.KEYGUARD_DISABLE_BIOMETRICS,416 -28,Android.App.Admin.KeyguardDisable,Face,android/app/admin/DevicePolicyManager.KEYGUARD_DISABLE_FACE,128 -17,Android.App.Admin.KeyguardDisable,FeaturesAll,android/app/admin/DevicePolicyManager.KEYGUARD_DISABLE_FEATURES_ALL,2147483647 -17,Android.App.Admin.KeyguardDisable,FeaturesNone,android/app/admin/DevicePolicyManager.KEYGUARD_DISABLE_FEATURES_NONE,0 -21,Android.App.Admin.KeyguardDisable,Fingerprint,android/app/admin/DevicePolicyManager.KEYGUARD_DISABLE_FINGERPRINT,32 -28,Android.App.Admin.KeyguardDisable,Iris,android/app/admin/DevicePolicyManager.KEYGUARD_DISABLE_IRIS,256 -24,Android.App.Admin.KeyguardDisable,RemoteInput,android/app/admin/DevicePolicyManager.KEYGUARD_DISABLE_REMOTE_INPUT,64 -17,Android.App.Admin.KeyguardDisable,SecureCamera,android/app/admin/DevicePolicyManager.KEYGUARD_DISABLE_SECURE_CAMERA,2 -21,Android.App.Admin.KeyguardDisable,SecureNotifications,android/app/admin/DevicePolicyManager.KEYGUARD_DISABLE_SECURE_NOTIFICATIONS,4 -21,Android.App.Admin.KeyguardDisable,TrustAgents,android/app/admin/DevicePolicyManager.KEYGUARD_DISABLE_TRUST_AGENTS,16 -21,Android.App.Admin.KeyguardDisable,UnredactedNotifications,android/app/admin/DevicePolicyManager.KEYGUARD_DISABLE_UNREDACTED_NOTIFICATIONS,8 -17,Android.App.Admin.KeyguardDisable,WidgetsAll,android/app/admin/DevicePolicyManager.KEYGUARD_DISABLE_WIDGETS_ALL,1 -0,Android.Content.PM.PermissionInfoFlags,None,,0 -17,Android.Content.PM.PermissionInfoFlags,CostsMoney,android/content/pm/PermissionInfo.FLAG_COSTS_MONEY,1 -29,Android.Content.PM.PermissionInfoFlags,HardRestricted,android/content/pm/PermissionInfo.FLAG_HARD_RESTRICTED,4 -29,Android.Content.PM.PermissionInfoFlags,ImmutablyRestricted,android/content/pm/PermissionInfo.FLAG_IMMUTABLY_RESTRICTED,16 -23,Android.Content.PM.PermissionInfoFlags,Installed,android/content/pm/PermissionInfo.FLAG_INSTALLED,1073741824 -29,Android.Content.PM.PermissionInfoFlags,SoftRestricted,android/content/pm/PermissionInfo.FLAG_SOFT_RESTRICTED,8 -0,Android.Content.PM.PermissionGroupInfoFlags,None,,0 -17,Android.Content.PM.PermissionGroupInfoFlags,PersonalInfo,android/content/pm/PermissionGroupInfo.FLAG_PERSONAL_INFO,1 -0,Android.Content.PM.ProviderInfoFlags,None,,0 -17,Android.Content.PM.ProviderInfoFlags,SingleUser,android/content/pm/ProviderInfo.FLAG_SINGLE_USER,1073741824 -17,Android.Nfc.Tech.NfcBarcodeType,Kovio,android/nfc/tech/NfcBarcode.TYPE_KOVIO,1 -17,Android.Nfc.Tech.NfcBarcodeType,Unknown,android/nfc/tech/NfcBarcode.TYPE_UNKNOWN,-1 -17,Android.Provider.GlobalWifiSleepPolicy,Default,android/provider/Settings$Global.WIFI_SLEEP_POLICY_DEFAULT,0 -17,Android.Provider.GlobalWifiSleepPolicy,Never,android/provider/Settings$Global.WIFI_SLEEP_POLICY_NEVER,2 -17,Android.Provider.GlobalWifiSleepPolicy,NeverWhilePlugged,android/provider/Settings$Global.WIFI_SLEEP_POLICY_NEVER_WHILE_PLUGGED,1 -0,Android.Views.DisplayFlags,None,,0 -19,Android.Views.DisplayFlags,Presentation,android/view/Display.FLAG_PRESENTATION,8 -19,Android.Views.DisplayFlags,Private,android/view/Display.FLAG_PRIVATE,4 -23,Android.Views.DisplayFlags,Round,android/view/Display.FLAG_ROUND,16 -17,Android.Views.DisplayFlags,Secure,android/view/Display.FLAG_SECURE,2 -17,Android.Views.DisplayFlags,SupportsProtectedBuffers,android/view/Display.FLAG_SUPPORTS_PROTECTED_BUFFERS,1 -17,Android.Views.LayoutDirection,Inherit,android/view/View.LAYOUT_DIRECTION_INHERIT,2 -17,Android.Views.LayoutDirection,Locale,android/view/View.LAYOUT_DIRECTION_LOCALE,3 -17,Android.Views.LayoutDirection,Ltr,android/view/View.LAYOUT_DIRECTION_LTR,0 -17,Android.Views.LayoutDirection,Rtl,android/view/View.LAYOUT_DIRECTION_RTL,1 -17,Android.Views.TextDirection,AnyRtl,android/view/View.TEXT_DIRECTION_ANY_RTL,2 -17,Android.Views.TextDirection,FirstStrong,android/view/View.TEXT_DIRECTION_FIRST_STRONG,1 -23,Android.Views.TextDirection,FirstStrongLtr,android/view/View.TEXT_DIRECTION_FIRST_STRONG_LTR,6 -23,Android.Views.TextDirection,FirstStrongRtl,android/view/View.TEXT_DIRECTION_FIRST_STRONG_RTL,7 -17,Android.Views.TextDirection,Inherit,android/view/View.TEXT_DIRECTION_INHERIT,0 -17,Android.Views.TextDirection,Locale,android/view/View.TEXT_DIRECTION_LOCALE,5 -17,Android.Views.TextDirection,Ltr,android/view/View.TEXT_DIRECTION_LTR,3 -17,Android.Views.TextDirection,Rtl,android/view/View.TEXT_DIRECTION_RTL,4 -21,Android.Views.FeedbackConstants,ClockTick,android/view/HapticFeedbackConstants.CLOCK_TICK,4 -23,Android.Views.FeedbackConstants,ContextClick,android/view/HapticFeedbackConstants.CONTEXT_CLICK,6 -27,Android.Views.FeedbackConstants,KeyboardPress,android/view/HapticFeedbackConstants.KEYBOARD_PRESS,3 -27,Android.Views.FeedbackConstants,KeyboardRelease,android/view/HapticFeedbackConstants.KEYBOARD_RELEASE,7 -10,Android.Views.FeedbackConstants,KeyboardTap,android/view/HapticFeedbackConstants.KEYBOARD_TAP,3 -10,Android.Views.FeedbackConstants,LongPress,android/view/HapticFeedbackConstants.LONG_PRESS,0 -10,Android.Views.FeedbackConstants,VirtualKey,android/view/HapticFeedbackConstants.VIRTUAL_KEY,1 -27,Android.Views.FeedbackConstants,TextHandleMove,android/view/HapticFeedbackConstants.TEXT_HANDLE_MOVE,9 -27,Android.Views.FeedbackConstants,VirtualKeyRelease,android/view/HapticFeedbackConstants.VIRTUAL_KEY_RELEASE,8 -10,Android.Views.FeedbackFlags,IgnoreGlobalSetting,android/view/HapticFeedbackConstants.FLAG_IGNORE_GLOBAL_SETTING,2 -10,Android.Views.FeedbackFlags,IgnoreViewSetting,android/view/HapticFeedbackConstants.FLAG_IGNORE_VIEW_SETTING,1 -10,Android.Widget.ChoiceMode,Multiple,android/widget/ListView.CHOICE_MODE_MULTIPLE,2 -10,Android.Widget.ChoiceMode,None,android/widget/ListView.CHOICE_MODE_NONE,0 -10,Android.Widget.ChoiceMode,Single,android/widget/ListView.CHOICE_MODE_SINGLE,1 -15,Android.Widget.ChoiceMode,MultipleModal,android/widget/AbsListView.CHOICE_MODE_MULTIPLE_MODAL,3 -24,Android.AccessibilityServices.AccessibilityServiceShowMode,Auto,android/accessibilityservice/AccessibilityService.SHOW_MODE_AUTO,0 -24,Android.AccessibilityServices.AccessibilityServiceShowMode,Hidden,android/accessibilityservice/AccessibilityService.SHOW_MODE_HIDDEN,1 -29,Android.AccessibilityServices.AccessibilityServiceShowMode,IgnoreHardKeyboard,android/accessibilityservice/AccessibilityService.SHOW_MODE_IGNORE_HARD_KEYBOARD,2 -24,Android.App.Admin.BugReportFailureReason,FailedCompleting,android/app/admin/DeviceAdminReceiver.BUGREPORT_FAILURE_FAILED_COMPLETING,0 -24,Android.App.Admin.BugReportFailureReason,FileNoLongerAvailable,android/app/admin/DeviceAdminReceiver.BUGREPORT_FAILURE_FILE_NO_LONGER_AVAILABLE,1 -0,Android.App.Admin.UserManagementFlags,None,,0 -28,Android.App.Admin.UserManagementFlags,LeaveAllSystemAppsEnabled,android/app/admin/DevicePolicyManager.LEAVE_ALL_SYSTEM_APPS_ENABLED,16 -28,Android.App.Admin.UserManagementFlags,MakeUserEphemeral,android/app/admin/DevicePolicyManager.MAKE_USER_EPHEMERAL,2 -24,Android.App.Admin.UserManagementFlags,SkipSetupWizard,android/app/admin/DevicePolicyManager.SKIP_SETUP_WIZARD,1 -24,Android.App.Admin.SecurityLogTags,AdbShellCmd,android/app/admin/SecurityLog.TAG_ADB_SHELL_CMD,210002 -24,Android.App.Admin.SecurityLogTags,AdbShellInteractive,android/app/admin/SecurityLog.TAG_ADB_SHELL_INTERACTIVE,210001 -24,Android.App.Admin.SecurityLogTags,AppProcessStart,android/app/admin/SecurityLog.TAG_APP_PROCESS_START,210005 -28,Android.App.Admin.SecurityLogTags,CertAuthorityInstalled,android/app/admin/SecurityLog.TAG_CERT_AUTHORITY_INSTALLED,210029 -28,Android.App.Admin.SecurityLogTags,CertAuthorityRemoved,android/app/admin/SecurityLog.TAG_CERT_AUTHORITY_REMOVED,210030 -28,Android.App.Admin.SecurityLogTags,CertValidationFailure,android/app/admin/SecurityLog.TAG_CERT_VALIDATION_FAILURE,210033 -28,Android.App.Admin.SecurityLogTags,CryptoSelfTestCompleted,android/app/admin/SecurityLog.TAG_CRYPTO_SELF_TEST_COMPLETED,210031 -28,Android.App.Admin.SecurityLogTags,KeyDestruction,android/app/admin/SecurityLog.TAG_KEY_DESTRUCTION,210026 -28,Android.App.Admin.SecurityLogTags,KeyGenerated,android/app/admin/SecurityLog.TAG_KEY_GENERATED,210024 -28,Android.App.Admin.SecurityLogTags,KeyImport,android/app/admin/SecurityLog.TAG_KEY_IMPORT,210025 -28,Android.App.Admin.SecurityLogTags,KeyIntegrityViolation,android/app/admin/SecurityLog.TAG_KEY_INTEGRITY_VIOLATION,210032 -28,Android.App.Admin.SecurityLogTags,KeyguardDisabledFeaturesSet,android/app/admin/SecurityLog.TAG_KEYGUARD_DISABLED_FEATURES_SET,210021 -24,Android.App.Admin.SecurityLogTags,KeyguardDismissAuthAttempt,android/app/admin/SecurityLog.TAG_KEYGUARD_DISMISS_AUTH_ATTEMPT,210007 -24,Android.App.Admin.SecurityLogTags,KeyguardDismissed,android/app/admin/SecurityLog.TAG_KEYGUARD_DISMISSED,210006 -24,Android.App.Admin.SecurityLogTags,KeyguardSecured,android/app/admin/SecurityLog.TAG_KEYGUARD_SECURED,210008 -28,Android.App.Admin.SecurityLogTags,LogBufferSizeCritical,android/app/admin/SecurityLog.TAG_LOG_BUFFER_SIZE_CRITICAL,210015 -28,Android.App.Admin.SecurityLogTags,LoggingStarted,android/app/admin/SecurityLog.TAG_LOGGING_STARTED,210011 -28,Android.App.Admin.SecurityLogTags,LoggingStopped,android/app/admin/SecurityLog.TAG_LOGGING_STOPPED,210012 -28,Android.App.Admin.SecurityLogTags,MaxPasswordAttemptsSet,android/app/admin/SecurityLog.TAG_MAX_PASSWORD_ATTEMPTS_SET,210020 -28,Android.App.Admin.SecurityLogTags,MaxScreenLockTimeoutSet,android/app/admin/SecurityLog.TAG_MAX_SCREEN_LOCK_TIMEOUT_SET,210019 -28,Android.App.Admin.SecurityLogTags,MediaMount,android/app/admin/SecurityLog.TAG_MEDIA_MOUNT,210013 -28,Android.App.Admin.SecurityLogTags,MediaUnmount,android/app/admin/SecurityLog.TAG_MEDIA_UNMOUNT,210014 -28,Android.App.Admin.SecurityLogTags,OsShutdown,android/app/admin/SecurityLog.TAG_OS_SHUTDOWN,210010 -28,Android.App.Admin.SecurityLogTags,OsStartup,android/app/admin/SecurityLog.TAG_OS_STARTUP,210009 -28,Android.App.Admin.SecurityLogTags,PasswordComplexitySet,android/app/admin/SecurityLog.TAG_PASSWORD_COMPLEXITY_SET,210017 -28,Android.App.Admin.SecurityLogTags,PasswordExpirationSet,android/app/admin/SecurityLog.TAG_PASSWORD_EXPIRATION_SET,210016 -28,Android.App.Admin.SecurityLogTags,PasswordHistoryLengthSet,android/app/admin/SecurityLog.TAG_PASSWORD_HISTORY_LENGTH_SET,210018 -28,Android.App.Admin.SecurityLogTags,RemoteLock,android/app/admin/SecurityLog.TAG_REMOTE_LOCK,210022 -24,Android.App.Admin.SecurityLogTags,SyncRecvFile,android/app/admin/SecurityLog.TAG_SYNC_RECV_FILE,210003 -24,Android.App.Admin.SecurityLogTags,SyncSendFile,android/app/admin/SecurityLog.TAG_SYNC_SEND_FILE,210004 -28,Android.App.Admin.SecurityLogTags,UserRestrictionAdded,android/app/admin/SecurityLog.TAG_USER_RESTRICTION_ADDED,210027 -28,Android.App.Admin.SecurityLogTags,UserRestrictionRemoved,android/app/admin/SecurityLog.TAG_USER_RESTRICTION_REMOVED,210028 -28,Android.App.Admin.SecurityLogTags,WipeFailure,android/app/admin/SecurityLog.TAG_WIPE_FAILURE,210023 -0,Android.App.Job.TriggerContentUriFlags,None,,0 -24,Android.App.Job.TriggerContentUriFlags,NotifyForDescendants,android/app/job/JobInfo.TriggerContentUri.FLAG_NOTIFY_FOR_DESCENDANTS,1 -24,Android.App.NotificationImportance,Default,android/app/NotificationManager.IMPORTANCE_DEFAULT,3 -24,Android.App.NotificationImportance,High,android/app/NotificationManager.IMPORTANCE_HIGH,4 -24,Android.App.NotificationImportance,Low,android/app/NotificationManager.IMPORTANCE_LOW,2 -24,Android.App.NotificationImportance,Max,android/app/NotificationManager.IMPORTANCE_MAX,5 -24,Android.App.NotificationImportance,Min,android/app/NotificationManager.IMPORTANCE_MIN,1 -24,Android.App.NotificationImportance,None,android/app/NotificationManager.IMPORTANCE_NONE,0 -24,Android.App.NotificationImportance,Unspecified,android/app/NotificationManager.IMPORTANCE_UNSPECIFIED,-1000 -28,Android.App.SuppressedEffects,Ambient,android/app/NotificationManager.Policy.SUPPRESSED_EFFECT_AMBIENT,128 -28,Android.App.SuppressedEffects,Badge,android/app/NotificationManager.Policy.SUPPRESSED_EFFECT_BADGE,64 -28,Android.App.SuppressedEffects,FullScreenIntent,android/app/NotificationManager.Policy.SUPPRESSED_EFFECT_FULL_SCREEN_INTENT,4 -28,Android.App.SuppressedEffects,Lights,android/app/NotificationManager.Policy.SUPPRESSED_EFFECT_LIGHTS,8 -28,Android.App.SuppressedEffects,NotificationList,android/app/NotificationManager.Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST,256 -28,Android.App.SuppressedEffects,Peek,android/app/NotificationManager.Policy.SUPPRESSED_EFFECT_PEEK,16 -24,Android.App.SuppressedEffects,ScreenOff,android/app/NotificationManager.Policy.SUPPRESSED_EFFECT_SCREEN_OFF,1 -24,Android.App.SuppressedEffects,ScreenOn,android/app/NotificationManager.Policy.SUPPRESSED_EFFECT_SCREEN_ON,2 -28,Android.App.SuppressedEffects,StatusBar,android/app/NotificationManager.Policy.SUPPRESSED_EFFECT_STATUS_BAR,32 -24,Android.App.StopForegroundFlags,Detach,android/app/Service.STOP_FOREGROUND_DETACH,2 -24,Android.App.StopForegroundFlags,Remove,android/app/Service.STOP_FOREGROUND_REMOVE,1 -0,Android.App.UiAutomationFlags,None,,0 -24,Android.App.UiAutomationFlags,DontSuppressAccessibilityServices,android/app/UiAutomation.FLAG_DONT_SUPPRESS_ACCESSIBILITY_SERVICES,1 -24,Android.App.Usage.NetworkUsageRoaming,All,android/app/usage/NetworkStats.Bucket.ROAMING_ALL,-1 -24,Android.App.Usage.NetworkUsageRoaming,No,android/app/usage/NetworkStats.Bucket.ROAMING_NO,1 -24,Android.App.Usage.NetworkUsageRoaming,Yes,android/app/usage/NetworkStats.Bucket.ROAMING_YES,2 -24,Android.App.WallpaperManagerFlags,Lock,android/app/WallpaperManager.FLAG_LOCK,2 -24,Android.App.WallpaperManagerFlags,System,android/app/WallpaperManager.FLAG_SYSTEM,1 -24,Android.Content.NotifyChangeFlags,SkipNotifyForDescendants,android/content/ContentResolver.NOTIFY_SKIP_NOTIFY_FOR_DESCENDANTS,2 -24,Android.Content.NotifyChangeFlags,SyncToNetwork,android/content/ContentResolver.NOTIFY_SYNC_TO_NETWORK,1 -24,Android.Hardware.SensorAdditionalInfoType,FrameBegin,android/hardware/SensorAdditionalInfo.TYPE_FRAME_BEGIN,0 -24,Android.Hardware.SensorAdditionalInfoType,FrameEnd,android/hardware/SensorAdditionalInfo.TYPE_FRAME_END,1 -24,Android.Hardware.SensorAdditionalInfoType,InternalTemperature,android/hardware/SensorAdditionalInfo.TYPE_INTERNAL_TEMPERATURE,65537 -24,Android.Hardware.SensorAdditionalInfoType,Sampling,android/hardware/SensorAdditionalInfo.TYPE_SAMPLING,65540 -24,Android.Hardware.SensorAdditionalInfoType,SensorPlacement,android/hardware/SensorAdditionalInfo.TYPE_SENSOR_PLACEMENT,65539 -24,Android.Hardware.SensorAdditionalInfoType,UntrackedDelay,android/hardware/SensorAdditionalInfo.TYPE_UNTRACKED_DELAY,65536 -24,Android.Hardware.SensorAdditionalInfoType,Vec3Calibration,android/hardware/SensorAdditionalInfo.TYPE_VEC3_CALIBRATION,65538 -0,Android.Icu.Lang.FoldCaseOptions,None,,0 -24,Android.Icu.Lang.FoldCaseOptions,Default,android/icu/lang/UCharacter.FOLD_CASE_DEFAULT,0 -24,Android.Icu.Lang.FoldCaseOptions,ExcludeSpecialI,android/icu/lang/UCharacter.FOLD_CASE_EXCLUDE_SPECIAL_I,1 -0,Android.Icu.Lang.TitlecaseOptions,None,,0 -24,Android.Icu.Lang.TitlecaseOptions,NoBreakAdjustment,android/icu/lang/UCharacter.TITLECASE_NO_BREAK_ADJUSTMENT,512 -24,Android.Icu.Lang.TitlecaseOptions,NoLowercase,android/icu/lang/UCharacter.TITLECASE_NO_LOWERCASE,256 -24,Android.Icu.Math.RoundOptions,Ceiling,android/icu/math/BigDecimal.ROUND_CEILING,2 -24,Android.Icu.Math.RoundOptions,Down,android/icu/math/BigDecimal.ROUND_DOWN,1 -24,Android.Icu.Math.RoundOptions,Floor,android/icu/math/BigDecimal.ROUND_FLOOR,3 -24,Android.Icu.Math.RoundOptions,HalfDown,android/icu/math/BigDecimal.ROUND_HALF_DOWN,5 -24,Android.Icu.Math.RoundOptions,HalfEven,android/icu/math/BigDecimal.ROUND_HALF_EVEN,6 -24,Android.Icu.Math.RoundOptions,HalfUp,android/icu/math/BigDecimal.ROUND_HALF_UP,4 -24,Android.Icu.Math.RoundOptions,Unnecessary,android/icu/math/BigDecimal.ROUND_UNNECESSARY,7 -24,Android.Icu.Math.RoundOptions,Up,android/icu/math/BigDecimal.ROUND_UP,0 -24,Android.Icu.Math.RoundOptionsUnused,Ceiling,android/icu/math/MathContext.ROUND_CEILING,2 -24,Android.Icu.Math.RoundOptionsUnused,Down,android/icu/math/MathContext.ROUND_DOWN,1 -24,Android.Icu.Math.RoundOptionsUnused,Floor,android/icu/math/MathContext.ROUND_FLOOR,3 -24,Android.Icu.Math.RoundOptionsUnused,HalfDown,android/icu/math/MathContext.ROUND_HALF_DOWN,5 -24,Android.Icu.Math.RoundOptionsUnused,HalfEven,android/icu/math/MathContext.ROUND_HALF_EVEN,6 -24,Android.Icu.Math.RoundOptionsUnused,HalfUp,android/icu/math/MathContext.ROUND_HALF_UP,4 -24,Android.Icu.Math.RoundOptionsUnused,Unnecessary,android/icu/math/MathContext.ROUND_UNNECESSARY,7 -24,Android.Icu.Math.RoundOptionsUnused,Up,android/icu/math/MathContext.ROUND_UP,0 -24,Android.Icu.Math.MathNotationForm,Engineering,android/icu/math/MathContext.ENGINEERING,2 -24,Android.Icu.Math.MathNotationForm,Plain,android/icu/math/MathContext.PLAIN,0 -24,Android.Icu.Math.MathNotationForm,Scientific,android/icu/math/MathContext.SCIENTIFIC,1 -24,Android.Icu.Text.BreakKind,Character,android/icu/text/BreakIterator.KIND_CHARACTER,0 -24,Android.Icu.Text.BreakKind,Line,android/icu/text/BreakIterator.KIND_LINE,2 -24,Android.Icu.Text.BreakKind,Sentence,android/icu/text/BreakIterator.KIND_SENTENCE,3 -24,Android.Icu.Text.BreakKind,Title,android/icu/text/BreakIterator.KIND_TITLE,4 -24,Android.Icu.Text.BreakKind,Word,android/icu/text/BreakIterator.KIND_WORD,1 -24,Android.Icu.Text.BreakWord,Ideo,android/icu/text/BreakIterator.WORD_IDEO,400 -24,Android.Icu.Text.BreakWord,IdeoLimit,android/icu/text/BreakIterator.WORD_IDEO_LIMIT,500 -24,Android.Icu.Text.BreakWord,Kana,android/icu/text/BreakIterator.WORD_KANA,300 -24,Android.Icu.Text.BreakWord,KanaLimit,android/icu/text/BreakIterator.WORD_KANA_LIMIT,400 -24,Android.Icu.Text.BreakWord,Letter,android/icu/text/BreakIterator.WORD_LETTER,200 -24,Android.Icu.Text.BreakWord,LetterLimit,android/icu/text/BreakIterator.WORD_LETTER_LIMIT,300 -24,Android.Icu.Text.BreakWord,None,android/icu/text/BreakIterator.WORD_NONE,0 -24,Android.Icu.Text.BreakWord,NoneLimit,android/icu/text/BreakIterator.WORD_NONE_LIMIT,100 -24,Android.Icu.Text.BreakWord,Number,android/icu/text/BreakIterator.WORD_NUMBER,100 -24,Android.Icu.Text.BreakWord,NumberLimit,android/icu/text/BreakIterator.WORD_NUMBER_LIMIT,200 -24,Android.Icu.Text.CollationKeyBoundMode,Lower,android/icu/text/CollationKey.BoundMode.LOWER,0 -24,Android.Icu.Text.CollationKeyBoundMode,Upper,android/icu/text/CollationKey.BoundMode.UPPER,1 -24,Android.Icu.Text.CollationKeyBoundMode,UpperLong,android/icu/text/CollationKey.BoundMode.UPPER_LONG,2 -24,Android.Icu.Text.CollatorDecompositionMode,Canonical,android/icu/text/Collator.CANONICAL_DECOMPOSITION,17 -24,Android.Icu.Text.CollatorDecompositionMode,Full,android/icu/text/Collator.FULL_DECOMPOSITION,15 -24,Android.Icu.Text.CollatorDecompositionMode,No,android/icu/text/Collator.NO_DECOMPOSITION,16 -24,Android.Icu.Text.CollationStrength,Identical,android/icu/text/Collator.IDENTICAL,15 -24,Android.Icu.Text.CollationStrength,Primary,android/icu/text/Collator.PRIMARY,0 -24,Android.Icu.Text.CollationStrength,Secondary,android/icu/text/Collator.SECONDARY,1 -24,Android.Icu.Text.CollationStrength,Tertiary,android/icu/text/Collator.TERTIARY,2 -24,Android.Icu.Text.CollationStrength,Quaternary,android/icu/text/Collator.QUATERNARY,3 -24,Android.Icu.Text.DateFormatField,AmPm,android/icu/text/DateFormat.AM_PM_FIELD,14 -28,Android.Icu.Text.DateFormatField,AmPmMidnightNoon,android/icu/text/DateFormat.AM_PM_MIDNIGHT_NOON_FIELD,35 -24,Android.Icu.Text.DateFormatField,Date,android/icu/text/DateFormat.DATE_FIELD,3 -24,Android.Icu.Text.DateFormatField,DayOfWeek,android/icu/text/DateFormat.DAY_OF_WEEK_FIELD,9 -24,Android.Icu.Text.DateFormatField,DayOfWeekInMonth,android/icu/text/DateFormat.DAY_OF_WEEK_IN_MONTH_FIELD,11 -24,Android.Icu.Text.DateFormatField,DayOfYear,android/icu/text/DateFormat.DAY_OF_YEAR_FIELD,10 -24,Android.Icu.Text.DateFormatField,DowLocal,android/icu/text/DateFormat.DOW_LOCAL_FIELD,19 -24,Android.Icu.Text.DateFormatField,Era,android/icu/text/DateFormat.ERA_FIELD,0 -24,Android.Icu.Text.DateFormatField,ExtendedYear,android/icu/text/DateFormat.EXTENDED_YEAR_FIELD,20 -28,Android.Icu.Text.DateFormatField,FlexibleDayPeriod,android/icu/text/DateFormat.FLEXIBLE_DAY_PERIOD_FIELD,36 -24,Android.Icu.Text.DateFormatField,FractionalSecond,android/icu/text/DateFormat.FRACTIONAL_SECOND_FIELD,8 -24,Android.Icu.Text.DateFormatField,HourOfDay0,android/icu/text/DateFormat.HOUR_OF_DAY0_FIELD,5 -24,Android.Icu.Text.DateFormatField,HourOfDay1,android/icu/text/DateFormat.HOUR_OF_DAY1_FIELD,4 -24,Android.Icu.Text.DateFormatField,Hour0,android/icu/text/DateFormat.HOUR0_FIELD,16 -24,Android.Icu.Text.DateFormatField,Hour1,android/icu/text/DateFormat.HOUR1_FIELD,15 -24,Android.Icu.Text.DateFormatField,JulianDay,android/icu/text/DateFormat.JULIAN_DAY_FIELD,21 -24,Android.Icu.Text.DateFormatField,Millisecond,android/icu/text/DateFormat.MILLISECOND_FIELD,8 -24,Android.Icu.Text.DateFormatField,MillisecondsInDay,android/icu/text/DateFormat.MILLISECONDS_IN_DAY_FIELD,22 -24,Android.Icu.Text.DateFormatField,Minute,android/icu/text/DateFormat.MINUTE_FIELD,6 -24,Android.Icu.Text.DateFormatField,Month,android/icu/text/DateFormat.MONTH_FIELD,2 -24,Android.Icu.Text.DateFormatField,Quarter,android/icu/text/DateFormat.QUARTER_FIELD,27 -24,Android.Icu.Text.DateFormatField,Second,android/icu/text/DateFormat.SECOND_FIELD,7 -24,Android.Icu.Text.DateFormatField,StandaloneDay,android/icu/text/DateFormat.STANDALONE_DAY_FIELD,25 -24,Android.Icu.Text.DateFormatField,StandaloneMonth,android/icu/text/DateFormat.STANDALONE_MONTH_FIELD,26 -24,Android.Icu.Text.DateFormatField,StandaloneQuarter,android/icu/text/DateFormat.STANDALONE_QUARTER_FIELD,28 -24,Android.Icu.Text.DateFormatField,Timezone,android/icu/text/DateFormat.TIMEZONE_FIELD,17 -24,Android.Icu.Text.DateFormatField,TimezoneGeneric,android/icu/text/DateFormat.TIMEZONE_GENERIC_FIELD,24 -24,Android.Icu.Text.DateFormatField,TimezoneIso,android/icu/text/DateFormat.TIMEZONE_ISO_FIELD,32 -24,Android.Icu.Text.DateFormatField,TimezoneIsoLocal,android/icu/text/DateFormat.TIMEZONE_ISO_LOCAL_FIELD,33 -24,Android.Icu.Text.DateFormatField,TimezoneLocalizedGmtOffset,android/icu/text/DateFormat.TIMEZONE_LOCALIZED_GMT_OFFSET_FIELD,31 -24,Android.Icu.Text.DateFormatField,TimezoneRfc,android/icu/text/DateFormat.TIMEZONE_RFC_FIELD,23 -24,Android.Icu.Text.DateFormatField,TimezoneSpecial,android/icu/text/DateFormat.TIMEZONE_SPECIAL_FIELD,29 -24,Android.Icu.Text.DateFormatField,WeekOfMonth,android/icu/text/DateFormat.WEEK_OF_MONTH_FIELD,13 -24,Android.Icu.Text.DateFormatField,WeekOfYear,android/icu/text/DateFormat.WEEK_OF_YEAR_FIELD,12 -24,Android.Icu.Text.DateFormatField,Year,android/icu/text/DateFormat.YEAR_FIELD,1 -24,Android.Icu.Text.DateFormatField,YearName,android/icu/text/DateFormat.YEAR_NAME_FIELD,30 -24,Android.Icu.Text.DateFormatField,YearWoy,android/icu/text/DateFormat.YEAR_WOY_FIELD,18 -24,Android.Icu.Text.DateFormatStyle,Default,android/icu/text/DateFormat.DEFAULT,2 -24,Android.Icu.Text.DateFormatStyle,Full,android/icu/text/DateFormat.FULL,0 -24,Android.Icu.Text.DateFormatStyle,Long,android/icu/text/DateFormat.LONG,1 -24,Android.Icu.Text.DateFormatStyle,Medium,android/icu/text/DateFormat.MEDIUM,2 -24,Android.Icu.Text.DateFormatStyle,None,android/icu/text/DateFormat.NONE,-1 -24,Android.Icu.Text.DateFormatStyle,Relative,android/icu/text/DateFormat.RELATIVE,128 -24,Android.Icu.Text.DateFormatStyle,RelativeDefault,android/icu/text/DateFormat.RELATIVE_DEFAULT,130 -24,Android.Icu.Text.DateFormatStyle,RelativeFull,android/icu/text/DateFormat.RELATIVE_FULL,128 -24,Android.Icu.Text.DateFormatStyle,RelativeLong,android/icu/text/DateFormat.RELATIVE_LONG,129 -24,Android.Icu.Text.DateFormatStyle,RelativeMedium,android/icu/text/DateFormat.RELATIVE_MEDIUM,130 -24,Android.Icu.Text.DateFormatStyle,RelativeShort,android/icu/text/DateFormat.RELATIVE_SHORT,131 -24,Android.Icu.Text.DateFormatStyle,Short,android/icu/text/DateFormat.SHORT,3 -24,Android.Icu.Text.DateFormatSymbolContext,Format,android/icu/text/DateFormatSymbols.FORMAT,0 -24,Android.Icu.Text.DateFormatSymbolContext,Standalone,android/icu/text/DateFormatSymbols.STANDALONE,1 -24,Android.Icu.Text.DateFormatSymbolWidth,Abbreviated,android/icu/text/DateFormatSymbols.ABBREVIATED,0 -24,Android.Icu.Text.DateFormatSymbolWidth,Narrow,android/icu/text/DateFormatSymbols.NARROW,2 -24,Android.Icu.Text.DateFormatSymbolWidth,Short,android/icu/text/DateFormatSymbols.SHORT,3 -24,Android.Icu.Text.DateFormatSymbolWidth,Wide,android/icu/text/DateFormatSymbols.WIDE,1 -24,Android.Icu.Text.DateTimePatternField,Day,android/icu/text/DateTimePatternGenerator.DAY,7 -24,Android.Icu.Text.DateTimePatternField,DayOfWeekInMonth,android/icu/text/DateTimePatternGenerator.DAY_OF_WEEK_IN_MONTH,9 -24,Android.Icu.Text.DateTimePatternField,DayOfYear,android/icu/text/DateTimePatternGenerator.DAY_OF_YEAR,8 -24,Android.Icu.Text.DateTimePatternField,Dayperiod,android/icu/text/DateTimePatternGenerator.DAYPERIOD,10 -24,Android.Icu.Text.DateTimePatternField,Era,android/icu/text/DateTimePatternGenerator.ERA,0 -24,Android.Icu.Text.DateTimePatternField,FractionalSecond,android/icu/text/DateTimePatternGenerator.FRACTIONAL_SECOND,14 -24,Android.Icu.Text.DateTimePatternField,Hour,android/icu/text/DateTimePatternGenerator.HOUR,11 -24,Android.Icu.Text.DateTimePatternField,Minute,android/icu/text/DateTimePatternGenerator.MINUTE,12 -24,Android.Icu.Text.DateTimePatternField,Month,android/icu/text/DateTimePatternGenerator.MONTH,3 -24,Android.Icu.Text.DateTimePatternField,Quarter,android/icu/text/DateTimePatternGenerator.QUARTER,2 -24,Android.Icu.Text.DateTimePatternField,Second,android/icu/text/DateTimePatternGenerator.SECOND,13 -24,Android.Icu.Text.DateTimePatternField,WeekOfMonth,android/icu/text/DateTimePatternGenerator.WEEK_OF_MONTH,5 -24,Android.Icu.Text.DateTimePatternField,WeekOfYear,android/icu/text/DateTimePatternGenerator.WEEK_OF_YEAR,4 -24,Android.Icu.Text.DateTimePatternField,Weekday,android/icu/text/DateTimePatternGenerator.WEEKDAY,6 -24,Android.Icu.Text.DateTimePatternField,Year,android/icu/text/DateTimePatternGenerator.YEAR,1 -24,Android.Icu.Text.DateTimePatternField,Zone,android/icu/text/DateTimePatternGenerator.ZONE,15 -24,Android.Icu.Text.DateTimePatternMatchOptions,AllFieldsLength,android/icu/text/DateTimePatternGenerator.MATCH_ALL_FIELDS_LENGTH,65535 -24,Android.Icu.Text.DateTimePatternMatchOptions,HourFieldLength,android/icu/text/DateTimePatternGenerator.MATCH_HOUR_FIELD_LENGTH,2048 -24,Android.Icu.Text.DateTimePatternMatchOptions,NoOptions,android/icu/text/DateTimePatternGenerator.MATCH_NO_OPTIONS,0 -24,Android.Icu.Text.DateTimeAddPatternResult,BaseConflict,android/icu/text/DateTimePatternGenerator.PatternInfo.BASE_CONFLICT,1 -24,Android.Icu.Text.DateTimeAddPatternResult,Conflict,android/icu/text/DateTimePatternGenerator.PatternInfo.CONFLICT,2 -24,Android.Icu.Text.DateTimeAddPatternResult,Ok,android/icu/text/DateTimePatternGenerator.PatternInfo.OK,0 -24,Android.Icu.Text.PadPosition,AfterPrefix,android/icu/text/DecimalFormat.PAD_AFTER_PREFIX,1 -24,Android.Icu.Text.PadPosition,AfterSuffix,android/icu/text/DecimalFormat.PAD_AFTER_SUFFIX,3 -24,Android.Icu.Text.PadPosition,BeforePrefix,android/icu/text/DecimalFormat.PAD_BEFORE_PREFIX,0 -24,Android.Icu.Text.PadPosition,BeforeSuffix,android/icu/text/DecimalFormat.PAD_BEFORE_SUFFIX,2 -24,Android.Icu.Text.CurrencySpacing,CurrencyMatch,android/icu/text/DecimalFormatSymbols.CURRENCY_SPC_CURRENCY_MATCH,0 -24,Android.Icu.Text.CurrencySpacing,Insert,android/icu/text/DecimalFormatSymbols.CURRENCY_SPC_INSERT,2 -24,Android.Icu.Text.CurrencySpacing,SurroundingMatch,android/icu/text/DecimalFormatSymbols.CURRENCY_SPC_SURROUNDING_MATCH,1 -24,Android.Icu.Text.IDNAOptions,CheckBidi,android/icu/text/IDNA.CHECK_BIDI,4 -24,Android.Icu.Text.IDNAOptions,CheckContextj,android/icu/text/IDNA.CHECK_CONTEXTJ,8 -24,Android.Icu.Text.IDNAOptions,CheckContexto,android/icu/text/IDNA.CHECK_CONTEXTO,64 -24,Android.Icu.Text.IDNAOptions,Default,android/icu/text/IDNA.DEFAULT,0 -24,Android.Icu.Text.IDNAOptions,NontransitionalToAscii,android/icu/text/IDNA.NONTRANSITIONAL_TO_ASCII,16 -24,Android.Icu.Text.IDNAOptions,NontransitionalToUnicode,android/icu/text/IDNA.NONTRANSITIONAL_TO_UNICODE,32 -24,Android.Icu.Text.IDNAOptions,UseStd3Rules,android/icu/text/IDNA.USE_STD3_RULES,2 -24,Android.Icu.Text.UnicodeMatchResult,Match,I:android/icu/text/UnicodeMatcher.U_MATCH,2 -24,Android.Icu.Text.UnicodeMatchResult,Mismatch,I:android/icu/text/UnicodeMatcher.U_MISMATCH,0 -24,Android.Icu.Text.UnicodeMatchResult,PartialMatch,I:android/icu/text/UnicodeMatcher.U_PARTIAL_MATCH,1 -24,Android.Icu.Text.NormalizerCompareOptions,CompareCodePointOrder,android/icu/text/Normalizer.COMPARE_CODE_POINT_ORDER,32768 -24,Android.Icu.Text.NormalizerCompareOptions,CompareIgnoreCase,android/icu/text/Normalizer.COMPARE_IGNORE_CASE,65536 -24,Android.Icu.Text.NormalizerCompareOptions,FoldCaseDefault,android/icu/text/Normalizer.FOLD_CASE_DEFAULT,0 -24,Android.Icu.Text.NormalizerCompareOptions,FoldCaseExcludeSpecialI,android/icu/text/Normalizer.FOLD_CASE_EXCLUDE_SPECIAL_I,1 -24,Android.Icu.Text.NormalizerCompareOptions,InputIsFcd,android/icu/text/Normalizer.INPUT_IS_FCD,131072 -24,Android.Icu.Text.NumberFormatStyles,Accountingcurrency,android/icu/text/NumberFormat.ACCOUNTINGCURRENCYSTYLE,7 -24,Android.Icu.Text.NumberFormatStyles,Cashcurrency,android/icu/text/NumberFormat.CASHCURRENCYSTYLE,8 -24,Android.Icu.Text.NumberFormatStyles,Currency,android/icu/text/NumberFormat.CURRENCYSTYLE,1 -24,Android.Icu.Text.NumberFormatStyles,Integer,android/icu/text/NumberFormat.INTEGERSTYLE,4 -24,Android.Icu.Text.NumberFormatStyles,Isocurrency,android/icu/text/NumberFormat.ISOCURRENCYSTYLE,5 -24,Android.Icu.Text.NumberFormatStyles,Number,android/icu/text/NumberFormat.NUMBERSTYLE,0 -24,Android.Icu.Text.NumberFormatStyles,Percent,android/icu/text/NumberFormat.PERCENTSTYLE,2 -24,Android.Icu.Text.NumberFormatStyles,Pluralcurrency,android/icu/text/NumberFormat.PLURALCURRENCYSTYLE,6 -24,Android.Icu.Text.NumberFormatStyles,Scientific,android/icu/text/NumberFormat.SCIENTIFICSTYLE,3 -26,Android.Icu.Text.NumberFormatStyles,Standardcurrency,android/icu/text/NumberFormat.STANDARDCURRENCYSTYLE,9 -24,Android.Icu.Text.NumberFormatField,Fraction,android/icu/text/NumberFormat.FRACTION_FIELD,1 -24,Android.Icu.Text.NumberFormatField,Integer,android/icu/text/NumberFormat.INTEGER_FIELD,0 -24,Android.Icu.Text.StringPrepParseExceptionError,AcePrefixError,android/icu/text/StringPrepParseException.ACE_PREFIX_ERROR,6 -24,Android.Icu.Text.StringPrepParseExceptionError,BufferOverflowError,android/icu/text/StringPrepParseException.BUFFER_OVERFLOW_ERROR,9 -24,Android.Icu.Text.StringPrepParseExceptionError,CheckBidiError,android/icu/text/StringPrepParseException.CHECK_BIDI_ERROR,4 -24,Android.Icu.Text.StringPrepParseExceptionError,DomainNameTooLongError,android/icu/text/StringPrepParseException.DOMAIN_NAME_TOO_LONG_ERROR,11 -24,Android.Icu.Text.StringPrepParseExceptionError,IllegalCharFound,android/icu/text/StringPrepParseException.ILLEGAL_CHAR_FOUND,1 -24,Android.Icu.Text.StringPrepParseExceptionError,InvalidCharFound,android/icu/text/StringPrepParseException.INVALID_CHAR_FOUND,0 -24,Android.Icu.Text.StringPrepParseExceptionError,LabelTooLongError,android/icu/text/StringPrepParseException.LABEL_TOO_LONG_ERROR,8 -24,Android.Icu.Text.StringPrepParseExceptionError,ProhibitedError,android/icu/text/StringPrepParseException.PROHIBITED_ERROR,2 -24,Android.Icu.Text.StringPrepParseExceptionError,Std3AsciiRulesError,android/icu/text/StringPrepParseException.STD3_ASCII_RULES_ERROR,5 -24,Android.Icu.Text.StringPrepParseExceptionError,UnassignedError,android/icu/text/StringPrepParseException.UNASSIGNED_ERROR,3 -24,Android.Icu.Text.StringPrepParseExceptionError,VerificationError,android/icu/text/StringPrepParseException.VERIFICATION_ERROR,7 -24,Android.Icu.Text.StringPrepParseExceptionError,ZeroLengthLabel,android/icu/text/StringPrepParseException.ZERO_LENGTH_LABEL,10 -24,Android.Icu.Text.UnicodeSetOptions,AddCaseMappings,android/icu/text/UnicodeSet.ADD_CASE_MAPPINGS,4 -24,Android.Icu.Text.UnicodeSetOptions,Case,android/icu/text/UnicodeSet.CASE,2 -24,Android.Icu.Text.UnicodeSetOptions,CaseInsensitive,android/icu/text/UnicodeSet.CASE_INSENSITIVE,2 -24,Android.Icu.Text.UnicodeSetOptions,IgnoreSpace,android/icu/text/UnicodeSet.IGNORE_SPACE,1 -24,Android.Icu.Util.CalendarField,AmPm,android/icu/util/Calendar.AM_PM,9 -24,Android.Icu.Util.CalendarField,Date,android/icu/util/Calendar.DATE,5 -24,Android.Icu.Util.CalendarField,DayOfMonth,android/icu/util/Calendar.DAY_OF_MONTH,5 -24,Android.Icu.Util.CalendarField,DayOfWeek,android/icu/util/Calendar.DAY_OF_WEEK,7 -24,Android.Icu.Util.CalendarField,DayOfWeekInMonth,android/icu/util/Calendar.DAY_OF_WEEK_IN_MONTH,8 -24,Android.Icu.Util.CalendarField,DayOfYear,android/icu/util/Calendar.DAY_OF_YEAR,6 -24,Android.Icu.Util.CalendarField,DowLocal,android/icu/util/Calendar.DOW_LOCAL,18 -24,Android.Icu.Util.CalendarField,DstOffset,android/icu/util/Calendar.DST_OFFSET,16 -24,Android.Icu.Util.CalendarField,Era,android/icu/util/Calendar.ERA,0 -24,Android.Icu.Util.CalendarField,ExtendedYear,android/icu/util/Calendar.EXTENDED_YEAR,19 -24,Android.Icu.Util.CalendarField,Hour,android/icu/util/Calendar.HOUR,10 -24,Android.Icu.Util.CalendarField,HourOfDay,android/icu/util/Calendar.HOUR_OF_DAY,11 -24,Android.Icu.Util.CalendarField,JulianDay,android/icu/util/Calendar.JULIAN_DAY,20 -24,Android.Icu.Util.CalendarField,Millisecond,android/icu/util/Calendar.MILLISECOND,14 -24,Android.Icu.Util.CalendarField,MillisecondsInDay,android/icu/util/Calendar.MILLISECONDS_IN_DAY,21 -24,Android.Icu.Util.CalendarField,Minute,android/icu/util/Calendar.MINUTE,12 -24,Android.Icu.Util.CalendarField,Month,android/icu/util/Calendar.MONTH,2 -24,Android.Icu.Util.CalendarField,Second,android/icu/util/Calendar.SECOND,13 -24,Android.Icu.Util.CalendarField,WeekOfMonth,android/icu/util/Calendar.WEEK_OF_MONTH,4 -24,Android.Icu.Util.CalendarField,WeekOfYear,android/icu/util/Calendar.WEEK_OF_YEAR,3 -24,Android.Icu.Util.CalendarField,Year,android/icu/util/Calendar.YEAR,1 -24,Android.Icu.Util.CalendarField,YearWoy,android/icu/util/Calendar.YEAR_WOY,17 -24,Android.Icu.Util.CalendarField,ZoneOffset,android/icu/util/Calendar.ZONE_OFFSET,15 -24,Android.Icu.Util.WalltimeOptions,First,android/icu/util/Calendar.WALLTIME_FIRST,1 -24,Android.Icu.Util.WalltimeOptions,Last,android/icu/util/Calendar.WALLTIME_LAST,0 -24,Android.Icu.Util.WalltimeOptions,NextValid,android/icu/util/Calendar.WALLTIME_NEXT_VALID,2 -24,Android.Icu.Util.CurrencyNameStyle,Long,android/icu/util/Currency.LONG_NAME,1 -24,Android.Icu.Util.CurrencyNameStyle,PluralLong,android/icu/util/Currency.PLURAL_LONG_NAME,2 -24,Android.Icu.Util.CurrencyNameStyle,Symbol,android/icu/util/Currency.SYMBOL_NAME,0 -24,Android.Icu.Util.TimeZoneNameStyle,GenericLocation,android/icu/util/TimeZone.GENERIC_LOCATION,7 -24,Android.Icu.Util.TimeZoneNameStyle,Long,android/icu/util/TimeZone.LONG,1 -24,Android.Icu.Util.TimeZoneNameStyle,LongGeneric,android/icu/util/TimeZone.LONG_GENERIC,3 -24,Android.Icu.Util.TimeZoneNameStyle,LongGmt,android/icu/util/TimeZone.LONG_GMT,5 -24,Android.Icu.Util.TimeZoneNameStyle,Short,android/icu/util/TimeZone.SHORT,0 -24,Android.Icu.Util.TimeZoneNameStyle,ShortCommonlyUsed,android/icu/util/TimeZone.SHORT_COMMONLY_USED,6 -24,Android.Icu.Util.TimeZoneNameStyle,ShortGeneric,android/icu/util/TimeZone.SHORT_GENERIC,2 -24,Android.Icu.Util.TimeZoneNameStyle,ShortGmt,android/icu/util/TimeZone.SHORT_GMT,4 -26,Android.Icu.Util.TimeZoneType,Icu,android/icu/util/TimeZone.TIMEZONE_ICU,0 -26,Android.Icu.Util.TimeZoneType,Jdk,android/icu/util/TimeZone.TIMEZONE_JDK,1 -26,Android.Icu.Util.UniversalTimeScaleType,Db2Time,android/icu/util/UniversalTimeScale.DB2_TIME,8 -26,Android.Icu.Util.UniversalTimeScaleType,DotnetDateTime,android/icu/util/UniversalTimeScale.DOTNET_DATE_TIME,4 -26,Android.Icu.Util.UniversalTimeScaleType,ExcelTime,android/icu/util/UniversalTimeScale.EXCEL_TIME,7 -26,Android.Icu.Util.UniversalTimeScaleType,Icu4cTime,android/icu/util/UniversalTimeScale.ICU4C_TIME,2 -26,Android.Icu.Util.UniversalTimeScaleType,JavaTime,android/icu/util/UniversalTimeScale.JAVA_TIME,0 -26,Android.Icu.Util.UniversalTimeScaleType,MacOldTime,android/icu/util/UniversalTimeScale.MAC_OLD_TIME,5 -26,Android.Icu.Util.UniversalTimeScaleType,MacTime,android/icu/util/UniversalTimeScale.MAC_TIME,6 -26,Android.Icu.Util.UniversalTimeScaleType,UnixMicrosecondsTime,android/icu/util/UniversalTimeScale.UNIX_MICROSECONDS_TIME,9 -26,Android.Icu.Util.UniversalTimeScaleType,UnixTime,android/icu/util/UniversalTimeScale.UNIX_TIME,1 -26,Android.Icu.Util.UniversalTimeScaleType,WindowsFileTime,android/icu/util/UniversalTimeScale.WINDOWS_FILE_TIME,3 -26,Android.Icu.Util.UniversalTimeScaleType,MaxScale,android/icu/util/UniversalTimeScale.MAX_SCALE,10 -26,Android.Icu.Util.UniversalTimeScaleValue,EpochOffsetPlus1,android/icu/util/UniversalTimeScale.EPOCH_OFFSET_PLUS_1_VALUE,6 -26,Android.Icu.Util.UniversalTimeScaleValue,EpochOffset,android/icu/util/UniversalTimeScale.EPOCH_OFFSET_VALUE,1 -26,Android.Icu.Util.UniversalTimeScaleValue,FromMax,android/icu/util/UniversalTimeScale.FROM_MAX_VALUE,3 -26,Android.Icu.Util.UniversalTimeScaleValue,FromMin,android/icu/util/UniversalTimeScale.FROM_MIN_VALUE,2 -26,Android.Icu.Util.UniversalTimeScaleValue,ToMax,android/icu/util/UniversalTimeScale.TO_MAX_VALUE,5 -26,Android.Icu.Util.UniversalTimeScaleValue,ToMin,android/icu/util/UniversalTimeScale.TO_MIN_VALUE,4 -26,Android.Icu.Util.UniversalTimeScaleValue,Units,android/icu/util/UniversalTimeScale.UNITS_VALUE,0 -24,Android.Locations.AccumulatedDeltaRangeState,CycleSlip,android/location/GnssMeasurement.ADR_STATE_CYCLE_SLIP,4 -28,Android.Locations.AccumulatedDeltaRangeState,HalfCycleReported,android/location/GnssMeasurement.ADR_STATE_HALF_CYCLE_REPORTED,16 -28,Android.Locations.AccumulatedDeltaRangeState,HalfCycleResolved,android/location/GnssMeasurement.ADR_STATE_HALF_CYCLE_RESOLVED,8 -24,Android.Locations.AccumulatedDeltaRangeState,Reset,android/location/GnssMeasurement.ADR_STATE_RESET,2 -24,Android.Locations.AccumulatedDeltaRangeState,Unknown,android/location/GnssMeasurement.ADR_STATE_UNKNOWN,0 -24,Android.Locations.AccumulatedDeltaRangeState,Valid,android/location/GnssMeasurement.ADR_STATE_VALID,1 -24,Android.Locations.MultipathIndicator,Detected,android/location/GnssMeasurement.MULTIPATH_INDICATOR_DETECTED,1 -24,Android.Locations.MultipathIndicator,NotDetected,android/location/GnssMeasurement.MULTIPATH_INDICATOR_NOT_DETECTED,2 -24,Android.Locations.MultipathIndicator,Unknown,android/location/GnssMeasurement.MULTIPATH_INDICATOR_UNKNOWN,0 -29,Android.Locations.GnssState,S2ndCodeLock,android/location/GnssMeasurement.STATE_2ND_CODE_LOCK,65536 -24,Android.Locations.GnssState,BdsD2BitSync,android/location/GnssMeasurement.STATE_BDS_D2_BIT_SYNC,256 -24,Android.Locations.GnssState,BdsD2SubframeSync,android/location/GnssMeasurement.STATE_BDS_D2_SUBFRAME_SYNC,512 -24,Android.Locations.GnssState,BitSync,android/location/GnssMeasurement.STATE_BIT_SYNC,2 -24,Android.Locations.GnssState,CodeLock,android/location/GnssMeasurement.STATE_CODE_LOCK,1 -24,Android.Locations.GnssState,GalE1bPageSync,android/location/GnssMeasurement.STATE_GAL_E1B_PAGE_SYNC,4096 -24,Android.Locations.GnssState,GalE1bcCodeLock,android/location/GnssMeasurement.STATE_GAL_E1BC_CODE_LOCK,1024 -24,Android.Locations.GnssState,GalE1c2ndCodeLock,android/location/GnssMeasurement.STATE_GAL_E1C_2ND_CODE_LOCK,2048 -24,Android.Locations.GnssState,GloStringSync,android/location/GnssMeasurement.STATE_GLO_STRING_SYNC,64 -24,Android.Locations.GnssState,GloTodDecoded,android/location/GnssMeasurement.STATE_GLO_TOD_DECODED,128 -26,Android.Locations.GnssState,GloTodKnown,android/location/GnssMeasurement.STATE_GLO_TOD_KNOWN,32768 -24,Android.Locations.GnssState,MsecAmbiguous,android/location/GnssMeasurement.STATE_MSEC_AMBIGUOUS,16 -24,Android.Locations.GnssState,SbasSync,android/location/GnssMeasurement.STATE_SBAS_SYNC,8192 -24,Android.Locations.GnssState,SubframeSync,android/location/GnssMeasurement.STATE_SUBFRAME_SYNC,4 -24,Android.Locations.GnssState,SymbolSync,android/location/GnssMeasurement.STATE_SYMBOL_SYNC,32 -24,Android.Locations.GnssState,TowDecoded,android/location/GnssMeasurement.STATE_TOW_DECODED,8 -26,Android.Locations.GnssState,TowKnown,android/location/GnssMeasurement.STATE_TOW_KNOWN,16384 -24,Android.Locations.GnssState,Unknown,android/location/GnssMeasurement.STATE_UNKNOWN,0 -24,Android.Locations.GnssMeasurementCallbackStatus,LocationDisabled,android/location/GnssMeasurementsEvent.Callback.STATUS_LOCATION_DISABLED,2 -28,Android.Locations.GnssMeasurementCallbackStatus,NotAllowed,android/location/GnssMeasurementsEvent.Callback.STATUS_NOT_ALLOWED,3 -24,Android.Locations.GnssMeasurementCallbackStatus,NotSupported,android/location/GnssMeasurementsEvent.Callback.STATUS_NOT_SUPPORTED,0 -24,Android.Locations.GnssMeasurementCallbackStatus,Ready,android/location/GnssMeasurementsEvent.Callback.STATUS_READY,1 -24,Android.Locations.GnssNavigationStatus,ParityPassed,android/location/GnssNavigationMessage.STATUS_PARITY_PASSED,1 -24,Android.Locations.GnssNavigationStatus,ParityRebuilt,android/location/GnssNavigationMessage.STATUS_PARITY_REBUILT,2 -24,Android.Locations.GnssNavigationStatus,Unknown,android/location/GnssNavigationMessage.STATUS_UNKNOWN,0 -24,Android.Locations.GnssNavigationType,BdsD1,android/location/GnssNavigationMessage.TYPE_BDS_D1,1281 -24,Android.Locations.GnssNavigationType,BdsD2,android/location/GnssNavigationMessage.TYPE_BDS_D2,1282 -24,Android.Locations.GnssNavigationType,GalF,android/location/GnssNavigationMessage.TYPE_GAL_F,1538 -24,Android.Locations.GnssNavigationType,GalI,android/location/GnssNavigationMessage.TYPE_GAL_I,1537 -24,Android.Locations.GnssNavigationType,GloL1ca,android/location/GnssNavigationMessage.TYPE_GLO_L1CA,769 -24,Android.Locations.GnssNavigationType,GpsCnav2,android/location/GnssNavigationMessage.TYPE_GPS_CNAV2,260 -24,Android.Locations.GnssNavigationType,GpsL1ca,android/location/GnssNavigationMessage.TYPE_GPS_L1CA,257 -24,Android.Locations.GnssNavigationType,GpsL2cnav,android/location/GnssNavigationMessage.TYPE_GPS_L2CNAV,258 -24,Android.Locations.GnssNavigationType,GpsL5cnav,android/location/GnssNavigationMessage.TYPE_GPS_L5CNAV,259 -24,Android.Locations.GnssNavigationType,Unknown,android/location/GnssNavigationMessage.TYPE_UNKNOWN,0 -24,Android.Locations.GnssNavigationCallbackStatus,LocationDisabled,android/location/GnssNavigationMessage.Callback.STATUS_LOCATION_DISABLED,2 -24,Android.Locations.GnssNavigationCallbackStatus,NotSupported,android/location/GnssNavigationMessage.Callback.STATUS_NOT_SUPPORTED,0 -24,Android.Locations.GnssNavigationCallbackStatus,Ready,android/location/GnssNavigationMessage.Callback.STATUS_READY,1 -24,Android.Locations.GnssConstellationType,Beidou,android/location/GnssStatus.CONSTELLATION_BEIDOU,5 -24,Android.Locations.GnssConstellationType,Galileo,android/location/GnssStatus.CONSTELLATION_GALILEO,6 -24,Android.Locations.GnssConstellationType,Glonass,android/location/GnssStatus.CONSTELLATION_GLONASS,3 -24,Android.Locations.GnssConstellationType,Gps,android/location/GnssStatus.CONSTELLATION_GPS,1 -29,Android.Locations.GnssConstellationType,Irnss,android/location/GnssStatus.CONSTELLATION_IRNSS,7 -24,Android.Locations.GnssConstellationType,Qzss,android/location/GnssStatus.CONSTELLATION_QZSS,4 -24,Android.Locations.GnssConstellationType,Sbas,android/location/GnssStatus.CONSTELLATION_SBAS,2 -24,Android.Locations.GnssConstellationType,Unknown,android/location/GnssStatus.CONSTELLATION_UNKNOWN,0 -24,Android.Media.AudioTimebase,Boottime,android/media/AudioTimestamp.TIMEBASE_BOOTTIME,1 -24,Android.Media.AudioTimebase,Monotonic,android/media/AudioTimestamp.TIMEBASE_MONOTONIC,0 -24,Android.Media.ColorRange,Full,android/media/MediaFormat.COLOR_RANGE_FULL,1 -24,Android.Media.ColorRange,Limited,android/media/MediaFormat.COLOR_RANGE_LIMITED,2 -24,Android.Media.ColorStandard,Bt2020,android/media/MediaFormat.COLOR_STANDARD_BT2020,6 -24,Android.Media.ColorStandard,Bt601Ntsc,android/media/MediaFormat.COLOR_STANDARD_BT601_NTSC,4 -24,Android.Media.ColorStandard,Bt601Pal,android/media/MediaFormat.COLOR_STANDARD_BT601_PAL,2 -24,Android.Media.ColorStandard,Bt709,android/media/MediaFormat.COLOR_STANDARD_BT709,1 -24,Android.Media.ColorTransfer,Hlg,android/media/MediaFormat.COLOR_TRANSFER_HLG,7 -24,Android.Media.ColorTransfer,Linear,android/media/MediaFormat.COLOR_TRANSFER_LINEAR,1 -24,Android.Media.ColorTransfer,SdrVideo,android/media/MediaFormat.COLOR_TRANSFER_SDR_VIDEO,3 -24,Android.Media.ColorTransfer,St2084,android/media/MediaFormat.COLOR_TRANSFER_ST2084,6 -24,Android.Media.MediaRouterDeviceType,Bluetooth,android/media/MediaRouter.RouteInfo.DEVICE_TYPE_BLUETOOTH,3 -24,Android.Media.MediaRouterDeviceType,Speaker,android/media/MediaRouter.RouteInfo.DEVICE_TYPE_SPEAKER,2 -24,Android.Media.MediaRouterDeviceType,Tv,android/media/MediaRouter.RouteInfo.DEVICE_TYPE_TV,1 -24,Android.Media.MediaRouterDeviceType,Unknown,android/media/MediaRouter.RouteInfo.DEVICE_TYPE_UNKNOWN,0 -24,Android.Media.TV.RecordingError,InsufficientSpace,android/media/tv/TvInputManager.RECORDING_ERROR_INSUFFICIENT_SPACE,1 -24,Android.Media.TV.RecordingError,ResourceBusy,android/media/tv/TvInputManager.RECORDING_ERROR_RESOURCE_BUSY,2 -24,Android.Media.TV.RecordingError,Unknown,android/media/tv/TvInputManager.RECORDING_ERROR_UNKNOWN,0 -24,Android.Mtp.OperationCode,CloseSession,android/mtp/MtpConstants.OPERATION_CLOSE_SESSION,4099 -24,Android.Mtp.OperationCode,CopyObject,android/mtp/MtpConstants.OPERATION_COPY_OBJECT,4122 -24,Android.Mtp.OperationCode,DeleteObject,android/mtp/MtpConstants.OPERATION_DELETE_OBJECT,4107 -24,Android.Mtp.OperationCode,FormatStore,android/mtp/MtpConstants.OPERATION_FORMAT_STORE,4111 -24,Android.Mtp.OperationCode,GetDeviceInfo,android/mtp/MtpConstants.OPERATION_GET_DEVICE_INFO,4097 -24,Android.Mtp.OperationCode,GetDevicePropDesc,android/mtp/MtpConstants.OPERATION_GET_DEVICE_PROP_DESC,4116 -24,Android.Mtp.OperationCode,GetDevicePropValue,android/mtp/MtpConstants.OPERATION_GET_DEVICE_PROP_VALUE,4117 -24,Android.Mtp.OperationCode,GetNumObjects,android/mtp/MtpConstants.OPERATION_GET_NUM_OBJECTS,4102 -24,Android.Mtp.OperationCode,GetObject,android/mtp/MtpConstants.OPERATION_GET_OBJECT,4105 -24,Android.Mtp.OperationCode,GetObjectHandles,android/mtp/MtpConstants.OPERATION_GET_OBJECT_HANDLES,4103 -24,Android.Mtp.OperationCode,GetObjectInfo,android/mtp/MtpConstants.OPERATION_GET_OBJECT_INFO,4104 -24,Android.Mtp.OperationCode,GetObjectPropDesc,android/mtp/MtpConstants.OPERATION_GET_OBJECT_PROP_DESC,38914 -24,Android.Mtp.OperationCode,GetObjectPropValue,android/mtp/MtpConstants.OPERATION_GET_OBJECT_PROP_VALUE,38915 -24,Android.Mtp.OperationCode,GetObjectPropsSupported,android/mtp/MtpConstants.OPERATION_GET_OBJECT_PROPS_SUPPORTED,38913 -24,Android.Mtp.OperationCode,GetObjectReferences,android/mtp/MtpConstants.OPERATION_GET_OBJECT_REFERENCES,38928 -24,Android.Mtp.OperationCode,GetPartialObject,android/mtp/MtpConstants.OPERATION_GET_PARTIAL_OBJECT,4123 -24,Android.Mtp.OperationCode,GetPartialObject64,android/mtp/MtpConstants.OPERATION_GET_PARTIAL_OBJECT_64,38337 -24,Android.Mtp.OperationCode,GetStorageIDs,android/mtp/MtpConstants.OPERATION_GET_STORAGE_I_DS,4100 -24,Android.Mtp.OperationCode,GetStorageInfo,android/mtp/MtpConstants.OPERATION_GET_STORAGE_INFO,4101 -24,Android.Mtp.OperationCode,GetThumb,android/mtp/MtpConstants.OPERATION_GET_THUMB,4106 -24,Android.Mtp.OperationCode,InitiateCapture,android/mtp/MtpConstants.OPERATION_INITIATE_CAPTURE,4110 -24,Android.Mtp.OperationCode,InitiateOpenCapture,android/mtp/MtpConstants.OPERATION_INITIATE_OPEN_CAPTURE,4124 -24,Android.Mtp.OperationCode,MoveObject,android/mtp/MtpConstants.OPERATION_MOVE_OBJECT,4121 -24,Android.Mtp.OperationCode,OpenSession,android/mtp/MtpConstants.OPERATION_OPEN_SESSION,4098 -24,Android.Mtp.OperationCode,PowerDown,android/mtp/MtpConstants.OPERATION_POWER_DOWN,4115 -24,Android.Mtp.OperationCode,ResetDevice,android/mtp/MtpConstants.OPERATION_RESET_DEVICE,4112 -24,Android.Mtp.OperationCode,ResetDevicePropValue,android/mtp/MtpConstants.OPERATION_RESET_DEVICE_PROP_VALUE,4119 -24,Android.Mtp.OperationCode,SelfTest,android/mtp/MtpConstants.OPERATION_SELF_TEST,4113 -24,Android.Mtp.OperationCode,SendObject,android/mtp/MtpConstants.OPERATION_SEND_OBJECT,4109 -24,Android.Mtp.OperationCode,SendObjectInfo,android/mtp/MtpConstants.OPERATION_SEND_OBJECT_INFO,4108 -24,Android.Mtp.OperationCode,SetDevicePropValue,android/mtp/MtpConstants.OPERATION_SET_DEVICE_PROP_VALUE,4118 -24,Android.Mtp.OperationCode,SetObjectPropValue,android/mtp/MtpConstants.OPERATION_SET_OBJECT_PROP_VALUE,38916 -24,Android.Mtp.OperationCode,SetObjectProtection,android/mtp/MtpConstants.OPERATION_SET_OBJECT_PROTECTION,4114 -24,Android.Mtp.OperationCode,SetObjectReferences,android/mtp/MtpConstants.OPERATION_SET_OBJECT_REFERENCES,38929 -24,Android.Mtp.OperationCode,Skip,android/mtp/MtpConstants.OPERATION_SKIP,38944 -24,Android.Mtp.OperationCode,TerminateOpenCapture,android/mtp/MtpConstants.OPERATION_TERMINATE_OPEN_CAPTURE,4120 -24,Android.Mtp.EventCode,CancelTransaction,android/mtp/MtpEvent.EVENT_CANCEL_TRANSACTION,16385 -24,Android.Mtp.EventCode,CaptureComplete,android/mtp/MtpEvent.EVENT_CAPTURE_COMPLETE,16397 -24,Android.Mtp.EventCode,DeviceInfoChanged,android/mtp/MtpEvent.EVENT_DEVICE_INFO_CHANGED,16392 -24,Android.Mtp.EventCode,DevicePropChanged,android/mtp/MtpEvent.EVENT_DEVICE_PROP_CHANGED,16390 -24,Android.Mtp.EventCode,DeviceReset,android/mtp/MtpEvent.EVENT_DEVICE_RESET,16395 -24,Android.Mtp.EventCode,ObjectAdded,android/mtp/MtpEvent.EVENT_OBJECT_ADDED,16386 -24,Android.Mtp.EventCode,ObjectInfoChanged,android/mtp/MtpEvent.EVENT_OBJECT_INFO_CHANGED,16391 -24,Android.Mtp.EventCode,ObjectPropChanged,android/mtp/MtpEvent.EVENT_OBJECT_PROP_CHANGED,51201 -24,Android.Mtp.EventCode,ObjectPropDescChanged,android/mtp/MtpEvent.EVENT_OBJECT_PROP_DESC_CHANGED,51202 -24,Android.Mtp.EventCode,ObjectReferencesChanged,android/mtp/MtpEvent.EVENT_OBJECT_REFERENCES_CHANGED,51203 -24,Android.Mtp.EventCode,ObjectRemoved,android/mtp/MtpEvent.EVENT_OBJECT_REMOVED,16387 -24,Android.Mtp.EventCode,RequestObjectTransfer,android/mtp/MtpEvent.EVENT_REQUEST_OBJECT_TRANSFER,16393 -24,Android.Mtp.EventCode,StorageInfoChanged,android/mtp/MtpEvent.EVENT_STORAGE_INFO_CHANGED,16396 -24,Android.Mtp.EventCode,StoreAdded,android/mtp/MtpEvent.EVENT_STORE_ADDED,16388 -24,Android.Mtp.EventCode,StoreFull,android/mtp/MtpEvent.EVENT_STORE_FULL,16394 -24,Android.Mtp.EventCode,StoreRemoved,android/mtp/MtpEvent.EVENT_STORE_REMOVED,16389 -24,Android.Mtp.EventCode,Undefined,android/mtp/MtpEvent.EVENT_UNDEFINED,16384 -24,Android.Mtp.EventCode,UnreportedStatus,android/mtp/MtpEvent.EVENT_UNREPORTED_STATUS,16398 -24,Android.Net.RestrictBackgroundStatus,Disabled,android/net/ConnectivityManager.RESTRICT_BACKGROUND_STATUS_DISABLED,1 -24,Android.Net.RestrictBackgroundStatus,Enabled,android/net/ConnectivityManager.RESTRICT_BACKGROUND_STATUS_ENABLED,3 -24,Android.Net.RestrictBackgroundStatus,Whitelisted,android/net/ConnectivityManager.RESTRICT_BACKGROUND_STATUS_WHITELISTED,2 -24,Android.Nfc.CardEmulators.DeactivationReasonF,DeactivationLinkLoss,android/nfc/cardemulation/HostNfcFService.DEACTIVATION_LINK_LOSS,0 -24,Android.OS.DeviceTemperatureType,Battery,android/os/HardwarePropertiesManager.DEVICE_TEMPERATURE_BATTERY,2 -24,Android.OS.DeviceTemperatureType,Cpu,android/os/HardwarePropertiesManager.DEVICE_TEMPERATURE_CPU,0 -24,Android.OS.DeviceTemperatureType,Gpu,android/os/HardwarePropertiesManager.DEVICE_TEMPERATURE_GPU,1 -24,Android.OS.DeviceTemperatureType,Skin,android/os/HardwarePropertiesManager.DEVICE_TEMPERATURE_SKIN,3 -24,Android.OS.TemperatureSource,Current,android/os/HardwarePropertiesManager.TEMPERATURE_CURRENT,0 -24,Android.OS.TemperatureSource,Shutdown,android/os/HardwarePropertiesManager.TEMPERATURE_SHUTDOWN,2 -24,Android.OS.TemperatureSource,Throttling,android/os/HardwarePropertiesManager.TEMPERATURE_THROTTLING,1 -24,Android.OS.TemperatureSource,ThrottlingBelowVrMin,android/os/HardwarePropertiesManager.TEMPERATURE_THROTTLING_BELOW_VR_MIN,3 -24,Android.OS.UserCreationFailureReason,NoMoreUsers,android/os/UserManager.USER_CREATION_FAILED_NO_MORE_USERS,2 -24,Android.OS.UserCreationFailureReason,NotPermitted,android/os/UserManager.USER_CREATION_FAILED_NOT_PERMITTED,1 -24,Android.Service.Carrier.ReceiveOptions,Default,android/service/carrier/CarrierMessagingService.RECEIVE_OPTIONS_DEFAULT,0 -24,Android.Service.Carrier.ReceiveOptions,Drop,android/service/carrier/CarrierMessagingService.RECEIVE_OPTIONS_DROP,1 -24,Android.Service.Carrier.ReceiveOptions,SkipNotifyWhenCredentialProtectedStorageUnavailable,android/service/carrier/CarrierMessagingService.RECEIVE_OPTIONS_SKIP_NOTIFY_WHEN_CREDENTIAL_PROTECTED_STORAGE_UNAVAILABLE,2 -0,Android.Service.Notification.ConditionFlags,None,,0 -24,Android.Service.Notification.ConditionFlags,RelevantAlways,android/service/notification/Condition.FLAG_RELEVANT_ALWAYS,2 -24,Android.Service.Notification.ConditionFlags,RelevantNow,android/service/notification/Condition.FLAG_RELEVANT_NOW,1 -24,Android.Service.Notification.ConditionState,Error,android/service/notification/Condition.STATE_ERROR,3 -24,Android.Service.Notification.ConditionState,False,android/service/notification/Condition.STATE_FALSE,0 -24,Android.Service.Notification.ConditionState,True,android/service/notification/Condition.STATE_TRUE,1 -24,Android.Service.Notification.ConditionState,Unknown,android/service/notification/Condition.STATE_UNKNOWN,2 -24,Android.Service.Notification.SuppressEffect,ScreenOff,android/service/notification/NotificationListenerService.SUPPRESSED_EFFECT_SCREEN_OFF,1 -24,Android.Service.Notification.SuppressEffect,ScreenOn,android/service/notification/NotificationListenerService.SUPPRESSED_EFFECT_SCREEN_ON,2 -24,Android.Service.QuickSettings.TileState,Active,android/service/quicksettings/Tile.STATE_ACTIVE,2 -24,Android.Service.QuickSettings.TileState,Inactive,android/service/quicksettings/Tile.STATE_INACTIVE,1 -24,Android.Service.QuickSettings.TileState,Unavailable,android/service/quicksettings/Tile.STATE_UNAVAILABLE,0 -24,Android.Telephony.UiccApplicationType,Csim,android/telephony/TelephonyManager.APPTYPE_CSIM,4 -24,Android.Telephony.UiccApplicationType,Isim,android/telephony/TelephonyManager.APPTYPE_ISIM,5 -24,Android.Telephony.UiccApplicationType,Ruim,android/telephony/TelephonyManager.APPTYPE_RUIM,3 -24,Android.Telephony.UiccApplicationType,Sim,android/telephony/TelephonyManager.APPTYPE_SIM,1 -24,Android.Telephony.UiccApplicationType,Usim,android/telephony/TelephonyManager.APPTYPE_USIM,2 -24,Android.Telephony.AutheenticationType,EapAka,android/telephony/TelephonyManager.AUTHTYPE_EAP_AKA,129 -24,Android.Telephony.AutheenticationType,EapSim,android/telephony/TelephonyManager.AUTHTYPE_EAP_SIM,128 -24,Android.Text.FromHtmlOptions,ModeCompact,android/text/Html.FROM_HTML_MODE_COMPACT,63 -24,Android.Text.FromHtmlOptions,ModeLegacy,android/text/Html.FROM_HTML_MODE_LEGACY,0 -24,Android.Text.FromHtmlOptions,OptionUseCssColors,android/text/Html.FROM_HTML_OPTION_USE_CSS_COLORS,256 -24,Android.Text.FromHtmlOptions,SeparatorLineBreakBlockquote,android/text/Html.FROM_HTML_SEPARATOR_LINE_BREAK_BLOCKQUOTE,32 -24,Android.Text.FromHtmlOptions,SeparatorLineBreakDiv,android/text/Html.FROM_HTML_SEPARATOR_LINE_BREAK_DIV,16 -24,Android.Text.FromHtmlOptions,SeparatorLineBreakHeading,android/text/Html.FROM_HTML_SEPARATOR_LINE_BREAK_HEADING,2 -24,Android.Text.FromHtmlOptions,SeparatorLineBreakList,android/text/Html.FROM_HTML_SEPARATOR_LINE_BREAK_LIST,8 -24,Android.Text.FromHtmlOptions,SeparatorLineBreakListItem,android/text/Html.FROM_HTML_SEPARATOR_LINE_BREAK_LIST_ITEM,4 -24,Android.Text.FromHtmlOptions,SeparatorLineBreakParagraph,android/text/Html.FROM_HTML_SEPARATOR_LINE_BREAK_PARAGRAPH,1 -24,Android.Text.ToHtmlOptions,ParagraphLinesConsecutive,android/text/Html.TO_HTML_PARAGRAPH_LINES_CONSECUTIVE,0 -24,Android.Text.ToHtmlOptions,ParagraphLinesIndividual,android/text/Html.TO_HTML_PARAGRAPH_LINES_INDIVIDUAL,1 -24,Android.Views.HdrType,DolbyVision,android/view/Display.HdrCapabilities.HDR_TYPE_DOLBY_VISION,1 -24,Android.Views.HdrType,Hdr10,android/view/Display.HdrCapabilities.HDR_TYPE_HDR10,2 -29,Android.Views.HdrType,Hdr10Plus,android/view/Display.HdrCapabilities.HDR_TYPE_HDR10_PLUS,4 -24,Android.Views.HdrType,Hlg,android/view/Display.HdrCapabilities.HDR_TYPE_HLG,3 -24,Android.Views.FrameMetricsId,AnimationDuration,android/view/FrameMetrics.ANIMATION_DURATION,2 -24,Android.Views.FrameMetricsId,CommandIssueDuration,android/view/FrameMetrics.COMMAND_ISSUE_DURATION,6 -24,Android.Views.FrameMetricsId,DrawDuration,android/view/FrameMetrics.DRAW_DURATION,4 -24,Android.Views.FrameMetricsId,FirstDrawFrame,android/view/FrameMetrics.FIRST_DRAW_FRAME,9 -24,Android.Views.FrameMetricsId,InputHandlingDuration,android/view/FrameMetrics.INPUT_HANDLING_DURATION,1 -26,Android.Views.FrameMetricsId,IntendedVsyncTimestamp,android/view/FrameMetrics.INTENDED_VSYNC_TIMESTAMP,10 -24,Android.Views.FrameMetricsId,LayoutMeasureDuration,android/view/FrameMetrics.LAYOUT_MEASURE_DURATION,3 -24,Android.Views.FrameMetricsId,SwapBuffersDuration,android/view/FrameMetrics.SWAP_BUFFERS_DURATION,7 -24,Android.Views.FrameMetricsId,SyncDuration,android/view/FrameMetrics.SYNC_DURATION,5 -24,Android.Views.FrameMetricsId,TotalDuration,android/view/FrameMetrics.TOTAL_DURATION,8 -24,Android.Views.FrameMetricsId,UnknownDelayDuration,android/view/FrameMetrics.UNKNOWN_DELAY_DURATION,0 -26,Android.Views.FrameMetricsId,VsyncTimestamp,android/view/FrameMetrics.VSYNC_TIMESTAMP,11 -24,Android.Views.PixelCopyResult,ErrorDestinationInvalid,android/view/PixelCopy.ERROR_DESTINATION_INVALID,5 -24,Android.Views.PixelCopyResult,ErrorSourceInvalid,android/view/PixelCopy.ERROR_SOURCE_INVALID,4 -24,Android.Views.PixelCopyResult,ErrorSourceNoData,android/view/PixelCopy.ERROR_SOURCE_NO_DATA,3 -24,Android.Views.PixelCopyResult,ErrorTimeout,android/view/PixelCopy.ERROR_TIMEOUT,2 -24,Android.Views.PixelCopyResult,ErrorUnknown,android/view/PixelCopy.ERROR_UNKNOWN,1 -24,Android.Views.PixelCopyResult,Success,android/view/PixelCopy.SUCCESS,0 -24,Android.Views.PointerIconType,Alias,android/view/PointerIcon.TYPE_ALIAS,1010 -24,Android.Views.PointerIconType,AllScroll,android/view/PointerIcon.TYPE_ALL_SCROLL,1013 -24,Android.Views.PointerIconType,Arrow,android/view/PointerIcon.TYPE_ARROW,1000 -24,Android.Views.PointerIconType,Cell,android/view/PointerIcon.TYPE_CELL,1006 -24,Android.Views.PointerIconType,ContextMenu,android/view/PointerIcon.TYPE_CONTEXT_MENU,1001 -24,Android.Views.PointerIconType,Copy,android/view/PointerIcon.TYPE_COPY,1011 -24,Android.Views.PointerIconType,Crosshair,android/view/PointerIcon.TYPE_CROSSHAIR,1007 -24,Android.Views.PointerIconType,Default,android/view/PointerIcon.TYPE_DEFAULT,1000 -24,Android.Views.PointerIconType,Grab,android/view/PointerIcon.TYPE_GRAB,1020 -24,Android.Views.PointerIconType,Grabbing,android/view/PointerIcon.TYPE_GRABBING,1021 -24,Android.Views.PointerIconType,Hand,android/view/PointerIcon.TYPE_HAND,1002 -24,Android.Views.PointerIconType,Help,android/view/PointerIcon.TYPE_HELP,1003 -24,Android.Views.PointerIconType,HorizontalDoubleArrow,android/view/PointerIcon.TYPE_HORIZONTAL_DOUBLE_ARROW,1014 -24,Android.Views.PointerIconType,NoDrop,android/view/PointerIcon.TYPE_NO_DROP,1012 -24,Android.Views.PointerIconType,Null,android/view/PointerIcon.TYPE_NULL,0 -24,Android.Views.PointerIconType,Text,android/view/PointerIcon.TYPE_TEXT,1008 -24,Android.Views.PointerIconType,TopLeftDiagonalDoubleArrow,android/view/PointerIcon.TYPE_TOP_LEFT_DIAGONAL_DOUBLE_ARROW,1017 -24,Android.Views.PointerIconType,TopRightDiagonalDoubleArrow,android/view/PointerIcon.TYPE_TOP_RIGHT_DIAGONAL_DOUBLE_ARROW,1016 -24,Android.Views.PointerIconType,VerticalDoubleArrow,android/view/PointerIcon.TYPE_VERTICAL_DOUBLE_ARROW,1015 -24,Android.Views.PointerIconType,VerticalText,android/view/PointerIcon.TYPE_VERTICAL_TEXT,1009 -24,Android.Views.PointerIconType,Wait,android/view/PointerIcon.TYPE_WAIT,1004 -24,Android.Views.PointerIconType,ZoomIn,android/view/PointerIcon.TYPE_ZOOM_IN,1018 -24,Android.Views.PointerIconType,ZoomOut,android/view/PointerIcon.TYPE_ZOOM_OUT,1019 -24,Android.Views.DragFlags,Global,android/view/View.DRAG_FLAG_GLOBAL,256 -24,Android.Views.DragFlags,GlobalPersistableUriPermission,android/view/View.DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION,64 -24,Android.Views.DragFlags,GlobalPrefixUriPermission,android/view/View.DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION,128 -24,Android.Views.DragFlags,GlobalUriRead,android/view/View.DRAG_FLAG_GLOBAL_URI_READ,1 -24,Android.Views.DragFlags,GlobalUriWrite,android/view/View.DRAG_FLAG_GLOBAL_URI_WRITE,2 -24,Android.Views.DragFlags,Opaque,android/view/View.DRAG_FLAG_OPAQUE,512 -24,Android.Views.DecorCaptionShade,Auto,android/view/Window.DECOR_CAPTION_SHADE_AUTO,0 -24,Android.Views.DecorCaptionShade,Dark,android/view/Window.DECOR_CAPTION_SHADE_DARK,2 -24,Android.Views.DecorCaptionShade,Light,android/view/Window.DECOR_CAPTION_SHADE_LIGHT,1 -24,Android.Webkit.MenuItems,None,android/webkit/WebSettings.MENU_ITEM_NONE,0 -24,Android.Webkit.MenuItems,ProcessText,android/webkit/WebSettings.MENU_ITEM_PROCESS_TEXT,4 -24,Android.Webkit.MenuItems,Share,android/webkit/WebSettings.MENU_ITEM_SHARE,1 -24,Android.Webkit.MenuItems,WebSearch,android/webkit/WebSettings.MENU_ITEM_WEB_SEARCH,2 -24,Java.Util.SpliteratorCharacteristics,Concurrent,I:java/util/Spliterator.CONCURRENT,4096 -24,Java.Util.SpliteratorCharacteristics,Distinct,I:java/util/Spliterator.DISTINCT,1 -24,Java.Util.SpliteratorCharacteristics,Immutable,I:java/util/Spliterator.IMMUTABLE,1024 -24,Java.Util.SpliteratorCharacteristics,Nonnull,I:java/util/Spliterator.NONNULL,256 -24,Java.Util.SpliteratorCharacteristics,Ordered,I:java/util/Spliterator.ORDERED,16 -24,Java.Util.SpliteratorCharacteristics,Sized,I:java/util/Spliterator.SIZED,64 -24,Java.Util.SpliteratorCharacteristics,Sorted,I:java/util/Spliterator.SORTED,4 -24,Java.Util.SpliteratorCharacteristics,Subsized,I:java/util/Spliterator.SUBSIZED,16384 -0,Android.Content.PM.LauncherAppsShortcutQueryFlags,None,,0 -25,Android.Content.PM.LauncherAppsShortcutQueryFlags,GetKeyFieldsOnly,android/content/pm/LauncherApps.ShortcutQuery.FLAG_GET_KEY_FIELDS_ONLY,4 -25,Android.Content.PM.LauncherAppsShortcutQueryFlags,MatchDynamic,android/content/pm/LauncherApps.ShortcutQuery.FLAG_MATCH_DYNAMIC,1 -25,Android.Content.PM.LauncherAppsShortcutQueryFlags,MatchManifest,android/content/pm/LauncherApps.ShortcutQuery.FLAG_MATCH_MANIFEST,8 -25,Android.Content.PM.LauncherAppsShortcutQueryFlags,MatchPinned,android/content/pm/LauncherApps.ShortcutQuery.FLAG_MATCH_PINNED,2 -28,Android.Content.PM.LauncherAppsShortcutQueryFlags,MatchPinnedByAnyLauncher,android/content/pm/LauncherApps.ShortcutQuery.FLAG_MATCH_PINNED_BY_ANY_LAUNCHER,1024 -24,Android.Telecom.ConnectionProperties,None,,0 -24,Android.Telecom.ConnectionProperties,HasCdmaVoicePrivacy,android/telecom/Connection.PROPERTY_HAS_CDMA_VOICE_PRIVACY,32 -24,Android.Telecom.ConnectionProperties,IsExternalCall,android/telecom/Connection.PROPERTY_IS_EXTERNAL_CALL,16 -24,Android.Telecom.ConnectionProperties,IsRtt,android/telecom/Connection.PROPERTY_IS_RTT,256 -24,Android.Telecom.ConnectionProperties,SelfManaged,android/telecom/Connection.PROPERTY_SELF_MANAGED,128 -0,Android.Views.InputMethods.InputContentFlags,None,,0 -25,Android.Views.InputMethods.InputContentFlags,GrantReadUriPermission,I:android/view/inputmethod/InputConnection.INPUT_CONTENT_GRANT_READ_URI_PERMISSION,1 -28,Android.App.Admin.IdAttestationFlags,BaseInfo,android/app/admin/DevicePolicyManager.ID_TYPE_BASE_INFO,1 -28,Android.App.Admin.IdAttestationFlags,Imei,android/app/admin/DevicePolicyManager.ID_TYPE_IMEI,4 -28,Android.App.Admin.IdAttestationFlags,Meid,android/app/admin/DevicePolicyManager.ID_TYPE_MEID,8 -28,Android.App.Admin.IdAttestationFlags,Serial,android/app/admin/DevicePolicyManager.ID_TYPE_SERIAL,2 -28,Android.App.Admin.InstallKeyFlags,RequestCredentialsAccess,android/app/admin/DevicePolicyManager.INSTALLKEY_REQUEST_CREDENTIALS_ACCESS,1 -28,Android.App.Admin.InstallKeyFlags,SetUserSelectable,android/app/admin/DevicePolicyManager.INSTALLKEY_SET_USER_SELECTABLE,2 -28,Android.App.Admin.LockTaskFeatures,GlobalActions,android/app/admin/DevicePolicyManager.LOCK_TASK_FEATURE_GLOBAL_ACTIONS,16 -28,Android.App.Admin.LockTaskFeatures,Home,android/app/admin/DevicePolicyManager.LOCK_TASK_FEATURE_HOME,4 -28,Android.App.Admin.LockTaskFeatures,Keyguard,android/app/admin/DevicePolicyManager.LOCK_TASK_FEATURE_KEYGUARD,32 -28,Android.App.Admin.LockTaskFeatures,None,android/app/admin/DevicePolicyManager.LOCK_TASK_FEATURE_NONE,0 -28,Android.App.Admin.LockTaskFeatures,Notifications,android/app/admin/DevicePolicyManager.LOCK_TASK_FEATURE_NOTIFICATIONS,2 -28,Android.App.Admin.LockTaskFeatures,Overview,android/app/admin/DevicePolicyManager.LOCK_TASK_FEATURE_OVERVIEW,8 -28,Android.App.Admin.LockTaskFeatures,SystemInfo,android/app/admin/DevicePolicyManager.LOCK_TASK_FEATURE_SYSTEM_INFO,1 -28,Android.App.Admin.SecurityLogLevel,Error,android/app/admin/SecurityLog.LEVEL_ERROR,3 -28,Android.App.Admin.SecurityLogLevel,Info,android/app/admin/SecurityLog.LEVEL_INFO,1 -28,Android.App.Admin.SecurityLogLevel,Warning,android/app/admin/SecurityLog.LEVEL_WARNING,2 -28,Android.App.Admin.SystemUpdatePolicyErrorCode,CombinedFreezePeriodTooClose,android/app/admin/SystemUpdatePolicy.ValidationFailedException.ERROR_COMBINED_FREEZE_PERIOD_TOO_CLOSE,6 -28,Android.App.Admin.SystemUpdatePolicyErrorCode,CombinedFreezePeriodTooLong,android/app/admin/SystemUpdatePolicy.ValidationFailedException.ERROR_COMBINED_FREEZE_PERIOD_TOO_LONG,5 -28,Android.App.Admin.SystemUpdatePolicyErrorCode,DuplicateOrOverlap,android/app/admin/SystemUpdatePolicy.ValidationFailedException.ERROR_DUPLICATE_OR_OVERLAP,2 -28,Android.App.Admin.SystemUpdatePolicyErrorCode,NewFreezePeriodTooClose,android/app/admin/SystemUpdatePolicy.ValidationFailedException.ERROR_NEW_FREEZE_PERIOD_TOO_CLOSE,4 -28,Android.App.Admin.SystemUpdatePolicyErrorCode,NewFreezePeriodTooLong,android/app/admin/SystemUpdatePolicy.ValidationFailedException.ERROR_NEW_FREEZE_PERIOD_TOO_LONG,3 -28,Android.App.Admin.SystemUpdatePolicyErrorCode,Unknown,android/app/admin/SystemUpdatePolicy.ValidationFailedException.ERROR_UNKNOWN,1 -28,Android.App.Backup.BackupTransportFlags,ClientSideEncryptionEnabled,android/app/backup/BackupAgent.FLAG_CLIENT_SIDE_ENCRYPTION_ENABLED,1 -28,Android.App.Backup.BackupTransportFlags,DeviceToDeviceTransfer,android/app/backup/BackupAgent.FLAG_DEVICE_TO_DEVICE_TRANSFER,2 -28,Android.App.SemanticAction,Archive,android/app/Notification.Action.SEMANTIC_ACTION_ARCHIVE,5 -28,Android.App.SemanticAction,Call,android/app/Notification.Action.SEMANTIC_ACTION_CALL,10 -28,Android.App.SemanticAction,Delete,android/app/Notification.Action.SEMANTIC_ACTION_DELETE,4 -28,Android.App.SemanticAction,MarkAsRead,android/app/Notification.Action.SEMANTIC_ACTION_MARK_AS_READ,2 -28,Android.App.SemanticAction,MarkAsUnread,android/app/Notification.Action.SEMANTIC_ACTION_MARK_AS_UNREAD,3 -28,Android.App.SemanticAction,Mute,android/app/Notification.Action.SEMANTIC_ACTION_MUTE,6 -28,Android.App.SemanticAction,None,android/app/Notification.Action.SEMANTIC_ACTION_NONE,0 -28,Android.App.SemanticAction,Reply,android/app/Notification.Action.SEMANTIC_ACTION_REPLY,1 -28,Android.App.SemanticAction,ThumbsDown,android/app/Notification.Action.SEMANTIC_ACTION_THUMBS_DOWN,9 -28,Android.App.SemanticAction,ThumbsUp,android/app/Notification.Action.SEMANTIC_ACTION_THUMBS_UP,8 -28,Android.App.SemanticAction,Unmute,android/app/Notification.Action.SEMANTIC_ACTION_UNMUTE,7 -28,Android.App.RemoteInputSource,Choice,android/app/RemoteInput.SOURCE_CHOICE,1 -28,Android.App.RemoteInputSource,FreeFormInput,android/app/RemoteInput.SOURCE_FREE_FORM_INPUT,0 -28,Android.App.Usage.NetworkStatsDefault,All,android/app/usage/NetworkStats.Bucket.DEFAULT_NETWORK_ALL,-1 -28,Android.App.Usage.NetworkStatsDefault,No,android/app/usage/NetworkStats.Bucket.DEFAULT_NETWORK_NO,1 -28,Android.App.Usage.NetworkStatsDefault,Yes,android/app/usage/NetworkStats.Bucket.DEFAULT_NETWORK_YES,2 -28,Android.App.Usage.StandbyBucket,Active,android/app/usage/UsageStatsManager.STANDBY_BUCKET_ACTIVE,10 -28,Android.App.Usage.StandbyBucket,Frequent,android/app/usage/UsageStatsManager.STANDBY_BUCKET_FREQUENT,30 -28,Android.App.Usage.StandbyBucket,Rare,android/app/usage/UsageStatsManager.STANDBY_BUCKET_RARE,40 -28,Android.App.Usage.StandbyBucket,WorkingSet,android/app/usage/UsageStatsManager.STANDBY_BUCKET_WORKING_SET,20 -28,Android.Appwidget.WidgetFeatures,HideFromPicker,android/appwidget/AppWidgetProviderInfo.WIDGET_FEATURE_HIDE_FROM_PICKER,2 -28,Android.Appwidget.WidgetFeatures,Reconfigurable,android/appwidget/AppWidgetProviderInfo.WIDGET_FEATURE_RECONFIGURABLE,1 -28,Android.Bluetooth.HidDeviceAppQosSettingsServiceType,BestEffort,android/bluetooth/BluetoothHidDeviceAppQosSettings.SERVICE_BEST_EFFORT,1 -28,Android.Bluetooth.HidDeviceAppQosSettingsServiceType,Guaranteed,android/bluetooth/BluetoothHidDeviceAppQosSettings.SERVICE_GUARANTEED,2 -28,Android.Bluetooth.HidDeviceAppQosSettingsServiceType,NoTraffic,android/bluetooth/BluetoothHidDeviceAppQosSettings.SERVICE_NO_TRAFFIC,0 -28,Android.Content.PM.CertificateType,RawX509,android/content/pm/PackageManager.CERT_INPUT_RAW_X509,0 -28,Android.Content.PM.CertificateType,Sha256,android/content/pm/PackageManager.CERT_INPUT_SHA256,1 -28,Android.Content.PM.ShortcutDisabledReason,AppChanged,android/content/pm/ShortcutInfo.DISABLED_REASON_APP_CHANGED,2 -28,Android.Content.PM.ShortcutDisabledReason,BackupNotSupported,android/content/pm/ShortcutInfo.DISABLED_REASON_BACKUP_NOT_SUPPORTED,101 -28,Android.Content.PM.ShortcutDisabledReason,ByApp,android/content/pm/ShortcutInfo.DISABLED_REASON_BY_APP,1 -28,Android.Content.PM.ShortcutDisabledReason,NotDisabled,android/content/pm/ShortcutInfo.DISABLED_REASON_NOT_DISABLED,0 -28,Android.Content.PM.ShortcutDisabledReason,OtherRestoreIssue,android/content/pm/ShortcutInfo.DISABLED_REASON_OTHER_RESTORE_ISSUE,103 -28,Android.Content.PM.ShortcutDisabledReason,SignatureMismatch,android/content/pm/ShortcutInfo.DISABLED_REASON_SIGNATURE_MISMATCH,102 -28,Android.Content.PM.ShortcutDisabledReason,Unknown,android/content/pm/ShortcutInfo.DISABLED_REASON_UNKNOWN,3 -28,Android.Content.PM.ShortcutDisabledReason,VersionLower,android/content/pm/ShortcutInfo.DISABLED_REASON_VERSION_LOWER,100 -28,Android.Graphics.Drawables.IconType,AdaptiveBitmap,android/graphics/drawable/Icon.TYPE_ADAPTIVE_BITMAP,5 -28,Android.Graphics.Drawables.IconType,Bitmap,android/graphics/drawable/Icon.TYPE_BITMAP,1 -28,Android.Graphics.Drawables.IconType,Data,android/graphics/drawable/Icon.TYPE_DATA,3 -28,Android.Graphics.Drawables.IconType,Resource,android/graphics/drawable/Icon.TYPE_RESOURCE,2 -28,Android.Graphics.Drawables.IconType,Uri,android/graphics/drawable/Icon.TYPE_URI,4 -28,Android.Graphics.ImageDecoderAllocator,Default,android/graphics/ImageDecoder.ALLOCATOR_DEFAULT,0 -28,Android.Graphics.ImageDecoderAllocator,Hardware,android/graphics/ImageDecoder.ALLOCATOR_HARDWARE,3 -28,Android.Graphics.ImageDecoderAllocator,SharedMemory,android/graphics/ImageDecoder.ALLOCATOR_SHARED_MEMORY,2 -28,Android.Graphics.ImageDecoderAllocator,Software,android/graphics/ImageDecoder.ALLOCATOR_SOFTWARE,1 -28,Android.Graphics.ImageDecoderMemoryPolicy,Default,android/graphics/ImageDecoder.MEMORY_POLICY_DEFAULT,1 -28,Android.Graphics.ImageDecoderMemoryPolicy,LowRam,android/graphics/ImageDecoder.MEMORY_POLICY_LOW_RAM,0 -28,Android.Graphics.ImageDecoderErrorType,SourceException,android/graphics/ImageDecoder.DecodeException.SOURCE_EXCEPTION,1 -28,Android.Graphics.ImageDecoderErrorType,SourceIncomplete,android/graphics/ImageDecoder.DecodeException.SOURCE_INCOMPLETE,2 -28,Android.Graphics.ImageDecoderErrorType,SourceMalformedData,android/graphics/ImageDecoder.DecodeException.SOURCE_MALFORMED_DATA,3 -28,Android.Hardware.Biometrics.BiometricAcquiredStatus,Good,android/hardware/biometrics/BiometricPrompt.BIOMETRIC_ACQUIRED_GOOD,0 -28,Android.Hardware.Biometrics.BiometricAcquiredStatus,ImagerDirty,android/hardware/biometrics/BiometricPrompt.BIOMETRIC_ACQUIRED_IMAGER_DIRTY,3 -28,Android.Hardware.Biometrics.BiometricAcquiredStatus,Insufficient,android/hardware/biometrics/BiometricPrompt.BIOMETRIC_ACQUIRED_INSUFFICIENT,2 -28,Android.Hardware.Biometrics.BiometricAcquiredStatus,Partial,android/hardware/biometrics/BiometricPrompt.BIOMETRIC_ACQUIRED_PARTIAL,1 -28,Android.Hardware.Biometrics.BiometricAcquiredStatus,TooFast,android/hardware/biometrics/BiometricPrompt.BIOMETRIC_ACQUIRED_TOO_FAST,5 -28,Android.Hardware.Biometrics.BiometricAcquiredStatus,TooSlow,android/hardware/biometrics/BiometricPrompt.BIOMETRIC_ACQUIRED_TOO_SLOW,4 -28,Android.Hardware.Biometrics.BiometricErrorCode,Canceled,android/hardware/biometrics/BiometricPrompt.BIOMETRIC_ERROR_CANCELED,5 -28,Android.Hardware.Biometrics.BiometricErrorCode,HwNotPresent,android/hardware/biometrics/BiometricPrompt.BIOMETRIC_ERROR_HW_NOT_PRESENT,12 -28,Android.Hardware.Biometrics.BiometricErrorCode,HwUnavailable,android/hardware/biometrics/BiometricPrompt.BIOMETRIC_ERROR_HW_UNAVAILABLE,1 -28,Android.Hardware.Biometrics.BiometricErrorCode,Lockout,android/hardware/biometrics/BiometricPrompt.BIOMETRIC_ERROR_LOCKOUT,7 -28,Android.Hardware.Biometrics.BiometricErrorCode,LockoutPermanent,android/hardware/biometrics/BiometricPrompt.BIOMETRIC_ERROR_LOCKOUT_PERMANENT,9 -28,Android.Hardware.Biometrics.BiometricErrorCode,NoBiometrics,android/hardware/biometrics/BiometricPrompt.BIOMETRIC_ERROR_NO_BIOMETRICS,11 -29,Android.Hardware.Biometrics.BiometricErrorCode,NoDeviceCredential,android/hardware/biometrics/BiometricPrompt.BIOMETRIC_ERROR_NO_DEVICE_CREDENTIAL,14 -28,Android.Hardware.Biometrics.BiometricErrorCode,NoSpace,android/hardware/biometrics/BiometricPrompt.BIOMETRIC_ERROR_NO_SPACE,4 -28,Android.Hardware.Biometrics.BiometricErrorCode,Timeout,android/hardware/biometrics/BiometricPrompt.BIOMETRIC_ERROR_TIMEOUT,3 -28,Android.Hardware.Biometrics.BiometricErrorCode,UnableToProcess,android/hardware/biometrics/BiometricPrompt.BIOMETRIC_ERROR_UNABLE_TO_PROCESS,2 -28,Android.Hardware.Biometrics.BiometricErrorCode,UserCanceled,android/hardware/biometrics/BiometricPrompt.BIOMETRIC_ERROR_USER_CANCELED,10 -28,Android.Hardware.Biometrics.BiometricErrorCode,Vendor,android/hardware/biometrics/BiometricPrompt.BIOMETRIC_ERROR_VENDOR,8 -28,Android.Hardware.Camera2.Params.SessionType,HighSpeed,android/hardware/camera2/params/SessionConfiguration.SESSION_HIGH_SPEED,1 -28,Android.Hardware.Camera2.Params.SessionType,Regular,android/hardware/camera2/params/SessionConfiguration.SESSION_REGULAR,0 -28,Android.Icu.Util.DelimiterType,AltQuotationEnd,android/icu/util/LocaleData.ALT_QUOTATION_END,3 -28,Android.Icu.Util.DelimiterType,AltQuotationStart,android/icu/util/LocaleData.ALT_QUOTATION_START,2 -28,Android.Icu.Util.DelimiterType,QuotationEnd,android/icu/util/LocaleData.QUOTATION_END,1 -28,Android.Icu.Util.DelimiterType,QuotationStart,android/icu/util/LocaleData.QUOTATION_START,0 -28,Android.Media.MasteringIndicationType,MasteringNotIndicated,android/media/AudioPresentation.MASTERING_NOT_INDICATED,0 -28,Android.Media.MasteringIndicationType,MasteredFor3d,android/media/AudioPresentation.MASTERED_FOR_3D,3 -28,Android.Media.MasteringIndicationType,MasteredForHeadphone,android/media/AudioPresentation.MASTERED_FOR_HEADPHONE,4 -28,Android.Media.MasteringIndicationType,MasteredForStereo,android/media/AudioPresentation.MASTERED_FOR_STEREO,1 -28,Android.Media.MasteringIndicationType,MasteredForSurround,android/media/AudioPresentation.MASTERED_FOR_SURROUND,2 -28,Android.Media.Audiofx.VariantType,FavorFrequencyResolution,android/media/audiofx/DynamicsProcessing.VARIANT_FAVOR_FREQUENCY_RESOLUTION,0 -28,Android.Media.Audiofx.VariantType,FavorTimeResolution,android/media/audiofx/DynamicsProcessing.VARIANT_FAVOR_TIME_RESOLUTION,1 -28,Android.Media.HdcpLevel,LevelUnknown,android/media/MediaDrm.HDCP_LEVEL_UNKNOWN,0 -28,Android.Media.HdcpLevel,NoDigitalOutput,android/media/MediaDrm.HDCP_NO_DIGITAL_OUTPUT,2147483647 -28,Android.Media.HdcpLevel,None,android/media/MediaDrm.HDCP_NONE,1 -28,Android.Media.HdcpLevel,V1,android/media/MediaDrm.HDCP_V1,2 -28,Android.Media.HdcpLevel,V2,android/media/MediaDrm.HDCP_V2,3 -28,Android.Media.HdcpLevel,V21,android/media/MediaDrm.HDCP_V2_1,4 -28,Android.Media.HdcpLevel,V22,android/media/MediaDrm.HDCP_V2_2,5 -29,Android.Media.HdcpLevel,V23,android/media/MediaDrm.HDCP_V2_3,6 -28,Android.Media.SecurityLevel,HwSecureAll,android/media/MediaDrm.SECURITY_LEVEL_HW_SECURE_ALL,5 -28,Android.Media.SecurityLevel,HwSecureCrypto,android/media/MediaDrm.SECURITY_LEVEL_HW_SECURE_CRYPTO,3 -28,Android.Media.SecurityLevel,HwSecureDecode,android/media/MediaDrm.SECURITY_LEVEL_HW_SECURE_DECODE,4 -28,Android.Media.SecurityLevel,SwSecureCrypto,android/media/MediaDrm.SECURITY_LEVEL_SW_SECURE_CRYPTO,1 -28,Android.Media.SecurityLevel,SwSecureDecode,android/media/MediaDrm.SECURITY_LEVEL_SW_SECURE_DECODE,2 -28,Android.Media.SecurityLevel,Unknown,android/media/MediaDrm.SECURITY_LEVEL_UNKNOWN,0 -28,Android.Media.MicrophoneChannelMapping,Direct,android/media/MicrophoneInfo.CHANNEL_MAPPING_DIRECT,1 -28,Android.Media.MicrophoneChannelMapping,Processed,android/media/MicrophoneInfo.CHANNEL_MAPPING_PROCESSED,2 -28,Android.Media.MicrophoneDirectionality,BiDirectional,android/media/MicrophoneInfo.DIRECTIONALITY_BI_DIRECTIONAL,2 -28,Android.Media.MicrophoneDirectionality,Cardioid,android/media/MicrophoneInfo.DIRECTIONALITY_CARDIOID,3 -28,Android.Media.MicrophoneDirectionality,HyperCardioid,android/media/MicrophoneInfo.DIRECTIONALITY_HYPER_CARDIOID,4 -28,Android.Media.MicrophoneDirectionality,Omni,android/media/MicrophoneInfo.DIRECTIONALITY_OMNI,1 -28,Android.Media.MicrophoneDirectionality,SuperCardioid,android/media/MicrophoneInfo.DIRECTIONALITY_SUPER_CARDIOID,5 -28,Android.Media.MicrophoneDirectionality,Unknown,android/media/MicrophoneInfo.DIRECTIONALITY_UNKNOWN,0 -28,Android.Media.MicrophoneLocation,Mainbody,android/media/MicrophoneInfo.LOCATION_MAINBODY,1 -28,Android.Media.MicrophoneLocation,MainbodyMovable,android/media/MicrophoneInfo.LOCATION_MAINBODY_MOVABLE,2 -28,Android.Media.MicrophoneLocation,Peripheral,android/media/MicrophoneInfo.LOCATION_PERIPHERAL,3 -28,Android.Media.MicrophoneLocation,Unknown,android/media/MicrophoneInfo.LOCATION_UNKNOWN,0 -28,Android.Net.IpSecTransportDirection,In,android/net/IpSecManager.DIRECTION_IN,0 -28,Android.Net.IpSecTransportDirection,Out,android/net/IpSecManager.DIRECTION_OUT,1 -28,Android.Net.MacAddressType,Broadcast,android/net/MacAddress.TYPE_BROADCAST,3 -28,Android.Net.MacAddressType,Multicast,android/net/MacAddress.TYPE_MULTICAST,2 -28,Android.Net.MacAddressType,Unicast,android/net/MacAddress.TYPE_UNICAST,1 -28,Android.Net.Wifi.Rtt.RangingStatus,Fail,android/net/wifi/rtt/RangingResult.STATUS_FAIL,1 -28,Android.Net.Wifi.Rtt.RangingStatus,ResponderDoesNotSupportIeee80211mc,android/net/wifi/rtt/RangingResult.STATUS_RESPONDER_DOES_NOT_SUPPORT_IEEE80211MC,2 -28,Android.Net.Wifi.Rtt.RangingStatus,Success,android/net/wifi/rtt/RangingResult.STATUS_SUCCESS,0 -28,Android.Net.Wifi.Rtt.RangingResultStatusCode,Fail,android/net/wifi/rtt/RangingResultCallback.STATUS_CODE_FAIL,1 -28,Android.Net.Wifi.Rtt.RangingResultStatusCode,FailRttNotAvailable,android/net/wifi/rtt/RangingResultCallback.STATUS_CODE_FAIL_RTT_NOT_AVAILABLE,2 -28,Android.OS.LocationPowerSaveMode,AllDisabledWhenScreenOff,android/os/PowerManager.LOCATION_MODE_ALL_DISABLED_WHEN_SCREEN_OFF,2 -28,Android.OS.LocationPowerSaveMode,ForegroundOnly,android/os/PowerManager.LOCATION_MODE_FOREGROUND_ONLY,3 -28,Android.OS.LocationPowerSaveMode,GpsDisabledWhenScreenOff,android/os/PowerManager.LOCATION_MODE_GPS_DISABLED_WHEN_SCREEN_OFF,1 -28,Android.OS.LocationPowerSaveMode,NoChange,android/os/PowerManager.LOCATION_MODE_NO_CHANGE,0 -29,Android.OS.LocationPowerSaveMode,ThrottleRequestsWhenScreenOff,android/os/PowerManager.LOCATION_MODE_THROTTLE_REQUESTS_WHEN_SCREEN_OFF,4 -28,Android.OS.UserOperationResultCode,ErrorCurrentUser,android/os/UserManager.USER_OPERATION_ERROR_CURRENT_USER,4 -28,Android.OS.UserOperationResultCode,ErrorLowStorage,android/os/UserManager.USER_OPERATION_ERROR_LOW_STORAGE,5 -28,Android.OS.UserOperationResultCode,ErrorManagedProfile,android/os/UserManager.USER_OPERATION_ERROR_MANAGED_PROFILE,2 -28,Android.OS.UserOperationResultCode,ErrorMaxRunningUsers,android/os/UserManager.USER_OPERATION_ERROR_MAX_RUNNING_USERS,3 -28,Android.OS.UserOperationResultCode,ErrorMaxUsers,android/os/UserManager.USER_OPERATION_ERROR_MAX_USERS,6 -28,Android.OS.UserOperationResultCode,ErrorUnknown,android/os/UserManager.USER_OPERATION_ERROR_UNKNOWN,1 -28,Android.OS.UserOperationResultCode,Success,android/os/UserManager.USER_OPERATION_SUCCESS,0 -28,Android.Service.Autofill.AutofillResponseFlags,DisableActivityOnly,android/service/autofill/FillResponse.FLAG_DISABLE_ACTIVITY_ONLY,2 -28,Android.Service.Autofill.AutofillResponseFlags,TrackContextCommited,android/service/autofill/FillResponse.FLAG_TRACK_CONTEXT_COMMITED,1 -28,Android.Service.Notification.UserSentiment,Negative,android/service/notification/NotificationListenerService.Ranking.USER_SENTIMENT_NEGATIVE,-1 -28,Android.Service.Notification.UserSentiment,Neutral,android/service/notification/NotificationListenerService.Ranking.USER_SENTIMENT_NEUTRAL,0 -28,Android.Service.Notification.UserSentiment,Positive,android/service/notification/NotificationListenerService.Ranking.USER_SENTIMENT_POSITIVE,1 -28,Android.Telecom.HandoverFailureReason,DestAppRejected,android/telecom/Call.Callback.HANDOVER_FAILURE_DEST_APP_REJECTED,1 -28,Android.Telecom.HandoverFailureReason,NotSupported,android/telecom/Call.Callback.HANDOVER_FAILURE_NOT_SUPPORTED,2 -28,Android.Telecom.HandoverFailureReason,OngoingEmergencyCall,android/telecom/Call.Callback.HANDOVER_FAILURE_ONGOING_EMERGENCY_CALL,4 -28,Android.Telecom.HandoverFailureReason,Unknown,android/telecom/Call.Callback.HANDOVER_FAILURE_UNKNOWN,5 -28,Android.Telecom.HandoverFailureReason,UserRejected,android/telecom/Call.Callback.HANDOVER_FAILURE_USER_REJECTED,3 -28,Android.Telephony.CellConnectionStatus,None,android/telephony/CellInfo.CONNECTION_NONE,0 -28,Android.Telephony.CellConnectionStatus,PrimaryServing,android/telephony/CellInfo.CONNECTION_PRIMARY_SERVING,1 -28,Android.Telephony.CellConnectionStatus,SecondaryServing,android/telephony/CellInfo.CONNECTION_SECONDARY_SERVING,2 -28,Android.Telephony.CellConnectionStatus,Unknown,android/telephony/CellInfo.CONNECTION_UNKNOWN,2147483647 -28,Android.Telephony.Data.AuthType,Chap,android/telephony/data/ApnSetting.AUTH_TYPE_CHAP,2 -28,Android.Telephony.Data.AuthType,None,android/telephony/data/ApnSetting.AUTH_TYPE_NONE,0 -28,Android.Telephony.Data.AuthType,Pap,android/telephony/data/ApnSetting.AUTH_TYPE_PAP,1 -28,Android.Telephony.Data.AuthType,PapOrChap,android/telephony/data/ApnSetting.AUTH_TYPE_PAP_OR_CHAP,3 -28,Android.Telephony.Data.MvnoType,Gid,android/telephony/data/ApnSetting.MVNO_TYPE_GID,2 -28,Android.Telephony.Data.MvnoType,Iccid,android/telephony/data/ApnSetting.MVNO_TYPE_ICCID,3 -28,Android.Telephony.Data.MvnoType,Imsi,android/telephony/data/ApnSetting.MVNO_TYPE_IMSI,1 -28,Android.Telephony.Data.MvnoType,Spn,android/telephony/data/ApnSetting.MVNO_TYPE_SPN,0 -28,Android.Telephony.Data.Protocols,Ip,android/telephony/data/ApnSetting.PROTOCOL_IP,0 -28,Android.Telephony.Data.Protocols,Ipv4v6,android/telephony/data/ApnSetting.PROTOCOL_IPV4V6,2 -28,Android.Telephony.Data.Protocols,Ipv6,android/telephony/data/ApnSetting.PROTOCOL_IPV6,1 -29,Android.Telephony.Data.Protocols,NonIp,android/telephony/data/ApnSetting.PROTOCOL_NON_IP,4 -28,Android.Telephony.Data.Protocols,Ppp,android/telephony/data/ApnSetting.PROTOCOL_PPP,3 -29,Android.Telephony.Data.Protocols,Unstructured,android/telephony/data/ApnSetting.PROTOCOL_UNSTRUCTURED,5 -28,Android.Telephony.Data.ApnType,Cbs,android/telephony/data/ApnSetting.TYPE_CBS,128 -28,Android.Telephony.Data.ApnType,Default,android/telephony/data/ApnSetting.TYPE_DEFAULT,17 -28,Android.Telephony.Data.ApnType,Dun,android/telephony/data/ApnSetting.TYPE_DUN,8 -28,Android.Telephony.Data.ApnType,Emergency,android/telephony/data/ApnSetting.TYPE_EMERGENCY,512 -28,Android.Telephony.Data.ApnType,Fota,android/telephony/data/ApnSetting.TYPE_FOTA,32 -28,Android.Telephony.Data.ApnType,Hipri,android/telephony/data/ApnSetting.TYPE_HIPRI,16 -28,Android.Telephony.Data.ApnType,Ia,android/telephony/data/ApnSetting.TYPE_IA,256 -28,Android.Telephony.Data.ApnType,Ims,android/telephony/data/ApnSetting.TYPE_IMS,64 -29,Android.Telephony.Data.ApnType,Mcx,android/telephony/data/ApnSetting.TYPE_MCX,1024 -28,Android.Telephony.Data.ApnType,Mms,android/telephony/data/ApnSetting.TYPE_MMS,2 -28,Android.Telephony.Data.ApnType,Supl,android/telephony/data/ApnSetting.TYPE_SUPL,4 -28,Android.Telephony.Mbms.StreamingMethod,Broadcast,android/telephony/mbms/StreamingService.BROADCAST_METHOD,1 -28,Android.Telephony.Mbms.StreamingMethod,Unicast,android/telephony/mbms/StreamingService.UNICAST_METHOD,2 -28,Android.Telephony.Mbms.StreamingStateChangedReason,ByUserRequest,android/telephony/mbms/StreamingService.REASON_BY_USER_REQUEST,1 -28,Android.Telephony.Mbms.StreamingStateChangedReason,EndOfSession,android/telephony/mbms/StreamingService.REASON_END_OF_SESSION,2 -28,Android.Telephony.Mbms.StreamingStateChangedReason,FrequencyConflict,android/telephony/mbms/StreamingService.REASON_FREQUENCY_CONFLICT,3 -28,Android.Telephony.Mbms.StreamingStateChangedReason,LeftMbmsBroadcastArea,android/telephony/mbms/StreamingService.REASON_LEFT_MBMS_BROADCAST_AREA,6 -28,Android.Telephony.Mbms.StreamingStateChangedReason,None,android/telephony/mbms/StreamingService.REASON_NONE,0 -28,Android.Telephony.Mbms.StreamingStateChangedReason,NotConnectedToHomecarrierLte,android/telephony/mbms/StreamingService.REASON_NOT_CONNECTED_TO_HOMECARRIER_LTE,5 -28,Android.Telephony.Mbms.StreamingStateChangedReason,OutOfMemory,android/telephony/mbms/StreamingService.REASON_OUT_OF_MEMORY,4 -28,Android.Telephony.ScanResultCode,ErrorInterrupted,android/telephony/NetworkScan.ERROR_INTERRUPTED,10002 -28,Android.Telephony.ScanResultCode,ErrorInvalidScan,android/telephony/NetworkScan.ERROR_INVALID_SCAN,2 -28,Android.Telephony.ScanResultCode,ErrorInvalidScanid,android/telephony/NetworkScan.ERROR_INVALID_SCANID,10001 -28,Android.Telephony.ScanResultCode,ErrorModemError,android/telephony/NetworkScan.ERROR_MODEM_ERROR,1 -28,Android.Telephony.ScanResultCode,ErrorModemUnavailable,android/telephony/NetworkScan.ERROR_MODEM_UNAVAILABLE,3 -28,Android.Telephony.ScanResultCode,ErrorRadioInterfaceError,android/telephony/NetworkScan.ERROR_RADIO_INTERFACE_ERROR,10000 -28,Android.Telephony.ScanResultCode,ErrorUnsupported,android/telephony/NetworkScan.ERROR_UNSUPPORTED,4 -28,Android.Telephony.ScanResultCode,Success,android/telephony/NetworkScan.SUCCESS,0 -28,Android.Telephony.NetworkScanType,OneShot,android/telephony/NetworkScanRequest.SCAN_TYPE_ONE_SHOT,0 -28,Android.Telephony.NetworkScanType,Periodic,android/telephony/NetworkScanRequest.SCAN_TYPE_PERIODIC,1 -28,Android.Telephony.BcdExtendedType,TypeCalledParty,android/telephony/PhoneNumberUtils.BCD_EXTENDED_TYPE_CALLED_PARTY,2 -28,Android.Telephony.BcdExtendedType,TypeEfAdn,android/telephony/PhoneNumberUtils.BCD_EXTENDED_TYPE_EF_ADN,1 -28,Android.Telephony.DuplexMode,Fdd,android/telephony/ServiceState.DUPLEX_MODE_FDD,1 -28,Android.Telephony.DuplexMode,Tdd,android/telephony/ServiceState.DUPLEX_MODE_TDD,2 -28,Android.Telephony.DuplexMode,Unknown,android/telephony/ServiceState.DUPLEX_MODE_UNKNOWN,0 -28,Android.Telephony.DataLimitBehavior,Billed,android/telephony/SubscriptionPlan.LIMIT_BEHAVIOR_BILLED,1 -28,Android.Telephony.DataLimitBehavior,Disabled,android/telephony/SubscriptionPlan.LIMIT_BEHAVIOR_DISABLED,0 -28,Android.Telephony.DataLimitBehavior,Throttled,android/telephony/SubscriptionPlan.LIMIT_BEHAVIOR_THROTTLED,2 -28,Android.Telephony.DataLimitBehavior,Unknown,android/telephony/SubscriptionPlan.LIMIT_BEHAVIOR_UNKNOWN,-1 -28,Android.Views.Accessibility.WindowsChange,AccessibilityFocused,android/view/accessibility/AccessibilityEvent.WINDOWS_CHANGE_ACCESSIBILITY_FOCUSED,128 -28,Android.Views.Accessibility.WindowsChange,Active,android/view/accessibility/AccessibilityEvent.WINDOWS_CHANGE_ACTIVE,32 -28,Android.Views.Accessibility.WindowsChange,Added,android/view/accessibility/AccessibilityEvent.WINDOWS_CHANGE_ADDED,1 -28,Android.Views.Accessibility.WindowsChange,Bounds,android/view/accessibility/AccessibilityEvent.WINDOWS_CHANGE_BOUNDS,8 -28,Android.Views.Accessibility.WindowsChange,Children,android/view/accessibility/AccessibilityEvent.WINDOWS_CHANGE_CHILDREN,512 -28,Android.Views.Accessibility.WindowsChange,Focused,android/view/accessibility/AccessibilityEvent.WINDOWS_CHANGE_FOCUSED,64 -28,Android.Views.Accessibility.WindowsChange,Layer,android/view/accessibility/AccessibilityEvent.WINDOWS_CHANGE_LAYER,16 -28,Android.Views.Accessibility.WindowsChange,Parent,android/view/accessibility/AccessibilityEvent.WINDOWS_CHANGE_PARENT,256 -28,Android.Views.Accessibility.WindowsChange,Pip,android/view/accessibility/AccessibilityEvent.WINDOWS_CHANGE_PIP,1024 -28,Android.Views.Accessibility.WindowsChange,Removed,android/view/accessibility/AccessibilityEvent.WINDOWS_CHANGE_REMOVED,2 -28,Android.Views.Accessibility.WindowsChange,Title,android/view/accessibility/AccessibilityEvent.WINDOWS_CHANGE_TITLE,4 -28,Android.Views.LayoutInDisplayCutoutMode,Default,android/view/WindowManager.LayoutParams.LAYOUT_IN_DISPLAY_CUTOUT_MODE_DEFAULT,0 -28,Android.Views.LayoutInDisplayCutoutMode,Never,android/view/WindowManager.LayoutParams.LAYOUT_IN_DISPLAY_CUTOUT_MODE_NEVER,2 -28,Android.Views.LayoutInDisplayCutoutMode,ShortEdges,android/view/WindowManager.LayoutParams.LAYOUT_IN_DISPLAY_CUTOUT_MODE_SHORT_EDGES,1 -28,Android.Views.TextClassifiers.SelectionAction,Abandon,android/view/textclassifier/SelectionEvent.ACTION_ABANDON,107 -28,Android.Views.TextClassifiers.SelectionAction,Copy,android/view/textclassifier/SelectionEvent.ACTION_COPY,101 -28,Android.Views.TextClassifiers.SelectionAction,Cut,android/view/textclassifier/SelectionEvent.ACTION_CUT,103 -28,Android.Views.TextClassifiers.SelectionAction,Drag,android/view/textclassifier/SelectionEvent.ACTION_DRAG,106 -28,Android.Views.TextClassifiers.SelectionAction,Other,android/view/textclassifier/SelectionEvent.ACTION_OTHER,108 -28,Android.Views.TextClassifiers.SelectionAction,Overtype,android/view/textclassifier/SelectionEvent.ACTION_OVERTYPE,100 -28,Android.Views.TextClassifiers.SelectionAction,Paste,android/view/textclassifier/SelectionEvent.ACTION_PASTE,102 -28,Android.Views.TextClassifiers.SelectionAction,Reset,android/view/textclassifier/SelectionEvent.ACTION_RESET,201 -28,Android.Views.TextClassifiers.SelectionAction,SelectAll,android/view/textclassifier/SelectionEvent.ACTION_SELECT_ALL,200 -28,Android.Views.TextClassifiers.SelectionAction,Share,android/view/textclassifier/SelectionEvent.ACTION_SHARE,104 -28,Android.Views.TextClassifiers.SelectionAction,SmartShare,android/view/textclassifier/SelectionEvent.ACTION_SMART_SHARE,105 -28,Android.Views.TextClassifiers.SelectionEventType,AutoSelection,android/view/textclassifier/SelectionEvent.EVENT_AUTO_SELECTION,5 -28,Android.Views.TextClassifiers.SelectionEventType,SelectionModified,android/view/textclassifier/SelectionEvent.EVENT_SELECTION_MODIFIED,2 -28,Android.Views.TextClassifiers.SelectionEventType,SelectionStarted,android/view/textclassifier/SelectionEvent.EVENT_SELECTION_STARTED,1 -28,Android.Views.TextClassifiers.SelectionEventType,SmartSelectionMulti,android/view/textclassifier/SelectionEvent.EVENT_SMART_SELECTION_MULTI,4 -28,Android.Views.TextClassifiers.SelectionEventType,SmartSelectionSingle,android/view/textclassifier/SelectionEvent.EVENT_SMART_SELECTION_SINGLE,3 -28,Android.Views.TextClassifiers.SelectionInvocationMethod,Link,android/view/textclassifier/SelectionEvent.INVOCATION_LINK,2 -28,Android.Views.TextClassifiers.SelectionInvocationMethod,Manual,android/view/textclassifier/SelectionEvent.INVOCATION_MANUAL,1 -28,Android.Views.TextClassifiers.SelectionInvocationMethod,Unknown,android/view/textclassifier/SelectionEvent.INVOCATION_UNKNOWN,0 -28,Android.Views.TextClassifiers.ApplyStrategy,Ignore,android/view/textclassifier/TextLinks.APPLY_STRATEGY_IGNORE,0 -28,Android.Views.TextClassifiers.ApplyStrategy,Replace,android/view/textclassifier/TextLinks.APPLY_STRATEGY_REPLACE,1 -28,Android.Views.TextClassifiers.ApplyStatusCode,DifferentText,android/view/textclassifier/TextLinks.STATUS_DIFFERENT_TEXT,3 -28,Android.Views.TextClassifiers.ApplyStatusCode,LinksApplied,android/view/textclassifier/TextLinks.STATUS_LINKS_APPLIED,0 -28,Android.Views.TextClassifiers.ApplyStatusCode,NoLinksApplied,android/view/textclassifier/TextLinks.STATUS_NO_LINKS_APPLIED,2 -28,Android.Views.TextClassifiers.ApplyStatusCode,NoLinksFound,android/view/textclassifier/TextLinks.STATUS_NO_LINKS_FOUND,1 -29,Android.Views.TextClassifiers.ApplyStatusCode,UnsupportedCharacter,android/view/textclassifier/TextLinks.STATUS_UNSUPPORTED_CHARACTER,4 -28,Android.Webkit.Categories,All,android/webkit/TracingConfig.CATEGORIES_ALL,1 -28,Android.Webkit.Categories,AndroidWebview,android/webkit/TracingConfig.CATEGORIES_ANDROID_WEBVIEW,2 -28,Android.Webkit.Categories,FrameViewer,android/webkit/TracingConfig.CATEGORIES_FRAME_VIEWER,64 -28,Android.Webkit.Categories,InputLatency,android/webkit/TracingConfig.CATEGORIES_INPUT_LATENCY,8 -28,Android.Webkit.Categories,JavascriptAndRendering,android/webkit/TracingConfig.CATEGORIES_JAVASCRIPT_AND_RENDERING,32 -28,Android.Webkit.Categories,None,android/webkit/TracingConfig.CATEGORIES_NONE,0 -28,Android.Webkit.Categories,Rendering,android/webkit/TracingConfig.CATEGORIES_RENDERING,16 -28,Android.Webkit.Categories,WebDeveloper,android/webkit/TracingConfig.CATEGORIES_WEB_DEVELOPER,4 -28,Android.Webkit.TracingMode,RecordContinuously,android/webkit/TracingConfig.RECORD_CONTINUOUSLY,1 -28,Android.Webkit.TracingMode,RecordUntilFull,android/webkit/TracingConfig.RECORD_UNTIL_FULL,0 -29,Android.App.Admin.UpdateErrorCode,BatteryLow,android/app/admin/DevicePolicyManager.InstallSystemUpdateCallback.UPDATE_ERROR_BATTERY_LOW,5 -29,Android.App.Admin.UpdateErrorCode,FileNotFound,android/app/admin/DevicePolicyManager.InstallSystemUpdateCallback.UPDATE_ERROR_FILE_NOT_FOUND,4 -29,Android.App.Admin.UpdateErrorCode,IncorrectOsVersion,android/app/admin/DevicePolicyManager.InstallSystemUpdateCallback.UPDATE_ERROR_INCORRECT_OS_VERSION,2 -29,Android.App.Admin.UpdateErrorCode,Unknown,android/app/admin/DevicePolicyManager.InstallSystemUpdateCallback.UPDATE_ERROR_UNKNOWN,1 -29,Android.App.Admin.UpdateErrorCode,UpdateFileInvalid,android/app/admin/DevicePolicyManager.InstallSystemUpdateCallback.UPDATE_ERROR_UPDATE_FILE_INVALID,3 -29,Android.App.Admin.PrivateDnsMode,Off,android/app/admin/DevicePolicyManager.PRIVATE_DNS_MODE_OFF,1 -29,Android.App.Admin.PrivateDnsMode,Opportunistic,android/app/admin/DevicePolicyManager.PRIVATE_DNS_MODE_OPPORTUNISTIC,2 -29,Android.App.Admin.PrivateDnsMode,ProviderHostname,android/app/admin/DevicePolicyManager.PRIVATE_DNS_MODE_PROVIDER_HOSTNAME,3 -29,Android.App.Admin.PrivateDnsMode,Unknown,android/app/admin/DevicePolicyManager.PRIVATE_DNS_MODE_UNKNOWN,0 -29,Android.App.Admin.PrivateDnsSet,ErrorFailureSetting,android/app/admin/DevicePolicyManager.PRIVATE_DNS_SET_ERROR_FAILURE_SETTING,2 -29,Android.App.Admin.PrivateDnsSet,ErrorHostNotServing,android/app/admin/DevicePolicyManager.PRIVATE_DNS_SET_ERROR_HOST_NOT_SERVING,1 -29,Android.App.Admin.PrivateDnsSet,NoError,android/app/admin/DevicePolicyManager.PRIVATE_DNS_SET_NO_ERROR,0 -29,Android.App.Admin.PasswordComplexity,High,android/app/admin/DevicePolicyManager.PASSWORD_COMPLEXITY_HIGH,327680 -29,Android.App.Admin.PasswordComplexity,Low,android/app/admin/DevicePolicyManager.PASSWORD_COMPLEXITY_LOW,65536 -29,Android.App.Admin.PasswordComplexity,Medium,android/app/admin/DevicePolicyManager.PASSWORD_COMPLEXITY_MEDIUM,196608 -29,Android.App.Admin.PasswordComplexity,None,android/app/admin/DevicePolicyManager.PASSWORD_COMPLEXITY_NONE,0 -29,Android.App.WatchForeground,Changes,android/app/AppOpsManager.WATCH_FOREGROUND_CHANGES,1 -29,Android.App.EditChoices,BeforeSendingAuto,android/app/RemoteInput.EDIT_CHOICES_BEFORE_SENDING_AUTO,0 -29,Android.App.EditChoices,BeforeSendingDisabled,android/app/RemoteInput.EDIT_CHOICES_BEFORE_SENDING_DISABLED,1 -29,Android.App.EditChoices,BeforeSendingEnabled,android/app/RemoteInput.EDIT_CHOICES_BEFORE_SENDING_ENABLED,2 -29,Android.Content.PM.ForegroundService,TypeConnectedDevice,android/content/pm/ServiceInfo.FOREGROUND_SERVICE_TYPE_CONNECTED_DEVICE,16 -29,Android.Content.PM.ForegroundService,TypeDataSync,android/content/pm/ServiceInfo.FOREGROUND_SERVICE_TYPE_DATA_SYNC,1 -29,Android.Content.PM.ForegroundService,TypeLocation,android/content/pm/ServiceInfo.FOREGROUND_SERVICE_TYPE_LOCATION,8 -29,Android.Content.PM.ForegroundService,TypeManifest,android/content/pm/ServiceInfo.FOREGROUND_SERVICE_TYPE_MANIFEST,-1 -29,Android.Content.PM.ForegroundService,TypeMediaPlayback,android/content/pm/ServiceInfo.FOREGROUND_SERVICE_TYPE_MEDIA_PLAYBACK,2 -29,Android.Content.PM.ForegroundService,TypeMediaProjection,android/content/pm/ServiceInfo.FOREGROUND_SERVICE_TYPE_MEDIA_PROJECTION,32 -29,Android.Content.PM.ForegroundService,TypeNone,android/content/pm/ServiceInfo.FOREGROUND_SERVICE_TYPE_NONE,0 -29,Android.Content.PM.ForegroundService,TypePhoneCall,android/content/pm/ServiceInfo.FOREGROUND_SERVICE_TYPE_PHONE_CALL,4 -29,Android.Content.PM.StagedSession,ActivationFailed,android/content/pm/PackageInstaller.SessionInfo.STAGED_SESSION_ACTIVATION_FAILED,2 -29,Android.Content.PM.StagedSession,NoError,android/content/pm/PackageInstaller.SessionInfo.STAGED_SESSION_NO_ERROR,0 -29,Android.Content.PM.StagedSession,Unknown,android/content/pm/PackageInstaller.SessionInfo.STAGED_SESSION_UNKNOWN,3 -29,Android.Content.PM.StagedSession,VerificationFailed,android/content/pm/PackageInstaller.SessionInfo.STAGED_SESSION_VERIFICATION_FAILED,1 -26,Android.Content.PM.InstallReason,DeviceRestore,android/content/pm/PackageManager.INSTALL_REASON_DEVICE_RESTORE,2 -26,Android.Content.PM.InstallReason,DeviceSetup,android/content/pm/PackageManager.INSTALL_REASON_DEVICE_SETUP,3 -26,Android.Content.PM.InstallReason,Policy,android/content/pm/PackageManager.INSTALL_REASON_POLICY,1 -26,Android.Content.PM.InstallReason,Unknown,android/content/pm/PackageManager.INSTALL_REASON_UNKNOWN,0 -26,Android.Content.PM.InstallReason,User,android/content/pm/PackageManager.INSTALL_REASON_USER,4 -29,Android.Content.PM.FlagPermission,WhitelistInstaller,android/content/pm/PackageManager.FLAG_PERMISSION_WHITELIST_INSTALLER,2 -29,Android.Content.PM.FlagPermission,WhitelistSystem,android/content/pm/PackageManager.FLAG_PERMISSION_WHITELIST_SYSTEM,1 -29,Android.Content.PM.FlagPermission,WhitelistUpgrade,android/content/pm/PackageManager.FLAG_PERMISSION_WHITELIST_UPGRADE,4 -29,Android.Graphics.Fonts.FontSlant,Italic,android/graphics/fonts/FontStyle.FONT_SLANT_ITALIC,1 -29,Android.Graphics.Fonts.FontSlant,Upright,android/graphics/fonts/FontStyle.FONT_SLANT_UPRIGHT,0 -29,Android.Graphics.Sync,ContextIsStopped,android/graphics/HardwareRenderer.SYNC_CONTEXT_IS_STOPPED,4 -29,Android.Graphics.Sync,FrameDropped,android/graphics/HardwareRenderer.SYNC_FRAME_DROPPED,8 -29,Android.Graphics.Sync,LostSurfaceRewardIfFound,android/graphics/HardwareRenderer.SYNC_LOST_SURFACE_REWARD_IF_FOUND,2 -29,Android.Graphics.Sync,Ok,android/graphics/HardwareRenderer.SYNC_OK,0 -29,Android.Graphics.Sync,RedrawRequested,android/graphics/HardwareRenderer.SYNC_REDRAW_REQUESTED,1 -29,Android.Graphics.Cursor,After,android/graphics/Paint.CURSOR_AFTER,0 -29,Android.Graphics.Cursor,At,android/graphics/Paint.CURSOR_AT,4 -29,Android.Graphics.Cursor,AtOrAfter,android/graphics/Paint.CURSOR_AT_OR_AFTER,1 -29,Android.Graphics.Cursor,AtOrBefore,android/graphics/Paint.CURSOR_AT_OR_BEFORE,3 -29,Android.Graphics.Cursor,Before,android/graphics/Paint.CURSOR_BEFORE,2 -29,Android.Graphics.Text.BreakStrategy,Balanced,android/graphics/text/LineBreaker.BREAK_STRATEGY_BALANCED,2 -29,Android.Graphics.Text.BreakStrategy,HighQuality,android/graphics/text/LineBreaker.BREAK_STRATEGY_HIGH_QUALITY,1 -29,Android.Graphics.Text.BreakStrategy,Simple,android/graphics/text/LineBreaker.BREAK_STRATEGY_SIMPLE,0 -29,Android.Graphics.Text.HyphenationFrequency,Full,android/graphics/text/LineBreaker.HYPHENATION_FREQUENCY_FULL,2 -29,Android.Graphics.Text.HyphenationFrequency,None,android/graphics/text/LineBreaker.HYPHENATION_FREQUENCY_NONE,0 -29,Android.Graphics.Text.HyphenationFrequency,Normal,android/graphics/text/LineBreaker.HYPHENATION_FREQUENCY_NORMAL,1 -29,Android.Graphics.Text.JustificationMode,InterWord,android/graphics/text/LineBreaker.JUSTIFICATION_MODE_INTER_WORD,1 -29,Android.Graphics.Text.JustificationMode,None,android/graphics/text/LineBreaker.JUSTIFICATION_MODE_NONE,0 -29,Android.Hardware.Biometrics.BiometricCode,ErrorHwUnavailable,android/hardware/biometrics/BiometricManager.BIOMETRIC_ERROR_HW_UNAVAILABLE,1 -29,Android.Hardware.Biometrics.BiometricCode,ErrorNoHardware,android/hardware/biometrics/BiometricManager.BIOMETRIC_ERROR_NO_HARDWARE,12 -29,Android.Hardware.Biometrics.BiometricCode,ErrorNoneEnrolled,android/hardware/biometrics/BiometricManager.BIOMETRIC_ERROR_NONE_ENROLLED,11 -29,Android.Hardware.Biometrics.BiometricCode,Success,android/hardware/biometrics/BiometricManager.BIOMETRIC_SUCCESS,0 -29,Android.Hardware.Camera2.Params.UsecaseMode,LowLatencySnapshot,android/hardware/camera2/params/RecommendedStreamConfigurationMap.USECASE_LOW_LATENCY_SNAPSHOT,6 -29,Android.Hardware.Camera2.Params.UsecaseMode,Preview,android/hardware/camera2/params/RecommendedStreamConfigurationMap.USECASE_PREVIEW,0 -29,Android.Hardware.Camera2.Params.UsecaseMode,Raw,android/hardware/camera2/params/RecommendedStreamConfigurationMap.USECASE_RAW,5 -29,Android.Hardware.Camera2.Params.UsecaseMode,Record,android/hardware/camera2/params/RecommendedStreamConfigurationMap.USECASE_RECORD,1 -29,Android.Hardware.Camera2.Params.UsecaseMode,Snapshot,android/hardware/camera2/params/RecommendedStreamConfigurationMap.USECASE_SNAPSHOT,3 -29,Android.Hardware.Camera2.Params.UsecaseMode,VideoSnapshot,android/hardware/camera2/params/RecommendedStreamConfigurationMap.USECASE_VIDEO_SNAPSHOT,2 -29,Android.Hardware.Camera2.Params.UsecaseMode,Zsl,android/hardware/camera2/params/RecommendedStreamConfigurationMap.USECASE_ZSL,4 -29,Android.Icu.Text.BidiOptions,DirectionDefaultLeftToRight,android/icu/text/Bidi.DIRECTION_DEFAULT_LEFT_TO_RIGHT,126 -29,Android.Icu.Text.BidiOptions,DirectionDefaultRightToLeft,android/icu/text/Bidi.DIRECTION_DEFAULT_RIGHT_TO_LEFT,127 -29,Android.Icu.Text.BidiOptions,DirectionLeftToRight,android/icu/text/Bidi.DIRECTION_LEFT_TO_RIGHT,0 -29,Android.Icu.Text.BidiOptions,DirectionRightToLeft,android/icu/text/Bidi.DIRECTION_RIGHT_TO_LEFT,1 -29,Android.Icu.Text.BidiOptions,MapNowhere,android/icu/text/Bidi.MAP_NOWHERE,-1 -29,Android.Icu.Text.BidiOptions,OptionDefault,android/icu/text/Bidi.OPTION_DEFAULT,0 -29,Android.Icu.Text.BidiOptions,OptionInsertMarks,android/icu/text/Bidi.OPTION_INSERT_MARKS,1 -29,Android.Icu.Text.BidiOptions,OptionRemoveControls,android/icu/text/Bidi.OPTION_REMOVE_CONTROLS,2 -29,Android.Icu.Text.BidiOptions,OptionStreaming,android/icu/text/Bidi.OPTION_STREAMING,4 -29,Android.Icu.Text.DirectionOptions,Forward,android/icu/text/Transliterator.FORWARD,0 -29,Android.Icu.Text.DirectionOptions,Reverse,android/icu/text/Transliterator.REVERSE,1 -29,Android.Media.CapturePolicies,ByAll,android/media/AudioAttributes.ALLOW_CAPTURE_BY_ALL,1 -29,Android.Media.CapturePolicies,ByNone,android/media/AudioAttributes.ALLOW_CAPTURE_BY_NONE,3 -29,Android.Media.CapturePolicies,BySystem,android/media/AudioAttributes.ALLOW_CAPTURE_BY_SYSTEM,2 -29,Android.Media.MicDirection,AwayFromUser,I:android/media/MicrophoneDirection.MIC_DIRECTION_AWAY_FROM_USER,2 -29,Android.Media.MicDirection,External,I:android/media/MicrophoneDirection.MIC_DIRECTION_EXTERNAL,3 -29,Android.Media.MicDirection,TowardsUser,I:android/media/MicrophoneDirection.MIC_DIRECTION_TOWARDS_USER,1 -29,Android.Media.MicDirection,Unspecified,I:android/media/MicrophoneDirection.MIC_DIRECTION_UNSPECIFIED,0 -29,Android.Media.ErrorCode,ResourceContention,android/media/MediaDrm.SessionException.ERROR_RESOURCE_CONTENTION,1 -29,Android.Media.ErrorCode,Unknown,android/media/MediaDrm.SessionException.ERROR_UNKNOWN,0 -29,Android.Media.OfflineLicenseState,Released,android/media/MediaDrm.OFFLINE_LICENSE_STATE_RELEASED,2 -29,Android.Media.OfflineLicenseState,Unknown,android/media/MediaDrm.OFFLINE_LICENSE_STATE_UNKNOWN,0 -29,Android.Media.OfflineLicenseState,Usable,android/media/MediaDrm.OFFLINE_LICENSE_STATE_USABLE,1 -29,Android.Media.MediaFormatType,ByteBuffer,android/media/MediaFormat.TYPE_BYTE_BUFFER,5 -29,Android.Media.MediaFormatType,Float,android/media/MediaFormat.TYPE_FLOAT,3 -29,Android.Media.MediaFormatType,Integer,android/media/MediaFormat.TYPE_INTEGER,1 -29,Android.Media.MediaFormatType,Long,android/media/MediaFormat.TYPE_LONG,2 -29,Android.Media.MediaFormatType,Null,android/media/MediaFormat.TYPE_NULL,0 -29,Android.Media.MediaFormatType,String,android/media/MediaFormat.TYPE_STRING,4 -29,Android.Media.MediaSessionType,Session,android/media/Session2Token.TYPE_SESSION,0 -29,Android.Media.MediaSessionType,SessionService,android/media/Session2Token.TYPE_SESSION_SERVICE,1 -29,Android.Net.DnsResolverFlag,Empty,android/net/DnsResolver.FLAG_EMPTY,0 -29,Android.Net.DnsResolverFlag,NoCacheLookup,android/net/DnsResolver.FLAG_NO_CACHE_LOOKUP,4 -29,Android.Net.DnsResolverFlag,NoCacheStore,android/net/DnsResolver.FLAG_NO_CACHE_STORE,2 -29,Android.Net.DnsResolverFlag,NoRetry,android/net/DnsResolver.FLAG_NO_RETRY,1 -29,Android.Net.DnsResolverType,A,android/net/DnsResolver.TYPE_A,1 -29,Android.Net.DnsResolverType,Aaaa,android/net/DnsResolver.TYPE_AAAA,28 -29,Android.Net.ErrorCode,HardwareError,android/net/SocketKeepalive.ERROR_HARDWARE_ERROR,-31 -29,Android.Net.ErrorCode,InsufficientResources,android/net/SocketKeepalive.ERROR_INSUFFICIENT_RESOURCES,-32 -29,Android.Net.ErrorCode,InvalidInterval,android/net/SocketKeepalive.ERROR_INVALID_INTERVAL,-24 -29,Android.Net.ErrorCode,InvalidIpAddress,android/net/SocketKeepalive.ERROR_INVALID_IP_ADDRESS,-21 -29,Android.Net.ErrorCode,InvalidLength,android/net/SocketKeepalive.ERROR_INVALID_LENGTH,-23 -29,Android.Net.ErrorCode,InvalidNetwork,android/net/SocketKeepalive.ERROR_INVALID_NETWORK,-20 -29,Android.Net.ErrorCode,InvalidPort,android/net/SocketKeepalive.ERROR_INVALID_PORT,-22 -29,Android.Net.ErrorCode,InvalidSocket,android/net/SocketKeepalive.ERROR_INVALID_SOCKET,-25 -29,Android.Net.ErrorCode,SocketNotIdle,android/net/SocketKeepalive.ERROR_SOCKET_NOT_IDLE,-26 -29,Android.Net.ErrorCode,Unsupported,android/net/SocketKeepalive.ERROR_UNSUPPORTED,-30 -29,Android.Net.Wifi.P2p.Frequency,Band2ghz,android/net/wifi/p2p/WifiP2pConfig.GROUP_OWNER_BAND_2GHZ,1 -29,Android.Net.Wifi.P2p.Frequency,Band5ghz,android/net/wifi/p2p/WifiP2pConfig.GROUP_OWNER_BAND_5GHZ,2 -29,Android.Net.Wifi.P2p.Frequency,BandAuto,android/net/wifi/p2p/WifiP2pConfig.GROUP_OWNER_BAND_AUTO,0 -29,Android.Net.Wifi.Rtt.AltitudeType,Floors,android/net/wifi/rtt/ResponderLocation.ALTITUDE_FLOORS,2 -29,Android.Net.Wifi.Rtt.AltitudeType,Meters,android/net/wifi/rtt/ResponderLocation.ALTITUDE_METERS,1 -29,Android.Net.Wifi.Rtt.AltitudeType,Undefined,android/net/wifi/rtt/ResponderLocation.ALTITUDE_UNDEFINED,0 -29,Android.Net.Wifi.Rtt.DatumType,Nad83Mllw,android/net/wifi/rtt/ResponderLocation.DATUM_NAD83_MLLW,3 -29,Android.Net.Wifi.Rtt.DatumType,Nad83Nav88,android/net/wifi/rtt/ResponderLocation.DATUM_NAD83_NAV88,2 -29,Android.Net.Wifi.Rtt.DatumType,Undefined,android/net/wifi/rtt/ResponderLocation.DATUM_UNDEFINED,0 -29,Android.Net.Wifi.Rtt.DatumType,Wgs84,android/net/wifi/rtt/ResponderLocation.DATUM_WGS84,1 -29,Android.Net.Wifi.Rtt.LocationMode,Fixed,android/net/wifi/rtt/ResponderLocation.LOCATION_FIXED,0 -29,Android.Net.Wifi.Rtt.LocationMode,MovementUnknown,android/net/wifi/rtt/ResponderLocation.LOCATION_MOVEMENT_UNKNOWN,2 -29,Android.Net.Wifi.Rtt.LocationMode,Reserved,android/net/wifi/rtt/ResponderLocation.LOCATION_RESERVED,3 -29,Android.Net.Wifi.Rtt.LocationMode,Variable,android/net/wifi/rtt/ResponderLocation.LOCATION_VARIABLE,1 -29,Android.Net.Wifi.NetworkStatus,SuggestionsErrorAddDuplicate,android/net/wifi/WifiManager.STATUS_NETWORK_SUGGESTIONS_ERROR_ADD_DUPLICATE,3 -29,Android.Net.Wifi.NetworkStatus,SuggestionsErrorAddExceedsMaxPerApp,android/net/wifi/WifiManager.STATUS_NETWORK_SUGGESTIONS_ERROR_ADD_EXCEEDS_MAX_PER_APP,4 -29,Android.Net.Wifi.NetworkStatus,SuggestionsErrorAppDisallowed,android/net/wifi/WifiManager.STATUS_NETWORK_SUGGESTIONS_ERROR_APP_DISALLOWED,2 -29,Android.Net.Wifi.NetworkStatus,SuggestionsErrorInternal,android/net/wifi/WifiManager.STATUS_NETWORK_SUGGESTIONS_ERROR_INTERNAL,1 -29,Android.Net.Wifi.NetworkStatus,SuggestionsErrorRemoveInvalid,android/net/wifi/WifiManager.STATUS_NETWORK_SUGGESTIONS_ERROR_REMOVE_INVALID,5 -29,Android.Net.Wifi.NetworkStatus,SuggestionsSuccess,android/net/wifi/WifiManager.STATUS_NETWORK_SUGGESTIONS_SUCCESS,0 -29,Android.OS.ThermalStatus,Critical,android/os/PowerManager.THERMAL_STATUS_CRITICAL,4 -29,Android.OS.ThermalStatus,Emergency,android/os/PowerManager.THERMAL_STATUS_EMERGENCY,5 -29,Android.OS.ThermalStatus,Light,android/os/PowerManager.THERMAL_STATUS_LIGHT,1 -29,Android.OS.ThermalStatus,Moderate,android/os/PowerManager.THERMAL_STATUS_MODERATE,2 -29,Android.OS.ThermalStatus,None,android/os/PowerManager.THERMAL_STATUS_NONE,0 -29,Android.OS.ThermalStatus,Severe,android/os/PowerManager.THERMAL_STATUS_SEVERE,3 -29,Android.OS.ThermalStatus,Shutdown,android/os/PowerManager.THERMAL_STATUS_SHUTDOWN,6 -29,Android.Service.Notification.AudienceType,Anyone,android/service/notification/ZenPolicy.PEOPLE_TYPE_ANYONE,1 -29,Android.Service.Notification.AudienceType,Contacts,android/service/notification/ZenPolicy.PEOPLE_TYPE_CONTACTS,2 -29,Android.Service.Notification.AudienceType,None,android/service/notification/ZenPolicy.PEOPLE_TYPE_NONE,4 -29,Android.Service.Notification.AudienceType,Starred,android/service/notification/ZenPolicy.PEOPLE_TYPE_STARRED,3 -29,Android.Service.Notification.AudienceType,Unset,android/service/notification/ZenPolicy.PEOPLE_TYPE_UNSET,0 -29,Android.Service.Notification.StateType,Allow,android/service/notification/ZenPolicy.STATE_ALLOW,1 -29,Android.Service.Notification.StateType,Disallow,android/service/notification/ZenPolicy.STATE_DISALLOW,2 -29,Android.Service.Notification.StateType,Unset,android/service/notification/ZenPolicy.STATE_UNSET,0 -29,Android.Telecom.CallDirection,Incoming,android/telecom/Call.Details.DIRECTION_INCOMING,0 -29,Android.Telecom.CallDirection,Outgoing,android/telecom/Call.Details.DIRECTION_OUTGOING,1 -29,Android.Telecom.CallDirection,Unknown,android/telecom/Call.Details.DIRECTION_UNKNOWN,-1 -29,Android.Telecom.ReasonType,Frequent,android/telecom/PhoneAccountSuggestion.REASON_FREQUENT,2 -29,Android.Telecom.ReasonType,IntraCarrier,android/telecom/PhoneAccountSuggestion.REASON_INTRA_CARRIER,1 -29,Android.Telecom.ReasonType,None,android/telecom/PhoneAccountSuggestion.REASON_NONE,0 -29,Android.Telecom.ReasonType,Other,android/telecom/PhoneAccountSuggestion.REASON_OTHER,4 -29,Android.Telecom.ReasonType,UserSet,android/telecom/PhoneAccountSuggestion.REASON_USER_SET,3 -29,Android.Telephony.AvailableNetworkInfoPriority,High,android/telephony/AvailableNetworkInfo.PRIORITY_HIGH,1 -29,Android.Telephony.AvailableNetworkInfoPriority,Low,android/telephony/AvailableNetworkInfo.PRIORITY_LOW,3 -29,Android.Telephony.AvailableNetworkInfoPriority,Med,android/telephony/AvailableNetworkInfo.PRIORITY_MED,2 -29,Android.Telephony.Emergency.EmergencyNumberSource,Database,android/telephony/emergency/EmergencyNumber.EMERGENCY_NUMBER_SOURCE_DATABASE,16 -29,Android.Telephony.Emergency.EmergencyNumberSource,Default,android/telephony/emergency/EmergencyNumber.EMERGENCY_NUMBER_SOURCE_DEFAULT,8 -29,Android.Telephony.Emergency.EmergencyNumberSource,ModemConfig,android/telephony/emergency/EmergencyNumber.EMERGENCY_NUMBER_SOURCE_MODEM_CONFIG,4 -29,Android.Telephony.Emergency.EmergencyNumberSource,NetworkSignaling,android/telephony/emergency/EmergencyNumber.EMERGENCY_NUMBER_SOURCE_NETWORK_SIGNALING,1 -29,Android.Telephony.Emergency.EmergencyNumberSource,Sim,android/telephony/emergency/EmergencyNumber.EMERGENCY_NUMBER_SOURCE_SIM,2 -29,Android.Telephony.Emergency.EmergencyServiceCategory,Aiec,android/telephony/emergency/EmergencyNumber.EMERGENCY_SERVICE_CATEGORY_AIEC,64 -29,Android.Telephony.Emergency.EmergencyServiceCategory,Ambulance,android/telephony/emergency/EmergencyNumber.EMERGENCY_SERVICE_CATEGORY_AMBULANCE,2 -29,Android.Telephony.Emergency.EmergencyServiceCategory,FireBrigade,android/telephony/emergency/EmergencyNumber.EMERGENCY_SERVICE_CATEGORY_FIRE_BRIGADE,4 -29,Android.Telephony.Emergency.EmergencyServiceCategory,MarineGuard,android/telephony/emergency/EmergencyNumber.EMERGENCY_SERVICE_CATEGORY_MARINE_GUARD,8 -29,Android.Telephony.Emergency.EmergencyServiceCategory,Miec,android/telephony/emergency/EmergencyNumber.EMERGENCY_SERVICE_CATEGORY_MIEC,32 -29,Android.Telephony.Emergency.EmergencyServiceCategory,MountainRescue,android/telephony/emergency/EmergencyNumber.EMERGENCY_SERVICE_CATEGORY_MOUNTAIN_RESCUE,16 -29,Android.Telephony.Emergency.EmergencyServiceCategory,Police,android/telephony/emergency/EmergencyNumber.EMERGENCY_SERVICE_CATEGORY_POLICE,1 -29,Android.Telephony.Emergency.EmergencyServiceCategory,Unspecified,android/telephony/emergency/EmergencyNumber.EMERGENCY_SERVICE_CATEGORY_UNSPECIFIED,0 -29,Android.Telephony.Emergency.EmergencyCallRouting,Emergency,android/telephony/emergency/EmergencyNumber.EMERGENCY_CALL_ROUTING_EMERGENCY,1 -29,Android.Telephony.Emergency.EmergencyCallRouting,Normal,android/telephony/emergency/EmergencyNumber.EMERGENCY_CALL_ROUTING_NORMAL,2 -29,Android.Telephony.Emergency.EmergencyCallRouting,Unknown,android/telephony/emergency/EmergencyNumber.EMERGENCY_CALL_ROUTING_UNKNOWN,0 -29,Android.Telephony.SubscriptionType,LocalSim,android/telephony/SubscriptionManager.SUBSCRIPTION_TYPE_LOCAL_SIM,0 -29,Android.Telephony.SubscriptionType,RemoteSim,android/telephony/SubscriptionManager.SUBSCRIPTION_TYPE_REMOTE_SIM,1 -29,Android.Telephony.TelephonyManagerErrorCode,ModemError,android/telephony/TelephonyManager.CellInfoCallback.ERROR_MODEM_ERROR,2 -29,Android.Telephony.TelephonyManagerErrorCode,Timeout,android/telephony/TelephonyManager.CellInfoCallback.ERROR_TIMEOUT,1 -29,Android.Telephony.MultiSimMode,Allowed,android/telephony/TelephonyManager.MULTISIM_ALLOWED,0 -29,Android.Telephony.MultiSimMode,NotSupportedByCarrier,android/telephony/TelephonyManager.MULTISIM_NOT_SUPPORTED_BY_CARRIER,2 -29,Android.Telephony.MultiSimMode,NotSupportedByHardware,android/telephony/TelephonyManager.MULTISIM_NOT_SUPPORTED_BY_HARDWARE,1 -29,Android.Text.SafeStringFlagMode,FirstLine,android/text/TextUtils.SAFE_STRING_FLAG_FIRST_LINE,4 -29,Android.Text.SafeStringFlagMode,SingleLine,android/text/TextUtils.SAFE_STRING_FLAG_SINGLE_LINE,2 -29,Android.Text.SafeStringFlagMode,Trim,android/text/TextUtils.SAFE_STRING_FLAG_TRIM,1 -29,Android.Views.Accessibility.ContentMode,Controls,android/view/accessibility/AccessibilityManager.FLAG_CONTENT_CONTROLS,4 -29,Android.Views.Accessibility.ContentMode,Icons,android/view/accessibility/AccessibilityManager.FLAG_CONTENT_ICONS,1 -29,Android.Views.Accessibility.ContentMode,Text,android/view/accessibility/AccessibilityManager.FLAG_CONTENT_TEXT,2 -0,Android.Views.ContentCaptures.ContentCaptureConditionFlags,None,,0 -29,Android.Views.ContentCaptures.ContentCaptureConditionFlags,FlagIsRegex,android/view/contentcapture/ContentCaptureCondition.FLAG_IS_REGEX,2 -0,Android.Views.ContentCaptures.DataRemovalRequestFlags,None,,0 -29,Android.Views.ContentCaptures.DataRemovalRequestFlags,FlagIsPrefix,android/view/contentcapture/DataRemovalRequest.FLAG_IS_PREFIX,1 -29,Android.Views.ClassificationMode,AmbiguousGesture,android/view/MotionEvent.CLASSIFICATION_AMBIGUOUS_GESTURE,1 -29,Android.Views.ClassificationMode,DeepPress,android/view/MotionEvent.CLASSIFICATION_DEEP_PRESS,2 -29,Android.Views.ClassificationMode,None,android/view/MotionEvent.CLASSIFICATION_NONE,0 -29,Android.Views.TextClassifiers.TextClassifierEventType,ActionsGenerated,android/view/textclassifier/TextClassifierEvent.TYPE_ACTIONS_GENERATED,20 -29,Android.Views.TextClassifiers.TextClassifierEventType,ActionsShown,android/view/textclassifier/TextClassifierEvent.TYPE_ACTIONS_SHOWN,6 -29,Android.Views.TextClassifiers.TextClassifierEventType,AutoSelection,android/view/textclassifier/TextClassifierEvent.TYPE_AUTO_SELECTION,5 -29,Android.Views.TextClassifiers.TextClassifierEventType,CopyAction,android/view/textclassifier/TextClassifierEvent.TYPE_COPY_ACTION,9 -29,Android.Views.TextClassifiers.TextClassifierEventType,CutAction,android/view/textclassifier/TextClassifierEvent.TYPE_CUT_ACTION,11 -29,Android.Views.TextClassifiers.TextClassifierEventType,LinkClicked,android/view/textclassifier/TextClassifierEvent.TYPE_LINK_CLICKED,7 -29,Android.Views.TextClassifiers.TextClassifierEventType,ManualReply,android/view/textclassifier/TextClassifierEvent.TYPE_MANUAL_REPLY,19 -29,Android.Views.TextClassifiers.TextClassifierEventType,OtherAction,android/view/textclassifier/TextClassifierEvent.TYPE_OTHER_ACTION,16 -29,Android.Views.TextClassifiers.TextClassifierEventType,Overtype,android/view/textclassifier/TextClassifierEvent.TYPE_OVERTYPE,8 -29,Android.Views.TextClassifiers.TextClassifierEventType,PasteAction,android/view/textclassifier/TextClassifierEvent.TYPE_PASTE_ACTION,10 -29,Android.Views.TextClassifiers.TextClassifierEventType,SelectAll,android/view/textclassifier/TextClassifierEvent.TYPE_SELECT_ALL,17 -29,Android.Views.TextClassifiers.TextClassifierEventType,SelectionDestroyed,android/view/textclassifier/TextClassifierEvent.TYPE_SELECTION_DESTROYED,15 -29,Android.Views.TextClassifiers.TextClassifierEventType,SelectionDrag,android/view/textclassifier/TextClassifierEvent.TYPE_SELECTION_DRAG,14 -29,Android.Views.TextClassifiers.TextClassifierEventType,SelectionModified,android/view/textclassifier/TextClassifierEvent.TYPE_SELECTION_MODIFIED,2 -29,Android.Views.TextClassifiers.TextClassifierEventType,SelectionReset,android/view/textclassifier/TextClassifierEvent.TYPE_SELECTION_RESET,18 -29,Android.Views.TextClassifiers.TextClassifierEventType,SelectionStarted,android/view/textclassifier/TextClassifierEvent.TYPE_SELECTION_STARTED,1 -29,Android.Views.TextClassifiers.TextClassifierEventType,ShareAction,android/view/textclassifier/TextClassifierEvent.TYPE_SHARE_ACTION,12 -29,Android.Views.TextClassifiers.TextClassifierEventType,SmartAction,android/view/textclassifier/TextClassifierEvent.TYPE_SMART_ACTION,13 -29,Android.Views.TextClassifiers.TextClassifierEventType,SmartSelectionMulti,android/view/textclassifier/TextClassifierEvent.TYPE_SMART_SELECTION_MULTI,4 -29,Android.Views.TextClassifiers.TextClassifierEventType,SmartSelectionSingle,android/view/textclassifier/TextClassifierEvent.TYPE_SMART_SELECTION_SINGLE,3 -29,Android.Views.TextClassifiers.TextClassifierEventCategory,ConversationActions,android/view/textclassifier/TextClassifierEvent.CATEGORY_CONVERSATION_ACTIONS,3 -29,Android.Views.TextClassifiers.TextClassifierEventCategory,LanguageDetection,android/view/textclassifier/TextClassifierEvent.CATEGORY_LANGUAGE_DETECTION,4 -29,Android.Views.TextClassifiers.TextClassifierEventCategory,Linkify,android/view/textclassifier/TextClassifierEvent.CATEGORY_LINKIFY,2 -29,Android.Views.TextClassifiers.TextClassifierEventCategory,Selection,android/view/textclassifier/TextClassifierEvent.CATEGORY_SELECTION,1 -29,Android.Webkit.ForceDarkMode,Auto,android/webkit/WebSettings.FORCE_DARK_AUTO,1 -29,Android.Webkit.ForceDarkMode,Off,android/webkit/WebSettings.FORCE_DARK_OFF,0 -29,Android.Webkit.ForceDarkMode,On,android/webkit/WebSettings.FORCE_DARK_ON,2 -3,Android.App.RunningAppProcessInfoImportanceType,ImportanceForeground,android/app/RunningAppProcessInfo.IMPORTANCE_FOREGROUND,100 -23,Android.App.RunningAppProcessInfoImportanceType,ImportanceForegroundService,android/app/RunningAppProcessInfo.IMPORTANCE_FOREGROUND_SERVICE,125 -3,Android.App.RunningAppProcessInfoImportanceType,ImportanceVisible,android/app/RunningAppProcessInfo.IMPORTANCE_VISIBLE,200 -9,Android.App.RunningAppProcessInfoImportanceType,ImportancePerceptible,android/app/RunningAppProcessInfo.IMPORTANCE_PERCEPTIBLE,230 -3,Android.App.RunningAppProcessInfoImportanceType,ImportanceService,android/app/RunningAppProcessInfo.IMPORTANCE_SERVICE,300 -23,Android.App.RunningAppProcessInfoImportanceType,ImportanceTopSleeping,android/app/RunningAppProcessInfo.IMPORTANCE_TOP_SLEEPING,325 -28,Android.App.RunningAppProcessInfoImportanceType,ImportanceCantSaveState,android/app/RunningAppProcessInfo.IMPORTANCE_CANT_SAVE_STATE,350 -26,Android.App.RunningAppProcessInfoImportanceType,ImportanceCached,android/app/RunningAppProcessInfo.IMPORTANCE_CACHED,400 -21,Android.App.RunningAppProcessInfoImportanceType,ImportanceGone,android/app/RunningAppProcessInfo.IMPORTANCE_GONE,1000 -30,Android.App.ApplicationExitInfoReasonType,ReasonUnknown,android/app/ApplicationExitInfo.REASON_UNKNOWN,0 -30,Android.App.ApplicationExitInfoReasonType,ReasonExitSelf,android/app/ApplicationExitInfo.REASON_EXIT_SELF,1 -30,Android.App.ApplicationExitInfoReasonType,ReasonSignaled,android/app/ApplicationExitInfo.REASON_SIGNALED,2 -30,Android.App.ApplicationExitInfoReasonType,ReasonLowMemory,android/app/ApplicationExitInfo.REASON_LOW_MEMORY,3 -30,Android.App.ApplicationExitInfoReasonType,ReasonCrash,android/app/ApplicationExitInfo.REASON_CRASH,4 -30,Android.App.ApplicationExitInfoReasonType,ReasonCrashNative,android/app/ApplicationExitInfo.REASON_CRASH_NATIVE,5 -30,Android.App.ApplicationExitInfoReasonType,ReasonAnr,android/app/ApplicationExitInfo.REASON_ANR,6 -30,Android.App.ApplicationExitInfoReasonType,ReasonInitializationFailure,android/app/ApplicationExitInfo.REASON_INITIALIZATION_FAILURE,7 -30,Android.App.ApplicationExitInfoReasonType,ReasonPermissionChange,android/app/ApplicationExitInfo.REASON_PERMISSION_CHANGE,8 -30,Android.App.ApplicationExitInfoReasonType,ReasonExcessiveResourceUsage,android/app/ApplicationExitInfo.REASON_EXCESSIVE_RESOURCE_USAGE,9 -30,Android.App.ApplicationExitInfoReasonType,ReasonOther,android/app/ApplicationExitInfo.REASON_OTHER,10 -23,Android.App.PolicyPrioritySendersType,PrioritySendersAny,android/app/Policy.PRIORITY_SENDERS_ANY,0 -23,Android.App.PolicyPrioritySendersType,PrioritySendersContacts,android/app/Policy.PRIORITY_SENDERS_CONTACTS,1 -23,Android.App.PolicyPrioritySendersType,PrioritySendersStarred,android/app/Policy.PRIORITY_SENDERS_STARRED,2 -30,Android.App.PolicyConversationSendersType,ConversationSendersAnyone,android/app/Policy.CONVERSATION_SENDERS_ANYONE,1 -30,Android.App.PolicyConversationSendersType,ConversationSendersImportant,android/app/Policy.CONVERSATION_SENDERS_IMPORTANT,2 -30,Android.App.PolicyConversationSendersType,ConversationSendersNone,android/app/Policy.CONVERSATION_SENDERS_NONE,3 -30,Android.App.Admin.DevicePolicyManagerPersonalAppsType,PersonalAppsNotSuspended,android/app/admin/DevicePolicyManager.PERSONAL_APPS_NOT_SUSPENDED,0 -0,Android.App.Admin.DevicePolicyManagerPersonalAppsType,None,,0 -30,Android.App.Admin.DevicePolicyManagerPersonalAppsType,PersonalAppsSuspendedExplicitly,android/app/admin/DevicePolicyManager.PERSONAL_APPS_SUSPENDED_EXPLICITLY,1 -30,Android.App.Admin.DevicePolicyManagerPersonalAppsType,PersonalAppsSuspendedProfileTimeout,android/app/admin/DevicePolicyManager.PERSONAL_APPS_SUSPENDED_PROFILE_TIMEOUT,2 -0,Android.Content.PM.ShortcutManagerFlagMatchType,None,,0 -30,Android.Content.PM.ShortcutManagerFlagMatchType,FlagMatchManifest,android/content/pm/ShortcutManager.FLAG_MATCH_MANIFEST,1 -30,Android.Content.PM.ShortcutManagerFlagMatchType,FlagMatchDynamic,android/content/pm/ShortcutManager.FLAG_MATCH_DYNAMIC,2 -30,Android.Content.PM.ShortcutManagerFlagMatchType,FlagMatchPinned,android/content/pm/ShortcutManager.FLAG_MATCH_PINNED,4 -30,Android.Content.PM.ShortcutManagerFlagMatchType,FlagMatchCached,android/content/pm/ShortcutManager.FLAG_MATCH_CACHED,8 -0,Android.Hardware.Biometrics.AuthenticatorsType,None,,0 -30,Android.Hardware.Biometrics.AuthenticatorsType,BiometricStrong,I:android/hardware/biometrics/Authenticators.BIOMETRIC_STRONG,15 -30,Android.Hardware.Biometrics.AuthenticatorsType,BiometricWeak,I:android/hardware/biometrics/Authenticators.BIOMETRIC_WEAK,255 -30,Android.Hardware.Biometrics.AuthenticatorsType,DeviceCredential,I:android/hardware/biometrics/Authenticators.DEVICE_CREDENTIAL,32768 -30,Android.Hardware.Biometrics.BiometricPromptAuthenticationResultType,AuthenticationResultTypeDeviceCredential,android/hardware/biometrics/BiometricPrompt.AUTHENTICATION_RESULT_TYPE_DEVICE_CREDENTIAL,1 -30,Android.Hardware.Biometrics.BiometricPromptAuthenticationResultType,AuthenticationResultTypeBiometric,android/hardware/biometrics/BiometricPrompt.AUTHENTICATION_RESULT_TYPE_BIOMETRIC,2 -30,Android.Hardware.Camera2.CameraDeviceAudioRestrictionType,AudioRestrictionNone,android/hardware/camera2/CameraDevice.AUDIO_RESTRICTION_NONE,0 -30,Android.Hardware.Camera2.CameraDeviceAudioRestrictionType,AudioRestrictionVibration,android/hardware/camera2/CameraDevice.AUDIO_RESTRICTION_VIBRATION,1 -30,Android.Hardware.Camera2.CameraDeviceAudioRestrictionType,AudioRestrictionVibrationSound,android/hardware/camera2/CameraDevice.AUDIO_RESTRICTION_VIBRATION_SOUND,3 -30,Android.Hardware.Camera2.Params.CameraMetadataControlBokehModeType,ControlBokehModeOff,android/hardware/camera2/CameraMetadata.CONTROL_BOKEH_MODE_OFF,0 -30,Android.Hardware.Camera2.Params.CameraMetadataControlBokehModeType,ControlBokehModeStillCapture,android/hardware/camera2/CameraMetadata.CONTROL_BOKEH_MODE_STILL_CAPTURE,1 -30,Android.Hardware.Camera2.Params.CameraMetadataControlBokehModeType,ControlBokehModeContinuous,android/hardware/camera2/CameraMetadata.CONTROL_BOKEH_MODE_CONTINUOUS,2 -30,Android.Media.AudioTrackDualMonoModeType,DualMonoModeOff,android/media/AudioTrack.DUAL_MONO_MODE_OFF,0 -30,Android.Media.AudioTrackDualMonoModeType,DualMonoModeLr,android/media/AudioTrack.DUAL_MONO_MODE_LR,1 -30,Android.Media.AudioTrackDualMonoModeType,DualMonoModeLl,android/media/AudioTrack.DUAL_MONO_MODE_LL,2 -30,Android.Media.AudioTrackDualMonoModeType,DualMonoModeRr,android/media/AudioTrack.DUAL_MONO_MODE_RR,3 -30,Android.Media.AudioTrackEncapsulationModeType,EncapsulationModeNone,android/media/AudioTrack.ENCAPSULATION_MODE_NONE,0 -30,Android.Media.AudioTrackEncapsulationModeType,EncapsulationModeElementaryStream,android/media/AudioTrack.ENCAPSULATION_MODE_ELEMENTARY_STREAM,1 -30,Android.Media.AudioTrackEncapsulationModeType,EncapsulationModeHandle,android/media/AudioTrack.ENCAPSULATION_MODE_HANDLE,2 -30,Android.Media.ExifInterfaceStreamType,StreamTypeFullImageData,android/media/ExifInterface.STREAM_TYPE_FULL_IMAGE_DATA,0 -30,Android.Media.ExifInterfaceStreamType,StreamTypeExifDataOnly,android/media/ExifInterface.STREAM_TYPE_EXIF_DATA_ONLY,1 -30,Android.Media.TvInputServicePriorityHintUseCaseType,PriorityHintUseCaseTypeBackground,android/media/tv/TvInputService.PRIORITY_HINT_USE_CASE_TYPE_BACKGROUND,100 -30,Android.Media.TvInputServicePriorityHintUseCaseType,PriorityHintUseCaseTypeScan,android/media/tv/TvInputService.PRIORITY_HINT_USE_CASE_TYPE_SCAN,200 -30,Android.Media.TvInputServicePriorityHintUseCaseType,PriorityHintUseCaseTypePlayback,android/media/tv/TvInputService.PRIORITY_HINT_USE_CASE_TYPE_PLAYBACK,300 -30,Android.Media.TvInputServicePriorityHintUseCaseType,PriorityHintUseCaseTypeLive,android/media/tv/TvInputService.PRIORITY_HINT_USE_CASE_TYPE_LIVE,400 -30,Android.Media.TvInputServicePriorityHintUseCaseType,PriorityHintUseCaseTypeRecord,android/media/tv/TvInputService.PRIORITY_HINT_USE_CASE_TYPE_RECORD,500 -30,Android.Media.MediaCasSessionUsageType,SessionUsageLive,android/media/MediaCas.SESSION_USAGE_LIVE,0 -30,Android.Media.MediaCasSessionUsageType,SessionUsagePlayback,android/media/MediaCas.SESSION_USAGE_PLAYBACK,1 -30,Android.Media.MediaCasSessionUsageType,SessionUsageRecord,android/media/MediaCas.SESSION_USAGE_RECORD,2 -30,Android.Media.MediaCasSessionUsageType,SessionUsageTimeshift,android/media/MediaCas.SESSION_USAGE_TIMESHIFT,3 -30,Android.Media.MediaCasScramblingModeType,ScramblingModeReserved,android/media/MediaCas.SCRAMBLING_MODE_RESERVED,0 -30,Android.Media.MediaCasScramblingModeType,ScramblingModeDvbCsa1,android/media/MediaCas.SCRAMBLING_MODE_DVB_CSA1,1 -30,Android.Media.MediaCasScramblingModeType,ScramblingModeDvbCsa2,android/media/MediaCas.SCRAMBLING_MODE_DVB_CSA2,2 -30,Android.Media.MediaCasScramblingModeType,ScramblingModeDvbCsa3Standard,android/media/MediaCas.SCRAMBLING_MODE_DVB_CSA3_STANDARD,3 -30,Android.Media.MediaCasScramblingModeType,ScramblingModeDvbCsa3Minimal,android/media/MediaCas.SCRAMBLING_MODE_DVB_CSA3_MINIMAL,4 -30,Android.Media.MediaCasScramblingModeType,ScramblingModeDvbCsa3Enhance,android/media/MediaCas.SCRAMBLING_MODE_DVB_CSA3_ENHANCE,5 -30,Android.Media.MediaCasScramblingModeType,ScramblingModeDvbCissaV1,android/media/MediaCas.SCRAMBLING_MODE_DVB_CISSA_V1,6 -30,Android.Media.MediaCasScramblingModeType,ScramblingModeDvbIdsa,android/media/MediaCas.SCRAMBLING_MODE_DVB_IDSA,7 -30,Android.Media.MediaCasScramblingModeType,ScramblingModeMulti2,android/media/MediaCas.SCRAMBLING_MODE_MULTI2,8 -30,Android.Media.MediaCasScramblingModeType,ScramblingModeAes128,android/media/MediaCas.SCRAMBLING_MODE_AES128,9 -30,Android.Media.MediaCasScramblingModeType,ScramblingModeAesEcb,android/media/MediaCas.SCRAMBLING_MODE_AES_ECB,10 -30,Android.Media.MediaCasScramblingModeType,ScramblingModeAesScte52,android/media/MediaCas.SCRAMBLING_MODE_AES_SCTE52,11 -30,Android.Media.MediaCasScramblingModeType,ScramblingModeTdesEcb,android/media/MediaCas.SCRAMBLING_MODE_TDES_ECB,12 -30,Android.Media.MediaCasScramblingModeType,ScramblingModeTdesScte52,android/media/MediaCas.SCRAMBLING_MODE_TDES_SCTE52,13 -30,Android.Media.MediaCasPluginStatusType,PluginStatusPhysicalModuleChanged,android/media/MediaCas.PLUGIN_STATUS_PHYSICAL_MODULE_CHANGED,0 -30,Android.Media.MediaCasPluginStatusType,PluginStatusSessionNumberChanged,android/media/MediaCas.PLUGIN_STATUS_SESSION_NUMBER_CHANGED,1 -30,Android.Media.MediaRoute2InfoConnectionStateType,ConnectionStateDisconnected,android/media/MediaRoute2Info.CONNECTION_STATE_DISCONNECTED,0 -30,Android.Media.MediaRoute2InfoConnectionStateType,ConnectionStateConnecting,android/media/MediaRoute2Info.CONNECTION_STATE_CONNECTING,1 -30,Android.Media.MediaRoute2InfoConnectionStateType,ConnectionStateConnected,android/media/MediaRoute2Info.CONNECTION_STATE_CONNECTED,2 -30,Android.Media.MediaRoute2InfoPlaybackVolumeType,PlaybackVolumeFixed,android/media/MediaRoute2Info.PLAYBACK_VOLUME_FIXED,0 -30,Android.Media.MediaRoute2InfoPlaybackVolumeType,PlaybackVolumeVariable,android/media/MediaRoute2Info.PLAYBACK_VOLUME_VARIABLE,1 -30,Android.Media.MediaRoute2ProviderServiceReasonType,ReasonUnknownError,android/media/MediaRoute2ProviderService.REASON_UNKNOWN_ERROR,0 -30,Android.Media.MediaRoute2ProviderServiceReasonType,ReasonRejected,android/media/MediaRoute2ProviderService.REASON_REJECTED,1 -30,Android.Media.MediaRoute2ProviderServiceReasonType,ReasonNetworkError,android/media/MediaRoute2ProviderService.REASON_NETWORK_ERROR,2 -30,Android.Media.MediaRoute2ProviderServiceReasonType,ReasonRouteNotAvailable,android/media/MediaRoute2ProviderService.REASON_ROUTE_NOT_AVAILABLE,3 -30,Android.Media.MediaRoute2ProviderServiceReasonType,ReasonInvalidCommand,android/media/MediaRoute2ProviderService.REASON_INVALID_COMMAND,4 -30,Android.Net.DataStallReportDetectionMethodType,DetectionMethodDnsEvents,android/net/DataStallReport.DETECTION_METHOD_DNS_EVENTS,1 -30,Android.Net.DataStallReportDetectionMethodType,DetectionMethodTcpMetrics,android/net/DataStallReport.DETECTION_METHOD_TCP_METRICS,2 -30,Android.Net.PlatformVpnProfileTypeIkev2IpsecType,TypeIkev2IpsecUserPass,android/net/PlatformVpnProfile.TYPE_IKEV2_IPSEC_USER_PASS,6 -30,Android.Net.PlatformVpnProfileTypeIkev2IpsecType,TypeIkev2IpsecPsk,android/net/PlatformVpnProfile.TYPE_IKEV2_IPSEC_PSK,7 -30,Android.Net.PlatformVpnProfileTypeIkev2IpsecType,TypeIkev2IpsecRsa,android/net/PlatformVpnProfile.TYPE_IKEV2_IPSEC_RSA,8 -0,Android.Views.WindowInsetsControllerAppearanceLightType,None,,0 -30,Android.Views.WindowInsetsControllerAppearanceLightType,AppearanceLightStatusBars,I:android/view/WindowInsetsController.APPEARANCE_LIGHT_STATUS_BARS,8 -30,Android.Views.WindowInsetsControllerAppearanceLightType,AppearanceLightNavigationBars,I:android/view/WindowInsetsController.APPEARANCE_LIGHT_NAVIGATION_BARS,16 -30,Android.Views.WindowInsetsControllerBehaviorShowType,BehaviorShowBarsByTouch,I:android/view/WindowInsetsController.BEHAVIOR_SHOW_BARS_BY_TOUCH,0 -30,Android.Views.WindowInsetsControllerBehaviorShowType,BehaviorShowBarsBySwipe,I:android/view/WindowInsetsController.BEHAVIOR_SHOW_BARS_BY_SWIPE,1 -30,Android.Views.WindowInsetsControllerBehaviorShowType,BehaviorShowTransientBarsBySwipe,I:android/view/WindowInsetsController.BEHAVIOR_SHOW_TRANSIENT_BARS_BY_SWIPE,2 -0,Android.Views.SideType,None,,0 -30,Android.Views.SideType,Left,android/view/Side.LEFT,1 -30,Android.Views.SideType,Top,android/view/Side.TOP,2 -30,Android.Views.SideType,Right,android/view/Side.RIGHT,4 -30,Android.Views.SideType,Bottom,android/view/Side.BOTTOM,8 -30,Android.Views.SurfaceFrameRateCompatibilityType,FrameRateCompatibilityDefault,android/view/Surface.FRAME_RATE_COMPATIBILITY_DEFAULT,0 -30,Android.Views.SurfaceFrameRateCompatibilityType,FrameRateCompatibilityFixedSource,android/view/Surface.FRAME_RATE_COMPATIBILITY_FIXED_SOURCE,1 -30,Android.Views.ViewImportantForContentCaptureType,ImportantForContentCaptureAuto,android/view/View.IMPORTANT_FOR_CONTENT_CAPTURE_AUTO,0 -30,Android.Views.ViewImportantForContentCaptureType,ImportantForContentCaptureYes,android/view/View.IMPORTANT_FOR_CONTENT_CAPTURE_YES,1 -30,Android.Views.ViewImportantForContentCaptureType,ImportantForContentCaptureNo,android/view/View.IMPORTANT_FOR_CONTENT_CAPTURE_NO,2 -30,Android.Views.ViewImportantForContentCaptureType,ImportantForContentCaptureYesExcludeDescendants,android/view/View.IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS,4 -30,Android.Views.ViewImportantForContentCaptureType,ImportantForContentCaptureNoExcludeDescendants,android/view/View.IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS,8 -30,Android.Views.CallbackDispatchModeType,DispatchModeStop,android/view/Callback.DISPATCH_MODE_STOP,0 -30,Android.Views.CallbackDispatchModeType,DispatchModeContinueOnSubtree,android/view/Callback.DISPATCH_MODE_CONTINUE_ON_SUBTREE,1 -30,Android.Telephony.Ims.AccessNetworkConstantsTransportTypeWType,TransportTypeWwan,android/telephony/AccessNetworkConstants.TRANSPORT_TYPE_WWAN,1 -30,Android.Telephony.Ims.AccessNetworkConstantsTransportTypeWType,TransportTypeWlan,android/telephony/AccessNetworkConstants.TRANSPORT_TYPE_WLAN,2 -30,Android.Telephony.Ims.ImsMmTelManagerWifiModeType,WifiModeWifiOnly,android/telephony/ims/ImsMmTelManager.WIFI_MODE_WIFI_ONLY,0 -30,Android.Telephony.Ims.ImsMmTelManagerWifiModeType,WifiModeCellularPreferred,android/telephony/ims/ImsMmTelManager.WIFI_MODE_CELLULAR_PREFERRED,1 -30,Android.Telephony.Ims.ImsMmTelManagerWifiModeType,WifiModeWifiPreferred,android/telephony/ims/ImsMmTelManager.WIFI_MODE_WIFI_PREFERRED,2 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeUnspecified,android/telephony/ims/ImsReasonInfo.CODE_UNSPECIFIED,0 -0,Android.Telephony.Ims.ImsReasonInfoCodeType,None,,0 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeLocalIllegalArgument,android/telephony/ims/ImsReasonInfo.CODE_LOCAL_ILLEGAL_ARGUMENT,101 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeLocalIllegalState,android/telephony/ims/ImsReasonInfo.CODE_LOCAL_ILLEGAL_STATE,102 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeLocalInternalError,android/telephony/ims/ImsReasonInfo.CODE_LOCAL_INTERNAL_ERROR,103 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeLocalImsServiceDown,android/telephony/ims/ImsReasonInfo.CODE_LOCAL_IMS_SERVICE_DOWN,106 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeLocalNoPendingCall,android/telephony/ims/ImsReasonInfo.CODE_LOCAL_NO_PENDING_CALL,107 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeLocalEndedByConferenceMerge,android/telephony/ims/ImsReasonInfo.CODE_LOCAL_ENDED_BY_CONFERENCE_MERGE,108 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeLocalPowerOff,android/telephony/ims/ImsReasonInfo.CODE_LOCAL_POWER_OFF,111 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeLocalLowBattery,android/telephony/ims/ImsReasonInfo.CODE_LOCAL_LOW_BATTERY,112 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeLocalNetworkNoService,android/telephony/ims/ImsReasonInfo.CODE_LOCAL_NETWORK_NO_SERVICE,121 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeLocalNetworkNoLteCoverage,android/telephony/ims/ImsReasonInfo.CODE_LOCAL_NETWORK_NO_LTE_COVERAGE,122 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeLocalNetworkRoaming,android/telephony/ims/ImsReasonInfo.CODE_LOCAL_NETWORK_ROAMING,123 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeLocalNetworkIpChanged,android/telephony/ims/ImsReasonInfo.CODE_LOCAL_NETWORK_IP_CHANGED,124 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeLocalServiceUnavailable,android/telephony/ims/ImsReasonInfo.CODE_LOCAL_SERVICE_UNAVAILABLE,131 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeLocalNotRegistered,android/telephony/ims/ImsReasonInfo.CODE_LOCAL_NOT_REGISTERED,132 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeLocalCallExceeded,android/telephony/ims/ImsReasonInfo.CODE_LOCAL_CALL_EXCEEDED,141 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeLocalCallBusy,android/telephony/ims/ImsReasonInfo.CODE_LOCAL_CALL_BUSY,142 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeLocalCallDecline,android/telephony/ims/ImsReasonInfo.CODE_LOCAL_CALL_DECLINE,143 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeLocalCallVccOnProgressing,android/telephony/ims/ImsReasonInfo.CODE_LOCAL_CALL_VCC_ON_PROGRESSING,144 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeLocalCallResourceReservationFailed,android/telephony/ims/ImsReasonInfo.CODE_LOCAL_CALL_RESOURCE_RESERVATION_FAILED,145 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeLocalCallCsRetryRequired,android/telephony/ims/ImsReasonInfo.CODE_LOCAL_CALL_CS_RETRY_REQUIRED,146 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeLocalCallVolteRetryRequired,android/telephony/ims/ImsReasonInfo.CODE_LOCAL_CALL_VOLTE_RETRY_REQUIRED,147 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeLocalCallTerminated,android/telephony/ims/ImsReasonInfo.CODE_LOCAL_CALL_TERMINATED,148 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeLocalHoNotFeasible,android/telephony/ims/ImsReasonInfo.CODE_LOCAL_HO_NOT_FEASIBLE,149 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeTimeout1XxWaiting,android/telephony/ims/ImsReasonInfo.CODE_TIMEOUT_1XX_WAITING,201 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeTimeoutNoAnswer,android/telephony/ims/ImsReasonInfo.CODE_TIMEOUT_NO_ANSWER,202 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeTimeoutNoAnswerCallUpdate,android/telephony/ims/ImsReasonInfo.CODE_TIMEOUT_NO_ANSWER_CALL_UPDATE,203 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeCallBarred,android/telephony/ims/ImsReasonInfo.CODE_CALL_BARRED,240 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeFdnBlocked,android/telephony/ims/ImsReasonInfo.CODE_FDN_BLOCKED,241 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeImeiNotAccepted,android/telephony/ims/ImsReasonInfo.CODE_IMEI_NOT_ACCEPTED,243 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeDialModifiedToUssd,android/telephony/ims/ImsReasonInfo.CODE_DIAL_MODIFIED_TO_USSD,244 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeDialModifiedToSs,android/telephony/ims/ImsReasonInfo.CODE_DIAL_MODIFIED_TO_SS,245 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeDialModifiedToDial,android/telephony/ims/ImsReasonInfo.CODE_DIAL_MODIFIED_TO_DIAL,246 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeDialModifiedToDialVideo,android/telephony/ims/ImsReasonInfo.CODE_DIAL_MODIFIED_TO_DIAL_VIDEO,247 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeDialVideoModifiedToDial,android/telephony/ims/ImsReasonInfo.CODE_DIAL_VIDEO_MODIFIED_TO_DIAL,248 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeDialVideoModifiedToDialVideo,android/telephony/ims/ImsReasonInfo.CODE_DIAL_VIDEO_MODIFIED_TO_DIAL_VIDEO,249 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeDialVideoModifiedToSs,android/telephony/ims/ImsReasonInfo.CODE_DIAL_VIDEO_MODIFIED_TO_SS,250 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeDialVideoModifiedToUssd,android/telephony/ims/ImsReasonInfo.CODE_DIAL_VIDEO_MODIFIED_TO_USSD,251 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipRedirected,android/telephony/ims/ImsReasonInfo.CODE_SIP_REDIRECTED,321 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipBadRequest,android/telephony/ims/ImsReasonInfo.CODE_SIP_BAD_REQUEST,331 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipForbidden,android/telephony/ims/ImsReasonInfo.CODE_SIP_FORBIDDEN,332 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipNotFound,android/telephony/ims/ImsReasonInfo.CODE_SIP_NOT_FOUND,333 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipNotSupported,android/telephony/ims/ImsReasonInfo.CODE_SIP_NOT_SUPPORTED,334 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipRequestTimeout,android/telephony/ims/ImsReasonInfo.CODE_SIP_REQUEST_TIMEOUT,335 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipTemprarilyUnavailable,android/telephony/ims/ImsReasonInfo.CODE_SIP_TEMPRARILY_UNAVAILABLE,336 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipBadAddress,android/telephony/ims/ImsReasonInfo.CODE_SIP_BAD_ADDRESS,337 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipBusy,android/telephony/ims/ImsReasonInfo.CODE_SIP_BUSY,338 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipRequestCancelled,android/telephony/ims/ImsReasonInfo.CODE_SIP_REQUEST_CANCELLED,339 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipNotAcceptable,android/telephony/ims/ImsReasonInfo.CODE_SIP_NOT_ACCEPTABLE,340 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipNotReachable,android/telephony/ims/ImsReasonInfo.CODE_SIP_NOT_REACHABLE,341 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipClientError,android/telephony/ims/ImsReasonInfo.CODE_SIP_CLIENT_ERROR,342 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipTransactionDoesNotExist,android/telephony/ims/ImsReasonInfo.CODE_SIP_TRANSACTION_DOES_NOT_EXIST,343 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipServerInternalError,android/telephony/ims/ImsReasonInfo.CODE_SIP_SERVER_INTERNAL_ERROR,351 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipServiceUnavailable,android/telephony/ims/ImsReasonInfo.CODE_SIP_SERVICE_UNAVAILABLE,352 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipServerTimeout,android/telephony/ims/ImsReasonInfo.CODE_SIP_SERVER_TIMEOUT,353 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipServerError,android/telephony/ims/ImsReasonInfo.CODE_SIP_SERVER_ERROR,354 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipUserRejected,android/telephony/ims/ImsReasonInfo.CODE_SIP_USER_REJECTED,361 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipGlobalError,android/telephony/ims/ImsReasonInfo.CODE_SIP_GLOBAL_ERROR,362 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeEmergencyTempFailure,android/telephony/ims/ImsReasonInfo.CODE_EMERGENCY_TEMP_FAILURE,363 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeEmergencyPermFailure,android/telephony/ims/ImsReasonInfo.CODE_EMERGENCY_PERM_FAILURE,364 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipUserMarkedUnwanted,android/telephony/ims/ImsReasonInfo.CODE_SIP_USER_MARKED_UNWANTED,365 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipMethodNotAllowed,android/telephony/ims/ImsReasonInfo.CODE_SIP_METHOD_NOT_ALLOWED,366 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipProxyAuthenticationRequired,android/telephony/ims/ImsReasonInfo.CODE_SIP_PROXY_AUTHENTICATION_REQUIRED,367 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipRequestEntityTooLarge,android/telephony/ims/ImsReasonInfo.CODE_SIP_REQUEST_ENTITY_TOO_LARGE,368 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipRequestUriTooLarge,android/telephony/ims/ImsReasonInfo.CODE_SIP_REQUEST_URI_TOO_LARGE,369 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipExtensionRequired,android/telephony/ims/ImsReasonInfo.CODE_SIP_EXTENSION_REQUIRED,370 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipIntervalTooBrief,android/telephony/ims/ImsReasonInfo.CODE_SIP_INTERVAL_TOO_BRIEF,371 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipCallOrTransDoesNotExist,android/telephony/ims/ImsReasonInfo.CODE_SIP_CALL_OR_TRANS_DOES_NOT_EXIST,372 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipLoopDetected,android/telephony/ims/ImsReasonInfo.CODE_SIP_LOOP_DETECTED,373 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipTooManyHops,android/telephony/ims/ImsReasonInfo.CODE_SIP_TOO_MANY_HOPS,374 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipAmbiguous,android/telephony/ims/ImsReasonInfo.CODE_SIP_AMBIGUOUS,376 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipRequestPending,android/telephony/ims/ImsReasonInfo.CODE_SIP_REQUEST_PENDING,377 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipUndecipherable,android/telephony/ims/ImsReasonInfo.CODE_SIP_UNDECIPHERABLE,378 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeMediaInitFailed,android/telephony/ims/ImsReasonInfo.CODE_MEDIA_INIT_FAILED,401 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeMediaNoData,android/telephony/ims/ImsReasonInfo.CODE_MEDIA_NO_DATA,402 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeMediaNotAcceptable,android/telephony/ims/ImsReasonInfo.CODE_MEDIA_NOT_ACCEPTABLE,403 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeMediaUnspecified,android/telephony/ims/ImsReasonInfo.CODE_MEDIA_UNSPECIFIED,404 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeUserTerminated,android/telephony/ims/ImsReasonInfo.CODE_USER_TERMINATED,501 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeUserNoanswer,android/telephony/ims/ImsReasonInfo.CODE_USER_NOANSWER,502 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeUserIgnore,android/telephony/ims/ImsReasonInfo.CODE_USER_IGNORE,503 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeUserDecline,android/telephony/ims/ImsReasonInfo.CODE_USER_DECLINE,504 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeLowBattery,android/telephony/ims/ImsReasonInfo.CODE_LOW_BATTERY,505 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeBlacklistedCallId,android/telephony/ims/ImsReasonInfo.CODE_BLACKLISTED_CALL_ID,506 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeUserTerminatedByRemote,android/telephony/ims/ImsReasonInfo.CODE_USER_TERMINATED_BY_REMOTE,510 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeUserRejectedSessionModification,android/telephony/ims/ImsReasonInfo.CODE_USER_REJECTED_SESSION_MODIFICATION,511 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeUserCancelledSessionModification,android/telephony/ims/ImsReasonInfo.CODE_USER_CANCELLED_SESSION_MODIFICATION,512 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeUtNotSupported,android/telephony/ims/ImsReasonInfo.CODE_UT_NOT_SUPPORTED,801 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeUtServiceUnavailable,android/telephony/ims/ImsReasonInfo.CODE_UT_SERVICE_UNAVAILABLE,802 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeUtOperationNotAllowed,android/telephony/ims/ImsReasonInfo.CODE_UT_OPERATION_NOT_ALLOWED,803 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeUtNetworkError,android/telephony/ims/ImsReasonInfo.CODE_UT_NETWORK_ERROR,804 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeUtCbPasswordMismatch,android/telephony/ims/ImsReasonInfo.CODE_UT_CB_PASSWORD_MISMATCH,821 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeUtSsModifiedToDial,android/telephony/ims/ImsReasonInfo.CODE_UT_SS_MODIFIED_TO_DIAL,822 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeUtSsModifiedToUssd,android/telephony/ims/ImsReasonInfo.CODE_UT_SS_MODIFIED_TO_USSD,823 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeUtSsModifiedToSs,android/telephony/ims/ImsReasonInfo.CODE_UT_SS_MODIFIED_TO_SS,824 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeUtSsModifiedToDialVideo,android/telephony/ims/ImsReasonInfo.CODE_UT_SS_MODIFIED_TO_DIAL_VIDEO,825 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeEcbmNotSupported,android/telephony/ims/ImsReasonInfo.CODE_ECBM_NOT_SUPPORTED,901 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeMultiendpointNotSupported,android/telephony/ims/ImsReasonInfo.CODE_MULTIENDPOINT_NOT_SUPPORTED,902 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRegistrationError,android/telephony/ims/ImsReasonInfo.CODE_REGISTRATION_ERROR,1000 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeAnsweredElsewhere,android/telephony/ims/ImsReasonInfo.CODE_ANSWERED_ELSEWHERE,1014 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeCallPullOutOfSync,android/telephony/ims/ImsReasonInfo.CODE_CALL_PULL_OUT_OF_SYNC,1015 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeCallEndCauseCallPull,android/telephony/ims/ImsReasonInfo.CODE_CALL_END_CAUSE_CALL_PULL,1016 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRejectedElsewhere,android/telephony/ims/ImsReasonInfo.CODE_REJECTED_ELSEWHERE,1017 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeCallDropIwlanToLteUnavailable,android/telephony/ims/ImsReasonInfo.CODE_CALL_DROP_IWLAN_TO_LTE_UNAVAILABLE,1100 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSuppSvcFailed,android/telephony/ims/ImsReasonInfo.CODE_SUPP_SVC_FAILED,1201 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSuppSvcCancelled,android/telephony/ims/ImsReasonInfo.CODE_SUPP_SVC_CANCELLED,1202 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSuppSvcReinviteCollision,android/telephony/ims/ImsReasonInfo.CODE_SUPP_SVC_REINVITE_COLLISION,1203 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeIwlanDpdFailure,android/telephony/ims/ImsReasonInfo.CODE_IWLAN_DPD_FAILURE,1300 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeEpdgTunnelEstablishFailure,android/telephony/ims/ImsReasonInfo.CODE_EPDG_TUNNEL_ESTABLISH_FAILURE,1400 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeEpdgTunnelRekeyFailure,android/telephony/ims/ImsReasonInfo.CODE_EPDG_TUNNEL_REKEY_FAILURE,1401 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeEpdgTunnelLostConnection,android/telephony/ims/ImsReasonInfo.CODE_EPDG_TUNNEL_LOST_CONNECTION,1402 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeMaximumNumberOfCallsReached,android/telephony/ims/ImsReasonInfo.CODE_MAXIMUM_NUMBER_OF_CALLS_REACHED,1403 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRemoteCallDecline,android/telephony/ims/ImsReasonInfo.CODE_REMOTE_CALL_DECLINE,1404 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeDataLimitReached,android/telephony/ims/ImsReasonInfo.CODE_DATA_LIMIT_REACHED,1405 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeDataDisabled,android/telephony/ims/ImsReasonInfo.CODE_DATA_DISABLED,1406 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeWifiLost,android/telephony/ims/ImsReasonInfo.CODE_WIFI_LOST,1407 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeIkev2AuthFailure,android/telephony/ims/ImsReasonInfo.CODE_IKEV2_AUTH_FAILURE,1408 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRadioOff,android/telephony/ims/ImsReasonInfo.CODE_RADIO_OFF,1500 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeNoValidSim,android/telephony/ims/ImsReasonInfo.CODE_NO_VALID_SIM,1501 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRadioInternalError,android/telephony/ims/ImsReasonInfo.CODE_RADIO_INTERNAL_ERROR,1502 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeNetworkRespTimeout,android/telephony/ims/ImsReasonInfo.CODE_NETWORK_RESP_TIMEOUT,1503 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeNetworkReject,android/telephony/ims/ImsReasonInfo.CODE_NETWORK_REJECT,1504 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRadioAccessFailure,android/telephony/ims/ImsReasonInfo.CODE_RADIO_ACCESS_FAILURE,1505 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRadioLinkFailure,android/telephony/ims/ImsReasonInfo.CODE_RADIO_LINK_FAILURE,1506 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRadioLinkLost,android/telephony/ims/ImsReasonInfo.CODE_RADIO_LINK_LOST,1507 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRadioUplinkFailure,android/telephony/ims/ImsReasonInfo.CODE_RADIO_UPLINK_FAILURE,1508 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRadioSetupFailure,android/telephony/ims/ImsReasonInfo.CODE_RADIO_SETUP_FAILURE,1509 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRadioReleaseNormal,android/telephony/ims/ImsReasonInfo.CODE_RADIO_RELEASE_NORMAL,1510 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRadioReleaseAbnormal,android/telephony/ims/ImsReasonInfo.CODE_RADIO_RELEASE_ABNORMAL,1511 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeAccessClassBlocked,android/telephony/ims/ImsReasonInfo.CODE_ACCESS_CLASS_BLOCKED,1512 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeNetworkDetach,android/telephony/ims/ImsReasonInfo.CODE_NETWORK_DETACH,1513 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipAlternateEmergencyCall,android/telephony/ims/ImsReasonInfo.CODE_SIP_ALTERNATE_EMERGENCY_CALL,1514 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeNoCsfbInCsRoam,android/telephony/ims/ImsReasonInfo.CODE_NO_CSFB_IN_CS_ROAM,1516 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSessionModificationFailed,android/telephony/ims/ImsReasonInfo.CODE_SESSION_MODIFICATION_FAILED,1517 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRejectUnknown,android/telephony/ims/ImsReasonInfo.CODE_REJECT_UNKNOWN,1600 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRejectOngoingCallWaitingDisabled,android/telephony/ims/ImsReasonInfo.CODE_REJECT_ONGOING_CALL_WAITING_DISABLED,1601 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRejectCallOnOtherSub,android/telephony/ims/ImsReasonInfo.CODE_REJECT_CALL_ON_OTHER_SUB,1602 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeReject1XCollision,android/telephony/ims/ImsReasonInfo.CODE_REJECT_1X_COLLISION,1603 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRejectServiceNotRegistered,android/telephony/ims/ImsReasonInfo.CODE_REJECT_SERVICE_NOT_REGISTERED,1604 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRejectCallTypeNotAllowed,android/telephony/ims/ImsReasonInfo.CODE_REJECT_CALL_TYPE_NOT_ALLOWED,1605 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRejectOngoingE911Call,android/telephony/ims/ImsReasonInfo.CODE_REJECT_ONGOING_E911_CALL,1606 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRejectOngoingCallSetup,android/telephony/ims/ImsReasonInfo.CODE_REJECT_ONGOING_CALL_SETUP,1607 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRejectMaxCallLimitReached,android/telephony/ims/ImsReasonInfo.CODE_REJECT_MAX_CALL_LIMIT_REACHED,1608 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRejectUnsupportedSipHeaders,android/telephony/ims/ImsReasonInfo.CODE_REJECT_UNSUPPORTED_SIP_HEADERS,1609 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRejectUnsupportedSdpHeaders,android/telephony/ims/ImsReasonInfo.CODE_REJECT_UNSUPPORTED_SDP_HEADERS,1610 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRejectOngoingCallTransfer,android/telephony/ims/ImsReasonInfo.CODE_REJECT_ONGOING_CALL_TRANSFER,1611 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRejectInternalError,android/telephony/ims/ImsReasonInfo.CODE_REJECT_INTERNAL_ERROR,1612 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRejectQosFailure,android/telephony/ims/ImsReasonInfo.CODE_REJECT_QOS_FAILURE,1613 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRejectOngoingHandover,android/telephony/ims/ImsReasonInfo.CODE_REJECT_ONGOING_HANDOVER,1614 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRejectVtTtyNotAllowed,android/telephony/ims/ImsReasonInfo.CODE_REJECT_VT_TTY_NOT_ALLOWED,1615 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRejectOngoingCallUpgrade,android/telephony/ims/ImsReasonInfo.CODE_REJECT_ONGOING_CALL_UPGRADE,1616 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRejectConferenceTtyNotAllowed,android/telephony/ims/ImsReasonInfo.CODE_REJECT_CONFERENCE_TTY_NOT_ALLOWED,1617 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRejectOngoingConferenceCall,android/telephony/ims/ImsReasonInfo.CODE_REJECT_ONGOING_CONFERENCE_CALL,1618 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRejectVtAvpfNotAllowed,android/telephony/ims/ImsReasonInfo.CODE_REJECT_VT_AVPF_NOT_ALLOWED,1619 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRejectOngoingEncryptedCall,android/telephony/ims/ImsReasonInfo.CODE_REJECT_ONGOING_ENCRYPTED_CALL,1620 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRejectOngoingCsCall,android/telephony/ims/ImsReasonInfo.CODE_REJECT_ONGOING_CS_CALL,1621 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeOemCause1,android/telephony/ims/ImsReasonInfo.CODE_OEM_CAUSE_1,61441 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeOemCause2,android/telephony/ims/ImsReasonInfo.CODE_OEM_CAUSE_2,61442 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeOemCause3,android/telephony/ims/ImsReasonInfo.CODE_OEM_CAUSE_3,61443 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeOemCause4,android/telephony/ims/ImsReasonInfo.CODE_OEM_CAUSE_4,61444 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeOemCause5,android/telephony/ims/ImsReasonInfo.CODE_OEM_CAUSE_5,61445 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeOemCause6,android/telephony/ims/ImsReasonInfo.CODE_OEM_CAUSE_6,61446 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeOemCause7,android/telephony/ims/ImsReasonInfo.CODE_OEM_CAUSE_7,61447 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeOemCause8,android/telephony/ims/ImsReasonInfo.CODE_OEM_CAUSE_8,61448 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeOemCause9,android/telephony/ims/ImsReasonInfo.CODE_OEM_CAUSE_9,61449 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeOemCause11,android/telephony/ims/ImsReasonInfo.CODE_OEM_CAUSE_11,61451 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeOemCause12,android/telephony/ims/ImsReasonInfo.CODE_OEM_CAUSE_12,61452 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeOemCause13,android/telephony/ims/ImsReasonInfo.CODE_OEM_CAUSE_13,61453 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeOemCause14,android/telephony/ims/ImsReasonInfo.CODE_OEM_CAUSE_14,61454 -30,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeOemCause15,android/telephony/ims/ImsReasonInfo.CODE_OEM_CAUSE_15,61455 -30,Android.Telephony.Ims.ImsExceptionCodeErrorType,CodeErrorUnspecified,android/telephony/ims/ImsException.CODE_ERROR_UNSPECIFIED,0 -30,Android.Telephony.Ims.ImsExceptionCodeErrorType,CodeErrorServiceUnavailable,android/telephony/ims/ImsException.CODE_ERROR_SERVICE_UNAVAILABLE,1 -30,Android.Telephony.Ims.ImsExceptionCodeErrorType,CodeErrorUnsupportedOperation,android/telephony/ims/ImsException.CODE_ERROR_UNSUPPORTED_OPERATION,2 -30,Android.Telephony.Ims.ImsExceptionCodeErrorType,CodeErrorInvalidSubscription,android/telephony/ims/ImsException.CODE_ERROR_INVALID_SUBSCRIPTION,3 -30,Android.Telephony.BarringInfoBarringServiceType,BarringServiceTypeCsService,android/telephony/BarringInfo.BARRING_SERVICE_TYPE_CS_SERVICE,0 -30,Android.Telephony.BarringInfoBarringServiceType,BarringServiceTypePsService,android/telephony/BarringInfo.BARRING_SERVICE_TYPE_PS_SERVICE,1 -30,Android.Telephony.BarringInfoBarringServiceType,BarringServiceTypeCsVoice,android/telephony/BarringInfo.BARRING_SERVICE_TYPE_CS_VOICE,2 -30,Android.Telephony.BarringInfoBarringServiceType,BarringServiceTypeMoSignalling,android/telephony/BarringInfo.BARRING_SERVICE_TYPE_MO_SIGNALLING,3 -30,Android.Telephony.BarringInfoBarringServiceType,BarringServiceTypeMoData,android/telephony/BarringInfo.BARRING_SERVICE_TYPE_MO_DATA,4 -30,Android.Telephony.BarringInfoBarringServiceType,BarringServiceTypeCsFallback,android/telephony/BarringInfo.BARRING_SERVICE_TYPE_CS_FALLBACK,5 -30,Android.Telephony.BarringInfoBarringServiceType,BarringServiceTypeMmtelVoice,android/telephony/BarringInfo.BARRING_SERVICE_TYPE_MMTEL_VOICE,6 -30,Android.Telephony.BarringInfoBarringServiceType,BarringServiceTypeMmtelVideo,android/telephony/BarringInfo.BARRING_SERVICE_TYPE_MMTEL_VIDEO,7 -30,Android.Telephony.BarringInfoBarringServiceType,BarringServiceTypeEmergency,android/telephony/BarringInfo.BARRING_SERVICE_TYPE_EMERGENCY,8 -30,Android.Telephony.BarringInfoBarringServiceType,BarringServiceTypeSms,android/telephony/BarringInfo.BARRING_SERVICE_TYPE_SMS,9 -30,Android.Telephony.BarringServiceInfoBarringType,BarringTypeUnknown,android/telephony/BarringServiceInfo.BARRING_TYPE_UNKNOWN,-1 -30,Android.Telephony.BarringServiceInfoBarringType,BarringTypeNone,android/telephony/BarringServiceInfo.BARRING_TYPE_NONE,0 -30,Android.Telephony.BarringServiceInfoBarringType,BarringTypeConditional,android/telephony/BarringServiceInfo.BARRING_TYPE_CONDITIONAL,1 -30,Android.Telephony.BarringServiceInfoBarringType,BarringTypeUnconditional,android/telephony/BarringServiceInfo.BARRING_TYPE_UNCONDITIONAL,2 -30,Android.Telephony.DisplayInfoOverrideNetworkType,OverrideNetworkTypeNone,android/telephony/DisplayInfo.OVERRIDE_NETWORK_TYPE_NONE,0 -30,Android.Telephony.DisplayInfoOverrideNetworkType,OverrideNetworkTypeLteCa,android/telephony/DisplayInfo.OVERRIDE_NETWORK_TYPE_LTE_CA,1 -30,Android.Telephony.DisplayInfoOverrideNetworkType,OverrideNetworkTypeLteAdvancedPro,android/telephony/DisplayInfo.OVERRIDE_NETWORK_TYPE_LTE_ADVANCED_PRO,2 -30,Android.Telephony.DisplayInfoOverrideNetworkType,OverrideNetworkTypeNrNsa,android/telephony/DisplayInfo.OVERRIDE_NETWORK_TYPE_NR_NSA,3 -30,Android.Telephony.DisplayInfoOverrideNetworkType,OverrideNetworkTypeNrNsaMmwave,android/telephony/DisplayInfo.OVERRIDE_NETWORK_TYPE_NR_NSA_MMWAVE,4 -30,Android.Telephony.NetworkRegistrationInfoDomainType,DomainUnknown,android/telephony/NetworkRegistrationInfo.DOMAIN_UNKNOWN,0 -30,Android.Telephony.NetworkRegistrationInfoDomainType,DomainCs,android/telephony/NetworkRegistrationInfo.DOMAIN_CS,1 -30,Android.Telephony.NetworkRegistrationInfoDomainType,DomainPs,android/telephony/NetworkRegistrationInfo.DOMAIN_PS,2 -30,Android.Telephony.NetworkRegistrationInfoDomainType,DomainCsPs,android/telephony/NetworkRegistrationInfo.DOMAIN_CS_PS,3 -30,Android.Telephony.NetworkRegistrationInfoNrStateType,NrStateNone,android/telephony/NetworkRegistrationInfo.NR_STATE_NONE,0 -30,Android.Telephony.NetworkRegistrationInfoNrStateType,NrStateRestricted,android/telephony/NetworkRegistrationInfo.NR_STATE_RESTRICTED,1 -30,Android.Telephony.NetworkRegistrationInfoNrStateType,NrStateNotRestricted,android/telephony/NetworkRegistrationInfo.NR_STATE_NOT_RESTRICTED,2 -30,Android.Telephony.NetworkRegistrationInfoNrStateType,NrStateConnected,android/telephony/NetworkRegistrationInfo.NR_STATE_CONNECTED,3 -30,Android.Telephony.DataFailCauseType,TetheredCallActive,android/telephony/DataFailCause.TETHERED_CALL_ACTIVE,-6 -30,Android.Telephony.DataFailCauseType,RadioPowerOff,android/telephony/DataFailCause.RADIO_POWER_OFF,-5 -30,Android.Telephony.DataFailCauseType,PrefRadioTechChanged,android/telephony/DataFailCause.PREF_RADIO_TECH_CHANGED,-4 -30,Android.Telephony.DataFailCauseType,SignalLost,android/telephony/DataFailCause.SIGNAL_LOST,-3 -30,Android.Telephony.DataFailCauseType,GprsRegistrationFail,android/telephony/DataFailCause.GPRS_REGISTRATION_FAIL,-2 -30,Android.Telephony.DataFailCauseType,RegistrationFail,android/telephony/DataFailCause.REGISTRATION_FAIL,-1 -30,Android.Telephony.DataFailCauseType,None,android/telephony/DataFailCause.NONE,0 -30,Android.Telephony.DataFailCauseType,OperatorBarred,android/telephony/DataFailCause.OPERATOR_BARRED,8 -30,Android.Telephony.DataFailCauseType,NasSignalling,android/telephony/DataFailCause.NAS_SIGNALLING,14 -30,Android.Telephony.DataFailCauseType,LlcSndcp,android/telephony/DataFailCause.LLC_SNDCP,25 -30,Android.Telephony.DataFailCauseType,InsufficientResources,android/telephony/DataFailCause.INSUFFICIENT_RESOURCES,26 -30,Android.Telephony.DataFailCauseType,MissingUnknownApn,android/telephony/DataFailCause.MISSING_UNKNOWN_APN,27 -30,Android.Telephony.DataFailCauseType,UnknownPdpAddressType,android/telephony/DataFailCause.UNKNOWN_PDP_ADDRESS_TYPE,28 -30,Android.Telephony.DataFailCauseType,UserAuthentication,android/telephony/DataFailCause.USER_AUTHENTICATION,29 -30,Android.Telephony.DataFailCauseType,ActivationRejectGgsn,android/telephony/DataFailCause.ACTIVATION_REJECT_GGSN,30 -30,Android.Telephony.DataFailCauseType,ActivationRejectUnspecified,android/telephony/DataFailCause.ACTIVATION_REJECT_UNSPECIFIED,31 -30,Android.Telephony.DataFailCauseType,ServiceOptionNotSupported,android/telephony/DataFailCause.SERVICE_OPTION_NOT_SUPPORTED,32 -30,Android.Telephony.DataFailCauseType,ServiceOptionNotSubscribed,android/telephony/DataFailCause.SERVICE_OPTION_NOT_SUBSCRIBED,33 -30,Android.Telephony.DataFailCauseType,ServiceOptionOutOfOrder,android/telephony/DataFailCause.SERVICE_OPTION_OUT_OF_ORDER,34 -30,Android.Telephony.DataFailCauseType,NsapiInUse,android/telephony/DataFailCause.NSAPI_IN_USE,35 -30,Android.Telephony.DataFailCauseType,RegularDeactivation,android/telephony/DataFailCause.REGULAR_DEACTIVATION,36 -30,Android.Telephony.DataFailCauseType,QosNotAccepted,android/telephony/DataFailCause.QOS_NOT_ACCEPTED,37 -30,Android.Telephony.DataFailCauseType,NetworkFailure,android/telephony/DataFailCause.NETWORK_FAILURE,38 -30,Android.Telephony.DataFailCauseType,UmtsReactivationReq,android/telephony/DataFailCause.UMTS_REACTIVATION_REQ,39 -30,Android.Telephony.DataFailCauseType,FeatureNotSupp,android/telephony/DataFailCause.FEATURE_NOT_SUPP,40 -30,Android.Telephony.DataFailCauseType,TftSemanticError,android/telephony/DataFailCause.TFT_SEMANTIC_ERROR,41 -30,Android.Telephony.DataFailCauseType,TftSytaxError,android/telephony/DataFailCause.TFT_SYTAX_ERROR,42 -30,Android.Telephony.DataFailCauseType,UnknownPdpContext,android/telephony/DataFailCause.UNKNOWN_PDP_CONTEXT,43 -30,Android.Telephony.DataFailCauseType,FilterSemanticError,android/telephony/DataFailCause.FILTER_SEMANTIC_ERROR,44 -30,Android.Telephony.DataFailCauseType,FilterSytaxError,android/telephony/DataFailCause.FILTER_SYTAX_ERROR,45 -30,Android.Telephony.DataFailCauseType,PdpWithoutActiveTft,android/telephony/DataFailCause.PDP_WITHOUT_ACTIVE_TFT,46 -30,Android.Telephony.DataFailCauseType,ActivationRejectedBcmViolation,android/telephony/DataFailCause.ACTIVATION_REJECTED_BCM_VIOLATION,48 -30,Android.Telephony.DataFailCauseType,OnlyIpv4Allowed,android/telephony/DataFailCause.ONLY_IPV4_ALLOWED,50 -30,Android.Telephony.DataFailCauseType,OnlyIpv6Allowed,android/telephony/DataFailCause.ONLY_IPV6_ALLOWED,51 -30,Android.Telephony.DataFailCauseType,OnlySingleBearerAllowed,android/telephony/DataFailCause.ONLY_SINGLE_BEARER_ALLOWED,52 -30,Android.Telephony.DataFailCauseType,EsmInfoNotReceived,android/telephony/DataFailCause.ESM_INFO_NOT_RECEIVED,53 -30,Android.Telephony.DataFailCauseType,PdnConnDoesNotExist,android/telephony/DataFailCause.PDN_CONN_DOES_NOT_EXIST,54 -30,Android.Telephony.DataFailCauseType,MultiConnToSamePdnNotAllowed,android/telephony/DataFailCause.MULTI_CONN_TO_SAME_PDN_NOT_ALLOWED,55 -30,Android.Telephony.DataFailCauseType,CollisionWithNetworkInitiatedRequest,android/telephony/DataFailCause.COLLISION_WITH_NETWORK_INITIATED_REQUEST,56 -30,Android.Telephony.DataFailCauseType,OnlyIpv4v6Allowed,android/telephony/DataFailCause.ONLY_IPV4V6_ALLOWED,57 -30,Android.Telephony.DataFailCauseType,OnlyNonIpAllowed,android/telephony/DataFailCause.ONLY_NON_IP_ALLOWED,58 -30,Android.Telephony.DataFailCauseType,UnsupportedQciValue,android/telephony/DataFailCause.UNSUPPORTED_QCI_VALUE,59 -30,Android.Telephony.DataFailCauseType,BearerHandlingNotSupported,android/telephony/DataFailCause.BEARER_HANDLING_NOT_SUPPORTED,60 -30,Android.Telephony.DataFailCauseType,ActivePdpContextMaxNumberReached,android/telephony/DataFailCause.ACTIVE_PDP_CONTEXT_MAX_NUMBER_REACHED,65 -30,Android.Telephony.DataFailCauseType,UnsupportedApnInCurrentPlmn,android/telephony/DataFailCause.UNSUPPORTED_APN_IN_CURRENT_PLMN,66 -30,Android.Telephony.DataFailCauseType,InvalidTransactionId,android/telephony/DataFailCause.INVALID_TRANSACTION_ID,81 -30,Android.Telephony.DataFailCauseType,MessageIncorrectSemantic,android/telephony/DataFailCause.MESSAGE_INCORRECT_SEMANTIC,95 -30,Android.Telephony.DataFailCauseType,InvalidMandatoryInfo,android/telephony/DataFailCause.INVALID_MANDATORY_INFO,96 -30,Android.Telephony.DataFailCauseType,MessageTypeUnsupported,android/telephony/DataFailCause.MESSAGE_TYPE_UNSUPPORTED,97 -30,Android.Telephony.DataFailCauseType,MsgTypeNoncompatibleState,android/telephony/DataFailCause.MSG_TYPE_NONCOMPATIBLE_STATE,98 -30,Android.Telephony.DataFailCauseType,UnknownInfoElement,android/telephony/DataFailCause.UNKNOWN_INFO_ELEMENT,99 -30,Android.Telephony.DataFailCauseType,ConditionalIeError,android/telephony/DataFailCause.CONDITIONAL_IE_ERROR,100 -30,Android.Telephony.DataFailCauseType,MsgAndProtocolStateUncompatible,android/telephony/DataFailCause.MSG_AND_PROTOCOL_STATE_UNCOMPATIBLE,101 -30,Android.Telephony.DataFailCauseType,ProtocolErrors,android/telephony/DataFailCause.PROTOCOL_ERRORS,111 -30,Android.Telephony.DataFailCauseType,ApnTypeConflict,android/telephony/DataFailCause.APN_TYPE_CONFLICT,112 -30,Android.Telephony.DataFailCauseType,InvalidPcscfAddr,android/telephony/DataFailCause.INVALID_PCSCF_ADDR,113 -30,Android.Telephony.DataFailCauseType,InternalCallPreemptByHighPrioApn,android/telephony/DataFailCause.INTERNAL_CALL_PREEMPT_BY_HIGH_PRIO_APN,114 -30,Android.Telephony.DataFailCauseType,EmmAccessBarred,android/telephony/DataFailCause.EMM_ACCESS_BARRED,115 -30,Android.Telephony.DataFailCauseType,EmergencyIfaceOnly,android/telephony/DataFailCause.EMERGENCY_IFACE_ONLY,116 -30,Android.Telephony.DataFailCauseType,IfaceMismatch,android/telephony/DataFailCause.IFACE_MISMATCH,117 -30,Android.Telephony.DataFailCauseType,CompanionIfaceInUse,android/telephony/DataFailCause.COMPANION_IFACE_IN_USE,118 -30,Android.Telephony.DataFailCauseType,IpAddressMismatch,android/telephony/DataFailCause.IP_ADDRESS_MISMATCH,119 -30,Android.Telephony.DataFailCauseType,IfaceAndPolFamilyMismatch,android/telephony/DataFailCause.IFACE_AND_POL_FAMILY_MISMATCH,120 -30,Android.Telephony.DataFailCauseType,EmmAccessBarredInfiniteRetry,android/telephony/DataFailCause.EMM_ACCESS_BARRED_INFINITE_RETRY,121 -30,Android.Telephony.DataFailCauseType,AuthFailureOnEmergencyCall,android/telephony/DataFailCause.AUTH_FAILURE_ON_EMERGENCY_CALL,122 -30,Android.Telephony.DataFailCauseType,InvalidDnsAddr,android/telephony/DataFailCause.INVALID_DNS_ADDR,123 -30,Android.Telephony.DataFailCauseType,InvalidPcscfOrDnsAddress,android/telephony/DataFailCause.INVALID_PCSCF_OR_DNS_ADDRESS,124 -30,Android.Telephony.DataFailCauseType,CallPreemptByEmergencyApn,android/telephony/DataFailCause.CALL_PREEMPT_BY_EMERGENCY_APN,127 -30,Android.Telephony.DataFailCauseType,UeInitiatedDetachOrDisconnect,android/telephony/DataFailCause.UE_INITIATED_DETACH_OR_DISCONNECT,128 -30,Android.Telephony.DataFailCauseType,MipFaReasonUnspecified,android/telephony/DataFailCause.MIP_FA_REASON_UNSPECIFIED,2000 -30,Android.Telephony.DataFailCauseType,MipFaAdminProhibited,android/telephony/DataFailCause.MIP_FA_ADMIN_PROHIBITED,2001 -30,Android.Telephony.DataFailCauseType,MipFaInsufficientResources,android/telephony/DataFailCause.MIP_FA_INSUFFICIENT_RESOURCES,2002 -30,Android.Telephony.DataFailCauseType,MipFaMobileNodeAuthenticationFailure,android/telephony/DataFailCause.MIP_FA_MOBILE_NODE_AUTHENTICATION_FAILURE,2003 -30,Android.Telephony.DataFailCauseType,MipFaHomeAgentAuthenticationFailure,android/telephony/DataFailCause.MIP_FA_HOME_AGENT_AUTHENTICATION_FAILURE,2004 -30,Android.Telephony.DataFailCauseType,MipFaRequestedLifetimeTooLong,android/telephony/DataFailCause.MIP_FA_REQUESTED_LIFETIME_TOO_LONG,2005 -30,Android.Telephony.DataFailCauseType,MipFaMalformedRequest,android/telephony/DataFailCause.MIP_FA_MALFORMED_REQUEST,2006 -30,Android.Telephony.DataFailCauseType,MipFaMalformedReply,android/telephony/DataFailCause.MIP_FA_MALFORMED_REPLY,2007 -30,Android.Telephony.DataFailCauseType,MipFaEncapsulationUnavailable,android/telephony/DataFailCause.MIP_FA_ENCAPSULATION_UNAVAILABLE,2008 -30,Android.Telephony.DataFailCauseType,MipFaVjHeaderCompressionUnavailable,android/telephony/DataFailCause.MIP_FA_VJ_HEADER_COMPRESSION_UNAVAILABLE,2009 -30,Android.Telephony.DataFailCauseType,MipFaReverseTunnelUnavailable,android/telephony/DataFailCause.MIP_FA_REVERSE_TUNNEL_UNAVAILABLE,2010 -30,Android.Telephony.DataFailCauseType,MipFaReverseTunnelIsMandatory,android/telephony/DataFailCause.MIP_FA_REVERSE_TUNNEL_IS_MANDATORY,2011 -30,Android.Telephony.DataFailCauseType,MipFaDeliveryStyleNotSupported,android/telephony/DataFailCause.MIP_FA_DELIVERY_STYLE_NOT_SUPPORTED,2012 -30,Android.Telephony.DataFailCauseType,MipFaMissingNai,android/telephony/DataFailCause.MIP_FA_MISSING_NAI,2013 -30,Android.Telephony.DataFailCauseType,MipFaMissingHomeAgent,android/telephony/DataFailCause.MIP_FA_MISSING_HOME_AGENT,2014 -30,Android.Telephony.DataFailCauseType,MipFaMissingHomeAddress,android/telephony/DataFailCause.MIP_FA_MISSING_HOME_ADDRESS,2015 -30,Android.Telephony.DataFailCauseType,MipFaUnknownChallenge,android/telephony/DataFailCause.MIP_FA_UNKNOWN_CHALLENGE,2016 -30,Android.Telephony.DataFailCauseType,MipFaMissingChallenge,android/telephony/DataFailCause.MIP_FA_MISSING_CHALLENGE,2017 -30,Android.Telephony.DataFailCauseType,MipFaStaleChallenge,android/telephony/DataFailCause.MIP_FA_STALE_CHALLENGE,2018 -30,Android.Telephony.DataFailCauseType,MipHaReasonUnspecified,android/telephony/DataFailCause.MIP_HA_REASON_UNSPECIFIED,2019 -30,Android.Telephony.DataFailCauseType,MipHaAdminProhibited,android/telephony/DataFailCause.MIP_HA_ADMIN_PROHIBITED,2020 -30,Android.Telephony.DataFailCauseType,MipHaInsufficientResources,android/telephony/DataFailCause.MIP_HA_INSUFFICIENT_RESOURCES,2021 -30,Android.Telephony.DataFailCauseType,MipHaMobileNodeAuthenticationFailure,android/telephony/DataFailCause.MIP_HA_MOBILE_NODE_AUTHENTICATION_FAILURE,2022 -30,Android.Telephony.DataFailCauseType,MipHaForeignAgentAuthenticationFailure,android/telephony/DataFailCause.MIP_HA_FOREIGN_AGENT_AUTHENTICATION_FAILURE,2023 -30,Android.Telephony.DataFailCauseType,MipHaRegistrationIdMismatch,android/telephony/DataFailCause.MIP_HA_REGISTRATION_ID_MISMATCH,2024 -30,Android.Telephony.DataFailCauseType,MipHaMalformedRequest,android/telephony/DataFailCause.MIP_HA_MALFORMED_REQUEST,2025 -30,Android.Telephony.DataFailCauseType,MipHaUnknownHomeAgentAddress,android/telephony/DataFailCause.MIP_HA_UNKNOWN_HOME_AGENT_ADDRESS,2026 -30,Android.Telephony.DataFailCauseType,MipHaReverseTunnelUnavailable,android/telephony/DataFailCause.MIP_HA_REVERSE_TUNNEL_UNAVAILABLE,2027 -30,Android.Telephony.DataFailCauseType,MipHaReverseTunnelIsMandatory,android/telephony/DataFailCause.MIP_HA_REVERSE_TUNNEL_IS_MANDATORY,2028 -30,Android.Telephony.DataFailCauseType,MipHaEncapsulationUnavailable,android/telephony/DataFailCause.MIP_HA_ENCAPSULATION_UNAVAILABLE,2029 -30,Android.Telephony.DataFailCauseType,CloseInProgress,android/telephony/DataFailCause.CLOSE_IN_PROGRESS,2030 -30,Android.Telephony.DataFailCauseType,NetworkInitiatedTermination,android/telephony/DataFailCause.NETWORK_INITIATED_TERMINATION,2031 -30,Android.Telephony.DataFailCauseType,ModemAppPreempted,android/telephony/DataFailCause.MODEM_APP_PREEMPTED,2032 -30,Android.Telephony.DataFailCauseType,PdnIpv4CallDisallowed,android/telephony/DataFailCause.PDN_IPV4_CALL_DISALLOWED,2033 -30,Android.Telephony.DataFailCauseType,PdnIpv4CallThrottled,android/telephony/DataFailCause.PDN_IPV4_CALL_THROTTLED,2034 -30,Android.Telephony.DataFailCauseType,PdnIpv6CallDisallowed,android/telephony/DataFailCause.PDN_IPV6_CALL_DISALLOWED,2035 -30,Android.Telephony.DataFailCauseType,PdnIpv6CallThrottled,android/telephony/DataFailCause.PDN_IPV6_CALL_THROTTLED,2036 -30,Android.Telephony.DataFailCauseType,ModemRestart,android/telephony/DataFailCause.MODEM_RESTART,2037 -30,Android.Telephony.DataFailCauseType,PdpPppNotSupported,android/telephony/DataFailCause.PDP_PPP_NOT_SUPPORTED,2038 -30,Android.Telephony.DataFailCauseType,UnpreferredRat,android/telephony/DataFailCause.UNPREFERRED_RAT,2039 -30,Android.Telephony.DataFailCauseType,PhysicalLinkCloseInProgress,android/telephony/DataFailCause.PHYSICAL_LINK_CLOSE_IN_PROGRESS,2040 -30,Android.Telephony.DataFailCauseType,ApnPendingHandover,android/telephony/DataFailCause.APN_PENDING_HANDOVER,2041 -30,Android.Telephony.DataFailCauseType,ProfileBearerIncompatible,android/telephony/DataFailCause.PROFILE_BEARER_INCOMPATIBLE,2042 -30,Android.Telephony.DataFailCauseType,SimCardChanged,android/telephony/DataFailCause.SIM_CARD_CHANGED,2043 -30,Android.Telephony.DataFailCauseType,LowPowerModeOrPoweringDown,android/telephony/DataFailCause.LOW_POWER_MODE_OR_POWERING_DOWN,2044 -30,Android.Telephony.DataFailCauseType,ApnDisabled,android/telephony/DataFailCause.APN_DISABLED,2045 -30,Android.Telephony.DataFailCauseType,MaxPppInactivityTimerExpired,android/telephony/DataFailCause.MAX_PPP_INACTIVITY_TIMER_EXPIRED,2046 -30,Android.Telephony.DataFailCauseType,Ipv6AddressTransferFailed,android/telephony/DataFailCause.IPV6_ADDRESS_TRANSFER_FAILED,2047 -30,Android.Telephony.DataFailCauseType,TratSwapFailed,android/telephony/DataFailCause.TRAT_SWAP_FAILED,2048 -30,Android.Telephony.DataFailCauseType,EhrpdToHrpdFallback,android/telephony/DataFailCause.EHRPD_TO_HRPD_FALLBACK,2049 -30,Android.Telephony.DataFailCauseType,MipConfigFailure,android/telephony/DataFailCause.MIP_CONFIG_FAILURE,2050 -30,Android.Telephony.DataFailCauseType,PdnInactivityTimerExpired,android/telephony/DataFailCause.PDN_INACTIVITY_TIMER_EXPIRED,2051 -30,Android.Telephony.DataFailCauseType,MaxIpv4Connections,android/telephony/DataFailCause.MAX_IPV4_CONNECTIONS,2052 -30,Android.Telephony.DataFailCauseType,MaxIpv6Connections,android/telephony/DataFailCause.MAX_IPV6_CONNECTIONS,2053 -30,Android.Telephony.DataFailCauseType,ApnMismatch,android/telephony/DataFailCause.APN_MISMATCH,2054 -30,Android.Telephony.DataFailCauseType,IpVersionMismatch,android/telephony/DataFailCause.IP_VERSION_MISMATCH,2055 -30,Android.Telephony.DataFailCauseType,DunCallDisallowed,android/telephony/DataFailCause.DUN_CALL_DISALLOWED,2056 -30,Android.Telephony.DataFailCauseType,InternalEpcNonepcTransition,android/telephony/DataFailCause.INTERNAL_EPC_NONEPC_TRANSITION,2057 -30,Android.Telephony.DataFailCauseType,InterfaceInUse,android/telephony/DataFailCause.INTERFACE_IN_USE,2058 -30,Android.Telephony.DataFailCauseType,ApnDisallowedOnRoaming,android/telephony/DataFailCause.APN_DISALLOWED_ON_ROAMING,2059 -30,Android.Telephony.DataFailCauseType,ApnParametersChanged,android/telephony/DataFailCause.APN_PARAMETERS_CHANGED,2060 -30,Android.Telephony.DataFailCauseType,NullApnDisallowed,android/telephony/DataFailCause.NULL_APN_DISALLOWED,2061 -30,Android.Telephony.DataFailCauseType,ThermalMitigation,android/telephony/DataFailCause.THERMAL_MITIGATION,2062 -30,Android.Telephony.DataFailCauseType,DataSettingsDisabled,android/telephony/DataFailCause.DATA_SETTINGS_DISABLED,2063 -30,Android.Telephony.DataFailCauseType,DataRoamingSettingsDisabled,android/telephony/DataFailCause.DATA_ROAMING_SETTINGS_DISABLED,2064 -30,Android.Telephony.DataFailCauseType,DdsSwitched,android/telephony/DataFailCause.DDS_SWITCHED,2065 -30,Android.Telephony.DataFailCauseType,ForbiddenApnName,android/telephony/DataFailCause.FORBIDDEN_APN_NAME,2066 -30,Android.Telephony.DataFailCauseType,DdsSwitchInProgress,android/telephony/DataFailCause.DDS_SWITCH_IN_PROGRESS,2067 -30,Android.Telephony.DataFailCauseType,CallDisallowedInRoaming,android/telephony/DataFailCause.CALL_DISALLOWED_IN_ROAMING,2068 -30,Android.Telephony.DataFailCauseType,NonIpNotSupported,android/telephony/DataFailCause.NON_IP_NOT_SUPPORTED,2069 -30,Android.Telephony.DataFailCauseType,PdnNonIpCallThrottled,android/telephony/DataFailCause.PDN_NON_IP_CALL_THROTTLED,2070 -30,Android.Telephony.DataFailCauseType,PdnNonIpCallDisallowed,android/telephony/DataFailCause.PDN_NON_IP_CALL_DISALLOWED,2071 -30,Android.Telephony.DataFailCauseType,CdmaLock,android/telephony/DataFailCause.CDMA_LOCK,2072 -30,Android.Telephony.DataFailCauseType,CdmaIntercept,android/telephony/DataFailCause.CDMA_INTERCEPT,2073 -30,Android.Telephony.DataFailCauseType,CdmaReorder,android/telephony/DataFailCause.CDMA_REORDER,2074 -30,Android.Telephony.DataFailCauseType,CdmaReleaseDueToSoRejection,android/telephony/DataFailCause.CDMA_RELEASE_DUE_TO_SO_REJECTION,2075 -30,Android.Telephony.DataFailCauseType,CdmaIncomingCall,android/telephony/DataFailCause.CDMA_INCOMING_CALL,2076 -30,Android.Telephony.DataFailCauseType,CdmaAlertStop,android/telephony/DataFailCause.CDMA_ALERT_STOP,2077 -30,Android.Telephony.DataFailCauseType,ChannelAcquisitionFailure,android/telephony/DataFailCause.CHANNEL_ACQUISITION_FAILURE,2078 -30,Android.Telephony.DataFailCauseType,MaxAccessProbe,android/telephony/DataFailCause.MAX_ACCESS_PROBE,2079 -30,Android.Telephony.DataFailCauseType,ConcurrentServiceNotSupportedByBaseStation,android/telephony/DataFailCause.CONCURRENT_SERVICE_NOT_SUPPORTED_BY_BASE_STATION,2080 -30,Android.Telephony.DataFailCauseType,NoResponseFromBaseStation,android/telephony/DataFailCause.NO_RESPONSE_FROM_BASE_STATION,2081 -30,Android.Telephony.DataFailCauseType,RejectedByBaseStation,android/telephony/DataFailCause.REJECTED_BY_BASE_STATION,2082 -30,Android.Telephony.DataFailCauseType,ConcurrentServicesIncompatible,android/telephony/DataFailCause.CONCURRENT_SERVICES_INCOMPATIBLE,2083 -30,Android.Telephony.DataFailCauseType,NoCdmaService,android/telephony/DataFailCause.NO_CDMA_SERVICE,2084 -30,Android.Telephony.DataFailCauseType,RuimNotPresent,android/telephony/DataFailCause.RUIM_NOT_PRESENT,2085 -30,Android.Telephony.DataFailCauseType,CdmaRetryOrder,android/telephony/DataFailCause.CDMA_RETRY_ORDER,2086 -30,Android.Telephony.DataFailCauseType,AccessBlock,android/telephony/DataFailCause.ACCESS_BLOCK,2087 -30,Android.Telephony.DataFailCauseType,AccessBlockAll,android/telephony/DataFailCause.ACCESS_BLOCK_ALL,2088 -30,Android.Telephony.DataFailCauseType,Is707bMaxAccessProbes,android/telephony/DataFailCause.IS707B_MAX_ACCESS_PROBES,2089 -30,Android.Telephony.DataFailCauseType,ThermalEmergency,android/telephony/DataFailCause.THERMAL_EMERGENCY,2090 -30,Android.Telephony.DataFailCauseType,ConcurrentServicesNotAllowed,android/telephony/DataFailCause.CONCURRENT_SERVICES_NOT_ALLOWED,2091 -30,Android.Telephony.DataFailCauseType,IncomingCallRejected,android/telephony/DataFailCause.INCOMING_CALL_REJECTED,2092 -30,Android.Telephony.DataFailCauseType,NoServiceOnGateway,android/telephony/DataFailCause.NO_SERVICE_ON_GATEWAY,2093 -30,Android.Telephony.DataFailCauseType,NoGprsContext,android/telephony/DataFailCause.NO_GPRS_CONTEXT,2094 -30,Android.Telephony.DataFailCauseType,IllegalMs,android/telephony/DataFailCause.ILLEGAL_MS,2095 -30,Android.Telephony.DataFailCauseType,IllegalMe,android/telephony/DataFailCause.ILLEGAL_ME,2096 -30,Android.Telephony.DataFailCauseType,GprsServicesAndNonGprsServicesNotAllowed,android/telephony/DataFailCause.GPRS_SERVICES_AND_NON_GPRS_SERVICES_NOT_ALLOWED,2097 -30,Android.Telephony.DataFailCauseType,GprsServicesNotAllowed,android/telephony/DataFailCause.GPRS_SERVICES_NOT_ALLOWED,2098 -30,Android.Telephony.DataFailCauseType,MsIdentityCannotBeDerivedByTheNetwork,android/telephony/DataFailCause.MS_IDENTITY_CANNOT_BE_DERIVED_BY_THE_NETWORK,2099 -30,Android.Telephony.DataFailCauseType,ImplicitlyDetached,android/telephony/DataFailCause.IMPLICITLY_DETACHED,2100 -30,Android.Telephony.DataFailCauseType,PlmnNotAllowed,android/telephony/DataFailCause.PLMN_NOT_ALLOWED,2101 -30,Android.Telephony.DataFailCauseType,LocationAreaNotAllowed,android/telephony/DataFailCause.LOCATION_AREA_NOT_ALLOWED,2102 -30,Android.Telephony.DataFailCauseType,GprsServicesNotAllowedInThisPlmn,android/telephony/DataFailCause.GPRS_SERVICES_NOT_ALLOWED_IN_THIS_PLMN,2103 -30,Android.Telephony.DataFailCauseType,PdpDuplicate,android/telephony/DataFailCause.PDP_DUPLICATE,2104 -30,Android.Telephony.DataFailCauseType,UeRatChange,android/telephony/DataFailCause.UE_RAT_CHANGE,2105 -30,Android.Telephony.DataFailCauseType,Congestion,android/telephony/DataFailCause.CONGESTION,2106 -30,Android.Telephony.DataFailCauseType,NoPdpContextActivated,android/telephony/DataFailCause.NO_PDP_CONTEXT_ACTIVATED,2107 -30,Android.Telephony.DataFailCauseType,AccessClassDsacRejection,android/telephony/DataFailCause.ACCESS_CLASS_DSAC_REJECTION,2108 -30,Android.Telephony.DataFailCauseType,PdpActivateMaxRetryFailed,android/telephony/DataFailCause.PDP_ACTIVATE_MAX_RETRY_FAILED,2109 -30,Android.Telephony.DataFailCauseType,RadioAccessBearerFailure,android/telephony/DataFailCause.RADIO_ACCESS_BEARER_FAILURE,2110 -30,Android.Telephony.DataFailCauseType,EsmUnknownEpsBearerContext,android/telephony/DataFailCause.ESM_UNKNOWN_EPS_BEARER_CONTEXT,2111 -30,Android.Telephony.DataFailCauseType,DrbReleasedByRrc,android/telephony/DataFailCause.DRB_RELEASED_BY_RRC,2112 -30,Android.Telephony.DataFailCauseType,ConnectionReleased,android/telephony/DataFailCause.CONNECTION_RELEASED,2113 -30,Android.Telephony.DataFailCauseType,EmmDetached,android/telephony/DataFailCause.EMM_DETACHED,2114 -30,Android.Telephony.DataFailCauseType,EmmAttachFailed,android/telephony/DataFailCause.EMM_ATTACH_FAILED,2115 -30,Android.Telephony.DataFailCauseType,EmmAttachStarted,android/telephony/DataFailCause.EMM_ATTACH_STARTED,2116 -30,Android.Telephony.DataFailCauseType,LteNasServiceRequestFailed,android/telephony/DataFailCause.LTE_NAS_SERVICE_REQUEST_FAILED,2117 -30,Android.Telephony.DataFailCauseType,DuplicateBearerId,android/telephony/DataFailCause.DUPLICATE_BEARER_ID,2118 -30,Android.Telephony.DataFailCauseType,EsmCollisionScenarios,android/telephony/DataFailCause.ESM_COLLISION_SCENARIOS,2119 -30,Android.Telephony.DataFailCauseType,EsmBearerDeactivatedToSyncWithNetwork,android/telephony/DataFailCause.ESM_BEARER_DEACTIVATED_TO_SYNC_WITH_NETWORK,2120 -30,Android.Telephony.DataFailCauseType,EsmNwActivatedDedBearerWithIdOfDefBearer,android/telephony/DataFailCause.ESM_NW_ACTIVATED_DED_BEARER_WITH_ID_OF_DEF_BEARER,2121 -30,Android.Telephony.DataFailCauseType,EsmBadOtaMessage,android/telephony/DataFailCause.ESM_BAD_OTA_MESSAGE,2122 -30,Android.Telephony.DataFailCauseType,EsmDownloadServerRejectedTheCall,android/telephony/DataFailCause.ESM_DOWNLOAD_SERVER_REJECTED_THE_CALL,2123 -30,Android.Telephony.DataFailCauseType,EsmContextTransferredDueToIrat,android/telephony/DataFailCause.ESM_CONTEXT_TRANSFERRED_DUE_TO_IRAT,2124 -30,Android.Telephony.DataFailCauseType,DsExplicitDeactivation,android/telephony/DataFailCause.DS_EXPLICIT_DEACTIVATION,2125 -30,Android.Telephony.DataFailCauseType,EsmLocalCauseNone,android/telephony/DataFailCause.ESM_LOCAL_CAUSE_NONE,2126 -30,Android.Telephony.DataFailCauseType,LteThrottlingNotRequired,android/telephony/DataFailCause.LTE_THROTTLING_NOT_REQUIRED,2127 -30,Android.Telephony.DataFailCauseType,AccessControlListCheckFailure,android/telephony/DataFailCause.ACCESS_CONTROL_LIST_CHECK_FAILURE,2128 -30,Android.Telephony.DataFailCauseType,ServiceNotAllowedOnPlmn,android/telephony/DataFailCause.SERVICE_NOT_ALLOWED_ON_PLMN,2129 -30,Android.Telephony.DataFailCauseType,EmmT3417Expired,android/telephony/DataFailCause.EMM_T3417_EXPIRED,2130 -30,Android.Telephony.DataFailCauseType,EmmT3417ExtExpired,android/telephony/DataFailCause.EMM_T3417_EXT_EXPIRED,2131 -30,Android.Telephony.DataFailCauseType,RrcUplinkDataTransmissionFailure,android/telephony/DataFailCause.RRC_UPLINK_DATA_TRANSMISSION_FAILURE,2132 -30,Android.Telephony.DataFailCauseType,RrcUplinkDeliveryFailedDueToHandover,android/telephony/DataFailCause.RRC_UPLINK_DELIVERY_FAILED_DUE_TO_HANDOVER,2133 -30,Android.Telephony.DataFailCauseType,RrcUplinkConnectionRelease,android/telephony/DataFailCause.RRC_UPLINK_CONNECTION_RELEASE,2134 -30,Android.Telephony.DataFailCauseType,RrcUplinkRadioLinkFailure,android/telephony/DataFailCause.RRC_UPLINK_RADIO_LINK_FAILURE,2135 -30,Android.Telephony.DataFailCauseType,RrcUplinkErrorRequestFromNas,android/telephony/DataFailCause.RRC_UPLINK_ERROR_REQUEST_FROM_NAS,2136 -30,Android.Telephony.DataFailCauseType,RrcConnectionAccessStratumFailure,android/telephony/DataFailCause.RRC_CONNECTION_ACCESS_STRATUM_FAILURE,2137 -30,Android.Telephony.DataFailCauseType,RrcConnectionAnotherProcedureInProgress,android/telephony/DataFailCause.RRC_CONNECTION_ANOTHER_PROCEDURE_IN_PROGRESS,2138 -30,Android.Telephony.DataFailCauseType,RrcConnectionAccessBarred,android/telephony/DataFailCause.RRC_CONNECTION_ACCESS_BARRED,2139 -30,Android.Telephony.DataFailCauseType,RrcConnectionCellReselection,android/telephony/DataFailCause.RRC_CONNECTION_CELL_RESELECTION,2140 -30,Android.Telephony.DataFailCauseType,RrcConnectionConfigFailure,android/telephony/DataFailCause.RRC_CONNECTION_CONFIG_FAILURE,2141 -30,Android.Telephony.DataFailCauseType,RrcConnectionTimerExpired,android/telephony/DataFailCause.RRC_CONNECTION_TIMER_EXPIRED,2142 -30,Android.Telephony.DataFailCauseType,RrcConnectionLinkFailure,android/telephony/DataFailCause.RRC_CONNECTION_LINK_FAILURE,2143 -30,Android.Telephony.DataFailCauseType,RrcConnectionCellNotCamped,android/telephony/DataFailCause.RRC_CONNECTION_CELL_NOT_CAMPED,2144 -30,Android.Telephony.DataFailCauseType,RrcConnectionSystemIntervalFailure,android/telephony/DataFailCause.RRC_CONNECTION_SYSTEM_INTERVAL_FAILURE,2145 -30,Android.Telephony.DataFailCauseType,RrcConnectionRejectByNetwork,android/telephony/DataFailCause.RRC_CONNECTION_REJECT_BY_NETWORK,2146 -30,Android.Telephony.DataFailCauseType,RrcConnectionNormalRelease,android/telephony/DataFailCause.RRC_CONNECTION_NORMAL_RELEASE,2147 -30,Android.Telephony.DataFailCauseType,RrcConnectionRadioLinkFailure,android/telephony/DataFailCause.RRC_CONNECTION_RADIO_LINK_FAILURE,2148 -30,Android.Telephony.DataFailCauseType,RrcConnectionReestablishmentFailure,android/telephony/DataFailCause.RRC_CONNECTION_REESTABLISHMENT_FAILURE,2149 -30,Android.Telephony.DataFailCauseType,RrcConnectionOutOfServiceDuringCellRegister,android/telephony/DataFailCause.RRC_CONNECTION_OUT_OF_SERVICE_DURING_CELL_REGISTER,2150 -30,Android.Telephony.DataFailCauseType,RrcConnectionAbortRequest,android/telephony/DataFailCause.RRC_CONNECTION_ABORT_REQUEST,2151 -30,Android.Telephony.DataFailCauseType,RrcConnectionSystemInformationBlockReadError,android/telephony/DataFailCause.RRC_CONNECTION_SYSTEM_INFORMATION_BLOCK_READ_ERROR,2152 -30,Android.Telephony.DataFailCauseType,NetworkInitiatedDetachWithAutoReattach,android/telephony/DataFailCause.NETWORK_INITIATED_DETACH_WITH_AUTO_REATTACH,2153 -30,Android.Telephony.DataFailCauseType,NetworkInitiatedDetachNoAutoReattach,android/telephony/DataFailCause.NETWORK_INITIATED_DETACH_NO_AUTO_REATTACH,2154 -30,Android.Telephony.DataFailCauseType,EsmProcedureTimeOut,android/telephony/DataFailCause.ESM_PROCEDURE_TIME_OUT,2155 -30,Android.Telephony.DataFailCauseType,InvalidConnectionId,android/telephony/DataFailCause.INVALID_CONNECTION_ID,2156 -30,Android.Telephony.DataFailCauseType,MaximiumNsapisExceeded,android/telephony/DataFailCause.MAXIMIUM_NSAPIS_EXCEEDED,2157 -30,Android.Telephony.DataFailCauseType,InvalidPrimaryNsapi,android/telephony/DataFailCause.INVALID_PRIMARY_NSAPI,2158 -30,Android.Telephony.DataFailCauseType,CannotEncodeOtaMessage,android/telephony/DataFailCause.CANNOT_ENCODE_OTA_MESSAGE,2159 -30,Android.Telephony.DataFailCauseType,RadioAccessBearerSetupFailure,android/telephony/DataFailCause.RADIO_ACCESS_BEARER_SETUP_FAILURE,2160 -30,Android.Telephony.DataFailCauseType,PdpEstablishTimeoutExpired,android/telephony/DataFailCause.PDP_ESTABLISH_TIMEOUT_EXPIRED,2161 -30,Android.Telephony.DataFailCauseType,PdpModifyTimeoutExpired,android/telephony/DataFailCause.PDP_MODIFY_TIMEOUT_EXPIRED,2162 -30,Android.Telephony.DataFailCauseType,PdpInactiveTimeoutExpired,android/telephony/DataFailCause.PDP_INACTIVE_TIMEOUT_EXPIRED,2163 -30,Android.Telephony.DataFailCauseType,PdpLowerlayerError,android/telephony/DataFailCause.PDP_LOWERLAYER_ERROR,2164 -30,Android.Telephony.DataFailCauseType,PdpModifyCollision,android/telephony/DataFailCause.PDP_MODIFY_COLLISION,2165 -30,Android.Telephony.DataFailCauseType,MaxinumSizeOfL2MessageExceeded,android/telephony/DataFailCause.MAXINUM_SIZE_OF_L2_MESSAGE_EXCEEDED,2166 -30,Android.Telephony.DataFailCauseType,NasRequestRejectedByNetwork,android/telephony/DataFailCause.NAS_REQUEST_REJECTED_BY_NETWORK,2167 -30,Android.Telephony.DataFailCauseType,RrcConnectionInvalidRequest,android/telephony/DataFailCause.RRC_CONNECTION_INVALID_REQUEST,2168 -30,Android.Telephony.DataFailCauseType,RrcConnectionTrackingAreaIdChanged,android/telephony/DataFailCause.RRC_CONNECTION_TRACKING_AREA_ID_CHANGED,2169 -30,Android.Telephony.DataFailCauseType,RrcConnectionRfUnavailable,android/telephony/DataFailCause.RRC_CONNECTION_RF_UNAVAILABLE,2170 -30,Android.Telephony.DataFailCauseType,RrcConnectionAbortedDueToIratChange,android/telephony/DataFailCause.RRC_CONNECTION_ABORTED_DUE_TO_IRAT_CHANGE,2171 -30,Android.Telephony.DataFailCauseType,RrcConnectionReleasedSecurityNotActive,android/telephony/DataFailCause.RRC_CONNECTION_RELEASED_SECURITY_NOT_ACTIVE,2172 -30,Android.Telephony.DataFailCauseType,RrcConnectionAbortedAfterHandover,android/telephony/DataFailCause.RRC_CONNECTION_ABORTED_AFTER_HANDOVER,2173 -30,Android.Telephony.DataFailCauseType,RrcConnectionAbortedAfterIratCellChange,android/telephony/DataFailCause.RRC_CONNECTION_ABORTED_AFTER_IRAT_CELL_CHANGE,2174 -30,Android.Telephony.DataFailCauseType,RrcConnectionAbortedDuringIratCellChange,android/telephony/DataFailCause.RRC_CONNECTION_ABORTED_DURING_IRAT_CELL_CHANGE,2175 -30,Android.Telephony.DataFailCauseType,ImsiUnknownInHomeSubscriberServer,android/telephony/DataFailCause.IMSI_UNKNOWN_IN_HOME_SUBSCRIBER_SERVER,2176 -30,Android.Telephony.DataFailCauseType,ImeiNotAccepted,android/telephony/DataFailCause.IMEI_NOT_ACCEPTED,2177 -30,Android.Telephony.DataFailCauseType,EpsServicesAndNonEpsServicesNotAllowed,android/telephony/DataFailCause.EPS_SERVICES_AND_NON_EPS_SERVICES_NOT_ALLOWED,2178 -30,Android.Telephony.DataFailCauseType,EpsServicesNotAllowedInPlmn,android/telephony/DataFailCause.EPS_SERVICES_NOT_ALLOWED_IN_PLMN,2179 -30,Android.Telephony.DataFailCauseType,MscTemporarilyNotReachable,android/telephony/DataFailCause.MSC_TEMPORARILY_NOT_REACHABLE,2180 -30,Android.Telephony.DataFailCauseType,CsDomainNotAvailable,android/telephony/DataFailCause.CS_DOMAIN_NOT_AVAILABLE,2181 -30,Android.Telephony.DataFailCauseType,EsmFailure,android/telephony/DataFailCause.ESM_FAILURE,2182 -30,Android.Telephony.DataFailCauseType,MacFailure,android/telephony/DataFailCause.MAC_FAILURE,2183 -30,Android.Telephony.DataFailCauseType,SynchronizationFailure,android/telephony/DataFailCause.SYNCHRONIZATION_FAILURE,2184 -30,Android.Telephony.DataFailCauseType,UeSecurityCapabilitiesMismatch,android/telephony/DataFailCause.UE_SECURITY_CAPABILITIES_MISMATCH,2185 -30,Android.Telephony.DataFailCauseType,SecurityModeRejected,android/telephony/DataFailCause.SECURITY_MODE_REJECTED,2186 -30,Android.Telephony.DataFailCauseType,UnacceptableNonEpsAuthentication,android/telephony/DataFailCause.UNACCEPTABLE_NON_EPS_AUTHENTICATION,2187 -30,Android.Telephony.DataFailCauseType,CsFallbackCallEstablishmentNotAllowed,android/telephony/DataFailCause.CS_FALLBACK_CALL_ESTABLISHMENT_NOT_ALLOWED,2188 -30,Android.Telephony.DataFailCauseType,NoEpsBearerContextActivated,android/telephony/DataFailCause.NO_EPS_BEARER_CONTEXT_ACTIVATED,2189 -30,Android.Telephony.DataFailCauseType,InvalidEmmState,android/telephony/DataFailCause.INVALID_EMM_STATE,2190 -30,Android.Telephony.DataFailCauseType,NasLayerFailure,android/telephony/DataFailCause.NAS_LAYER_FAILURE,2191 -30,Android.Telephony.DataFailCauseType,MultiplePdpCallNotAllowed,android/telephony/DataFailCause.MULTIPLE_PDP_CALL_NOT_ALLOWED,2192 -30,Android.Telephony.DataFailCauseType,EmbmsNotEnabled,android/telephony/DataFailCause.EMBMS_NOT_ENABLED,2193 -30,Android.Telephony.DataFailCauseType,IratHandoverFailed,android/telephony/DataFailCause.IRAT_HANDOVER_FAILED,2194 -30,Android.Telephony.DataFailCauseType,EmbmsRegularDeactivation,android/telephony/DataFailCause.EMBMS_REGULAR_DEACTIVATION,2195 -30,Android.Telephony.DataFailCauseType,TestLoopbackRegularDeactivation,android/telephony/DataFailCause.TEST_LOOPBACK_REGULAR_DEACTIVATION,2196 -30,Android.Telephony.DataFailCauseType,LowerLayerRegistrationFailure,android/telephony/DataFailCause.LOWER_LAYER_REGISTRATION_FAILURE,2197 -30,Android.Telephony.DataFailCauseType,DataPlanExpired,android/telephony/DataFailCause.DATA_PLAN_EXPIRED,2198 -30,Android.Telephony.DataFailCauseType,UmtsHandoverToIwlan,android/telephony/DataFailCause.UMTS_HANDOVER_TO_IWLAN,2199 -30,Android.Telephony.DataFailCauseType,EvdoConnectionDenyByGeneralOrNetworkBusy,android/telephony/DataFailCause.EVDO_CONNECTION_DENY_BY_GENERAL_OR_NETWORK_BUSY,2200 -30,Android.Telephony.DataFailCauseType,EvdoConnectionDenyByBillingOrAuthenticationFailure,android/telephony/DataFailCause.EVDO_CONNECTION_DENY_BY_BILLING_OR_AUTHENTICATION_FAILURE,2201 -30,Android.Telephony.DataFailCauseType,EvdoHdrChanged,android/telephony/DataFailCause.EVDO_HDR_CHANGED,2202 -30,Android.Telephony.DataFailCauseType,EvdoHdrExited,android/telephony/DataFailCause.EVDO_HDR_EXITED,2203 -30,Android.Telephony.DataFailCauseType,EvdoHdrNoSession,android/telephony/DataFailCause.EVDO_HDR_NO_SESSION,2204 -30,Android.Telephony.DataFailCauseType,EvdoUsingGpsFixInsteadOfHdrCall,android/telephony/DataFailCause.EVDO_USING_GPS_FIX_INSTEAD_OF_HDR_CALL,2205 -30,Android.Telephony.DataFailCauseType,EvdoHdrConnectionSetupTimeout,android/telephony/DataFailCause.EVDO_HDR_CONNECTION_SETUP_TIMEOUT,2206 -30,Android.Telephony.DataFailCauseType,FailedToAcquireColocatedHdr,android/telephony/DataFailCause.FAILED_TO_ACQUIRE_COLOCATED_HDR,2207 -30,Android.Telephony.DataFailCauseType,OtaspCommitInProgress,android/telephony/DataFailCause.OTASP_COMMIT_IN_PROGRESS,2208 -30,Android.Telephony.DataFailCauseType,NoHybridHdrService,android/telephony/DataFailCause.NO_HYBRID_HDR_SERVICE,2209 -30,Android.Telephony.DataFailCauseType,HdrNoLockGranted,android/telephony/DataFailCause.HDR_NO_LOCK_GRANTED,2210 -30,Android.Telephony.DataFailCauseType,DbmOrSmsInProgress,android/telephony/DataFailCause.DBM_OR_SMS_IN_PROGRESS,2211 -30,Android.Telephony.DataFailCauseType,HdrFade,android/telephony/DataFailCause.HDR_FADE,2212 -30,Android.Telephony.DataFailCauseType,HdrAccessFailure,android/telephony/DataFailCause.HDR_ACCESS_FAILURE,2213 -30,Android.Telephony.DataFailCauseType,Unsupported1XPrev,android/telephony/DataFailCause.UNSUPPORTED_1X_PREV,2214 -30,Android.Telephony.DataFailCauseType,LocalEnd,android/telephony/DataFailCause.LOCAL_END,2215 -30,Android.Telephony.DataFailCauseType,NoService,android/telephony/DataFailCause.NO_SERVICE,2216 -30,Android.Telephony.DataFailCauseType,Fade,android/telephony/DataFailCause.FADE,2217 -30,Android.Telephony.DataFailCauseType,NormalRelease,android/telephony/DataFailCause.NORMAL_RELEASE,2218 -30,Android.Telephony.DataFailCauseType,AccessAttemptAlreadyInProgress,android/telephony/DataFailCause.ACCESS_ATTEMPT_ALREADY_IN_PROGRESS,2219 -30,Android.Telephony.DataFailCauseType,RedirectionOrHandoffInProgress,android/telephony/DataFailCause.REDIRECTION_OR_HANDOFF_IN_PROGRESS,2220 -30,Android.Telephony.DataFailCauseType,EmergencyMode,android/telephony/DataFailCause.EMERGENCY_MODE,2221 -30,Android.Telephony.DataFailCauseType,PhoneInUse,android/telephony/DataFailCause.PHONE_IN_USE,2222 -30,Android.Telephony.DataFailCauseType,InvalidMode,android/telephony/DataFailCause.INVALID_MODE,2223 -30,Android.Telephony.DataFailCauseType,InvalidSimState,android/telephony/DataFailCause.INVALID_SIM_STATE,2224 -30,Android.Telephony.DataFailCauseType,NoCollocatedHdr,android/telephony/DataFailCause.NO_COLLOCATED_HDR,2225 -30,Android.Telephony.DataFailCauseType,UeIsEnteringPowersaveMode,android/telephony/DataFailCause.UE_IS_ENTERING_POWERSAVE_MODE,2226 -30,Android.Telephony.DataFailCauseType,DualSwitch,android/telephony/DataFailCause.DUAL_SWITCH,2227 -30,Android.Telephony.DataFailCauseType,PppTimeout,android/telephony/DataFailCause.PPP_TIMEOUT,2228 -30,Android.Telephony.DataFailCauseType,PppAuthFailure,android/telephony/DataFailCause.PPP_AUTH_FAILURE,2229 -30,Android.Telephony.DataFailCauseType,PppOptionMismatch,android/telephony/DataFailCause.PPP_OPTION_MISMATCH,2230 -30,Android.Telephony.DataFailCauseType,PppPapFailure,android/telephony/DataFailCause.PPP_PAP_FAILURE,2231 -30,Android.Telephony.DataFailCauseType,PppChapFailure,android/telephony/DataFailCause.PPP_CHAP_FAILURE,2232 -30,Android.Telephony.DataFailCauseType,PppCloseInProgress,android/telephony/DataFailCause.PPP_CLOSE_IN_PROGRESS,2233 -30,Android.Telephony.DataFailCauseType,LimitedToIpv4,android/telephony/DataFailCause.LIMITED_TO_IPV4,2234 -30,Android.Telephony.DataFailCauseType,LimitedToIpv6,android/telephony/DataFailCause.LIMITED_TO_IPV6,2235 -30,Android.Telephony.DataFailCauseType,VsncpTimeout,android/telephony/DataFailCause.VSNCP_TIMEOUT,2236 -30,Android.Telephony.DataFailCauseType,VsncpGenError,android/telephony/DataFailCause.VSNCP_GEN_ERROR,2237 -30,Android.Telephony.DataFailCauseType,VsncpApnUnauthorized,android/telephony/DataFailCause.VSNCP_APN_UNAUTHORIZED,2238 -30,Android.Telephony.DataFailCauseType,VsncpPdnLimitExceeded,android/telephony/DataFailCause.VSNCP_PDN_LIMIT_EXCEEDED,2239 -30,Android.Telephony.DataFailCauseType,VsncpNoPdnGatewayAddress,android/telephony/DataFailCause.VSNCP_NO_PDN_GATEWAY_ADDRESS,2240 -30,Android.Telephony.DataFailCauseType,VsncpPdnGatewayUnreachable,android/telephony/DataFailCause.VSNCP_PDN_GATEWAY_UNREACHABLE,2241 -30,Android.Telephony.DataFailCauseType,VsncpPdnGatewayReject,android/telephony/DataFailCause.VSNCP_PDN_GATEWAY_REJECT,2242 -30,Android.Telephony.DataFailCauseType,VsncpInsufficientParameters,android/telephony/DataFailCause.VSNCP_INSUFFICIENT_PARAMETERS,2243 -30,Android.Telephony.DataFailCauseType,VsncpResourceUnavailable,android/telephony/DataFailCause.VSNCP_RESOURCE_UNAVAILABLE,2244 -30,Android.Telephony.DataFailCauseType,VsncpAdministrativelyProhibited,android/telephony/DataFailCause.VSNCP_ADMINISTRATIVELY_PROHIBITED,2245 -30,Android.Telephony.DataFailCauseType,VsncpPdnIdInUse,android/telephony/DataFailCause.VSNCP_PDN_ID_IN_USE,2246 -30,Android.Telephony.DataFailCauseType,VsncpSubscriberLimitation,android/telephony/DataFailCause.VSNCP_SUBSCRIBER_LIMITATION,2247 -30,Android.Telephony.DataFailCauseType,VsncpPdnExistsForThisApn,android/telephony/DataFailCause.VSNCP_PDN_EXISTS_FOR_THIS_APN,2248 -30,Android.Telephony.DataFailCauseType,VsncpReconnectNotAllowed,android/telephony/DataFailCause.VSNCP_RECONNECT_NOT_ALLOWED,2249 -30,Android.Telephony.DataFailCauseType,Ipv6PrefixUnavailable,android/telephony/DataFailCause.IPV6_PREFIX_UNAVAILABLE,2250 -30,Android.Telephony.DataFailCauseType,HandoffPreferenceChanged,android/telephony/DataFailCause.HANDOFF_PREFERENCE_CHANGED,2251 -30,Android.Telephony.DataFailCauseType,OemDcfailcause1,android/telephony/DataFailCause.OEM_DCFAILCAUSE_1,4097 -30,Android.Telephony.DataFailCauseType,OemDcfailcause2,android/telephony/DataFailCause.OEM_DCFAILCAUSE_2,4098 -30,Android.Telephony.DataFailCauseType,OemDcfailcause3,android/telephony/DataFailCause.OEM_DCFAILCAUSE_3,4099 -30,Android.Telephony.DataFailCauseType,OemDcfailcause4,android/telephony/DataFailCause.OEM_DCFAILCAUSE_4,4100 -30,Android.Telephony.DataFailCauseType,OemDcfailcause5,android/telephony/DataFailCause.OEM_DCFAILCAUSE_5,4101 -30,Android.Telephony.DataFailCauseType,OemDcfailcause6,android/telephony/DataFailCause.OEM_DCFAILCAUSE_6,4102 -30,Android.Telephony.DataFailCauseType,OemDcfailcause7,android/telephony/DataFailCause.OEM_DCFAILCAUSE_7,4103 -30,Android.Telephony.DataFailCauseType,OemDcfailcause8,android/telephony/DataFailCause.OEM_DCFAILCAUSE_8,4104 -30,Android.Telephony.DataFailCauseType,OemDcfailcause9,android/telephony/DataFailCause.OEM_DCFAILCAUSE_9,4105 -30,Android.Telephony.DataFailCauseType,OemDcfailcause10,android/telephony/DataFailCause.OEM_DCFAILCAUSE_10,4106 -30,Android.Telephony.DataFailCauseType,OemDcfailcause11,android/telephony/DataFailCause.OEM_DCFAILCAUSE_11,4107 -30,Android.Telephony.DataFailCauseType,OemDcfailcause12,android/telephony/DataFailCause.OEM_DCFAILCAUSE_12,4108 -30,Android.Telephony.DataFailCauseType,OemDcfailcause13,android/telephony/DataFailCause.OEM_DCFAILCAUSE_13,4109 -30,Android.Telephony.DataFailCauseType,OemDcfailcause14,android/telephony/DataFailCause.OEM_DCFAILCAUSE_14,4110 -30,Android.Telephony.DataFailCauseType,OemDcfailcause15,android/telephony/DataFailCause.OEM_DCFAILCAUSE_15,4111 -30,Android.Telephony.DataFailCauseType,ErrorUnspecified,android/telephony/DataFailCause.ERROR_UNSPECIFIED,65535 -30,Android.Telephony.DataFailCauseType,Unknown,android/telephony/DataFailCause.UNKNOWN,65536 -30,Android.Telephony.DataFailCauseType,RadioNotAvailable,android/telephony/DataFailCause.RADIO_NOT_AVAILABLE,65537 -30,Android.Telephony.DataFailCauseType,UnacceptableNetworkParameter,android/telephony/DataFailCause.UNACCEPTABLE_NETWORK_PARAMETER,65538 -30,Android.Telephony.DataFailCauseType,LostConnection,android/telephony/DataFailCause.LOST_CONNECTION,65540 -30,Android.Telephony.TelephonyManagerModemCountType,ModemCountNoModem,android/telephony/TelephonyManager.MODEM_COUNT_NO_MODEM,0 -30,Android.Telephony.TelephonyManagerModemCountType,ModemCountSingleModem,android/telephony/TelephonyManager.MODEM_COUNT_SINGLE_MODEM,1 -30,Android.Telephony.TelephonyManagerModemCountType,ModemCountDualModem,android/telephony/TelephonyManager.MODEM_COUNT_DUAL_MODEM,2 -30,Android.Telephony.TelephonyManagerModemCountType,ModemCountTriModem,android/telephony/TelephonyManager.MODEM_COUNT_TRI_MODEM,3 -30,Android.Telephony.TelephonyManagerNetworkSelectionModeType,NetworkSelectionModeUnknown,android/telephony/TelephonyManager.NETWORK_SELECTION_MODE_UNKNOWN,0 -30,Android.Telephony.TelephonyManagerNetworkSelectionModeType,NetworkSelectionModeAuto,android/telephony/TelephonyManager.NETWORK_SELECTION_MODE_AUTO,1 -30,Android.Telephony.TelephonyManagerNetworkSelectionModeType,NetworkSelectionModeManual,android/telephony/TelephonyManager.NETWORK_SELECTION_MODE_MANUAL,2 -30,Android.Telecom.CallRejectReasonType,RejectReasonDeclined,android/telecom/Call.REJECT_REASON_DECLINED,1 -30,Android.Telecom.CallRejectReasonType,RejectReasonUnwanted,android/telecom/Call.REJECT_REASON_UNWANTED,2 -30,Android.Telecom.ConnectionVerificationStatusType,VerificationStatusNotVerified,android/telecom/Connection.VERIFICATION_STATUS_NOT_VERIFIED,0 -30,Android.Telecom.ConnectionVerificationStatusType,VerificationStatusPassed,android/telecom/Connection.VERIFICATION_STATUS_PASSED,1 -30,Android.Telecom.ConnectionVerificationStatusType,VerificationStatusFailed,android/telecom/Connection.VERIFICATION_STATUS_FAILED,2 -30,Android.Service.Voice.ModelType,ModelParamThresholdFactor,android/service/voice/AlwaysOnHotwordDetector.MODEL_PARAM_THRESHOLD_FACTOR,0 -0,Android.Service.Voice.ModelType,None,,0 -0,Android.Service.Voice.AlwaysOnHotwordDetectorAudioCapabilityType,None,,0 -30,Android.Service.Voice.AlwaysOnHotwordDetectorAudioCapabilityType,AudioCapabilityEchoCancellation,android/service/voice/AlwaysOnHotwordDetector.AUDIO_CAPABILITY_ECHO_CANCELLATION,1 -30,Android.Service.Voice.AlwaysOnHotwordDetectorAudioCapabilityType,AudioCapabilityNoiseSuppression,android/service/voice/AlwaysOnHotwordDetector.AUDIO_CAPABILITY_NOISE_SUPPRESSION,2 -30,Android.Service.Notification.ZenPolicyConversationSendersType,ConversationSendersUnset,android/service/notification/ZenPolicy.CONVERSATION_SENDERS_UNSET,0 -30,Android.Service.Notification.ZenPolicyConversationSendersType,ConversationSendersAnyone,android/service/notification/ZenPolicy.CONVERSATION_SENDERS_ANYONE,1 -30,Android.Service.Notification.ZenPolicyConversationSendersType,ConversationSendersImportant,android/service/notification/ZenPolicy.CONVERSATION_SENDERS_IMPORTANT,2 -30,Android.Service.Notification.ZenPolicyConversationSendersType,ConversationSendersNone,android/service/notification/ZenPolicy.CONVERSATION_SENDERS_NONE,3 -30,Android.Service.Controls.Templates.ControlTemplateType,TypeError,android/service/controls/templates/ControlTemplate.TYPE_ERROR,-1 -30,Android.Service.Controls.Templates.ControlTemplateType,TypeNone,android/service/controls/templates/ControlTemplate.TYPE_NONE,0 -30,Android.Service.Controls.Templates.ControlTemplateType,TypeToggle,android/service/controls/templates/ControlTemplate.TYPE_TOGGLE,1 -30,Android.Service.Controls.Templates.ControlTemplateType,TypeRange,android/service/controls/templates/ControlTemplate.TYPE_RANGE,2 -30,Android.Service.Controls.Templates.ControlTemplateType,TypeThumbnail,android/service/controls/templates/ControlTemplate.TYPE_THUMBNAIL,3 -30,Android.Service.Controls.Templates.ControlTemplateType,TypeToggleRange,android/service/controls/templates/ControlTemplate.TYPE_TOGGLE_RANGE,6 -30,Android.Service.Controls.Templates.ControlTemplateType,TypeTemperature,android/service/controls/templates/ControlTemplate.TYPE_TEMPERATURE,7 -30,Android.Service.Controls.Templates.ControlTemplateType,TypeStateless,android/service/controls/templates/ControlTemplate.TYPE_STATELESS,8 -30,Android.Service.Controls.Templates.TemperatureControlTemplateModeType,ModeUnknown,android/service/controls/templates/TemperatureControlTemplate.MODE_UNKNOWN,0 -30,Android.Service.Controls.Templates.TemperatureControlTemplateModeType,ModeOff,android/service/controls/templates/TemperatureControlTemplate.MODE_OFF,1 -30,Android.Service.Controls.Templates.TemperatureControlTemplateModeType,ModeHeat,android/service/controls/templates/TemperatureControlTemplate.MODE_HEAT,2 -30,Android.Service.Controls.Templates.TemperatureControlTemplateModeType,ModeCool,android/service/controls/templates/TemperatureControlTemplate.MODE_COOL,3 -30,Android.Service.Controls.Templates.TemperatureControlTemplateModeType,ModeHeatCool,android/service/controls/templates/TemperatureControlTemplate.MODE_HEAT_COOL,4 -30,Android.Service.Controls.Templates.TemperatureControlTemplateModeType,ModeEco,android/service/controls/templates/TemperatureControlTemplate.MODE_ECO,5 -0,Android.Service.Controls.Templates.TemperatureControlTemplateFlagModeType,None,,0 -30,Android.Service.Controls.Templates.TemperatureControlTemplateFlagModeType,FlagModeOff,android/service/controls/templates/TemperatureControlTemplate.FLAG_MODE_OFF,2 -30,Android.Service.Controls.Templates.TemperatureControlTemplateFlagModeType,FlagModeHeat,android/service/controls/templates/TemperatureControlTemplate.FLAG_MODE_HEAT,4 -30,Android.Service.Controls.Templates.TemperatureControlTemplateFlagModeType,FlagModeCool,android/service/controls/templates/TemperatureControlTemplate.FLAG_MODE_COOL,8 -30,Android.Service.Controls.Templates.TemperatureControlTemplateFlagModeType,FlagModeHeatCool,android/service/controls/templates/TemperatureControlTemplate.FLAG_MODE_HEAT_COOL,16 -30,Android.Service.Controls.Templates.TemperatureControlTemplateFlagModeType,FlagModeEco,android/service/controls/templates/TemperatureControlTemplate.FLAG_MODE_ECO,32 -30,Android.Service.Controls.Actions.ControlActionType,TypeError,android/service/controls/actions/ControlAction.TYPE_ERROR,-1 -30,Android.Service.Controls.Actions.ControlActionType,TypeBoolean,android/service/controls/actions/ControlAction.TYPE_BOOLEAN,1 -30,Android.Service.Controls.Actions.ControlActionType,TypeFloat,android/service/controls/actions/ControlAction.TYPE_FLOAT,2 -30,Android.Service.Controls.Actions.ControlActionType,TypeMultiFloat,android/service/controls/actions/ControlAction.TYPE_MULTI_FLOAT,3 -30,Android.Service.Controls.Actions.ControlActionType,TypeMode,android/service/controls/actions/ControlAction.TYPE_MODE,4 -30,Android.Service.Controls.Actions.ControlActionType,TypeCommand,android/service/controls/actions/ControlAction.TYPE_COMMAND,5 -30,Android.Service.Controls.Actions.ControlActionResponseType,ResponseUnknown,android/service/controls/actions/ControlAction.RESPONSE_UNKNOWN,0 -30,Android.Service.Controls.Actions.ControlActionResponseType,ResponseOk,android/service/controls/actions/ControlAction.RESPONSE_OK,1 -30,Android.Service.Controls.Actions.ControlActionResponseType,ResponseFail,android/service/controls/actions/ControlAction.RESPONSE_FAIL,2 -30,Android.Service.Controls.Actions.ControlActionResponseType,ResponseChallengeAck,android/service/controls/actions/ControlAction.RESPONSE_CHALLENGE_ACK,3 -30,Android.Service.Controls.Actions.ControlActionResponseType,ResponseChallengePin,android/service/controls/actions/ControlAction.RESPONSE_CHALLENGE_PIN,4 -30,Android.Service.Controls.Actions.ControlActionResponseType,ResponseChallengePassphrase,android/service/controls/actions/ControlAction.RESPONSE_CHALLENGE_PASSPHRASE,5 -30,Android.Service.Controls.DeviceTypesType,TypeGenericViewstream,android/service/controls/DeviceTypes.TYPE_GENERIC_VIEWSTREAM,-7 -30,Android.Service.Controls.DeviceTypesType,TypeGenericTempSetting,android/service/controls/DeviceTypes.TYPE_GENERIC_TEMP_SETTING,-6 -30,Android.Service.Controls.DeviceTypesType,TypeGenericArmDisarm,android/service/controls/DeviceTypes.TYPE_GENERIC_ARM_DISARM,-5 -30,Android.Service.Controls.DeviceTypesType,TypeGenericLockUnlock,android/service/controls/DeviceTypes.TYPE_GENERIC_LOCK_UNLOCK,-4 -30,Android.Service.Controls.DeviceTypesType,TypeGenericOpenClose,android/service/controls/DeviceTypes.TYPE_GENERIC_OPEN_CLOSE,-3 -30,Android.Service.Controls.DeviceTypesType,TypeGenericStartStop,android/service/controls/DeviceTypes.TYPE_GENERIC_START_STOP,-2 -30,Android.Service.Controls.DeviceTypesType,TypeGenericOnOff,android/service/controls/DeviceTypes.TYPE_GENERIC_ON_OFF,-1 -30,Android.Service.Controls.DeviceTypesType,TypeUnknown,android/service/controls/DeviceTypes.TYPE_UNKNOWN,0 -30,Android.Service.Controls.DeviceTypesType,TypeAcHeater,android/service/controls/DeviceTypes.TYPE_AC_HEATER,1 -30,Android.Service.Controls.DeviceTypesType,TypeAcUnit,android/service/controls/DeviceTypes.TYPE_AC_UNIT,2 -30,Android.Service.Controls.DeviceTypesType,TypeAirFreshener,android/service/controls/DeviceTypes.TYPE_AIR_FRESHENER,3 -30,Android.Service.Controls.DeviceTypesType,TypeAirPurifier,android/service/controls/DeviceTypes.TYPE_AIR_PURIFIER,4 -30,Android.Service.Controls.DeviceTypesType,TypeCoffeeMaker,android/service/controls/DeviceTypes.TYPE_COFFEE_MAKER,5 -30,Android.Service.Controls.DeviceTypesType,TypeDehumidifier,android/service/controls/DeviceTypes.TYPE_DEHUMIDIFIER,6 -30,Android.Service.Controls.DeviceTypesType,TypeDisplay,android/service/controls/DeviceTypes.TYPE_DISPLAY,7 -30,Android.Service.Controls.DeviceTypesType,TypeFan,android/service/controls/DeviceTypes.TYPE_FAN,8 -30,Android.Service.Controls.DeviceTypesType,TypeHood,android/service/controls/DeviceTypes.TYPE_HOOD,10 -30,Android.Service.Controls.DeviceTypesType,TypeHumidifier,android/service/controls/DeviceTypes.TYPE_HUMIDIFIER,11 -30,Android.Service.Controls.DeviceTypesType,TypeKettle,android/service/controls/DeviceTypes.TYPE_KETTLE,12 -30,Android.Service.Controls.DeviceTypesType,TypeLight,android/service/controls/DeviceTypes.TYPE_LIGHT,13 -30,Android.Service.Controls.DeviceTypesType,TypeMicrowave,android/service/controls/DeviceTypes.TYPE_MICROWAVE,14 -30,Android.Service.Controls.DeviceTypesType,TypeOutlet,android/service/controls/DeviceTypes.TYPE_OUTLET,15 -30,Android.Service.Controls.DeviceTypesType,TypeRadiator,android/service/controls/DeviceTypes.TYPE_RADIATOR,16 -30,Android.Service.Controls.DeviceTypesType,TypeRemoteControl,android/service/controls/DeviceTypes.TYPE_REMOTE_CONTROL,17 -30,Android.Service.Controls.DeviceTypesType,TypeSetTop,android/service/controls/DeviceTypes.TYPE_SET_TOP,18 -30,Android.Service.Controls.DeviceTypesType,TypeStandmixer,android/service/controls/DeviceTypes.TYPE_STANDMIXER,19 -30,Android.Service.Controls.DeviceTypesType,TypeStyler,android/service/controls/DeviceTypes.TYPE_STYLER,20 -30,Android.Service.Controls.DeviceTypesType,TypeSwitch,android/service/controls/DeviceTypes.TYPE_SWITCH,21 -30,Android.Service.Controls.DeviceTypesType,TypeTv,android/service/controls/DeviceTypes.TYPE_TV,22 -30,Android.Service.Controls.DeviceTypesType,TypeWaterHeater,android/service/controls/DeviceTypes.TYPE_WATER_HEATER,23 -30,Android.Service.Controls.DeviceTypesType,TypeDishwasher,android/service/controls/DeviceTypes.TYPE_DISHWASHER,24 -30,Android.Service.Controls.DeviceTypesType,TypeDryer,android/service/controls/DeviceTypes.TYPE_DRYER,25 -30,Android.Service.Controls.DeviceTypesType,TypeMop,android/service/controls/DeviceTypes.TYPE_MOP,26 -30,Android.Service.Controls.DeviceTypesType,TypeMower,android/service/controls/DeviceTypes.TYPE_MOWER,27 -30,Android.Service.Controls.DeviceTypesType,TypeMulticooker,android/service/controls/DeviceTypes.TYPE_MULTICOOKER,28 -30,Android.Service.Controls.DeviceTypesType,TypeShower,android/service/controls/DeviceTypes.TYPE_SHOWER,29 -30,Android.Service.Controls.DeviceTypesType,TypeSprinkler,android/service/controls/DeviceTypes.TYPE_SPRINKLER,30 -30,Android.Service.Controls.DeviceTypesType,TypeWasher,android/service/controls/DeviceTypes.TYPE_WASHER,31 -30,Android.Service.Controls.DeviceTypesType,TypeVacuum,android/service/controls/DeviceTypes.TYPE_VACUUM,32 -30,Android.Service.Controls.DeviceTypesType,TypeAwning,android/service/controls/DeviceTypes.TYPE_AWNING,33 -30,Android.Service.Controls.DeviceTypesType,TypeBlinds,android/service/controls/DeviceTypes.TYPE_BLINDS,34 -30,Android.Service.Controls.DeviceTypesType,TypeCloset,android/service/controls/DeviceTypes.TYPE_CLOSET,35 -30,Android.Service.Controls.DeviceTypesType,TypeCurtain,android/service/controls/DeviceTypes.TYPE_CURTAIN,36 -30,Android.Service.Controls.DeviceTypesType,TypeDoor,android/service/controls/DeviceTypes.TYPE_DOOR,37 -30,Android.Service.Controls.DeviceTypesType,TypeDrawer,android/service/controls/DeviceTypes.TYPE_DRAWER,38 -30,Android.Service.Controls.DeviceTypesType,TypeGarage,android/service/controls/DeviceTypes.TYPE_GARAGE,39 -30,Android.Service.Controls.DeviceTypesType,TypeGate,android/service/controls/DeviceTypes.TYPE_GATE,40 -30,Android.Service.Controls.DeviceTypesType,TypePergola,android/service/controls/DeviceTypes.TYPE_PERGOLA,41 -30,Android.Service.Controls.DeviceTypesType,TypeShutter,android/service/controls/DeviceTypes.TYPE_SHUTTER,42 -30,Android.Service.Controls.DeviceTypesType,TypeWindow,android/service/controls/DeviceTypes.TYPE_WINDOW,43 -30,Android.Service.Controls.DeviceTypesType,TypeValve,android/service/controls/DeviceTypes.TYPE_VALVE,44 -30,Android.Service.Controls.DeviceTypesType,TypeLock,android/service/controls/DeviceTypes.TYPE_LOCK,45 -30,Android.Service.Controls.DeviceTypesType,TypeSecuritySystem,android/service/controls/DeviceTypes.TYPE_SECURITY_SYSTEM,46 -30,Android.Service.Controls.DeviceTypesType,TypeHeater,android/service/controls/DeviceTypes.TYPE_HEATER,47 -30,Android.Service.Controls.DeviceTypesType,TypeRefrigerator,android/service/controls/DeviceTypes.TYPE_REFRIGERATOR,48 -30,Android.Service.Controls.DeviceTypesType,TypeThermostat,android/service/controls/DeviceTypes.TYPE_THERMOSTAT,49 -30,Android.Service.Controls.DeviceTypesType,TypeCamera,android/service/controls/DeviceTypes.TYPE_CAMERA,50 -30,Android.Service.Controls.DeviceTypesType,TypeDoorbell,android/service/controls/DeviceTypes.TYPE_DOORBELL,51 -30,Android.Service.Controls.ControlStatusType,StatusUnknown,android/service/controls/Control.STATUS_UNKNOWN,0 -30,Android.Service.Controls.ControlStatusType,StatusOk,android/service/controls/Control.STATUS_OK,1 -30,Android.Service.Controls.ControlStatusType,StatusNotFound,android/service/controls/Control.STATUS_NOT_FOUND,2 -30,Android.Service.Controls.ControlStatusType,StatusError,android/service/controls/Control.STATUS_ERROR,3 -30,Android.Service.Controls.ControlStatusType,StatusDisabled,android/service/controls/Control.STATUS_DISABLED,4 -30,Android.Service.Autofill.SaveInfoPositiveButtonStyleType,PositiveButtonStyleSave,android/service/autofill/SaveInfo.POSITIVE_BUTTON_STYLE_SAVE,0 -30,Android.Service.Autofill.SaveInfoPositiveButtonStyleType,PositiveButtonStyleContinue,android/service/autofill/SaveInfo.POSITIVE_BUTTON_STYLE_CONTINUE,1 -0,Android.Security.Keystore.KeyPropertiesAuthType,None,,0 -30,Android.Security.Keystore.KeyPropertiesAuthType,AuthDeviceCredential,android/security/keystore/KeyProperties.AUTH_DEVICE_CREDENTIAL,1 -30,Android.Security.Keystore.KeyPropertiesAuthType,AuthBiometricStrong,android/security/keystore/KeyProperties.AUTH_BIOMETRIC_STRONG,2 -30,Android.Security.Identity.ResultDataStatusType,StatusOk,android/security/identity/ResultData.STATUS_OK,0 -30,Android.Security.Identity.ResultDataStatusType,StatusNoSuchEntry,android/security/identity/ResultData.STATUS_NO_SUCH_ENTRY,1 -30,Android.Security.Identity.ResultDataStatusType,StatusNotRequested,android/security/identity/ResultData.STATUS_NOT_REQUESTED,2 -30,Android.Security.Identity.ResultDataStatusType,StatusNotInRequestMessage,android/security/identity/ResultData.STATUS_NOT_IN_REQUEST_MESSAGE,3 -30,Android.Security.Identity.ResultDataStatusType,StatusUserAuthenticationFailed,android/security/identity/ResultData.STATUS_USER_AUTHENTICATION_FAILED,4 -30,Android.Security.Identity.ResultDataStatusType,StatusReaderAuthenticationFailed,android/security/identity/ResultData.STATUS_READER_AUTHENTICATION_FAILED,5 -30,Android.Security.Identity.ResultDataStatusType,StatusNoAccessControlProfiles,android/security/identity/ResultData.STATUS_NO_ACCESS_CONTROL_PROFILES,6 -0,Android.OS.QuietType,None,,0 -30,Android.OS.QuietType,QuietModeDisableOnlyIfCredentialNotRequired,android/os/UserManager.QUIET_MODE_DISABLE_ONLY_IF_CREDENTIAL_NOT_REQUIRED,1 -30,Android.OS.VibrationAttributesUsageType,UsageAlarm,android/os/VibrationAttributes.USAGE_ALARM,17 -30,Android.OS.VibrationAttributesUsageType,UsageTouch,android/os/VibrationAttributes.USAGE_TOUCH,18 -30,Android.OS.VibrationAttributesUsageType,UsageRingtone,android/os/VibrationAttributes.USAGE_RINGTONE,33 -30,Android.OS.VibrationAttributesUsageType,UsagePhysicalEmulation,android/os/VibrationAttributes.USAGE_PHYSICAL_EMULATION,34 -30,Android.OS.VibrationAttributesUsageType,UsageNotification,android/os/VibrationAttributes.USAGE_NOTIFICATION,49 -30,Android.OS.VibrationAttributesUsageType,UsageHardwareFeedback,android/os/VibrationAttributes.USAGE_HARDWARE_FEEDBACK,50 -30,Android.OS.VibrationAttributesUsageType,UsageCommunicationRequest,android/os/VibrationAttributes.USAGE_COMMUNICATION_REQUEST,65 -30,Android.OS.CompositionPrimitiveType,PrimitiveClick,android/os/Composition.PRIMITIVE_CLICK,1 -30,Android.OS.CompositionPrimitiveType,PrimitiveThud,android/os/Composition.PRIMITIVE_THUD,2 -30,Android.OS.CompositionPrimitiveType,PrimitiveSpin,android/os/Composition.PRIMITIVE_SPIN,3 -30,Android.OS.CompositionPrimitiveType,PrimitiveQuickRise,android/os/Composition.PRIMITIVE_QUICK_RISE,4 -30,Android.OS.CompositionPrimitiveType,PrimitiveSlowRise,android/os/Composition.PRIMITIVE_SLOW_RISE,5 -30,Android.OS.CompositionPrimitiveType,PrimitiveQuickFall,android/os/Composition.PRIMITIVE_QUICK_FALL,6 -30,Android.OS.CompositionPrimitiveType,PrimitiveLightTick,android/os/Composition.PRIMITIVE_LIGHT_TICK,7 -30,Android.Net.Wifi.P2p.WifiP2pGroupNetworkIdType,NetworkIdPersistent,android/net/wifi/p2p/WifiP2pGroup.NETWORK_ID_PERSISTENT,-2 -30,Android.Net.Wifi.P2p.WifiP2pGroupNetworkIdType,NetworkIdTemporary,android/net/wifi/p2p/WifiP2pGroup.NETWORK_ID_TEMPORARY,-1 -30,Android.Net.Wifi.P2p.WifiP2pWfdInfoDeviceType,DeviceTypeWfdSource,android/net/wifi/p2p/WifiP2pWfdInfo.DEVICE_TYPE_WFD_SOURCE,0 -30,Android.Net.Wifi.P2p.WifiP2pWfdInfoDeviceType,DeviceTypePrimarySink,android/net/wifi/p2p/WifiP2pWfdInfo.DEVICE_TYPE_PRIMARY_SINK,1 -30,Android.Net.Wifi.P2p.WifiP2pWfdInfoDeviceType,DeviceTypeSecondarySink,android/net/wifi/p2p/WifiP2pWfdInfo.DEVICE_TYPE_SECONDARY_SINK,2 -30,Android.Net.Wifi.P2p.WifiP2pWfdInfoDeviceType,DeviceTypeSourceOrPrimarySink,android/net/wifi/p2p/WifiP2pWfdInfo.DEVICE_TYPE_SOURCE_OR_PRIMARY_SINK,3 -0,Android.Net.Wifi.Aware.CharacteristicsWifiAwareCipherSuiteNcsSkType,None,,0 -30,Android.Net.Wifi.Aware.CharacteristicsWifiAwareCipherSuiteNcsSkType,WifiAwareCipherSuiteNcsSk128,android/net/wifi/aware/Characteristics.WIFI_AWARE_CIPHER_SUITE_NCS_SK_128,1 -30,Android.Net.Wifi.Aware.CharacteristicsWifiAwareCipherSuiteNcsSkType,WifiAwareCipherSuiteNcsSk256,android/net/wifi/aware/Characteristics.WIFI_AWARE_CIPHER_SUITE_NCS_SK_256,2 -30,Android.Net.Wifi.ScanResultWifiStandardType,WifiStandardUnknown,android/net/wifi/ScanResult.WIFI_STANDARD_UNKNOWN,0 -30,Android.Net.Wifi.ScanResultWifiStandardType,WifiStandardLegacy,android/net/wifi/ScanResult.WIFI_STANDARD_LEGACY,1 -30,Android.Net.Wifi.ScanResultWifiStandardType,WifiStandard11N,android/net/wifi/ScanResult.WIFI_STANDARD_11N,4 -30,Android.Net.Wifi.ScanResultWifiStandardType,WifiStandard11Ac,android/net/wifi/ScanResult.WIFI_STANDARD_11AC,5 -30,Android.Net.Wifi.ScanResultWifiStandardType,WifiStandard11Ax,android/net/wifi/ScanResult.WIFI_STANDARD_11AX,6 -30,Android.Net.Wifi.SoftApConfigurationSecurityType,SecurityTypeOpen,android/net/wifi/SoftApConfiguration.SECURITY_TYPE_OPEN,0 -30,Android.Net.Wifi.SoftApConfigurationSecurityType,SecurityTypeWpa2Psk,android/net/wifi/SoftApConfiguration.SECURITY_TYPE_WPA2_PSK,1 -30,Android.Net.Wifi.SoftApConfigurationSecurityType,SecurityTypeWpa3SaeTransition,android/net/wifi/SoftApConfiguration.SECURITY_TYPE_WPA3_SAE_TRANSITION,2 -30,Android.Net.Wifi.SoftApConfigurationSecurityType,SecurityTypeWpa3Sae,android/net/wifi/SoftApConfiguration.SECURITY_TYPE_WPA3_SAE,3 -30,Android.Net.Wifi.WifiConfigurationSecurityType,SecurityTypeOpen,android/net/wifi/WifiConfiguration.SECURITY_TYPE_OPEN,0 -30,Android.Net.Wifi.WifiConfigurationSecurityType,SecurityTypeWep,android/net/wifi/WifiConfiguration.SECURITY_TYPE_WEP,1 -30,Android.Net.Wifi.WifiConfigurationSecurityType,SecurityTypePsk,android/net/wifi/WifiConfiguration.SECURITY_TYPE_PSK,2 -30,Android.Net.Wifi.WifiConfigurationSecurityType,SecurityTypeEap,android/net/wifi/WifiConfiguration.SECURITY_TYPE_EAP,3 -30,Android.Net.Wifi.WifiConfigurationSecurityType,SecurityTypeSae,android/net/wifi/WifiConfiguration.SECURITY_TYPE_SAE,4 -30,Android.Net.Wifi.WifiConfigurationSecurityType,SecurityTypeEapSuiteB,android/net/wifi/WifiConfiguration.SECURITY_TYPE_EAP_SUITE_B,5 -30,Android.Net.Wifi.WifiConfigurationSecurityType,SecurityTypeOwe,android/net/wifi/WifiConfiguration.SECURITY_TYPE_OWE,6 -30,Android.Net.Wifi.WifiConfigurationSecurityType,SecurityTypeWapiPsk,android/net/wifi/WifiConfiguration.SECURITY_TYPE_WAPI_PSK,7 -30,Android.Net.Wifi.WifiConfigurationSecurityType,SecurityTypeWapiCert,android/net/wifi/WifiConfiguration.SECURITY_TYPE_WAPI_CERT,8 -30,Android.Net.Wifi.WifiManagerStatusSuggestionConnectionFailureType,StatusSuggestionConnectionFailureUnknown,android/net/wifi/WifiManager.STATUS_SUGGESTION_CONNECTION_FAILURE_UNKNOWN,0 -30,Android.Net.Wifi.WifiManagerStatusSuggestionConnectionFailureType,StatusSuggestionConnectionFailureAssociation,android/net/wifi/WifiManager.STATUS_SUGGESTION_CONNECTION_FAILURE_ASSOCIATION,1 -30,Android.Net.Wifi.WifiManagerStatusSuggestionConnectionFailureType,StatusSuggestionConnectionFailureAuthentication,android/net/wifi/WifiManager.STATUS_SUGGESTION_CONNECTION_FAILURE_AUTHENTICATION,2 -30,Android.Net.Wifi.WifiManagerStatusSuggestionConnectionFailureType,StatusSuggestionConnectionFailureIpProvisioning,android/net/wifi/WifiManager.STATUS_SUGGESTION_CONNECTION_FAILURE_IP_PROVISIONING,3 +?,30,android/accessibilityservice/AccessibilityService.GESTURE_2_FINGER_DOUBLE_TAP,20,,,, +?,30,android/accessibilityservice/AccessibilityService.GESTURE_2_FINGER_DOUBLE_TAP_AND_HOLD,40,,,, +?,30,android/accessibilityservice/AccessibilityService.GESTURE_2_FINGER_SINGLE_TAP,19,,,, +?,30,android/accessibilityservice/AccessibilityService.GESTURE_2_FINGER_SWIPE_DOWN,26,,,, +?,30,android/accessibilityservice/AccessibilityService.GESTURE_2_FINGER_SWIPE_LEFT,27,,,, +?,30,android/accessibilityservice/AccessibilityService.GESTURE_2_FINGER_SWIPE_RIGHT,28,,,, +?,30,android/accessibilityservice/AccessibilityService.GESTURE_2_FINGER_SWIPE_UP,25,,,, +?,30,android/accessibilityservice/AccessibilityService.GESTURE_2_FINGER_TRIPLE_TAP,21,,,, +?,30,android/accessibilityservice/AccessibilityService.GESTURE_3_FINGER_DOUBLE_TAP,23,,,, +?,30,android/accessibilityservice/AccessibilityService.GESTURE_3_FINGER_DOUBLE_TAP_AND_HOLD,41,,,, +?,30,android/accessibilityservice/AccessibilityService.GESTURE_3_FINGER_SINGLE_TAP,22,,,, +?,30,android/accessibilityservice/AccessibilityService.GESTURE_3_FINGER_SWIPE_DOWN,30,,,, +?,30,android/accessibilityservice/AccessibilityService.GESTURE_3_FINGER_SWIPE_LEFT,31,,,, +?,30,android/accessibilityservice/AccessibilityService.GESTURE_3_FINGER_SWIPE_RIGHT,32,,,, +?,30,android/accessibilityservice/AccessibilityService.GESTURE_3_FINGER_SWIPE_UP,29,,,, +?,30,android/accessibilityservice/AccessibilityService.GESTURE_3_FINGER_TRIPLE_TAP,24,,,, +?,30,android/accessibilityservice/AccessibilityService.GESTURE_4_FINGER_DOUBLE_TAP,38,,,, +?,30,android/accessibilityservice/AccessibilityService.GESTURE_4_FINGER_DOUBLE_TAP_AND_HOLD,42,,,, +?,30,android/accessibilityservice/AccessibilityService.GESTURE_4_FINGER_SINGLE_TAP,37,,,, +?,30,android/accessibilityservice/AccessibilityService.GESTURE_4_FINGER_SWIPE_DOWN,34,,,, +?,30,android/accessibilityservice/AccessibilityService.GESTURE_4_FINGER_SWIPE_LEFT,35,,,, +?,30,android/accessibilityservice/AccessibilityService.GESTURE_4_FINGER_SWIPE_RIGHT,36,,,, +?,30,android/accessibilityservice/AccessibilityService.GESTURE_4_FINGER_SWIPE_UP,33,,,, +?,30,android/accessibilityservice/AccessibilityService.GESTURE_4_FINGER_TRIPLE_TAP,39,,,, +?,30,android/accessibilityservice/AccessibilityService.GESTURE_DOUBLE_TAP,17,,,, +?,30,android/accessibilityservice/AccessibilityService.GESTURE_DOUBLE_TAP_AND_HOLD,18,,,, +E,16,android/accessibilityservice/AccessibilityService.GESTURE_SWIPE_DOWN,2,Android.AccessibilityServices.AccessibilityGesture,SwipeDown,remove, +E,16,android/accessibilityservice/AccessibilityService.GESTURE_SWIPE_DOWN_AND_LEFT,15,Android.AccessibilityServices.AccessibilityGesture,SwipeDownAndLeft,remove, +E,16,android/accessibilityservice/AccessibilityService.GESTURE_SWIPE_DOWN_AND_RIGHT,16,Android.AccessibilityServices.AccessibilityGesture,SwipeDownAndRight,remove, +E,16,android/accessibilityservice/AccessibilityService.GESTURE_SWIPE_DOWN_AND_UP,8,Android.AccessibilityServices.AccessibilityGesture,SwipeDownAndUp,remove, +E,16,android/accessibilityservice/AccessibilityService.GESTURE_SWIPE_LEFT,3,Android.AccessibilityServices.AccessibilityGesture,SwipeLeft,remove, +E,16,android/accessibilityservice/AccessibilityService.GESTURE_SWIPE_LEFT_AND_DOWN,10,Android.AccessibilityServices.AccessibilityGesture,SwipeLeftAndDown,remove, +E,16,android/accessibilityservice/AccessibilityService.GESTURE_SWIPE_LEFT_AND_RIGHT,5,Android.AccessibilityServices.AccessibilityGesture,SwipeLeftAndRight,remove, +E,16,android/accessibilityservice/AccessibilityService.GESTURE_SWIPE_LEFT_AND_UP,9,Android.AccessibilityServices.AccessibilityGesture,SwipeLeftAndUp,remove, +E,16,android/accessibilityservice/AccessibilityService.GESTURE_SWIPE_RIGHT,4,Android.AccessibilityServices.AccessibilityGesture,SwipeRight,remove, +E,16,android/accessibilityservice/AccessibilityService.GESTURE_SWIPE_RIGHT_AND_DOWN,12,Android.AccessibilityServices.AccessibilityGesture,SwipeRightAndDown,remove, +E,16,android/accessibilityservice/AccessibilityService.GESTURE_SWIPE_RIGHT_AND_LEFT,6,Android.AccessibilityServices.AccessibilityGesture,SwipeRightAndLeft,remove, +E,16,android/accessibilityservice/AccessibilityService.GESTURE_SWIPE_RIGHT_AND_UP,11,Android.AccessibilityServices.AccessibilityGesture,SwipeRightAndUp,remove, +E,16,android/accessibilityservice/AccessibilityService.GESTURE_SWIPE_UP,1,Android.AccessibilityServices.AccessibilityGesture,SwipeUp,remove, +E,16,android/accessibilityservice/AccessibilityService.GESTURE_SWIPE_UP_AND_DOWN,7,Android.AccessibilityServices.AccessibilityGesture,SwipeUpAndDown,remove, +E,16,android/accessibilityservice/AccessibilityService.GESTURE_SWIPE_UP_AND_LEFT,13,Android.AccessibilityServices.AccessibilityGesture,SwipeUpAndLeft,remove, +E,16,android/accessibilityservice/AccessibilityService.GESTURE_SWIPE_UP_AND_RIGHT,14,Android.AccessibilityServices.AccessibilityGesture,SwipeUpAndRight,remove, +E,16,android/accessibilityservice/AccessibilityService.GLOBAL_ACTION_BACK,1,Android.AccessibilityServices.GlobalAction,Back,remove, +E,16,android/accessibilityservice/AccessibilityService.GLOBAL_ACTION_HOME,2,Android.AccessibilityServices.GlobalAction,Home,remove, +E,28,android/accessibilityservice/AccessibilityService.GLOBAL_ACTION_LOCK_SCREEN,8,Android.AccessibilityServices.GlobalAction,LockScreen,remove, +E,16,android/accessibilityservice/AccessibilityService.GLOBAL_ACTION_NOTIFICATIONS,4,Android.AccessibilityServices.GlobalAction,Notifications,remove, +E,21,android/accessibilityservice/AccessibilityService.GLOBAL_ACTION_POWER_DIALOG,6,Android.AccessibilityServices.GlobalAction,PowerDialog,remove, +E,17,android/accessibilityservice/AccessibilityService.GLOBAL_ACTION_QUICK_SETTINGS,5,Android.AccessibilityServices.GlobalAction,QuickSettings,remove, +E,16,android/accessibilityservice/AccessibilityService.GLOBAL_ACTION_RECENTS,3,Android.AccessibilityServices.GlobalAction,Recents,remove, +E,28,android/accessibilityservice/AccessibilityService.GLOBAL_ACTION_TAKE_SCREENSHOT,9,Android.AccessibilityServices.GlobalAction,TakeScreenshot,remove, +E,24,android/accessibilityservice/AccessibilityService.GLOBAL_ACTION_TOGGLE_SPLIT_SCREEN,7,Android.AccessibilityServices.GlobalAction,ToggleSplitScreen,remove, +E,24,android/accessibilityservice/AccessibilityService.SHOW_MODE_AUTO,0,Android.AccessibilityServices.AccessibilityServiceShowMode,Auto,remove, +E,24,android/accessibilityservice/AccessibilityService.SHOW_MODE_HIDDEN,1,Android.AccessibilityServices.AccessibilityServiceShowMode,Hidden,remove, +E,29,android/accessibilityservice/AccessibilityService.SHOW_MODE_IGNORE_HARD_KEYBOARD,2,Android.AccessibilityServices.AccessibilityServiceShowMode,IgnoreHardKeyboard,remove, +A,0,,0,Android.AccessibilityServices.AccessibilityServiceCapabilities,None,remove, +E,24,android/accessibilityservice/AccessibilityServiceInfo.CAPABILITY_CAN_CONTROL_MAGNIFICATION,16,Android.AccessibilityServices.AccessibilityServiceCapabilities,CanControlMagnification,remove, +E,24,android/accessibilityservice/AccessibilityServiceInfo.CAPABILITY_CAN_PERFORM_GESTURES,32,Android.AccessibilityServices.AccessibilityServiceCapabilities,CanPerformGestures,remove, +E,18,android/accessibilityservice/AccessibilityServiceInfo.CAPABILITY_CAN_REQUEST_ENHANCED_WEB_ACCESSIBILITY,4,Android.AccessibilityServices.AccessibilityServiceCapabilities,CanRequestEnhancedWebAccessibility,remove, +E,18,android/accessibilityservice/AccessibilityServiceInfo.CAPABILITY_CAN_REQUEST_FILTER_KEY_EVENTS,8,Android.AccessibilityServices.AccessibilityServiceCapabilities,CanRequestFilterKeyEvents,remove, +E,26,android/accessibilityservice/AccessibilityServiceInfo.CAPABILITY_CAN_REQUEST_FINGERPRINT_GESTURES,64,Android.AccessibilityServices.AccessibilityServiceCapabilities,CanRequestFingerprintGestures,remove, +E,18,android/accessibilityservice/AccessibilityServiceInfo.CAPABILITY_CAN_REQUEST_TOUCH_EXPLORATION,2,Android.AccessibilityServices.AccessibilityServiceCapabilities,CanRequestTouchExploration,remove, +E,18,android/accessibilityservice/AccessibilityServiceInfo.CAPABILITY_CAN_RETRIEVE_WINDOW_CONTENT,1,Android.AccessibilityServices.AccessibilityServiceCapabilities,CanRetrieveWindowContent,remove, +?,30,android/accessibilityservice/AccessibilityServiceInfo.CAPABILITY_CAN_TAKE_SCREENSHOT,128,,,, +E,10,android/accessibilityservice/AccessibilityServiceInfo.DEFAULT,1,Android.AccessibilityServices.AccessibilityServiceFlags,Default,remove,flags +E,15,android/accessibilityservice/AccessibilityServiceInfo.FEEDBACK_ALL_MASK,-1,Android.AccessibilityServices.FeedbackFlags,AllMask,keep,flags +E,10,android/accessibilityservice/AccessibilityServiceInfo.FEEDBACK_AUDIBLE,4,Android.AccessibilityServices.FeedbackFlags,Audible,keep,flags +E,17,android/accessibilityservice/AccessibilityServiceInfo.FEEDBACK_BRAILLE,32,Android.AccessibilityServices.FeedbackFlags,Braille,keep,flags +E,10,android/accessibilityservice/AccessibilityServiceInfo.FEEDBACK_GENERIC,16,Android.AccessibilityServices.FeedbackFlags,Generic,keep,flags +E,10,android/accessibilityservice/AccessibilityServiceInfo.FEEDBACK_HAPTIC,2,Android.AccessibilityServices.FeedbackFlags,Haptic,keep,flags +E,10,android/accessibilityservice/AccessibilityServiceInfo.FEEDBACK_SPOKEN,1,Android.AccessibilityServices.FeedbackFlags,Spoken,keep,flags +E,10,android/accessibilityservice/AccessibilityServiceInfo.FEEDBACK_VISUAL,8,Android.AccessibilityServices.FeedbackFlags,Visual,keep,flags +E,26,android/accessibilityservice/AccessibilityServiceInfo.FLAG_ENABLE_ACCESSIBILITY_VOLUME,128,Android.AccessibilityServices.AccessibilityServiceFlags,EnableAccessibilityVolume,remove,flags +E,16,android/accessibilityservice/AccessibilityServiceInfo.FLAG_INCLUDE_NOT_IMPORTANT_VIEWS,2,Android.AccessibilityServices.AccessibilityServiceFlags,IncludeNotImportantViews,remove,flags +E,18,android/accessibilityservice/AccessibilityServiceInfo.FLAG_REPORT_VIEW_IDS,16,Android.AccessibilityServices.AccessibilityServiceFlags,ReportViewIds,remove,flags +E,26,android/accessibilityservice/AccessibilityServiceInfo.FLAG_REQUEST_ACCESSIBILITY_BUTTON,256,Android.AccessibilityServices.AccessibilityServiceFlags,RequestAccessibilityButton,remove,flags +E,18,android/accessibilityservice/AccessibilityServiceInfo.FLAG_REQUEST_ENHANCED_WEB_ACCESSIBILITY,8,Android.AccessibilityServices.AccessibilityServiceFlags,RequestEnhancedWebAccessibility,remove,flags +E,18,android/accessibilityservice/AccessibilityServiceInfo.FLAG_REQUEST_FILTER_KEY_EVENTS,32,Android.AccessibilityServices.AccessibilityServiceFlags,RequestFilterKeyEvents,remove,flags +E,26,android/accessibilityservice/AccessibilityServiceInfo.FLAG_REQUEST_FINGERPRINT_GESTURES,512,Android.AccessibilityServices.AccessibilityServiceFlags,RequestFingerprintGestures,remove,flags +?,30,android/accessibilityservice/AccessibilityServiceInfo.FLAG_REQUEST_MULTI_FINGER_GESTURES,4096,,,, +E,29,android/accessibilityservice/AccessibilityServiceInfo.FLAG_REQUEST_SHORTCUT_WARNING_DIALOG_SPOKEN_FEEDBACK,1024,Android.AccessibilityServices.AccessibilityServiceFlags,RequestShortcutWarningDialogSpokenFeedback,remove,flags +E,16,android/accessibilityservice/AccessibilityServiceInfo.FLAG_REQUEST_TOUCH_EXPLORATION_MODE,4,Android.AccessibilityServices.AccessibilityServiceFlags,RequestTouchExplorationMode,remove,flags +E,21,android/accessibilityservice/AccessibilityServiceInfo.FLAG_RETRIEVE_INTERACTIVE_WINDOWS,64,Android.AccessibilityServices.AccessibilityServiceFlags,RetrieveInteractiveWindows,remove,flags +?,30,android/accessibilityservice/AccessibilityServiceInfo.FLAG_SERVICE_HANDLES_DOUBLE_TAP,2048,,,, +E,26,android/accessibilityservice/FingerprintGestureController.FINGERPRINT_GESTURE_SWIPE_DOWN,8,Android.AccessibilityServices.FingerptintGestureTypes,SwipeDown,keep, +E,26,android/accessibilityservice/FingerprintGestureController.FINGERPRINT_GESTURE_SWIPE_LEFT,2,Android.AccessibilityServices.FingerptintGestureTypes,SwipeLeft,keep, +E,26,android/accessibilityservice/FingerprintGestureController.FINGERPRINT_GESTURE_SWIPE_RIGHT,1,Android.AccessibilityServices.FingerptintGestureTypes,SwipeRight,keep, +E,26,android/accessibilityservice/FingerprintGestureController.FINGERPRINT_GESTURE_SWIPE_UP,4,Android.AccessibilityServices.FingerptintGestureTypes,SwipeUp,keep, +E,10,android/accounts/AccountManager.ERROR_CODE_BAD_ARGUMENTS,7,Android.Accounts.ErrorCode,BadArguments,remove, +E,18,android/accounts/AccountManager.ERROR_CODE_BAD_AUTHENTICATION,9,Android.Accounts.ErrorCode,ErrorCodeBadAuthentication,remove, +E,10,android/accounts/AccountManager.ERROR_CODE_BAD_REQUEST,8,Android.Accounts.ErrorCode,BadRequest,remove, +E,10,android/accounts/AccountManager.ERROR_CODE_CANCELED,4,Android.Accounts.ErrorCode,Canceled,remove, +E,10,android/accounts/AccountManager.ERROR_CODE_INVALID_RESPONSE,5,Android.Accounts.ErrorCode,InvalidResponse,remove, +E,10,android/accounts/AccountManager.ERROR_CODE_NETWORK_ERROR,3,Android.Accounts.ErrorCode,NetworkError,remove, +E,10,android/accounts/AccountManager.ERROR_CODE_REMOTE_EXCEPTION,1,Android.Accounts.ErrorCode,RemoteException,remove, +E,10,android/accounts/AccountManager.ERROR_CODE_UNSUPPORTED_OPERATION,6,Android.Accounts.ErrorCode,UnsupportedOperation,remove, +E,26,android/accounts/AccountManager.VISIBILITY_NOT_VISIBLE,3,Android.Accounts.AccountVisibility,NotVisible,keep, +E,26,android/accounts/AccountManager.VISIBILITY_UNDEFINED,0,Android.Accounts.AccountVisibility,Undefined,keep, +E,26,android/accounts/AccountManager.VISIBILITY_USER_MANAGED_NOT_VISIBLE,4,Android.Accounts.AccountVisibility,UserManagedNotVisible,keep, +E,26,android/accounts/AccountManager.VISIBILITY_USER_MANAGED_VISIBLE,2,Android.Accounts.AccountVisibility,UserManagedVisible,keep, +E,26,android/accounts/AccountManager.VISIBILITY_VISIBLE,1,Android.Accounts.AccountVisibility,Visible,keep, +E,15,android/animation/LayoutTransition.APPEARING,2,Android.Animation.LayoutTransitionType,Appearing,remove, +E,15,android/animation/LayoutTransition.CHANGE_APPEARING,0,Android.Animation.LayoutTransitionType,ChangeAppearing,remove, +E,15,android/animation/LayoutTransition.CHANGE_DISAPPEARING,1,Android.Animation.LayoutTransitionType,ChangeDisappearing,remove, +E,16,android/animation/LayoutTransition.CHANGING,4,Android.Animation.LayoutTransitionType,Changing,remove, +E,15,android/animation/LayoutTransition.DISAPPEARING,3,Android.Animation.LayoutTransitionType,Disappearing,remove, +?,0,android/animation/ValueAnimator.INFINITE,-1,,,, +E,15,android/animation/ValueAnimator.RESTART,1,Android.Animation.ValueAnimatorRepeatMode,Restart,remove, +E,15,android/animation/ValueAnimator.REVERSE,2,Android.Animation.ValueAnimatorRepeatMode,Reverse,remove, +?,0,android/app/ActionBar$Tab.INVALID_POSITION,-1,,,, +E,15,android/app/ActionBar.DISPLAY_HOME_AS_UP,4,Android.App.ActionBarDisplayOptions,HomeAsUp,keep, +E,15,android/app/ActionBar.DISPLAY_SHOW_CUSTOM,16,Android.App.ActionBarDisplayOptions,ShowCustom,keep, +E,15,android/app/ActionBar.DISPLAY_SHOW_HOME,2,Android.App.ActionBarDisplayOptions,ShowHome,keep, +E,15,android/app/ActionBar.DISPLAY_SHOW_TITLE,8,Android.App.ActionBarDisplayOptions,ShowTitle,keep, +E,15,android/app/ActionBar.DISPLAY_USE_LOGO,1,Android.App.ActionBarDisplayOptions,UseLogo,keep, +E,15,android/app/ActionBar.NAVIGATION_MODE_LIST,1,Android.App.ActionBarNavigationMode,List,keep, +E,15,android/app/ActionBar.NAVIGATION_MODE_STANDARD,0,Android.App.ActionBarNavigationMode,Standard,keep, +E,15,android/app/ActionBar.NAVIGATION_MODE_TABS,2,Android.App.ActionBarNavigationMode,Tabs,keep, +E,10,android/app/Activity.DEFAULT_KEYS_DIALER,1,Android.App.DefaultKey,Dialer,keep, +E,10,android/app/Activity.DEFAULT_KEYS_DISABLE,0,Android.App.DefaultKey,Disable,keep, +E,10,android/app/Activity.DEFAULT_KEYS_SEARCH_GLOBAL,4,Android.App.DefaultKey,SearchGlobal,keep, +E,10,android/app/Activity.DEFAULT_KEYS_SEARCH_LOCAL,3,Android.App.DefaultKey,SearchLocal,keep, +E,10,android/app/Activity.DEFAULT_KEYS_SHORTCUT,2,Android.App.DefaultKey,Shortcut,keep, +E,10,android/app/Activity.RESULT_CANCELED,0,Android.App.Result,Canceled,keep, +E,10,android/app/Activity.RESULT_FIRST_USER,1,Android.App.Result,FirstUser,keep, +E,10,android/app/Activity.RESULT_OK,-1,Android.App.Result,Ok,keep, +E,10,android/app/ActivityManager$ProcessErrorStateInfo.CRASHED,1,Android.App.ProcessError,Crashed,remove, +E,10,android/app/ActivityManager$ProcessErrorStateInfo.NO_ERROR,0,Android.App.ProcessError,NoError,remove, +E,10,android/app/ActivityManager$ProcessErrorStateInfo.NOT_RESPONDING,2,Android.App.ProcessError,NotResponding,remove, +E,10,android/app/ActivityManager$RunningAppProcessInfo.IMPORTANCE_BACKGROUND,400,Android.App.Importance,Background,remove, +E,26,android/app/ActivityManager$RunningAppProcessInfo.IMPORTANCE_CACHED,400,Android.App.Importance,Cached,remove, +E,28,android/app/ActivityManager$RunningAppProcessInfo.IMPORTANCE_CANT_SAVE_STATE,350,Android.App.Importance,CantSaveState,remove, +E,10,android/app/ActivityManager$RunningAppProcessInfo.IMPORTANCE_EMPTY,500,Android.App.Importance,Empty,remove, +E,10,android/app/ActivityManager$RunningAppProcessInfo.IMPORTANCE_FOREGROUND,100,Android.App.Importance,Foreground,remove, +E,23,android/app/ActivityManager$RunningAppProcessInfo.IMPORTANCE_FOREGROUND_SERVICE,125,Android.App.Importance,ForegroundService,remove, +E,21,android/app/ActivityManager$RunningAppProcessInfo.IMPORTANCE_GONE,1000,Android.App.Importance,Gone,remove, +E,10,android/app/ActivityManager$RunningAppProcessInfo.IMPORTANCE_PERCEPTIBLE,230,Android.App.Importance,Perceptible,remove, +E,26,android/app/ActivityManager$RunningAppProcessInfo.IMPORTANCE_PERCEPTIBLE_PRE_26,130,Android.App.Importance,PerceptiblePre26,remove, +E,10,android/app/ActivityManager$RunningAppProcessInfo.IMPORTANCE_SERVICE,300,Android.App.Importance,Service,remove, +E,23,android/app/ActivityManager$RunningAppProcessInfo.IMPORTANCE_TOP_SLEEPING,325,Android.App.Importance,TopSleeping,remove, +E,28,android/app/ActivityManager$RunningAppProcessInfo.IMPORTANCE_TOP_SLEEPING_PRE_28,150,Android.App.Importance,TopSleepingPre28,remove, +E,10,android/app/ActivityManager$RunningAppProcessInfo.IMPORTANCE_VISIBLE,200,Android.App.Importance,Visible,remove, +E,10,android/app/ActivityManager$RunningAppProcessInfo.REASON_PROVIDER_IN_USE,1,Android.App.ImportanceReason,ProviderInUse,remove, +E,10,android/app/ActivityManager$RunningAppProcessInfo.REASON_SERVICE_IN_USE,2,Android.App.ImportanceReason,ServiceInUse,remove, +E,10,android/app/ActivityManager$RunningAppProcessInfo.REASON_UNKNOWN,0,Android.App.ImportanceReason,Unknown,remove, +E,10,android/app/ActivityManager$RunningServiceInfo.FLAG_FOREGROUND,2,Android.App.ServiceInfoFlags,Foreground,remove,flags +E,10,android/app/ActivityManager$RunningServiceInfo.FLAG_PERSISTENT_PROCESS,8,Android.App.ServiceInfoFlags,PersistentProcess,remove,flags +E,10,android/app/ActivityManager$RunningServiceInfo.FLAG_STARTED,1,Android.App.ServiceInfoFlags,Started,remove,flags +E,10,android/app/ActivityManager$RunningServiceInfo.FLAG_SYSTEM_PROCESS,4,Android.App.ServiceInfoFlags,SystemProcess,remove,flags +E,23,android/app/ActivityManager.LOCK_TASK_MODE_LOCKED,1,Android.App.LockTaskMode,Locked,keep, +E,23,android/app/ActivityManager.LOCK_TASK_MODE_NONE,0,Android.App.LockTaskMode,None,keep, +E,23,android/app/ActivityManager.LOCK_TASK_MODE_PINNED,2,Android.App.LockTaskMode,Pinned,keep, +E,15,android/app/ActivityManager.MOVE_TASK_NO_USER_ACTION,2,Android.App.MoveTaskFlags,NoUserAction,keep,flags +E,15,android/app/ActivityManager.MOVE_TASK_WITH_HOME,1,Android.App.MoveTaskFlags,WithHome,keep,flags +E,15,android/app/ActivityManager.RECENT_IGNORE_UNAVAILABLE,2,Android.App.RecentTaskFlags,IgnoreUnavailable,keep,flags +E,10,android/app/ActivityManager.RECENT_WITH_EXCLUDED,1,Android.App.RecentTaskFlags,WithExcluded,keep,flags +E,15,android/app/admin/DeviceAdminInfo.USES_ENCRYPTED_STORAGE,7,Android.App.Admin.DeviceAdminUses,EncryptedStorage,remove, +E,15,android/app/admin/DeviceAdminInfo.USES_POLICY_DISABLE_CAMERA,8,Android.App.Admin.DeviceAdminUses,PolicyDisableCamera,remove, +E,17,android/app/admin/DeviceAdminInfo.USES_POLICY_DISABLE_KEYGUARD_FEATURES,9,Android.App.Admin.DeviceAdminUses,PolicyDisableKeyguardFeatures,remove, +E,15,android/app/admin/DeviceAdminInfo.USES_POLICY_EXPIRE_PASSWORD,6,Android.App.Admin.DeviceAdminUses,PolicyExpirePassword,remove, +E,10,android/app/admin/DeviceAdminInfo.USES_POLICY_FORCE_LOCK,3,Android.App.Admin.DeviceAdminUses,PolicyForceLock,remove, +E,10,android/app/admin/DeviceAdminInfo.USES_POLICY_LIMIT_PASSWORD,0,Android.App.Admin.DeviceAdminUses,PolicyLimitPassword,remove, +E,10,android/app/admin/DeviceAdminInfo.USES_POLICY_RESET_PASSWORD,2,Android.App.Admin.DeviceAdminUses,PolicyResetPassword,remove, +E,10,android/app/admin/DeviceAdminInfo.USES_POLICY_WATCH_LOGIN,1,Android.App.Admin.DeviceAdminUses,PolicyWatchLogin,remove, +E,10,android/app/admin/DeviceAdminInfo.USES_POLICY_WIPE_DATA,4,Android.App.Admin.DeviceAdminUses,PolicyWipeData,remove, +E,24,android/app/admin/DeviceAdminReceiver.BUGREPORT_FAILURE_FAILED_COMPLETING,0,Android.App.Admin.BugReportFailureReason,FailedCompleting,remove, +E,24,android/app/admin/DeviceAdminReceiver.BUGREPORT_FAILURE_FILE_NO_LONGER_AVAILABLE,1,Android.App.Admin.BugReportFailureReason,FileNoLongerAvailable,remove, +E,29,android/app/admin/DevicePolicyManager$InstallSystemUpdateCallback.UPDATE_ERROR_BATTERY_LOW,5,Android.App.Admin.UpdateErrorCode,BatteryLow,remove, +E,29,android/app/admin/DevicePolicyManager$InstallSystemUpdateCallback.UPDATE_ERROR_FILE_NOT_FOUND,4,Android.App.Admin.UpdateErrorCode,FileNotFound,remove, +E,29,android/app/admin/DevicePolicyManager$InstallSystemUpdateCallback.UPDATE_ERROR_INCORRECT_OS_VERSION,2,Android.App.Admin.UpdateErrorCode,IncorrectOsVersion,remove, +E,29,android/app/admin/DevicePolicyManager$InstallSystemUpdateCallback.UPDATE_ERROR_UNKNOWN,1,Android.App.Admin.UpdateErrorCode,Unknown,remove, +E,29,android/app/admin/DevicePolicyManager$InstallSystemUpdateCallback.UPDATE_ERROR_UPDATE_FILE_INVALID,3,Android.App.Admin.UpdateErrorCode,UpdateFileInvalid,remove, +E,15,android/app/admin/DevicePolicyManager.ENCRYPTION_STATUS_ACTIVATING,2,Android.App.Admin.EncryptionStatus,Activating,keep, +E,15,android/app/admin/DevicePolicyManager.ENCRYPTION_STATUS_ACTIVE,3,Android.App.Admin.EncryptionStatus,Active,keep, +E,23,android/app/admin/DevicePolicyManager.ENCRYPTION_STATUS_ACTIVE_DEFAULT_KEY,4,Android.App.Admin.EncryptionStatus,ActiveDefaultKey,keep, +E,24,android/app/admin/DevicePolicyManager.ENCRYPTION_STATUS_ACTIVE_PER_USER,5,Android.App.Admin.EncryptionStatus,ActivePerUser,keep, +E,15,android/app/admin/DevicePolicyManager.ENCRYPTION_STATUS_INACTIVE,1,Android.App.Admin.EncryptionStatus,Inactive,keep, +E,15,android/app/admin/DevicePolicyManager.ENCRYPTION_STATUS_UNSUPPORTED,0,Android.App.Admin.EncryptionStatus,Unsupported,keep, +A,0,,0,Android.App.Admin.DevicePolicyManagerFlags,None,remove, +E,26,android/app/admin/DevicePolicyManager.FLAG_EVICT_CREDENTIAL_ENCRYPTION_KEY,1,Android.App.Admin.DevicePolicyManagerFlags,EvictCredentialEncryptionKey,remove, +E,21,android/app/admin/DevicePolicyManager.FLAG_MANAGED_CAN_ACCESS_PARENT,2,Android.App.Admin.DevicePolicyManagerFlags,ManagedCanAccessParent,remove, +E,21,android/app/admin/DevicePolicyManager.FLAG_PARENT_CAN_ACCESS_MANAGED,1,Android.App.Admin.DevicePolicyManagerFlags,ParentCanAccessManaged,remove, +E,28,android/app/admin/DevicePolicyManager.ID_TYPE_BASE_INFO,1,Android.App.Admin.IdAttestationFlags,BaseInfo,remove, +E,28,android/app/admin/DevicePolicyManager.ID_TYPE_IMEI,4,Android.App.Admin.IdAttestationFlags,Imei,remove, +?,30,android/app/admin/DevicePolicyManager.ID_TYPE_INDIVIDUAL_ATTESTATION,16,,,, +E,28,android/app/admin/DevicePolicyManager.ID_TYPE_MEID,8,Android.App.Admin.IdAttestationFlags,Meid,remove, +E,28,android/app/admin/DevicePolicyManager.ID_TYPE_SERIAL,2,Android.App.Admin.IdAttestationFlags,Serial,remove, +E,28,android/app/admin/DevicePolicyManager.INSTALLKEY_REQUEST_CREDENTIALS_ACCESS,1,Android.App.Admin.InstallKeyFlags,RequestCredentialsAccess,remove, +E,28,android/app/admin/DevicePolicyManager.INSTALLKEY_SET_USER_SELECTABLE,2,Android.App.Admin.InstallKeyFlags,SetUserSelectable,remove, +E,28,android/app/admin/DevicePolicyManager.KEYGUARD_DISABLE_BIOMETRICS,416,Android.App.Admin.KeyguardDisable,Biometrics,remove, +E,28,android/app/admin/DevicePolicyManager.KEYGUARD_DISABLE_FACE,128,Android.App.Admin.KeyguardDisable,Face,remove, +E,17,android/app/admin/DevicePolicyManager.KEYGUARD_DISABLE_FEATURES_ALL,2147483647,Android.App.Admin.KeyguardDisable,FeaturesAll,remove, +E,17,android/app/admin/DevicePolicyManager.KEYGUARD_DISABLE_FEATURES_NONE,0,Android.App.Admin.KeyguardDisable,FeaturesNone,remove, +E,21,android/app/admin/DevicePolicyManager.KEYGUARD_DISABLE_FINGERPRINT,32,Android.App.Admin.KeyguardDisable,Fingerprint,remove, +E,28,android/app/admin/DevicePolicyManager.KEYGUARD_DISABLE_IRIS,256,Android.App.Admin.KeyguardDisable,Iris,remove, +E,24,android/app/admin/DevicePolicyManager.KEYGUARD_DISABLE_REMOTE_INPUT,64,Android.App.Admin.KeyguardDisable,RemoteInput,remove, +E,17,android/app/admin/DevicePolicyManager.KEYGUARD_DISABLE_SECURE_CAMERA,2,Android.App.Admin.KeyguardDisable,SecureCamera,remove, +E,21,android/app/admin/DevicePolicyManager.KEYGUARD_DISABLE_SECURE_NOTIFICATIONS,4,Android.App.Admin.KeyguardDisable,SecureNotifications,remove, +E,21,android/app/admin/DevicePolicyManager.KEYGUARD_DISABLE_TRUST_AGENTS,16,Android.App.Admin.KeyguardDisable,TrustAgents,remove, +E,21,android/app/admin/DevicePolicyManager.KEYGUARD_DISABLE_UNREDACTED_NOTIFICATIONS,8,Android.App.Admin.KeyguardDisable,UnredactedNotifications,remove, +E,17,android/app/admin/DevicePolicyManager.KEYGUARD_DISABLE_WIDGETS_ALL,1,Android.App.Admin.KeyguardDisable,WidgetsAll,remove, +A,0,,0,Android.App.Admin.UserManagementFlags,None,remove, +E,28,android/app/admin/DevicePolicyManager.LEAVE_ALL_SYSTEM_APPS_ENABLED,16,Android.App.Admin.UserManagementFlags,LeaveAllSystemAppsEnabled,remove, +?,30,android/app/admin/DevicePolicyManager.LOCK_TASK_FEATURE_BLOCK_ACTIVITY_START_IN_TASK,64,,,, +E,28,android/app/admin/DevicePolicyManager.LOCK_TASK_FEATURE_GLOBAL_ACTIONS,16,Android.App.Admin.LockTaskFeatures,GlobalActions,remove, +E,28,android/app/admin/DevicePolicyManager.LOCK_TASK_FEATURE_HOME,4,Android.App.Admin.LockTaskFeatures,Home,remove, +E,28,android/app/admin/DevicePolicyManager.LOCK_TASK_FEATURE_KEYGUARD,32,Android.App.Admin.LockTaskFeatures,Keyguard,remove, +E,28,android/app/admin/DevicePolicyManager.LOCK_TASK_FEATURE_NONE,0,Android.App.Admin.LockTaskFeatures,None,remove, +E,28,android/app/admin/DevicePolicyManager.LOCK_TASK_FEATURE_NOTIFICATIONS,2,Android.App.Admin.LockTaskFeatures,Notifications,remove, +E,28,android/app/admin/DevicePolicyManager.LOCK_TASK_FEATURE_OVERVIEW,8,Android.App.Admin.LockTaskFeatures,Overview,remove, +E,28,android/app/admin/DevicePolicyManager.LOCK_TASK_FEATURE_SYSTEM_INFO,1,Android.App.Admin.LockTaskFeatures,SystemInfo,remove, +E,28,android/app/admin/DevicePolicyManager.MAKE_USER_EPHEMERAL,2,Android.App.Admin.UserManagementFlags,MakeUserEphemeral,remove, +E,29,android/app/admin/DevicePolicyManager.PASSWORD_COMPLEXITY_HIGH,327680,Android.App.Admin.PasswordComplexity,High,remove, +E,29,android/app/admin/DevicePolicyManager.PASSWORD_COMPLEXITY_LOW,65536,Android.App.Admin.PasswordComplexity,Low,remove, +E,29,android/app/admin/DevicePolicyManager.PASSWORD_COMPLEXITY_MEDIUM,196608,Android.App.Admin.PasswordComplexity,Medium,remove, +E,29,android/app/admin/DevicePolicyManager.PASSWORD_COMPLEXITY_NONE,0,Android.App.Admin.PasswordComplexity,None,remove, +E,10,android/app/admin/DevicePolicyManager.PASSWORD_QUALITY_ALPHABETIC,262144,Android.App.Admin.PasswordQuality,Alphabetic,keep, +E,10,android/app/admin/DevicePolicyManager.PASSWORD_QUALITY_ALPHANUMERIC,327680,Android.App.Admin.PasswordQuality,Alphanumeric,keep, +E,15,android/app/admin/DevicePolicyManager.PASSWORD_QUALITY_BIOMETRIC_WEAK,32768,Android.App.Admin.PasswordQuality,BiometricWeak,keep, +E,15,android/app/admin/DevicePolicyManager.PASSWORD_QUALITY_COMPLEX,393216,Android.App.Admin.PasswordQuality,Complex,keep, +E,10,android/app/admin/DevicePolicyManager.PASSWORD_QUALITY_NUMERIC,131072,Android.App.Admin.PasswordQuality,Numeric,keep, +E,21,android/app/admin/DevicePolicyManager.PASSWORD_QUALITY_NUMERIC_COMPLEX,196608,Android.App.Admin.PasswordQuality,NumericComplex,keep, +E,10,android/app/admin/DevicePolicyManager.PASSWORD_QUALITY_SOMETHING,65536,Android.App.Admin.PasswordQuality,Something,keep, +E,10,android/app/admin/DevicePolicyManager.PASSWORD_QUALITY_UNSPECIFIED,0,Android.App.Admin.PasswordQuality,Unspecified,keep, +E,23,android/app/admin/DevicePolicyManager.PERMISSION_GRANT_STATE_DEFAULT,0,Android.App.Admin.PermissionGrantState,Default,keep, +E,23,android/app/admin/DevicePolicyManager.PERMISSION_GRANT_STATE_DENIED,2,Android.App.Admin.PermissionGrantState,Denied,keep, +E,23,android/app/admin/DevicePolicyManager.PERMISSION_GRANT_STATE_GRANTED,1,Android.App.Admin.PermissionGrantState,Granted,keep, +E,23,android/app/admin/DevicePolicyManager.PERMISSION_POLICY_AUTO_DENY,2,Android.App.Admin.PermissionPolicy,AutoDeny,keep, +E,23,android/app/admin/DevicePolicyManager.PERMISSION_POLICY_AUTO_GRANT,1,Android.App.Admin.PermissionPolicy,AutoGrant,keep, +E,23,android/app/admin/DevicePolicyManager.PERMISSION_POLICY_PROMPT,0,Android.App.Admin.PermissionPolicy,Prompt,keep, +A,0,,0,Android.App.Admin.DevicePolicyManagerPersonalAppsType,None,remove, +E,30,android/app/admin/DevicePolicyManager.PERSONAL_APPS_NOT_SUSPENDED,0,Android.App.Admin.DevicePolicyManagerPersonalAppsType,PersonalAppsNotSuspended,remove, +E,30,android/app/admin/DevicePolicyManager.PERSONAL_APPS_SUSPENDED_EXPLICITLY,1,Android.App.Admin.DevicePolicyManagerPersonalAppsType,PersonalAppsSuspendedExplicitly,remove, +E,30,android/app/admin/DevicePolicyManager.PERSONAL_APPS_SUSPENDED_PROFILE_TIMEOUT,2,Android.App.Admin.DevicePolicyManagerPersonalAppsType,PersonalAppsSuspendedProfileTimeout,remove, +E,29,android/app/admin/DevicePolicyManager.PRIVATE_DNS_MODE_OFF,1,Android.App.Admin.PrivateDnsMode,Off,remove, +E,29,android/app/admin/DevicePolicyManager.PRIVATE_DNS_MODE_OPPORTUNISTIC,2,Android.App.Admin.PrivateDnsMode,Opportunistic,remove, +E,29,android/app/admin/DevicePolicyManager.PRIVATE_DNS_MODE_PROVIDER_HOSTNAME,3,Android.App.Admin.PrivateDnsMode,ProviderHostname,remove, +E,29,android/app/admin/DevicePolicyManager.PRIVATE_DNS_MODE_UNKNOWN,0,Android.App.Admin.PrivateDnsMode,Unknown,remove, +E,29,android/app/admin/DevicePolicyManager.PRIVATE_DNS_SET_ERROR_FAILURE_SETTING,2,Android.App.Admin.PrivateDnsSet,ErrorFailureSetting,remove, +E,29,android/app/admin/DevicePolicyManager.PRIVATE_DNS_SET_ERROR_HOST_NOT_SERVING,1,Android.App.Admin.PrivateDnsSet,ErrorHostNotServing,remove, +E,29,android/app/admin/DevicePolicyManager.PRIVATE_DNS_SET_NO_ERROR,0,Android.App.Admin.PrivateDnsSet,NoError,remove, +?,29,android/app/admin/DevicePolicyManager.PROVISIONING_MODE_FULLY_MANAGED_DEVICE,1,,,, +?,29,android/app/admin/DevicePolicyManager.PROVISIONING_MODE_MANAGED_PROFILE,2,,,, +E,23,android/app/admin/DevicePolicyManager.RESET_PASSWORD_DO_NOT_ASK_CREDENTIALS_ON_BOOT,2,Android.App.Admin.ResetPasswordFlags,DoNotAskCredentialsOnBoot,remove,flags +E,10,android/app/admin/DevicePolicyManager.RESET_PASSWORD_REQUIRE_ENTRY,1,Android.App.Admin.ResetPasswordFlags,RequireEntry,remove,flags +E,24,android/app/admin/DevicePolicyManager.SKIP_SETUP_WIZARD,1,Android.App.Admin.UserManagementFlags,SkipSetupWizard,remove, +A,0,,0,Android.App.Admin.WipeDataFlags,None,remove,flags +E,28,android/app/admin/DevicePolicyManager.WIPE_EUICC,4,Android.App.Admin.WipeDataFlags,WipeEuicc,remove,flags +E,10,android/app/admin/DevicePolicyManager.WIPE_EXTERNAL_STORAGE,1,Android.App.Admin.WipeDataFlags,WipeExternalStorage,remove,flags +E,22,android/app/admin/DevicePolicyManager.WIPE_RESET_PROTECTION_DATA,2,Android.App.Admin.WipeDataFlags,WipeResetProtectionData,remove,flags +?,29,android/app/admin/DevicePolicyManager.WIPE_SILENTLY,8,,,, +E,28,android/app/admin/SecurityLog.LEVEL_ERROR,3,Android.App.Admin.SecurityLogLevel,Error,remove, +E,28,android/app/admin/SecurityLog.LEVEL_INFO,1,Android.App.Admin.SecurityLogLevel,Info,remove, +E,28,android/app/admin/SecurityLog.LEVEL_WARNING,2,Android.App.Admin.SecurityLogLevel,Warning,remove, +E,24,android/app/admin/SecurityLog.TAG_ADB_SHELL_CMD,210002,Android.App.Admin.SecurityLogTags,AdbShellCmd,remove, +E,24,android/app/admin/SecurityLog.TAG_ADB_SHELL_INTERACTIVE,210001,Android.App.Admin.SecurityLogTags,AdbShellInteractive,remove, +E,24,android/app/admin/SecurityLog.TAG_APP_PROCESS_START,210005,Android.App.Admin.SecurityLogTags,AppProcessStart,remove, +?,30,android/app/admin/SecurityLog.TAG_CAMERA_POLICY_SET,210034,,,, +E,28,android/app/admin/SecurityLog.TAG_CERT_AUTHORITY_INSTALLED,210029,Android.App.Admin.SecurityLogTags,CertAuthorityInstalled,remove, +E,28,android/app/admin/SecurityLog.TAG_CERT_AUTHORITY_REMOVED,210030,Android.App.Admin.SecurityLogTags,CertAuthorityRemoved,remove, +E,28,android/app/admin/SecurityLog.TAG_CERT_VALIDATION_FAILURE,210033,Android.App.Admin.SecurityLogTags,CertValidationFailure,remove, +E,28,android/app/admin/SecurityLog.TAG_CRYPTO_SELF_TEST_COMPLETED,210031,Android.App.Admin.SecurityLogTags,CryptoSelfTestCompleted,remove, +E,28,android/app/admin/SecurityLog.TAG_KEY_DESTRUCTION,210026,Android.App.Admin.SecurityLogTags,KeyDestruction,remove, +E,28,android/app/admin/SecurityLog.TAG_KEY_GENERATED,210024,Android.App.Admin.SecurityLogTags,KeyGenerated,remove, +E,28,android/app/admin/SecurityLog.TAG_KEY_IMPORT,210025,Android.App.Admin.SecurityLogTags,KeyImport,remove, +E,28,android/app/admin/SecurityLog.TAG_KEY_INTEGRITY_VIOLATION,210032,Android.App.Admin.SecurityLogTags,KeyIntegrityViolation,remove, +E,28,android/app/admin/SecurityLog.TAG_KEYGUARD_DISABLED_FEATURES_SET,210021,Android.App.Admin.SecurityLogTags,KeyguardDisabledFeaturesSet,remove, +E,24,android/app/admin/SecurityLog.TAG_KEYGUARD_DISMISS_AUTH_ATTEMPT,210007,Android.App.Admin.SecurityLogTags,KeyguardDismissAuthAttempt,remove, +E,24,android/app/admin/SecurityLog.TAG_KEYGUARD_DISMISSED,210006,Android.App.Admin.SecurityLogTags,KeyguardDismissed,remove, +E,24,android/app/admin/SecurityLog.TAG_KEYGUARD_SECURED,210008,Android.App.Admin.SecurityLogTags,KeyguardSecured,remove, +E,28,android/app/admin/SecurityLog.TAG_LOG_BUFFER_SIZE_CRITICAL,210015,Android.App.Admin.SecurityLogTags,LogBufferSizeCritical,remove, +E,28,android/app/admin/SecurityLog.TAG_LOGGING_STARTED,210011,Android.App.Admin.SecurityLogTags,LoggingStarted,remove, +E,28,android/app/admin/SecurityLog.TAG_LOGGING_STOPPED,210012,Android.App.Admin.SecurityLogTags,LoggingStopped,remove, +E,28,android/app/admin/SecurityLog.TAG_MAX_PASSWORD_ATTEMPTS_SET,210020,Android.App.Admin.SecurityLogTags,MaxPasswordAttemptsSet,remove, +E,28,android/app/admin/SecurityLog.TAG_MAX_SCREEN_LOCK_TIMEOUT_SET,210019,Android.App.Admin.SecurityLogTags,MaxScreenLockTimeoutSet,remove, +E,28,android/app/admin/SecurityLog.TAG_MEDIA_MOUNT,210013,Android.App.Admin.SecurityLogTags,MediaMount,remove, +E,28,android/app/admin/SecurityLog.TAG_MEDIA_UNMOUNT,210014,Android.App.Admin.SecurityLogTags,MediaUnmount,remove, +E,28,android/app/admin/SecurityLog.TAG_OS_SHUTDOWN,210010,Android.App.Admin.SecurityLogTags,OsShutdown,remove, +E,28,android/app/admin/SecurityLog.TAG_OS_STARTUP,210009,Android.App.Admin.SecurityLogTags,OsStartup,remove, +E,28,android/app/admin/SecurityLog.TAG_PASSWORD_COMPLEXITY_SET,210017,Android.App.Admin.SecurityLogTags,PasswordComplexitySet,remove, +E,28,android/app/admin/SecurityLog.TAG_PASSWORD_EXPIRATION_SET,210016,Android.App.Admin.SecurityLogTags,PasswordExpirationSet,remove, +E,28,android/app/admin/SecurityLog.TAG_PASSWORD_HISTORY_LENGTH_SET,210018,Android.App.Admin.SecurityLogTags,PasswordHistoryLengthSet,remove, +E,28,android/app/admin/SecurityLog.TAG_REMOTE_LOCK,210022,Android.App.Admin.SecurityLogTags,RemoteLock,remove, +E,24,android/app/admin/SecurityLog.TAG_SYNC_RECV_FILE,210003,Android.App.Admin.SecurityLogTags,SyncRecvFile,remove, +E,24,android/app/admin/SecurityLog.TAG_SYNC_SEND_FILE,210004,Android.App.Admin.SecurityLogTags,SyncSendFile,remove, +E,28,android/app/admin/SecurityLog.TAG_USER_RESTRICTION_ADDED,210027,Android.App.Admin.SecurityLogTags,UserRestrictionAdded,remove, +E,28,android/app/admin/SecurityLog.TAG_USER_RESTRICTION_REMOVED,210028,Android.App.Admin.SecurityLogTags,UserRestrictionRemoved,remove, +E,28,android/app/admin/SecurityLog.TAG_WIPE_FAILURE,210023,Android.App.Admin.SecurityLogTags,WipeFailure,remove, +E,26,android/app/admin/SystemUpdateInfo.SECURITY_PATCH_STATE_FALSE,1,Android.App.Admin.SecurityPatchStates,StateFalse,keep, +E,26,android/app/admin/SystemUpdateInfo.SECURITY_PATCH_STATE_TRUE,2,Android.App.Admin.SecurityPatchStates,StateTrue,keep, +E,26,android/app/admin/SystemUpdateInfo.SECURITY_PATCH_STATE_UNKNOWN,0,Android.App.Admin.SecurityPatchStates,StateUnknown,keep, +E,28,android/app/admin/SystemUpdatePolicy$ValidationFailedException.ERROR_COMBINED_FREEZE_PERIOD_TOO_CLOSE,6,Android.App.Admin.SystemUpdatePolicyErrorCode,CombinedFreezePeriodTooClose,remove, +E,28,android/app/admin/SystemUpdatePolicy$ValidationFailedException.ERROR_COMBINED_FREEZE_PERIOD_TOO_LONG,5,Android.App.Admin.SystemUpdatePolicyErrorCode,CombinedFreezePeriodTooLong,remove, +E,28,android/app/admin/SystemUpdatePolicy$ValidationFailedException.ERROR_DUPLICATE_OR_OVERLAP,2,Android.App.Admin.SystemUpdatePolicyErrorCode,DuplicateOrOverlap,remove, +E,28,android/app/admin/SystemUpdatePolicy$ValidationFailedException.ERROR_NEW_FREEZE_PERIOD_TOO_CLOSE,4,Android.App.Admin.SystemUpdatePolicyErrorCode,NewFreezePeriodTooClose,remove, +E,28,android/app/admin/SystemUpdatePolicy$ValidationFailedException.ERROR_NEW_FREEZE_PERIOD_TOO_LONG,3,Android.App.Admin.SystemUpdatePolicyErrorCode,NewFreezePeriodTooLong,remove, +E,28,android/app/admin/SystemUpdatePolicy$ValidationFailedException.ERROR_UNKNOWN,1,Android.App.Admin.SystemUpdatePolicyErrorCode,Unknown,remove, +E,23,android/app/admin/SystemUpdatePolicy.TYPE_INSTALL_AUTOMATIC,1,Android.App.Admin.SystemUpdatePolicyType,InstallAutomatic,keep, +E,23,android/app/admin/SystemUpdatePolicy.TYPE_INSTALL_WINDOWED,2,Android.App.Admin.SystemUpdatePolicyType,InstallWindowed,keep, +E,23,android/app/admin/SystemUpdatePolicy.TYPE_POSTPONE,3,Android.App.Admin.SystemUpdatePolicyType,Postpone,keep, +E,10,android/app/AlarmManager.ELAPSED_REALTIME,3,Android.App.AlarmType,ElapsedRealtime,keep, +E,10,android/app/AlarmManager.ELAPSED_REALTIME_WAKEUP,2,Android.App.AlarmType,ElapsedRealtimeWakeup,keep, +E,10,android/app/AlarmManager.RTC,1,Android.App.AlarmType,Rtc,keep, +E,10,android/app/AlarmManager.RTC_WAKEUP,0,Android.App.AlarmType,RtcWakeup,keep, +?,15,android/app/AlertDialog.THEME_DEVICE_DEFAULT_DARK,4,,,, +?,15,android/app/AlertDialog.THEME_DEVICE_DEFAULT_LIGHT,5,,,, +?,15,android/app/AlertDialog.THEME_HOLO_DARK,2,,,, +?,15,android/app/AlertDialog.THEME_HOLO_LIGHT,3,,,, +?,15,android/app/AlertDialog.THEME_TRADITIONAL,1,,,, +E,15,android/app/ApplicationErrorReport.TYPE_ANR,2,Android.App.ApplicationErrorReportType,Anr,remove, +E,15,android/app/ApplicationErrorReport.TYPE_BATTERY,3,Android.App.ApplicationErrorReportType,Battery,remove, +E,15,android/app/ApplicationErrorReport.TYPE_CRASH,1,Android.App.ApplicationErrorReportType,Crash,remove, +E,15,android/app/ApplicationErrorReport.TYPE_NONE,0,Android.App.ApplicationErrorReportType,None,remove, +E,15,android/app/ApplicationErrorReport.TYPE_RUNNING_SERVICE,5,Android.App.ApplicationErrorReportType,RunningService,remove, +E,30,android/app/ApplicationExitInfo.REASON_ANR,6,Android.App.ApplicationExitInfoReasonType,ReasonAnr,remove, +E,30,android/app/ApplicationExitInfo.REASON_CRASH,4,Android.App.ApplicationExitInfoReasonType,ReasonCrash,remove, +E,30,android/app/ApplicationExitInfo.REASON_CRASH_NATIVE,5,Android.App.ApplicationExitInfoReasonType,ReasonCrashNative,remove, +?,0,android/app/ApplicationExitInfo.REASON_DEPENDENCY_DIED,12,,,, +E,30,android/app/ApplicationExitInfo.REASON_EXCESSIVE_RESOURCE_USAGE,9,Android.App.ApplicationExitInfoReasonType,ReasonExcessiveResourceUsage,remove, +E,30,android/app/ApplicationExitInfo.REASON_EXIT_SELF,1,Android.App.ApplicationExitInfoReasonType,ReasonExitSelf,remove, +E,30,android/app/ApplicationExitInfo.REASON_INITIALIZATION_FAILURE,7,Android.App.ApplicationExitInfoReasonType,ReasonInitializationFailure,remove, +E,30,android/app/ApplicationExitInfo.REASON_LOW_MEMORY,3,Android.App.ApplicationExitInfoReasonType,ReasonLowMemory,remove, +E,30,android/app/ApplicationExitInfo.REASON_OTHER,10,Android.App.ApplicationExitInfoReasonType,ReasonOther,remove, +E,30,android/app/ApplicationExitInfo.REASON_PERMISSION_CHANGE,8,Android.App.ApplicationExitInfoReasonType,ReasonPermissionChange,remove, +E,30,android/app/ApplicationExitInfo.REASON_SIGNALED,2,Android.App.ApplicationExitInfoReasonType,ReasonSignaled,remove, +E,30,android/app/ApplicationExitInfo.REASON_UNKNOWN,0,Android.App.ApplicationExitInfoReasonType,ReasonUnknown,remove, +?,0,android/app/ApplicationExitInfo.REASON_USER_REQUESTED,10,,,, +?,0,android/app/ApplicationExitInfo.REASON_USER_STOPPED,11,,,, +E,19,android/app/AppOpsManager.MODE_ALLOWED,0,Android.App.AppOpsManagerMode,Allowed,remove, +E,21,android/app/AppOpsManager.MODE_DEFAULT,3,Android.App.AppOpsManagerMode,Default,remove, +E,19,android/app/AppOpsManager.MODE_ERRORED,2,Android.App.AppOpsManagerMode,Errored,remove, +E,29,android/app/AppOpsManager.MODE_FOREGROUND,4,Android.App.AppOpsManagerMode,Foreground,remove, +E,19,android/app/AppOpsManager.MODE_IGNORED,1,Android.App.AppOpsManagerMode,Ignored,remove, +E,29,android/app/AppOpsManager.WATCH_FOREGROUND_CHANGES,1,Android.App.WatchForeground,Changes,remove, +?,0,android/app/assist/AssistStructure$ViewNode.TEXT_COLOR_UNDEFINED,1,,,, +E,23,android/app/assist/AssistStructure$ViewNode.TEXT_STYLE_BOLD,1,Android.App.Assist.AssistTextStyle,Bold,keep, +E,23,android/app/assist/AssistStructure$ViewNode.TEXT_STYLE_ITALIC,2,Android.App.Assist.AssistTextStyle,Italic,keep, +E,23,android/app/assist/AssistStructure$ViewNode.TEXT_STYLE_STRIKE_THRU,8,Android.App.Assist.AssistTextStyle,StrikeThru,keep, +E,23,android/app/assist/AssistStructure$ViewNode.TEXT_STYLE_UNDERLINE,4,Android.App.Assist.AssistTextStyle,Underline,keep, +E,28,android/app/backup/BackupAgent.FLAG_CLIENT_SIDE_ENCRYPTION_ENABLED,1,Android.App.Backup.BackupTransportFlags,ClientSideEncryptionEnabled,remove, +E,28,android/app/backup/BackupAgent.FLAG_DEVICE_TO_DEVICE_TRANSFER,2,Android.App.Backup.BackupTransportFlags,DeviceToDeviceTransfer,remove, +E,15,android/app/backup/BackupAgent.TYPE_DIRECTORY,2,Android.App.Backup.BackupFileType,Directory,remove, +E,15,android/app/backup/BackupAgent.TYPE_FILE,1,Android.App.Backup.BackupFileType,File,remove, +E,15,android/app/DialogFragment.STYLE_NO_FRAME,2,Android.App.DialogFragmentStyle,NoFrame,keep, +E,15,android/app/DialogFragment.STYLE_NO_INPUT,3,Android.App.DialogFragmentStyle,NoInput,keep, +E,15,android/app/DialogFragment.STYLE_NO_TITLE,1,Android.App.DialogFragmentStyle,NoTitle,keep, +E,15,android/app/DialogFragment.STYLE_NORMAL,0,Android.App.DialogFragmentStyle,Normal,keep, +E,10,android/app/DownloadManager$Request.NETWORK_MOBILE,1,Android.App.DownloadNetwork,Mobile,remove, +E,10,android/app/DownloadManager$Request.NETWORK_WIFI,2,Android.App.DownloadNetwork,Wifi,remove, +E,15,android/app/DownloadManager$Request.VISIBILITY_HIDDEN,2,Android.App.DownloadVisibility,Hidden,remove, +E,15,android/app/DownloadManager$Request.VISIBILITY_VISIBLE,0,Android.App.DownloadVisibility,Visible,remove, +E,15,android/app/DownloadManager$Request.VISIBILITY_VISIBLE_NOTIFY_COMPLETED,1,Android.App.DownloadVisibility,VisibleNotifyCompleted,remove, +E,15,android/app/DownloadManager$Request.VISIBILITY_VISIBLE_NOTIFY_ONLY_COMPLETION,3,Android.App.DownloadVisibility,VisibleNotifyOnlyCompletion,remove, +E,10,android/app/DownloadManager.ERROR_CANNOT_RESUME,1008,Android.App.DownloadError,CannotResume,remove, +E,10,android/app/DownloadManager.ERROR_DEVICE_NOT_FOUND,1007,Android.App.DownloadError,DeviceNotFound,remove, +E,10,android/app/DownloadManager.ERROR_FILE_ALREADY_EXISTS,1009,Android.App.DownloadError,FileAlreadyExists,remove, +E,10,android/app/DownloadManager.ERROR_FILE_ERROR,1001,Android.App.DownloadError,FileError,remove, +E,10,android/app/DownloadManager.ERROR_HTTP_DATA_ERROR,1004,Android.App.DownloadError,HttpDataError,remove, +E,10,android/app/DownloadManager.ERROR_INSUFFICIENT_SPACE,1006,Android.App.DownloadError,InsufficientSpace,remove, +E,10,android/app/DownloadManager.ERROR_TOO_MANY_REDIRECTS,1005,Android.App.DownloadError,TooManyRedirects,remove, +E,10,android/app/DownloadManager.ERROR_UNHANDLED_HTTP_CODE,1002,Android.App.DownloadError,UnhandledHttpCode,remove, +E,10,android/app/DownloadManager.ERROR_UNKNOWN,1000,Android.App.DownloadError,Unknown,remove, +E,10,android/app/DownloadManager.PAUSED_QUEUED_FOR_WIFI,3,Android.App.DownloadPausedReason,QueuedForWifi,remove, +E,10,android/app/DownloadManager.PAUSED_UNKNOWN,4,Android.App.DownloadPausedReason,Unknown,remove, +E,10,android/app/DownloadManager.PAUSED_WAITING_FOR_NETWORK,2,Android.App.DownloadPausedReason,WaitingForNetwork,remove, +E,10,android/app/DownloadManager.PAUSED_WAITING_TO_RETRY,1,Android.App.DownloadPausedReason,WaitingToRetry,remove, +E,10,android/app/DownloadManager.STATUS_FAILED,16,Android.App.DownloadStatus,Failed,remove, +E,10,android/app/DownloadManager.STATUS_PAUSED,4,Android.App.DownloadStatus,Paused,remove, +E,10,android/app/DownloadManager.STATUS_PENDING,1,Android.App.DownloadStatus,Pending,remove, +E,10,android/app/DownloadManager.STATUS_RUNNING,2,Android.App.DownloadStatus,Running,remove, +E,10,android/app/DownloadManager.STATUS_SUCCESSFUL,8,Android.App.DownloadStatus,Successful,remove, +A,0,,0,Android.App.PopBackStackFlags,None,remove,flags +E,15,android/app/FragmentManager.POP_BACK_STACK_INCLUSIVE,1,Android.App.PopBackStackFlags,Inclusive,remove,flags +E,15,android/app/FragmentTransaction.TRANSIT_ENTER_MASK,4096,Android.App.FragmentTransit,EnterMask,keep, +E,15,android/app/FragmentTransaction.TRANSIT_EXIT_MASK,8192,Android.App.FragmentTransit,ExitMask,keep, +E,15,android/app/FragmentTransaction.TRANSIT_FRAGMENT_CLOSE,8194,Android.App.FragmentTransit,FragmentClose,keep, +E,15,android/app/FragmentTransaction.TRANSIT_FRAGMENT_FADE,4099,Android.App.FragmentTransit,FragmentFade,keep, +E,15,android/app/FragmentTransaction.TRANSIT_FRAGMENT_OPEN,4097,Android.App.FragmentTransit,FragmentOpen,keep, +E,15,android/app/FragmentTransaction.TRANSIT_NONE,0,Android.App.FragmentTransit,None,keep, +E,15,android/app/FragmentTransaction.TRANSIT_UNSET,-1,Android.App.FragmentTransit,Unset,keep, +A,0,,0,Android.App.Job.TriggerContentUriFlags,None,remove, +E,24,android/app/job/JobInfo$TriggerContentUri.FLAG_NOTIFY_FOR_DESCENDANTS,1,Android.App.Job.TriggerContentUriFlags,NotifyForDescendants,remove, +E,21,android/app/job/JobInfo.BACKOFF_POLICY_EXPONENTIAL,1,Android.App.Job.BackoffPolicy,Exponential,keep, +E,21,android/app/job/JobInfo.BACKOFF_POLICY_LINEAR,0,Android.App.Job.BackoffPolicy,Linear,keep, +?,28,android/app/job/JobInfo.NETWORK_BYTES_UNKNOWN,-1,,,, +E,21,android/app/job/JobInfo.NETWORK_TYPE_ANY,1,Android.App.Job.NetworkType,Any,keep, +E,28,android/app/job/JobInfo.NETWORK_TYPE_CELLULAR,4,Android.App.Job.NetworkType,Cellular,keep, +E,26,android/app/job/JobInfo.NETWORK_TYPE_METERED,4,Android.App.Job.NetworkType,Metered,keep, +E,21,android/app/job/JobInfo.NETWORK_TYPE_NONE,0,Android.App.Job.NetworkType,None,keep, +E,24,android/app/job/JobInfo.NETWORK_TYPE_NOT_ROAMING,3,Android.App.Job.NetworkType,NotRoaming,keep, +E,21,android/app/job/JobInfo.NETWORK_TYPE_UNMETERED,2,Android.App.Job.NetworkType,Unmetered,keep, +?,0,android/app/job/JobScheduler.RESULT_FAILURE,0,,,, +?,0,android/app/job/JobScheduler.RESULT_SUCCESS,1,,,, +E,28,android/app/Notification$Action.SEMANTIC_ACTION_ARCHIVE,5,Android.App.SemanticAction,Archive,remove, +E,28,android/app/Notification$Action.SEMANTIC_ACTION_CALL,10,Android.App.SemanticAction,Call,remove, +E,28,android/app/Notification$Action.SEMANTIC_ACTION_DELETE,4,Android.App.SemanticAction,Delete,remove, +E,28,android/app/Notification$Action.SEMANTIC_ACTION_MARK_AS_READ,2,Android.App.SemanticAction,MarkAsRead,remove, +E,28,android/app/Notification$Action.SEMANTIC_ACTION_MARK_AS_UNREAD,3,Android.App.SemanticAction,MarkAsUnread,remove, +E,28,android/app/Notification$Action.SEMANTIC_ACTION_MUTE,6,Android.App.SemanticAction,Mute,remove, +E,28,android/app/Notification$Action.SEMANTIC_ACTION_NONE,0,Android.App.SemanticAction,None,remove, +E,28,android/app/Notification$Action.SEMANTIC_ACTION_REPLY,1,Android.App.SemanticAction,Reply,remove, +E,28,android/app/Notification$Action.SEMANTIC_ACTION_THUMBS_DOWN,9,Android.App.SemanticAction,ThumbsDown,remove, +E,28,android/app/Notification$Action.SEMANTIC_ACTION_THUMBS_UP,8,Android.App.SemanticAction,ThumbsUp,remove, +E,28,android/app/Notification$Action.SEMANTIC_ACTION_UNMUTE,7,Android.App.SemanticAction,Unmute,remove, +?,0,android/app/Notification$MessagingStyle.MAXIMUM_RETAINED_MESSAGES,25,,,, +?,22,android/app/Notification$WearableExtender.SCREEN_TIMEOUT_LONG,-1,,,, +?,22,android/app/Notification$WearableExtender.SCREEN_TIMEOUT_SHORT,0,,,, +E,20,android/app/Notification$WearableExtender.SIZE_DEFAULT,0,Android.App.WearableSizePreset,Default,keep, +E,20,android/app/Notification$WearableExtender.SIZE_FULL_SCREEN,5,Android.App.WearableSizePreset,FullScreen,keep, +E,20,android/app/Notification$WearableExtender.SIZE_LARGE,4,Android.App.WearableSizePreset,Large,keep, +E,20,android/app/Notification$WearableExtender.SIZE_MEDIUM,3,Android.App.WearableSizePreset,Medium,keep, +E,20,android/app/Notification$WearableExtender.SIZE_SMALL,2,Android.App.WearableSizePreset,Small,keep, +E,20,android/app/Notification$WearableExtender.SIZE_XSMALL,1,Android.App.WearableSizePreset,Xsmall,keep, +?,0,android/app/Notification$WearableExtender.UNSET_ACTION_INDEX,-1,,,, +E,26,android/app/Notification.BADGE_ICON_LARGE,2,Android.App.NotificationBadgeIconType,Large,keep, +E,26,android/app/Notification.BADGE_ICON_NONE,0,Android.App.NotificationBadgeIconType,None,keep, +E,26,android/app/Notification.BADGE_ICON_SMALL,1,Android.App.NotificationBadgeIconType,Small,keep, +?,21,android/app/Notification.COLOR_DEFAULT,0,,,, +E,10,android/app/Notification.DEFAULT_ALL,-1,Android.App.NotificationDefaults,All,keep,flags +E,10,android/app/Notification.DEFAULT_LIGHTS,4,Android.App.NotificationDefaults,Lights,keep,flags +E,10,android/app/Notification.DEFAULT_SOUND,1,Android.App.NotificationDefaults,Sound,keep,flags +E,10,android/app/Notification.DEFAULT_VIBRATE,2,Android.App.NotificationDefaults,Vibrate,keep,flags +E,10,android/app/Notification.FLAG_AUTO_CANCEL,16,Android.App.NotificationFlags,AutoCancel,keep,flags +E,29,android/app/Notification.FLAG_BUBBLE,4096,Android.App.NotificationFlags,Bubble,keep,flags +E,10,android/app/Notification.FLAG_FOREGROUND_SERVICE,64,Android.App.NotificationFlags,ForegroundService,keep,flags +E,20,android/app/Notification.FLAG_GROUP_SUMMARY,512,Android.App.NotificationFlags,GroupSummary,keep,flags +E,15,android/app/Notification.FLAG_HIGH_PRIORITY,128,Android.App.NotificationFlags,HighPriority,keep,flags +E,10,android/app/Notification.FLAG_INSISTENT,4,Android.App.NotificationFlags,Insistent,keep,flags +E,20,android/app/Notification.FLAG_LOCAL_ONLY,256,Android.App.NotificationFlags,LocalOnly,keep,flags +E,10,android/app/Notification.FLAG_NO_CLEAR,32,Android.App.NotificationFlags,NoClear,keep,flags +E,10,android/app/Notification.FLAG_ONGOING_EVENT,2,Android.App.NotificationFlags,OngoingEvent,keep,flags +E,10,android/app/Notification.FLAG_ONLY_ALERT_ONCE,8,Android.App.NotificationFlags,OnlyAlertOnce,keep,flags +E,10,android/app/Notification.FLAG_SHOW_LIGHTS,1,Android.App.NotificationFlags,ShowLights,keep,flags +E,26,android/app/Notification.GROUP_ALERT_ALL,0,Android.App.NotificationGroupAlertBehavior,All,keep, +E,26,android/app/Notification.GROUP_ALERT_CHILDREN,2,Android.App.NotificationGroupAlertBehavior,Children,keep, +E,26,android/app/Notification.GROUP_ALERT_SUMMARY,1,Android.App.NotificationGroupAlertBehavior,Summary,keep, +E,16,android/app/Notification.PRIORITY_DEFAULT,0,Android.App.NotificationPriority,Default,remove, +E,16,android/app/Notification.PRIORITY_HIGH,1,Android.App.NotificationPriority,High,remove, +E,16,android/app/Notification.PRIORITY_LOW,-1,Android.App.NotificationPriority,Low,remove, +E,16,android/app/Notification.PRIORITY_MAX,2,Android.App.NotificationPriority,Max,remove, +E,16,android/app/Notification.PRIORITY_MIN,-2,Android.App.NotificationPriority,Min,remove, +E,1,android/app/Notification.STREAM_DEFAULT,-1,Android.Media.Stream,NotificationDefault,keep, +E,21,android/app/Notification.VISIBILITY_PRIVATE,0,Android.App.NotificationVisibility,Private,keep, +E,21,android/app/Notification.VISIBILITY_PUBLIC,1,Android.App.NotificationVisibility,Public,keep, +E,21,android/app/Notification.VISIBILITY_SECRET,-1,Android.App.NotificationVisibility,Secret,keep, +?,30,android/app/NotificationManager$Policy.CONVERSATION_SENDERS_ANYONE,1,,,, +?,30,android/app/NotificationManager$Policy.CONVERSATION_SENDERS_IMPORTANT,2,,,, +?,30,android/app/NotificationManager$Policy.CONVERSATION_SENDERS_NONE,3,,,, +E,28,android/app/NotificationManager$Policy.PRIORITY_CATEGORY_ALARMS,32,Android.App.NotificationPriorityCategory,Alarms,keep, +E,23,android/app/NotificationManager$Policy.PRIORITY_CATEGORY_CALLS,8,Android.App.NotificationPriorityCategory,Calls,keep, +?,30,android/app/NotificationManager$Policy.PRIORITY_CATEGORY_CONVERSATIONS,256,,,, +E,23,android/app/NotificationManager$Policy.PRIORITY_CATEGORY_EVENTS,2,Android.App.NotificationPriorityCategory,Events,keep, +E,28,android/app/NotificationManager$Policy.PRIORITY_CATEGORY_MEDIA,64,Android.App.NotificationPriorityCategory,Media,keep, +E,23,android/app/NotificationManager$Policy.PRIORITY_CATEGORY_MESSAGES,4,Android.App.NotificationPriorityCategory,Messages,keep, +E,23,android/app/NotificationManager$Policy.PRIORITY_CATEGORY_REMINDERS,1,Android.App.NotificationPriorityCategory,Reminders,keep, +E,23,android/app/NotificationManager$Policy.PRIORITY_CATEGORY_REPEAT_CALLERS,16,Android.App.NotificationPriorityCategory,RepeatCallers,keep, +E,28,android/app/NotificationManager$Policy.PRIORITY_CATEGORY_SYSTEM,128,Android.App.NotificationPriorityCategory,System,keep, +E,23,android/app/NotificationManager$Policy.PRIORITY_SENDERS_ANY,0,Android.App.NotificationPrioritySenders,Any,keep, +E,23,android/app/NotificationManager$Policy.PRIORITY_SENDERS_CONTACTS,1,Android.App.NotificationPrioritySenders,Contacts,keep, +E,23,android/app/NotificationManager$Policy.PRIORITY_SENDERS_STARRED,2,Android.App.NotificationPrioritySenders,Starred,keep, +E,28,android/app/NotificationManager$Policy.SUPPRESSED_EFFECT_AMBIENT,128,Android.App.SuppressedEffects,Ambient,remove, +E,28,android/app/NotificationManager$Policy.SUPPRESSED_EFFECT_BADGE,64,Android.App.SuppressedEffects,Badge,remove, +E,28,android/app/NotificationManager$Policy.SUPPRESSED_EFFECT_FULL_SCREEN_INTENT,4,Android.App.SuppressedEffects,FullScreenIntent,remove, +E,28,android/app/NotificationManager$Policy.SUPPRESSED_EFFECT_LIGHTS,8,Android.App.SuppressedEffects,Lights,remove, +E,28,android/app/NotificationManager$Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST,256,Android.App.SuppressedEffects,NotificationList,remove, +E,28,android/app/NotificationManager$Policy.SUPPRESSED_EFFECT_PEEK,16,Android.App.SuppressedEffects,Peek,remove, +E,24,android/app/NotificationManager$Policy.SUPPRESSED_EFFECT_SCREEN_OFF,1,Android.App.SuppressedEffects,ScreenOff,remove, +E,24,android/app/NotificationManager$Policy.SUPPRESSED_EFFECT_SCREEN_ON,2,Android.App.SuppressedEffects,ScreenOn,remove, +E,28,android/app/NotificationManager$Policy.SUPPRESSED_EFFECT_STATUS_BAR,32,Android.App.SuppressedEffects,StatusBar,remove, +?,30,android/app/NotificationManager.AUTOMATIC_RULE_STATUS_DISABLED,2,,,, +?,30,android/app/NotificationManager.AUTOMATIC_RULE_STATUS_ENABLED,1,,,, +?,30,android/app/NotificationManager.AUTOMATIC_RULE_STATUS_REMOVED,3,,,, +?,30,android/app/NotificationManager.AUTOMATIC_RULE_STATUS_UNKNOWN,-1,,,, +E,24,android/app/NotificationManager.IMPORTANCE_DEFAULT,3,Android.App.NotificationImportance,Default,remove, +E,24,android/app/NotificationManager.IMPORTANCE_HIGH,4,Android.App.NotificationImportance,High,remove, +E,24,android/app/NotificationManager.IMPORTANCE_LOW,2,Android.App.NotificationImportance,Low,remove, +E,24,android/app/NotificationManager.IMPORTANCE_MAX,5,Android.App.NotificationImportance,Max,remove, +E,24,android/app/NotificationManager.IMPORTANCE_MIN,1,Android.App.NotificationImportance,Min,remove, +E,24,android/app/NotificationManager.IMPORTANCE_NONE,0,Android.App.NotificationImportance,None,remove, +E,24,android/app/NotificationManager.IMPORTANCE_UNSPECIFIED,-1000,Android.App.NotificationImportance,Unspecified,remove, +E,23,android/app/NotificationManager.INTERRUPTION_FILTER_ALARMS,4,Android.App.InterruptionFilter,Alarms,keep, +E,23,android/app/NotificationManager.INTERRUPTION_FILTER_ALL,1,Android.App.InterruptionFilter,All,keep, +E,23,android/app/NotificationManager.INTERRUPTION_FILTER_NONE,3,Android.App.InterruptionFilter,None,keep, +E,23,android/app/NotificationManager.INTERRUPTION_FILTER_PRIORITY,2,Android.App.InterruptionFilter,Priority,keep, +E,23,android/app/NotificationManager.INTERRUPTION_FILTER_UNKNOWN,0,Android.App.InterruptionFilter,Unknown,keep, +E,10,android/app/PendingIntent.FLAG_CANCEL_CURRENT,268435456,Android.App.PendingIntentFlags,CancelCurrent,keep,flags +E,23,android/app/PendingIntent.FLAG_IMMUTABLE,67108864,Android.App.PendingIntentFlags,Immutable,keep,flags +E,10,android/app/PendingIntent.FLAG_NO_CREATE,536870912,Android.App.PendingIntentFlags,NoCreate,keep,flags +E,10,android/app/PendingIntent.FLAG_ONE_SHOT,1073741824,Android.App.PendingIntentFlags,OneShot,keep,flags +E,10,android/app/PendingIntent.FLAG_UPDATE_CURRENT,134217728,Android.App.PendingIntentFlags,UpdateCurrent,keep,flags +E,30,android/app/Policy.CONVERSATION_SENDERS_ANYONE,1,Android.App.PolicyConversationSendersType,ConversationSendersAnyone,remove, +E,30,android/app/Policy.CONVERSATION_SENDERS_IMPORTANT,2,Android.App.PolicyConversationSendersType,ConversationSendersImportant,remove, +E,30,android/app/Policy.CONVERSATION_SENDERS_NONE,3,Android.App.PolicyConversationSendersType,ConversationSendersNone,remove, +E,23,android/app/Policy.PRIORITY_SENDERS_ANY,0,Android.App.PolicyPrioritySendersType,PrioritySendersAny,remove, +E,23,android/app/Policy.PRIORITY_SENDERS_CONTACTS,1,Android.App.PolicyPrioritySendersType,PrioritySendersContacts,remove, +E,23,android/app/Policy.PRIORITY_SENDERS_STARRED,2,Android.App.PolicyPrioritySendersType,PrioritySendersStarred,remove, +E,10,android/app/ProgressDialog.STYLE_HORIZONTAL,1,Android.App.ProgressDialogStyle,Horizontal,keep, +E,10,android/app/ProgressDialog.STYLE_SPINNER,0,Android.App.ProgressDialogStyle,Spinner,keep, +E,29,android/app/RemoteInput.EDIT_CHOICES_BEFORE_SENDING_AUTO,0,Android.App.EditChoices,BeforeSendingAuto,remove, +E,29,android/app/RemoteInput.EDIT_CHOICES_BEFORE_SENDING_DISABLED,1,Android.App.EditChoices,BeforeSendingDisabled,remove, +E,29,android/app/RemoteInput.EDIT_CHOICES_BEFORE_SENDING_ENABLED,2,Android.App.EditChoices,BeforeSendingEnabled,remove, +E,28,android/app/RemoteInput.SOURCE_CHOICE,1,Android.App.RemoteInputSource,Choice,remove, +E,28,android/app/RemoteInput.SOURCE_FREE_FORM_INPUT,0,Android.App.RemoteInputSource,FreeFormInput,remove, +E,26,android/app/RunningAppProcessInfo.IMPORTANCE_CACHED,400,Android.App.RunningAppProcessInfoImportanceType,ImportanceCached,remove, +E,28,android/app/RunningAppProcessInfo.IMPORTANCE_CANT_SAVE_STATE,350,Android.App.RunningAppProcessInfoImportanceType,ImportanceCantSaveState,remove, +E,3,android/app/RunningAppProcessInfo.IMPORTANCE_FOREGROUND,100,Android.App.RunningAppProcessInfoImportanceType,ImportanceForeground,remove, +E,23,android/app/RunningAppProcessInfo.IMPORTANCE_FOREGROUND_SERVICE,125,Android.App.RunningAppProcessInfoImportanceType,ImportanceForegroundService,remove, +E,21,android/app/RunningAppProcessInfo.IMPORTANCE_GONE,1000,Android.App.RunningAppProcessInfoImportanceType,ImportanceGone,remove, +E,9,android/app/RunningAppProcessInfo.IMPORTANCE_PERCEPTIBLE,230,Android.App.RunningAppProcessInfoImportanceType,ImportancePerceptible,remove, +E,3,android/app/RunningAppProcessInfo.IMPORTANCE_SERVICE,300,Android.App.RunningAppProcessInfoImportanceType,ImportanceService,remove, +E,23,android/app/RunningAppProcessInfo.IMPORTANCE_TOP_SLEEPING,325,Android.App.RunningAppProcessInfoImportanceType,ImportanceTopSleeping,remove, +E,3,android/app/RunningAppProcessInfo.IMPORTANCE_VISIBLE,200,Android.App.RunningAppProcessInfoImportanceType,ImportanceVisible,remove, +?,15,android/app/SearchManager.FLAG_QUERY_REFINEMENT,1,,,, +?,0,android/app/SearchManager.MENU_KEYCODE,47,,,, +E,10,android/app/Service.START_CONTINUATION_MASK,15,Android.App.StartCommandResult,ContinuationMask,keep,flags +E,10,android/app/Service.START_FLAG_REDELIVERY,1,Android.App.StartCommandFlags,Redelivery,keep,flags +E,10,android/app/Service.START_FLAG_RETRY,2,Android.App.StartCommandFlags,Retry,keep,flags +E,10,android/app/Service.START_NOT_STICKY,2,Android.App.StartCommandResult,NotSticky,keep,flags +E,10,android/app/Service.START_REDELIVER_INTENT,3,Android.App.StartCommandResult,RedeliverIntent,keep,flags +E,10,android/app/Service.START_STICKY,1,Android.App.StartCommandResult,Sticky,keep,flags +E,10,android/app/Service.START_STICKY_COMPATIBILITY,0,Android.App.StartCommandResult,StickyCompatibility,keep,flags +E,24,android/app/Service.STOP_FOREGROUND_DETACH,2,Android.App.StopForegroundFlags,Detach,remove, +E,24,android/app/Service.STOP_FOREGROUND_REMOVE,1,Android.App.StopForegroundFlags,Remove,remove, +A,0,,0,Android.App.UiAutomationFlags,None,remove, +E,24,android/app/UiAutomation.FLAG_DONT_SUPPRESS_ACCESSIBILITY_SERVICES,1,Android.App.UiAutomationFlags,DontSuppressAccessibilityServices,remove, +E,18,android/app/UiAutomation.ROTATION_FREEZE_0,0,Android.App.UiAutomationRotation,Freeze0,remove, +E,18,android/app/UiAutomation.ROTATION_FREEZE_180,2,Android.App.UiAutomationRotation,Freeze180,remove, +E,18,android/app/UiAutomation.ROTATION_FREEZE_270,3,Android.App.UiAutomationRotation,Freeze270,remove, +E,18,android/app/UiAutomation.ROTATION_FREEZE_90,1,Android.App.UiAutomationRotation,Freeze90,remove, +E,18,android/app/UiAutomation.ROTATION_FREEZE_CURRENT,-1,Android.App.UiAutomationRotation,FreezeCurrent,remove, +E,18,android/app/UiAutomation.ROTATION_UNFREEZE,-2,Android.App.UiAutomationRotation,Unfreeze,remove, +A,0,,0,Android.App.DisableCarModeFlags,None,remove,flags +E,10,android/app/UiModeManager.DISABLE_CAR_MODE_GO_HOME,1,Android.App.DisableCarModeFlags,GoHome,remove,flags +A,0,,0,Android.App.EnableCarModeFlags,None,remove,flags +E,21,android/app/UiModeManager.ENABLE_CAR_MODE_ALLOW_SLEEP,2,Android.App.EnableCarModeFlags,AllowSleep,remove,flags +E,10,android/app/UiModeManager.ENABLE_CAR_MODE_GO_CAR_HOME,1,Android.App.EnableCarModeFlags,GoCarHome,remove,flags +E,10,android/app/UiModeManager.MODE_NIGHT_AUTO,0,Android.App.UiNightMode,Auto,remove, +?,30,android/app/UiModeManager.MODE_NIGHT_CUSTOM,3,,,, +E,10,android/app/UiModeManager.MODE_NIGHT_NO,1,Android.App.UiNightMode,No,remove, +E,10,android/app/UiModeManager.MODE_NIGHT_YES,2,Android.App.UiNightMode,Yes,remove, +E,28,android/app/usage/NetworkStats$Bucket.DEFAULT_NETWORK_ALL,-1,Android.App.Usage.NetworkStatsDefault,All,remove, +E,28,android/app/usage/NetworkStats$Bucket.DEFAULT_NETWORK_NO,1,Android.App.Usage.NetworkStatsDefault,No,remove, +E,28,android/app/usage/NetworkStats$Bucket.DEFAULT_NETWORK_YES,2,Android.App.Usage.NetworkStatsDefault,Yes,remove, +E,26,android/app/usage/NetworkStats$Bucket.METERED_ALL,-1,Android.App.Usage.MeteredStates,All,keep, +E,26,android/app/usage/NetworkStats$Bucket.METERED_NO,1,Android.App.Usage.MeteredStates,No,keep, +E,26,android/app/usage/NetworkStats$Bucket.METERED_YES,2,Android.App.Usage.MeteredStates,Yes,keep, +E,24,android/app/usage/NetworkStats$Bucket.ROAMING_ALL,-1,Android.App.Usage.NetworkUsageRoaming,All,remove, +E,24,android/app/usage/NetworkStats$Bucket.ROAMING_NO,1,Android.App.Usage.NetworkUsageRoaming,No,remove, +E,24,android/app/usage/NetworkStats$Bucket.ROAMING_YES,2,Android.App.Usage.NetworkUsageRoaming,Yes,remove, +E,23,android/app/usage/NetworkStats$Bucket.STATE_ALL,-1,Android.App.Usage.NetworkUsageState,All,keep, +E,23,android/app/usage/NetworkStats$Bucket.STATE_DEFAULT,1,Android.App.Usage.NetworkUsageState,Default,keep, +E,23,android/app/usage/NetworkStats$Bucket.STATE_FOREGROUND,2,Android.App.Usage.NetworkUsageState,Foreground,keep, +?,24,android/app/usage/NetworkStats$Bucket.TAG_NONE,0,,,, +?,0,android/app/usage/NetworkStats$Bucket.UID_ALL,-1,,,, +?,0,android/app/usage/NetworkStats$Bucket.UID_REMOVED,-4,,,, +?,0,android/app/usage/NetworkStats$Bucket.UID_TETHERING,-5,,,, +E,29,android/app/usage/UsageEvents$Event.ACTIVITY_PAUSED,2,Android.App.Usage.UsageEventType,ActivityPaused,keep, +E,29,android/app/usage/UsageEvents$Event.ACTIVITY_RESUMED,1,Android.App.Usage.UsageEventType,ActivityResumed,keep, +E,29,android/app/usage/UsageEvents$Event.ACTIVITY_STOPPED,23,Android.App.Usage.UsageEventType,ActivityStopped,keep, +E,21,android/app/usage/UsageEvents$Event.CONFIGURATION_CHANGE,5,Android.App.Usage.UsageEventType,ConfigurationChange,keep, +E,29,android/app/usage/UsageEvents$Event.DEVICE_SHUTDOWN,26,Android.App.Usage.UsageEventType,DeviceShutdown,keep, +E,29,android/app/usage/UsageEvents$Event.DEVICE_STARTUP,27,Android.App.Usage.UsageEventType,DeviceStartup,keep, +E,29,android/app/usage/UsageEvents$Event.FOREGROUND_SERVICE_START,19,Android.App.Usage.UsageEventType,ForegroundServiceStart,keep, +E,29,android/app/usage/UsageEvents$Event.FOREGROUND_SERVICE_STOP,20,Android.App.Usage.UsageEventType,ForegroundServiceStop,keep, +E,28,android/app/usage/UsageEvents$Event.KEYGUARD_HIDDEN,18,Android.App.Usage.UsageEventType,KeyguardHidden,keep, +E,28,android/app/usage/UsageEvents$Event.KEYGUARD_SHOWN,17,Android.App.Usage.UsageEventType,KeyguardShown,keep, +E,21,android/app/usage/UsageEvents$Event.MOVE_TO_BACKGROUND,2,Android.App.Usage.UsageEventType,MoveToBackground,keep, +E,21,android/app/usage/UsageEvents$Event.MOVE_TO_FOREGROUND,1,Android.App.Usage.UsageEventType,MoveToForeground,keep, +E,21,android/app/usage/UsageEvents$Event.NONE,0,Android.App.Usage.UsageEventType,None,keep, +E,28,android/app/usage/UsageEvents$Event.SCREEN_INTERACTIVE,15,Android.App.Usage.UsageEventType,ScreenInteractive,keep, +E,28,android/app/usage/UsageEvents$Event.SCREEN_NON_INTERACTIVE,16,Android.App.Usage.UsageEventType,ScreenNonInteractive,keep, +E,25,android/app/usage/UsageEvents$Event.SHORTCUT_INVOCATION,8,Android.App.Usage.UsageEventType,ShortcutInvocation,keep, +E,28,android/app/usage/UsageEvents$Event.STANDBY_BUCKET_CHANGED,11,Android.App.Usage.UsageEventType,StandbyBucketChanged,keep, +E,23,android/app/usage/UsageEvents$Event.USER_INTERACTION,7,Android.App.Usage.UsageEventType,UserInteraction,keep, +E,21,android/app/usage/UsageStatsManager.INTERVAL_BEST,4,Android.App.Usage.UsageStatsInterval,Best,keep, +E,21,android/app/usage/UsageStatsManager.INTERVAL_DAILY,0,Android.App.Usage.UsageStatsInterval,Daily,keep, +E,21,android/app/usage/UsageStatsManager.INTERVAL_MONTHLY,2,Android.App.Usage.UsageStatsInterval,Monthly,keep, +E,21,android/app/usage/UsageStatsManager.INTERVAL_WEEKLY,1,Android.App.Usage.UsageStatsInterval,Weekly,keep, +E,21,android/app/usage/UsageStatsManager.INTERVAL_YEARLY,3,Android.App.Usage.UsageStatsInterval,Yearly,keep, +E,28,android/app/usage/UsageStatsManager.STANDBY_BUCKET_ACTIVE,10,Android.App.Usage.StandbyBucket,Active,remove, +E,28,android/app/usage/UsageStatsManager.STANDBY_BUCKET_FREQUENT,30,Android.App.Usage.StandbyBucket,Frequent,remove, +E,28,android/app/usage/UsageStatsManager.STANDBY_BUCKET_RARE,40,Android.App.Usage.StandbyBucket,Rare,remove, +?,30,android/app/usage/UsageStatsManager.STANDBY_BUCKET_RESTRICTED,45,,,, +E,28,android/app/usage/UsageStatsManager.STANDBY_BUCKET_WORKING_SET,20,Android.App.Usage.StandbyBucket,WorkingSet,remove, +E,24,android/app/WallpaperManager.FLAG_LOCK,2,Android.App.WallpaperManagerFlags,Lock,remove, +E,24,android/app/WallpaperManager.FLAG_SYSTEM,1,Android.App.WallpaperManagerFlags,System,remove, +?,0,android/appwidget/AppWidgetManager.INVALID_APPWIDGET_ID,0,,,, +E,15,android/appwidget/AppWidgetProviderInfo.RESIZE_BOTH,3,Android.Appwidget.ResizeMode,Both,keep, +E,15,android/appwidget/AppWidgetProviderInfo.RESIZE_HORIZONTAL,1,Android.Appwidget.ResizeMode,Horizontal,keep, +E,15,android/appwidget/AppWidgetProviderInfo.RESIZE_NONE,0,Android.Appwidget.ResizeMode,None,keep, +E,15,android/appwidget/AppWidgetProviderInfo.RESIZE_VERTICAL,2,Android.Appwidget.ResizeMode,Vertical,keep, +E,17,android/appwidget/AppWidgetProviderInfo.WIDGET_CATEGORY_HOME_SCREEN,1,Android.Appwidget.AppWidgetCategory,HomeScreen,remove, +E,17,android/appwidget/AppWidgetProviderInfo.WIDGET_CATEGORY_KEYGUARD,2,Android.Appwidget.AppWidgetCategory,Keyguard,remove, +E,21,android/appwidget/AppWidgetProviderInfo.WIDGET_CATEGORY_SEARCHBOX,4,Android.Appwidget.AppWidgetCategory,Searchbox,remove, +E,28,android/appwidget/AppWidgetProviderInfo.WIDGET_FEATURE_HIDE_FROM_PICKER,2,Android.Appwidget.WidgetFeatures,HideFromPicker,remove, +E,28,android/appwidget/AppWidgetProviderInfo.WIDGET_FEATURE_RECONFIGURABLE,1,Android.Appwidget.WidgetFeatures,Reconfigurable,remove, +E,15,android/bluetooth/BluetoothA2dp.STATE_NOT_PLAYING,11,Android.Bluetooth.A2dpState,NotPlaying,remove, +E,15,android/bluetooth/BluetoothA2dp.STATE_PLAYING,10,Android.Bluetooth.A2dpState,Playing,remove, +?,0,android/bluetooth/BluetoothAdapter.ERROR,-2147483648,,,, +E,10,android/bluetooth/BluetoothAdapter.SCAN_MODE_CONNECTABLE,21,Android.Bluetooth.ScanMode,Connectable,keep, +E,10,android/bluetooth/BluetoothAdapter.SCAN_MODE_CONNECTABLE_DISCOVERABLE,23,Android.Bluetooth.ScanMode,ConnectableDiscoverable,keep, +E,10,android/bluetooth/BluetoothAdapter.SCAN_MODE_NONE,20,Android.Bluetooth.ScanMode,None,keep, +E,15,android/bluetooth/BluetoothAdapter.STATE_CONNECTED,2,Android.Bluetooth.State,Connected,keep, +E,15,android/bluetooth/BluetoothAdapter.STATE_CONNECTING,1,Android.Bluetooth.State,Connecting,keep, +E,15,android/bluetooth/BluetoothAdapter.STATE_DISCONNECTED,0,Android.Bluetooth.State,Disconnected,keep, +E,15,android/bluetooth/BluetoothAdapter.STATE_DISCONNECTING,3,Android.Bluetooth.State,Disconnecting,keep, +E,10,android/bluetooth/BluetoothAdapter.STATE_OFF,10,Android.Bluetooth.State,Off,keep, +E,10,android/bluetooth/BluetoothAdapter.STATE_ON,12,Android.Bluetooth.State,On,keep, +E,10,android/bluetooth/BluetoothAdapter.STATE_TURNING_OFF,13,Android.Bluetooth.State,TurningOff,keep, +E,10,android/bluetooth/BluetoothAdapter.STATE_TURNING_ON,11,Android.Bluetooth.State,TurningOn,keep, +?,19,android/bluetooth/BluetoothAssignedNumbers.A_AND_D_ENGINEERING,105,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.A_AND_R_CAMBRIDGE,124,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.AAMP_OF_AMERICA,190,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.ACCEL_SEMICONDUCTOR,74,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.ACE_SENSOR,188,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.ADIDAS,195,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.ADVANCED_PANMOBIL_SYSTEMS,145,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.AIROHA_TECHNOLOGY,148,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.ALCATEL,36,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.ALPWISE,154,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.AMICCOM_ELECTRONICS,192,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.APLIX,189,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.APPLE,76,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.APT_LICENSING,79,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.ARCHOS,207,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.ARP_DEVICES,168,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.ATHEROS_COMMUNICATIONS,69,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.ATMEL,19,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.AUSTCO_COMMUNICATION_SYSTEMS,213,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.AUTONET_MOBILE,127,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.AVAGO,78,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.AVM_BERLIN,31,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.BAND_XI_INTERNATIONAL,100,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.BANDSPEED,32,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.BDE_TECHNOLOGY,180,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.BEATS_ELECTRONICS,204,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.BEAUTIFUL_ENTERPRISE,108,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.BEKEY,178,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.BELKIN_INTERNATIONAL,92,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.BINAURIC,203,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.BIOSENTRONICS,219,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.BLUEGIGA,71,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.BLUERADIOS,133,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.BLUETOOTH_SIG,63,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.BLUETREK_TECHNOLOGIES,151,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.BOSE,158,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.BRIARTEK,109,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.BROADCOM,15,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.C_TECHNOLOGIES,38,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.CAEN_RFID,170,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.CAMBRIDGE_SILICON_RADIO,10,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.CATC,52,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.CINETIX,175,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.CLARINOX_TECHNOLOGIES,179,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.COLORFY,156,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.COMMIL,51,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.CONEXANT_SYSTEMS,28,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.CONNECTBLUE,113,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.CONTINENTAL_AUTOMOTIVE,75,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.CONWISE_TECHNOLOGY,66,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.CREATIVE_TECHNOLOGY,118,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.DANLERS,225,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.DELORME_PUBLISHING_COMPANY,128,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.DEXCOM,208,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.DIALOG_SEMICONDUCTOR,210,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.DIGIANSWER,12,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.ECLIPSE,53,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.ECOTEST,136,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.ELGATO_SYSTEMS,206,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.EM_MICROELECTRONIC_MARIN,90,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.EQUINOX_AG,134,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.ERICSSON_TECHNOLOGY,0,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.EVLUMA,201,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.FREE2MOVE,83,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.FUNAI_ELECTRIC,144,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.GARMIN_INTERNATIONAL,135,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.GCT_SEMICONDUCTOR,45,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.GELO,200,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.GENEQ,194,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.GENERAL_MOTORS,104,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.GENNUM,59,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.GEOFORCE,157,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.GIBSON_GUITARS,98,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.GN_NETCOM,103,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.GN_RESOUND,137,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.GOOGLE,224,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.GREEN_THROTTLE_GAMES,172,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.GROUP_SENSE,115,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.HANLYNN_TECHNOLOGIES,123,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.HARMAN_INTERNATIONAL,87,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.HEWLETT_PACKARD,101,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.HITACHI,41,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.HOSIDEN,221,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.I_TECH_DYNAMIC_GLOBAL_DISTRIBUTION,153,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.IBM,3,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.INFINEON_TECHNOLOGIES,9,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.INGENIEUR_SYSTEMGRUPPE_ZAHN,171,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.INTEGRATED_SILICON_SOLUTION,65,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.INTEGRATED_SYSTEM_SOLUTION,57,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.INTEL,2,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.INVENTEL,30,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.IPEXTREME,61,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.J_AND_M,82,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.JAWBONE,138,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.JIANGSU_TOPPOWER_AUTOMOTIVE_ELECTRONICS,155,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.JOHNSON_CONTROLS,185,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.KAWANTECH,212,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.KC_TECHNOLOGY,22,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.KENSINGTON_COMPUTER_PRODUCTS_GROUP,160,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.LAIRD_TECHNOLOGIES,119,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.LESSWIRE,121,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.LG_ELECTRONICS,196,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.LINAK,164,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.LUCENT,7,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.LUDUS_HELSINKI,132,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.MACRONIX,44,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.MAGNETI_MARELLI,169,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.MANSELLA,33,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.MARVELL,72,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.MATSUSHITA_ELECTRIC,58,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.MC10,202,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.MEDIATEK,70,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.MESO_INTERNATIONAL,182,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.META_WATCH,163,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.MEWTEL_TECHNOLOGY,47,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.MICOMMAND,99,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.MICROCHIP_TECHNOLOGY,205,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.MICROSOFT,6,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.MINDTREE,106,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.MISFIT_WEARABLES,223,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.MITEL_SEMICONDUCTOR,16,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.MITSUBISHI_ELECTRIC,20,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.MOBILIAN_CORPORATION,55,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.MONSTER,112,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.MOTOROLA,8,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.MSTAR_SEMICONDUCTOR,122,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.MUZIK,222,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.NEC,34,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.NEC_LIGHTING,149,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.NEWLOGIC,23,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.NIKE,120,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.NINE_SOLUTIONS,102,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.NOKIA_MOBILE_PHONES,1,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.NORDIC_SEMICONDUCTOR,89,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.NORWOOD_SYSTEMS,46,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.ODM_TECHNOLOGY,150,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.OMEGAWAVE,174,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.ONSET_COMPUTER,197,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.OPEN_INTERFACE,39,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.OTL_DYNAMICS,165,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.PANDA_OCEAN,166,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.PARROT,67,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.PARTHUS_TECHNOLOGIES,14,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.PASSIF_SEMICONDUCTOR,176,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.PETER_SYSTEMTECHNIK,173,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.PHILIPS_SEMICONDUCTORS,37,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.PLANTRONICS,85,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.POLAR_ELECTRO,107,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.POLAR_ELECTRO_EUROPE,209,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.PROCTER_AND_GAMBLE,220,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.QUALCOMM,29,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.QUALCOMM_CONNECTED_EXPERIENCES,216,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.QUALCOMM_INNOVATION_CENTER,184,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.QUALCOMM_LABS,140,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.QUALCOMM_TECHNOLOGIES,215,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.QUINTIC,142,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.QUUPPA,199,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.RALINK_TECHNOLOGY,91,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.RDA_MICROELECTRONICS,97,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.REALTEK_SEMICONDUCTOR,93,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.RED_M,50,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.RENESAS_TECHNOLOGY,54,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.RESEARCH_IN_MOTION,60,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.RF_MICRO_DEVICES,40,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.RIVIERAWAVES,96,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.ROHDE_AND_SCHWARZ,25,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.RTX_TELECOM,21,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.S_POWER_ELECTRONICS,187,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.SAMSUNG_ELECTRONICS,117,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.SARIS_CYCLING_GROUP,177,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.SEERS_TECHNOLOGY,125,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.SEIKO_EPSON,64,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.SELFLY,198,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.SEMILINK,226,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.SENNHEISER_COMMUNICATIONS,130,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.SHANGHAI_SUPER_SMART_ELECTRONICS,114,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.SHENZHEN_EXCELSECU_DATA_TECHNOLOGY,193,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.SIGNIA_TECHNOLOGIES,27,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.SILICON_WAVE,11,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.SIRF_TECHNOLOGY,80,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.SOCKET_MOBILE,68,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.SONY_ERICSSON,86,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.SOUND_ID,111,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.SPORTS_TRACKING_TECHNOLOGIES,126,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.SR_MEDIZINELEKTRONIK,161,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.ST_MICROELECTRONICS,48,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.STACCATO_COMMUNICATIONS,77,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.STALMART_TECHNOLOGY,191,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.STARKEY_LABORATORIES,186,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.STOLLMAN_E_PLUS_V,143,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.STONESTREET_ONE,94,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.SUMMIT_DATA_COMMUNICATIONS,110,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.SUUNTO,159,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.SWIRL_NETWORKS,181,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.SYMBOL_TECHNOLOGIES,42,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.SYNOPSYS,49,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.SYSTEMS_AND_CHIPS,62,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.TAIXINGBANG_TECHNOLOGY,211,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.TENOVIS,43,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.TERAX,56,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.TEXAS_INSTRUMENTS,13,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.THINKOPTICS,146,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.THREE_DIJOY,84,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.THREE_DSP,73,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.THREECOM,5,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.TIMEKEEPING_SYSTEMS,131,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.TIMEX_GROUP_USA,214,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.TOPCORN_POSITIONING_SYSTEMS,139,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.TOSHIBA,4,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.TRANSILICA,24,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.TRELAB,183,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.TTPCOM,26,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.TXTR,218,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.TZERO_TECHNOLOGIES,81,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.UNIVERSAL_ELECTRONICS,147,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.VERTU,162,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.VISTEON,167,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.VIZIO,88,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.VOYETRA_TURTLE_BEACH,217,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.WAVEPLUS_TECHNOLOGY,35,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.WICENTRIC,95,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.WIDCOMM,17,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.WUXI_VIMICRO,129,,,, +?,0,android/bluetooth/BluetoothAssignedNumbers.ZEEVO,18,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.ZER01_TV,152,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.ZOMM,116,,,, +?,19,android/bluetooth/BluetoothAssignedNumbers.ZSCAN_SOFTWARE,141,,,, +E,10,android/bluetooth/BluetoothClass$Device$Major.AUDIO_VIDEO,1024,Android.Bluetooth.MajorDeviceClass,AudioVideo,keep, +E,10,android/bluetooth/BluetoothClass$Device$Major.COMPUTER,256,Android.Bluetooth.MajorDeviceClass,Computer,keep, +E,10,android/bluetooth/BluetoothClass$Device$Major.HEALTH,2304,Android.Bluetooth.MajorDeviceClass,Health,keep, +E,10,android/bluetooth/BluetoothClass$Device$Major.IMAGING,1536,Android.Bluetooth.MajorDeviceClass,Imaging,keep, +E,10,android/bluetooth/BluetoothClass$Device$Major.MISC,0,Android.Bluetooth.MajorDeviceClass,Misc,keep, +E,10,android/bluetooth/BluetoothClass$Device$Major.NETWORKING,768,Android.Bluetooth.MajorDeviceClass,Networking,keep, +E,10,android/bluetooth/BluetoothClass$Device$Major.PERIPHERAL,1280,Android.Bluetooth.MajorDeviceClass,Peripheral,keep, +E,10,android/bluetooth/BluetoothClass$Device$Major.PHONE,512,Android.Bluetooth.MajorDeviceClass,Phone,keep, +E,10,android/bluetooth/BluetoothClass$Device$Major.TOY,2048,Android.Bluetooth.MajorDeviceClass,Toy,keep, +E,10,android/bluetooth/BluetoothClass$Device$Major.UNCATEGORIZED,7936,Android.Bluetooth.MajorDeviceClass,Uncategorized,keep, +E,10,android/bluetooth/BluetoothClass$Device$Major.WEARABLE,1792,Android.Bluetooth.MajorDeviceClass,Wearable,keep, +E,10,android/bluetooth/BluetoothClass$Device.AUDIO_VIDEO_CAMCORDER,1076,Android.Bluetooth.DeviceClass,AudioVideoCamcorder,remove, +E,10,android/bluetooth/BluetoothClass$Device.AUDIO_VIDEO_CAR_AUDIO,1056,Android.Bluetooth.DeviceClass,AudioVideoCarAudio,remove, +E,10,android/bluetooth/BluetoothClass$Device.AUDIO_VIDEO_HANDSFREE,1032,Android.Bluetooth.DeviceClass,AudioVideoHandsfree,remove, +E,10,android/bluetooth/BluetoothClass$Device.AUDIO_VIDEO_HEADPHONES,1048,Android.Bluetooth.DeviceClass,AudioVideoHeadphones,remove, +E,10,android/bluetooth/BluetoothClass$Device.AUDIO_VIDEO_HIFI_AUDIO,1064,Android.Bluetooth.DeviceClass,AudioVideoHifiAudio,remove, +E,10,android/bluetooth/BluetoothClass$Device.AUDIO_VIDEO_LOUDSPEAKER,1044,Android.Bluetooth.DeviceClass,AudioVideoLoudspeaker,remove, +E,10,android/bluetooth/BluetoothClass$Device.AUDIO_VIDEO_MICROPHONE,1040,Android.Bluetooth.DeviceClass,AudioVideoMicrophone,remove, +E,10,android/bluetooth/BluetoothClass$Device.AUDIO_VIDEO_PORTABLE_AUDIO,1052,Android.Bluetooth.DeviceClass,AudioVideoPortableAudio,remove, +E,10,android/bluetooth/BluetoothClass$Device.AUDIO_VIDEO_SET_TOP_BOX,1060,Android.Bluetooth.DeviceClass,AudioVideoSetTopBox,remove, +E,10,android/bluetooth/BluetoothClass$Device.AUDIO_VIDEO_UNCATEGORIZED,1024,Android.Bluetooth.DeviceClass,AudioVideoUncategorized,remove, +E,10,android/bluetooth/BluetoothClass$Device.AUDIO_VIDEO_VCR,1068,Android.Bluetooth.DeviceClass,AudioVideoVcr,remove, +E,10,android/bluetooth/BluetoothClass$Device.AUDIO_VIDEO_VIDEO_CAMERA,1072,Android.Bluetooth.DeviceClass,AudioVideoVideoCamera,remove, +E,10,android/bluetooth/BluetoothClass$Device.AUDIO_VIDEO_VIDEO_CONFERENCING,1088,Android.Bluetooth.DeviceClass,AudioVideoVideoConferencing,remove, +E,10,android/bluetooth/BluetoothClass$Device.AUDIO_VIDEO_VIDEO_DISPLAY_AND_LOUDSPEAKER,1084,Android.Bluetooth.DeviceClass,AudioVideoVideoDisplayAndLoudspeaker,remove, +E,10,android/bluetooth/BluetoothClass$Device.AUDIO_VIDEO_VIDEO_GAMING_TOY,1096,Android.Bluetooth.DeviceClass,AudioVideoVideoGamingToy,remove, +E,10,android/bluetooth/BluetoothClass$Device.AUDIO_VIDEO_VIDEO_MONITOR,1080,Android.Bluetooth.DeviceClass,AudioVideoVideoMonitor,remove, +E,10,android/bluetooth/BluetoothClass$Device.AUDIO_VIDEO_WEARABLE_HEADSET,1028,Android.Bluetooth.DeviceClass,AudioVideoWearableHeadset,remove, +E,10,android/bluetooth/BluetoothClass$Device.COMPUTER_DESKTOP,260,Android.Bluetooth.DeviceClass,ComputerDesktop,remove, +E,10,android/bluetooth/BluetoothClass$Device.COMPUTER_HANDHELD_PC_PDA,272,Android.Bluetooth.DeviceClass,ComputerHandheldPcPda,remove, +E,10,android/bluetooth/BluetoothClass$Device.COMPUTER_LAPTOP,268,Android.Bluetooth.DeviceClass,ComputerLaptop,remove, +E,10,android/bluetooth/BluetoothClass$Device.COMPUTER_PALM_SIZE_PC_PDA,276,Android.Bluetooth.DeviceClass,ComputerPalmSizePcPda,remove, +E,10,android/bluetooth/BluetoothClass$Device.COMPUTER_SERVER,264,Android.Bluetooth.DeviceClass,ComputerServer,remove, +E,10,android/bluetooth/BluetoothClass$Device.COMPUTER_UNCATEGORIZED,256,Android.Bluetooth.DeviceClass,ComputerUncategorized,remove, +E,10,android/bluetooth/BluetoothClass$Device.COMPUTER_WEARABLE,280,Android.Bluetooth.DeviceClass,ComputerWearable,remove, +E,10,android/bluetooth/BluetoothClass$Device.HEALTH_BLOOD_PRESSURE,2308,Android.Bluetooth.DeviceClass,HealthBloodPressure,remove, +E,10,android/bluetooth/BluetoothClass$Device.HEALTH_DATA_DISPLAY,2332,Android.Bluetooth.DeviceClass,HealthDataDisplay,remove, +E,10,android/bluetooth/BluetoothClass$Device.HEALTH_GLUCOSE,2320,Android.Bluetooth.DeviceClass,HealthGlucose,remove, +E,10,android/bluetooth/BluetoothClass$Device.HEALTH_PULSE_OXIMETER,2324,Android.Bluetooth.DeviceClass,HealthPulseOximeter,remove, +E,10,android/bluetooth/BluetoothClass$Device.HEALTH_PULSE_RATE,2328,Android.Bluetooth.DeviceClass,HealthPulseRate,remove, +E,10,android/bluetooth/BluetoothClass$Device.HEALTH_THERMOMETER,2312,Android.Bluetooth.DeviceClass,HealthThermometer,remove, +E,10,android/bluetooth/BluetoothClass$Device.HEALTH_UNCATEGORIZED,2304,Android.Bluetooth.DeviceClass,HealthUncategorized,remove, +E,10,android/bluetooth/BluetoothClass$Device.HEALTH_WEIGHING,2316,Android.Bluetooth.DeviceClass,HealthWeighing,remove, +E,10,android/bluetooth/BluetoothClass$Device.PHONE_CELLULAR,516,Android.Bluetooth.DeviceClass,PhoneCellular,remove, +E,10,android/bluetooth/BluetoothClass$Device.PHONE_CORDLESS,520,Android.Bluetooth.DeviceClass,PhoneCordless,remove, +E,10,android/bluetooth/BluetoothClass$Device.PHONE_ISDN,532,Android.Bluetooth.DeviceClass,PhoneIsdn,remove, +E,10,android/bluetooth/BluetoothClass$Device.PHONE_MODEM_OR_GATEWAY,528,Android.Bluetooth.DeviceClass,PhoneModemOrGateway,remove, +E,10,android/bluetooth/BluetoothClass$Device.PHONE_SMART,524,Android.Bluetooth.DeviceClass,PhoneSmart,remove, +E,10,android/bluetooth/BluetoothClass$Device.PHONE_UNCATEGORIZED,512,Android.Bluetooth.DeviceClass,PhoneUncategorized,remove, +E,10,android/bluetooth/BluetoothClass$Device.TOY_CONTROLLER,2064,Android.Bluetooth.DeviceClass,ToyController,remove, +E,10,android/bluetooth/BluetoothClass$Device.TOY_DOLL_ACTION_FIGURE,2060,Android.Bluetooth.DeviceClass,ToyDollActionFigure,remove, +E,10,android/bluetooth/BluetoothClass$Device.TOY_GAME,2068,Android.Bluetooth.DeviceClass,ToyGame,remove, +E,10,android/bluetooth/BluetoothClass$Device.TOY_ROBOT,2052,Android.Bluetooth.DeviceClass,ToyRobot,remove, +E,10,android/bluetooth/BluetoothClass$Device.TOY_UNCATEGORIZED,2048,Android.Bluetooth.DeviceClass,ToyUncategorized,remove, +E,10,android/bluetooth/BluetoothClass$Device.TOY_VEHICLE,2056,Android.Bluetooth.DeviceClass,ToyVehicle,remove, +E,10,android/bluetooth/BluetoothClass$Device.WEARABLE_GLASSES,1812,Android.Bluetooth.DeviceClass,WearableGlasses,remove, +E,10,android/bluetooth/BluetoothClass$Device.WEARABLE_HELMET,1808,Android.Bluetooth.DeviceClass,WearableHelmet,remove, +E,10,android/bluetooth/BluetoothClass$Device.WEARABLE_JACKET,1804,Android.Bluetooth.DeviceClass,WearableJacket,remove, +E,10,android/bluetooth/BluetoothClass$Device.WEARABLE_PAGER,1800,Android.Bluetooth.DeviceClass,WearablePager,remove, +E,10,android/bluetooth/BluetoothClass$Device.WEARABLE_UNCATEGORIZED,1792,Android.Bluetooth.DeviceClass,WearableUncategorized,remove, +E,10,android/bluetooth/BluetoothClass$Device.WEARABLE_WRIST_WATCH,1796,Android.Bluetooth.DeviceClass,WearableWristWatch,remove, +E,10,android/bluetooth/BluetoothClass$Service.AUDIO,2097152,Android.Bluetooth.ServiceClass,Audio,keep, +E,10,android/bluetooth/BluetoothClass$Service.CAPTURE,524288,Android.Bluetooth.ServiceClass,Capture,keep, +E,10,android/bluetooth/BluetoothClass$Service.INFORMATION,8388608,Android.Bluetooth.ServiceClass,Information,keep, +E,10,android/bluetooth/BluetoothClass$Service.LIMITED_DISCOVERABILITY,8192,Android.Bluetooth.ServiceClass,LimitedDiscoverability,keep, +E,10,android/bluetooth/BluetoothClass$Service.NETWORKING,131072,Android.Bluetooth.ServiceClass,Networking,keep, +E,10,android/bluetooth/BluetoothClass$Service.OBJECT_TRANSFER,1048576,Android.Bluetooth.ServiceClass,ObjectTransfer,keep, +E,10,android/bluetooth/BluetoothClass$Service.POSITIONING,65536,Android.Bluetooth.ServiceClass,Positioning,keep, +E,10,android/bluetooth/BluetoothClass$Service.RENDER,262144,Android.Bluetooth.ServiceClass,Render,keep, +E,10,android/bluetooth/BluetoothClass$Service.TELEPHONY,4194304,Android.Bluetooth.ServiceClass,Telephony,keep, +E,10,android/bluetooth/BluetoothDevice.BOND_BONDED,12,Android.Bluetooth.Bond,Bonded,keep, +E,10,android/bluetooth/BluetoothDevice.BOND_BONDING,11,Android.Bluetooth.Bond,Bonding,keep, +E,10,android/bluetooth/BluetoothDevice.BOND_NONE,10,Android.Bluetooth.Bond,None,keep, +E,18,android/bluetooth/BluetoothDevice.DEVICE_TYPE_CLASSIC,1,Android.Bluetooth.BluetoothDeviceType,Classic,remove, +E,18,android/bluetooth/BluetoothDevice.DEVICE_TYPE_DUAL,3,Android.Bluetooth.BluetoothDeviceType,Dual,remove, +E,18,android/bluetooth/BluetoothDevice.DEVICE_TYPE_LE,2,Android.Bluetooth.BluetoothDeviceType,Le,remove, +E,18,android/bluetooth/BluetoothDevice.DEVICE_TYPE_UNKNOWN,0,Android.Bluetooth.BluetoothDeviceType,Unknown,remove, +?,0,android/bluetooth/BluetoothDevice.ERROR,-2147483648,,,, +?,19,android/bluetooth/BluetoothDevice.PAIRING_VARIANT_PASSKEY_CONFIRMATION,2,,,, +?,19,android/bluetooth/BluetoothDevice.PAIRING_VARIANT_PIN,0,,,, +E,26,android/bluetooth/BluetoothDevice.PHY_LE_1M,1,Android.Bluetooth.BluetoothPhy,Le1m,keep, +E,26,android/bluetooth/BluetoothDevice.PHY_LE_1M_MASK,1,Android.Bluetooth.BluetoothPhy,Le1mMask,keep, +E,26,android/bluetooth/BluetoothDevice.PHY_LE_2M,2,Android.Bluetooth.BluetoothPhy,Le2m,keep, +E,26,android/bluetooth/BluetoothDevice.PHY_LE_2M_MASK,2,Android.Bluetooth.BluetoothPhy,Le2mMask,keep, +E,26,android/bluetooth/BluetoothDevice.PHY_LE_CODED,3,Android.Bluetooth.BluetoothPhy,LeCoded,keep, +E,26,android/bluetooth/BluetoothDevice.PHY_LE_CODED_MASK,4,Android.Bluetooth.BluetoothPhy,LeCodedMask,keep, +E,26,android/bluetooth/BluetoothDevice.PHY_OPTION_NO_PREFERRED,0,Android.Bluetooth.BluetoothPhyOption,NoPreferred,keep, +E,26,android/bluetooth/BluetoothDevice.PHY_OPTION_S2,1,Android.Bluetooth.BluetoothPhyOption,S2,keep, +E,26,android/bluetooth/BluetoothDevice.PHY_OPTION_S8,2,Android.Bluetooth.BluetoothPhyOption,S8,keep, +E,23,android/bluetooth/BluetoothDevice.TRANSPORT_AUTO,0,Android.Bluetooth.BluetoothTransports,Auto,keep, +E,23,android/bluetooth/BluetoothDevice.TRANSPORT_BREDR,1,Android.Bluetooth.BluetoothTransports,Bredr,keep, +E,23,android/bluetooth/BluetoothDevice.TRANSPORT_LE,2,Android.Bluetooth.BluetoothTransports,Le,keep, +E,21,android/bluetooth/BluetoothGatt.CONNECTION_PRIORITY_BALANCED,0,Android.Bluetooth.GattConnectionPriority,Balanced,remove, +E,21,android/bluetooth/BluetoothGatt.CONNECTION_PRIORITY_HIGH,1,Android.Bluetooth.GattConnectionPriority,High,remove, +E,21,android/bluetooth/BluetoothGatt.CONNECTION_PRIORITY_LOW_POWER,2,Android.Bluetooth.GattConnectionPriority,LowPower,remove, +E,21,android/bluetooth/BluetoothGatt.GATT_CONNECTION_CONGESTED,143,Android.Bluetooth.GattStatus,ConnectionCongested,remove, +E,18,android/bluetooth/BluetoothGatt.GATT_FAILURE,257,Android.Bluetooth.GattStatus,Failure,remove, +E,18,android/bluetooth/BluetoothGatt.GATT_INSUFFICIENT_AUTHENTICATION,5,Android.Bluetooth.GattStatus,InsufficientAuthentication,remove, +E,18,android/bluetooth/BluetoothGatt.GATT_INSUFFICIENT_ENCRYPTION,15,Android.Bluetooth.GattStatus,InsufficientEncryption,remove, +E,18,android/bluetooth/BluetoothGatt.GATT_INVALID_ATTRIBUTE_LENGTH,13,Android.Bluetooth.GattStatus,InvalidAttributeLength,remove, +E,18,android/bluetooth/BluetoothGatt.GATT_INVALID_OFFSET,7,Android.Bluetooth.GattStatus,InvalidOffset,remove, +E,18,android/bluetooth/BluetoothGatt.GATT_READ_NOT_PERMITTED,2,Android.Bluetooth.GattStatus,ReadNotPermitted,remove, +E,18,android/bluetooth/BluetoothGatt.GATT_REQUEST_NOT_SUPPORTED,6,Android.Bluetooth.GattStatus,RequestNotSupported,remove, +E,18,android/bluetooth/BluetoothGatt.GATT_SUCCESS,0,Android.Bluetooth.GattStatus,Success,remove, +E,18,android/bluetooth/BluetoothGatt.GATT_WRITE_NOT_PERMITTED,3,Android.Bluetooth.GattStatus,WriteNotPermitted,remove, +E,18,android/bluetooth/BluetoothGattCharacteristic.FORMAT_FLOAT,52,Android.Bluetooth.GattFormat,Float,remove, +E,18,android/bluetooth/BluetoothGattCharacteristic.FORMAT_SFLOAT,50,Android.Bluetooth.GattFormat,Sfloat,remove, +E,18,android/bluetooth/BluetoothGattCharacteristic.FORMAT_SINT16,34,Android.Bluetooth.GattFormat,Sint16,remove, +E,18,android/bluetooth/BluetoothGattCharacteristic.FORMAT_SINT32,36,Android.Bluetooth.GattFormat,Sint32,remove, +E,18,android/bluetooth/BluetoothGattCharacteristic.FORMAT_SINT8,33,Android.Bluetooth.GattFormat,Sint8,remove, +E,18,android/bluetooth/BluetoothGattCharacteristic.FORMAT_UINT16,18,Android.Bluetooth.GattFormat,Uint16,remove, +E,18,android/bluetooth/BluetoothGattCharacteristic.FORMAT_UINT32,20,Android.Bluetooth.GattFormat,Uint32,remove, +E,18,android/bluetooth/BluetoothGattCharacteristic.FORMAT_UINT8,17,Android.Bluetooth.GattFormat,Uint8,remove, +E,18,android/bluetooth/BluetoothGattCharacteristic.PERMISSION_READ,1,Android.Bluetooth.GattPermission,Read,remove,flags +E,18,android/bluetooth/BluetoothGattCharacteristic.PERMISSION_READ_ENCRYPTED,2,Android.Bluetooth.GattPermission,ReadEncrypted,remove,flags +E,18,android/bluetooth/BluetoothGattCharacteristic.PERMISSION_READ_ENCRYPTED_MITM,4,Android.Bluetooth.GattPermission,ReadEncryptedMitm,remove,flags +E,18,android/bluetooth/BluetoothGattCharacteristic.PERMISSION_WRITE,16,Android.Bluetooth.GattPermission,Write,remove,flags +E,18,android/bluetooth/BluetoothGattCharacteristic.PERMISSION_WRITE_ENCRYPTED,32,Android.Bluetooth.GattPermission,WriteEncrypted,remove,flags +E,18,android/bluetooth/BluetoothGattCharacteristic.PERMISSION_WRITE_ENCRYPTED_MITM,64,Android.Bluetooth.GattPermission,WriteEncryptedMitm,remove,flags +E,18,android/bluetooth/BluetoothGattCharacteristic.PERMISSION_WRITE_SIGNED,128,Android.Bluetooth.GattPermission,WriteSigned,remove,flags +E,18,android/bluetooth/BluetoothGattCharacteristic.PERMISSION_WRITE_SIGNED_MITM,256,Android.Bluetooth.GattPermission,WriteSignedMitm,remove,flags +E,18,android/bluetooth/BluetoothGattCharacteristic.PROPERTY_BROADCAST,1,Android.Bluetooth.GattProperty,Broadcast,remove,flags +E,18,android/bluetooth/BluetoothGattCharacteristic.PROPERTY_EXTENDED_PROPS,128,Android.Bluetooth.GattProperty,ExtendedProps,remove,flags +E,18,android/bluetooth/BluetoothGattCharacteristic.PROPERTY_INDICATE,32,Android.Bluetooth.GattProperty,Indicate,remove,flags +E,18,android/bluetooth/BluetoothGattCharacteristic.PROPERTY_NOTIFY,16,Android.Bluetooth.GattProperty,Notify,remove,flags +E,18,android/bluetooth/BluetoothGattCharacteristic.PROPERTY_READ,2,Android.Bluetooth.GattProperty,Read,remove,flags +E,18,android/bluetooth/BluetoothGattCharacteristic.PROPERTY_SIGNED_WRITE,64,Android.Bluetooth.GattProperty,SignedWrite,remove,flags +E,18,android/bluetooth/BluetoothGattCharacteristic.PROPERTY_WRITE,8,Android.Bluetooth.GattProperty,Write,remove,flags +E,18,android/bluetooth/BluetoothGattCharacteristic.PROPERTY_WRITE_NO_RESPONSE,4,Android.Bluetooth.GattProperty,WriteNoResponse,remove,flags +E,18,android/bluetooth/BluetoothGattCharacteristic.WRITE_TYPE_DEFAULT,2,Android.Bluetooth.GattWriteType,Default,remove,flags +E,18,android/bluetooth/BluetoothGattCharacteristic.WRITE_TYPE_NO_RESPONSE,1,Android.Bluetooth.GattWriteType,NoResponse,remove,flags +E,18,android/bluetooth/BluetoothGattCharacteristic.WRITE_TYPE_SIGNED,4,Android.Bluetooth.GattWriteType,Signed,remove,flags +E,18,android/bluetooth/BluetoothGattDescriptor.PERMISSION_READ,1,Android.Bluetooth.GattDescriptorPermission,Read,remove,flags +E,18,android/bluetooth/BluetoothGattDescriptor.PERMISSION_READ_ENCRYPTED,2,Android.Bluetooth.GattDescriptorPermission,ReadEncrypted,remove,flags +E,18,android/bluetooth/BluetoothGattDescriptor.PERMISSION_READ_ENCRYPTED_MITM,4,Android.Bluetooth.GattDescriptorPermission,ReadEncryptedMitm,remove,flags +E,18,android/bluetooth/BluetoothGattDescriptor.PERMISSION_WRITE,16,Android.Bluetooth.GattDescriptorPermission,Write,remove,flags +E,18,android/bluetooth/BluetoothGattDescriptor.PERMISSION_WRITE_ENCRYPTED,32,Android.Bluetooth.GattDescriptorPermission,WriteEncrypted,remove,flags +E,18,android/bluetooth/BluetoothGattDescriptor.PERMISSION_WRITE_ENCRYPTED_MITM,64,Android.Bluetooth.GattDescriptorPermission,WriteEncryptedMitm,remove,flags +E,18,android/bluetooth/BluetoothGattDescriptor.PERMISSION_WRITE_SIGNED,128,Android.Bluetooth.GattDescriptorPermission,WriteSigned,remove,flags +E,18,android/bluetooth/BluetoothGattDescriptor.PERMISSION_WRITE_SIGNED_MITM,256,Android.Bluetooth.GattDescriptorPermission,WriteSignedMitm,remove,flags +E,18,android/bluetooth/BluetoothGattService.SERVICE_TYPE_PRIMARY,0,Android.Bluetooth.GattServiceType,Primary,remove, +E,18,android/bluetooth/BluetoothGattService.SERVICE_TYPE_SECONDARY,1,Android.Bluetooth.GattServiceType,Secondary,remove, +E,15,android/bluetooth/BluetoothHeadset.AT_CMD_TYPE_ACTION,4,Android.Bluetooth.AtCommand,TypeAction,remove, +E,15,android/bluetooth/BluetoothHeadset.AT_CMD_TYPE_BASIC,3,Android.Bluetooth.AtCommand,TypeBasic,remove, +E,15,android/bluetooth/BluetoothHeadset.AT_CMD_TYPE_READ,0,Android.Bluetooth.AtCommand,TypeRead,remove, +E,15,android/bluetooth/BluetoothHeadset.AT_CMD_TYPE_SET,2,Android.Bluetooth.AtCommand,TypeSet,remove, +E,15,android/bluetooth/BluetoothHeadset.AT_CMD_TYPE_TEST,1,Android.Bluetooth.AtCommand,TypeTest,remove, +E,15,android/bluetooth/BluetoothHeadset.STATE_AUDIO_CONNECTED,12,Android.Bluetooth.HeadsetAudioState,AudioConnected,remove, +E,15,android/bluetooth/BluetoothHeadset.STATE_AUDIO_CONNECTING,11,Android.Bluetooth.HeadsetAudioState,AudioConnecting,remove, +E,15,android/bluetooth/BluetoothHeadset.STATE_AUDIO_DISCONNECTED,10,Android.Bluetooth.HeadsetAudioState,AudioDisconnected,remove, +E,15,android/bluetooth/BluetoothHealth.APP_CONFIG_REGISTRATION_FAILURE,1,Android.Bluetooth.HealthApplicationConfig,RegistrationFailure,remove, +E,15,android/bluetooth/BluetoothHealth.APP_CONFIG_REGISTRATION_SUCCESS,0,Android.Bluetooth.HealthApplicationConfig,RegistrationSuccess,remove, +E,15,android/bluetooth/BluetoothHealth.APP_CONFIG_UNREGISTRATION_FAILURE,3,Android.Bluetooth.HealthApplicationConfig,UnregistrationFailure,remove, +E,15,android/bluetooth/BluetoothHealth.APP_CONFIG_UNREGISTRATION_SUCCESS,2,Android.Bluetooth.HealthApplicationConfig,UnregistrationSuccess,remove, +E,15,android/bluetooth/BluetoothHealth.CHANNEL_TYPE_RELIABLE,10,Android.Bluetooth.HealthChannelType,Reliable,remove, +E,15,android/bluetooth/BluetoothHealth.CHANNEL_TYPE_STREAMING,11,Android.Bluetooth.HealthChannelType,Streaming,remove, +E,15,android/bluetooth/BluetoothHealth.SINK_ROLE,2,Android.Bluetooth.RoleType,SinkRole,remove, +E,15,android/bluetooth/BluetoothHealth.SOURCE_ROLE,1,Android.Bluetooth.RoleType,SourceRole,remove, +E,15,android/bluetooth/BluetoothHealth.STATE_CHANNEL_CONNECTED,2,Android.Bluetooth.HealthState,ChannelConnected,remove, +E,15,android/bluetooth/BluetoothHealth.STATE_CHANNEL_CONNECTING,1,Android.Bluetooth.HealthState,ChannelConnecting,remove, +E,15,android/bluetooth/BluetoothHealth.STATE_CHANNEL_DISCONNECTED,0,Android.Bluetooth.HealthState,ChannelDisconnected,remove, +E,15,android/bluetooth/BluetoothHealth.STATE_CHANNEL_DISCONNECTING,3,Android.Bluetooth.HealthState,ChannelDisconnecting,remove, +?,0,android/bluetooth/BluetoothHidDeviceAppQosSettings.MAX,-1,,,, +E,28,android/bluetooth/BluetoothHidDeviceAppQosSettings.SERVICE_BEST_EFFORT,1,Android.Bluetooth.HidDeviceAppQosSettingsServiceType,BestEffort,remove, +E,28,android/bluetooth/BluetoothHidDeviceAppQosSettings.SERVICE_GUARANTEED,2,Android.Bluetooth.HidDeviceAppQosSettingsServiceType,Guaranteed,remove, +E,28,android/bluetooth/BluetoothHidDeviceAppQosSettings.SERVICE_NO_TRAFFIC,0,Android.Bluetooth.HidDeviceAppQosSettingsServiceType,NoTraffic,remove, +E,23,android/bluetooth/BluetoothSocket.TYPE_L2CAP,3,Android.Bluetooth.BluetoothConnectionType,L2cap,keep, +E,23,android/bluetooth/BluetoothSocket.TYPE_RFCOMM,1,Android.Bluetooth.BluetoothConnectionType,Rfcomm,keep, +E,23,android/bluetooth/BluetoothSocket.TYPE_SCO,2,Android.Bluetooth.BluetoothConnectionType,Sco,keep, +E,21,android/bluetooth/le/AdvertiseCallback.ADVERTISE_FAILED_ALREADY_STARTED,3,Android.Bluetooth.LE.AdvertiseFailure,AlreadyStarted,keep, +E,21,android/bluetooth/le/AdvertiseCallback.ADVERTISE_FAILED_DATA_TOO_LARGE,1,Android.Bluetooth.LE.AdvertiseFailure,DataTooLarge,keep, +E,21,android/bluetooth/le/AdvertiseCallback.ADVERTISE_FAILED_FEATURE_UNSUPPORTED,5,Android.Bluetooth.LE.AdvertiseFailure,FeatureUnsupported,keep, +E,21,android/bluetooth/le/AdvertiseCallback.ADVERTISE_FAILED_INTERNAL_ERROR,4,Android.Bluetooth.LE.AdvertiseFailure,InternalError,keep, +E,21,android/bluetooth/le/AdvertiseCallback.ADVERTISE_FAILED_TOO_MANY_ADVERTISERS,2,Android.Bluetooth.LE.AdvertiseFailure,TooManyAdvertisers,keep, +E,21,android/bluetooth/le/AdvertiseSettings.ADVERTISE_MODE_BALANCED,1,Android.Bluetooth.LE.AdvertiseMode,Balanced,keep, +E,21,android/bluetooth/le/AdvertiseSettings.ADVERTISE_MODE_LOW_LATENCY,2,Android.Bluetooth.LE.AdvertiseMode,LowLatency,keep, +E,21,android/bluetooth/le/AdvertiseSettings.ADVERTISE_MODE_LOW_POWER,0,Android.Bluetooth.LE.AdvertiseMode,LowPower,keep, +E,21,android/bluetooth/le/AdvertiseSettings.ADVERTISE_TX_POWER_HIGH,3,Android.Bluetooth.LE.AdvertiseTx,PowerHigh,keep, +E,21,android/bluetooth/le/AdvertiseSettings.ADVERTISE_TX_POWER_LOW,1,Android.Bluetooth.LE.AdvertiseTx,PowerLow,keep, +E,21,android/bluetooth/le/AdvertiseSettings.ADVERTISE_TX_POWER_MEDIUM,2,Android.Bluetooth.LE.AdvertiseTx,PowerMedium,keep, +E,21,android/bluetooth/le/AdvertiseSettings.ADVERTISE_TX_POWER_ULTRA_LOW,0,Android.Bluetooth.LE.AdvertiseTx,PowerUltraLow,keep, +E,26,android/bluetooth/le/AdvertisingSetCallback.ADVERTISE_FAILED_ALREADY_STARTED,3,Android.Bluetooth.LE.AdvertiseResult,FailedAlreadyStarted,keep, +E,26,android/bluetooth/le/AdvertisingSetCallback.ADVERTISE_FAILED_DATA_TOO_LARGE,1,Android.Bluetooth.LE.AdvertiseResult,FailedDataTooLarge,keep, +E,26,android/bluetooth/le/AdvertisingSetCallback.ADVERTISE_FAILED_FEATURE_UNSUPPORTED,5,Android.Bluetooth.LE.AdvertiseResult,FailedFeatureUnsupported,keep, +E,26,android/bluetooth/le/AdvertisingSetCallback.ADVERTISE_FAILED_INTERNAL_ERROR,4,Android.Bluetooth.LE.AdvertiseResult,FailedInternalError,keep, +E,26,android/bluetooth/le/AdvertisingSetCallback.ADVERTISE_FAILED_TOO_MANY_ADVERTISERS,2,Android.Bluetooth.LE.AdvertiseResult,FailedTooManyAdvertisers,keep, +E,26,android/bluetooth/le/AdvertisingSetCallback.ADVERTISE_SUCCESS,0,Android.Bluetooth.LE.AdvertiseResult,Success,keep, +?,0,android/bluetooth/le/AdvertisingSetParameters.INTERVAL_HIGH,1600,,,, +?,0,android/bluetooth/le/AdvertisingSetParameters.INTERVAL_LOW,160,,,, +?,0,android/bluetooth/le/AdvertisingSetParameters.INTERVAL_MAX,16777215,,,, +?,0,android/bluetooth/le/AdvertisingSetParameters.INTERVAL_MEDIUM,400,,,, +?,0,android/bluetooth/le/AdvertisingSetParameters.INTERVAL_MIN,160,,,, +E,26,android/bluetooth/le/AdvertisingSetParameters.TX_POWER_HIGH,1,Android.Bluetooth.LE.AdvertiseTxPower,High,keep, +E,26,android/bluetooth/le/AdvertisingSetParameters.TX_POWER_LOW,-15,Android.Bluetooth.LE.AdvertiseTxPower,Low,keep, +E,26,android/bluetooth/le/AdvertisingSetParameters.TX_POWER_MAX,1,Android.Bluetooth.LE.AdvertiseTxPower,Max,keep, +E,26,android/bluetooth/le/AdvertisingSetParameters.TX_POWER_MEDIUM,-7,Android.Bluetooth.LE.AdvertiseTxPower,Medium,keep, +E,26,android/bluetooth/le/AdvertisingSetParameters.TX_POWER_MIN,-127,Android.Bluetooth.LE.AdvertiseTxPower,Min,keep, +E,26,android/bluetooth/le/AdvertisingSetParameters.TX_POWER_ULTRA_LOW,-21,Android.Bluetooth.LE.AdvertiseTxPower,UltraLow,keep, +E,21,android/bluetooth/le/ScanCallback.SCAN_FAILED_ALREADY_STARTED,1,Android.Bluetooth.LE.ScanFailure,AlreadyStarted,keep, +E,21,android/bluetooth/le/ScanCallback.SCAN_FAILED_APPLICATION_REGISTRATION_FAILED,2,Android.Bluetooth.LE.ScanFailure,ApplicationRegistrationFailed,keep, +E,21,android/bluetooth/le/ScanCallback.SCAN_FAILED_FEATURE_UNSUPPORTED,4,Android.Bluetooth.LE.ScanFailure,FeatureUnsupported,keep, +E,21,android/bluetooth/le/ScanCallback.SCAN_FAILED_INTERNAL_ERROR,3,Android.Bluetooth.LE.ScanFailure,InternalError,keep, +E,26,android/bluetooth/le/ScanResult.DATA_COMPLETE,0,Android.Bluetooth.LE.DataStatus,Complete,keep, +E,26,android/bluetooth/le/ScanResult.DATA_TRUNCATED,2,Android.Bluetooth.LE.DataStatus,Truncated,keep, +?,26,android/bluetooth/le/ScanResult.PERIODIC_INTERVAL_NOT_PRESENT,0,,,, +E,26,android/bluetooth/le/ScanResult.PHY_UNUSED,0,Android.Bluetooth.LE.BluetoothPhy,Unused,keep, +?,26,android/bluetooth/le/ScanResult.SID_NOT_PRESENT,255,,,, +?,26,android/bluetooth/le/ScanResult.TX_POWER_NOT_PRESENT,127,,,, +E,21,android/bluetooth/le/ScanSettings.CALLBACK_TYPE_ALL_MATCHES,1,Android.Bluetooth.LE.ScanCallbackType,AllMatches,keep, +E,23,android/bluetooth/le/ScanSettings.CALLBACK_TYPE_FIRST_MATCH,2,Android.Bluetooth.LE.ScanCallbackType,FirstMatch,keep, +E,23,android/bluetooth/le/ScanSettings.CALLBACK_TYPE_MATCH_LOST,4,Android.Bluetooth.LE.ScanCallbackType,MatchLost,keep, +E,23,android/bluetooth/le/ScanSettings.MATCH_MODE_AGGRESSIVE,1,Android.Bluetooth.LE.BluetoothScanMatchMode,Aggressive,keep, +E,23,android/bluetooth/le/ScanSettings.MATCH_MODE_STICKY,2,Android.Bluetooth.LE.BluetoothScanMatchMode,Sticky,keep, +E,23,android/bluetooth/le/ScanSettings.MATCH_NUM_FEW_ADVERTISEMENT,2,Android.Bluetooth.LE.BluetoothScanMatchNumber,FewAdvertisement,keep, +E,23,android/bluetooth/le/ScanSettings.MATCH_NUM_MAX_ADVERTISEMENT,3,Android.Bluetooth.LE.BluetoothScanMatchNumber,MaxAdvertisement,keep, +E,23,android/bluetooth/le/ScanSettings.MATCH_NUM_ONE_ADVERTISEMENT,1,Android.Bluetooth.LE.BluetoothScanMatchNumber,OneAdvertisement,keep, +E,26,android/bluetooth/le/ScanSettings.PHY_LE_ALL_SUPPORTED,255,Android.Bluetooth.LE.ScanSettingsPhy,AllSupported,keep, +E,21,android/bluetooth/le/ScanSettings.SCAN_MODE_BALANCED,1,Android.Bluetooth.LE.ScanMode,Balanced,keep, +E,21,android/bluetooth/le/ScanSettings.SCAN_MODE_LOW_LATENCY,2,Android.Bluetooth.LE.ScanMode,LowLatency,keep, +E,21,android/bluetooth/le/ScanSettings.SCAN_MODE_LOW_POWER,0,Android.Bluetooth.LE.ScanMode,LowPower,keep, +E,23,android/bluetooth/le/ScanSettings.SCAN_MODE_OPPORTUNISTIC,-1,Android.Bluetooth.LE.ScanMode,Opportunistic,keep, +?,0,android/content/AbstractThreadedSyncAdapter.LOG_SYNC_DETAILS,2743,,,, +?,30,android/content/ContentResolver.NOTIFY_DELETE,16,,,, +?,30,android/content/ContentResolver.NOTIFY_INSERT,4,,,, +E,24,android/content/ContentResolver.NOTIFY_SKIP_NOTIFY_FOR_DESCENDANTS,2,Android.Content.NotifyChangeFlags,SkipNotifyForDescendants,remove, +E,24,android/content/ContentResolver.NOTIFY_SYNC_TO_NETWORK,1,Android.Content.NotifyChangeFlags,SyncToNetwork,remove, +?,30,android/content/ContentResolver.NOTIFY_UPDATE,8,,,, +E,26,android/content/ContentResolver.QUERY_SORT_DIRECTION_ASCENDING,0,Android.Content.QuerySortDirection,Ascending,remove, +E,26,android/content/ContentResolver.QUERY_SORT_DIRECTION_DESCENDING,1,Android.Content.QuerySortDirection,Descending,remove, +E,10,android/content/ContentResolver.SYNC_OBSERVER_TYPE_ACTIVE,4,Android.Content.SyncObserverType,Active,remove, +E,10,android/content/ContentResolver.SYNC_OBSERVER_TYPE_PENDING,2,Android.Content.SyncObserverType,Pending,remove, +E,10,android/content/ContentResolver.SYNC_OBSERVER_TYPE_SETTINGS,1,Android.Content.SyncObserverType,Settings,remove, +A,0,,0,Android.Content.Bind,None,, +E,15,android/content/Context.BIND_ABOVE_CLIENT,8,Android.Content.Bind,AboveClient,keep, +E,15,android/content/Context.BIND_ADJUST_WITH_ACTIVITY,128,Android.Content.Bind,AdjustWithActivity,keep, +E,15,android/content/Context.BIND_ALLOW_OOM_MANAGEMENT,16,Android.Content.Bind,AllowOomManagement,keep, +E,10,android/content/Context.BIND_AUTO_CREATE,1,Android.Content.Bind,AutoCreate,keep, +E,10,android/content/Context.BIND_DEBUG_UNBIND,2,Android.Content.Bind,DebugUnbind,keep, +E,24,android/content/Context.BIND_EXTERNAL_SERVICE,-2147483648,Android.Content.Bind,ExternalService,keep, +E,15,android/content/Context.BIND_IMPORTANT,64,Android.Content.Bind,Important,keep, +E,29,android/content/Context.BIND_INCLUDE_CAPABILITIES,4096,Android.Content.Bind,IncludeCapabilities,keep, +E,10,android/content/Context.BIND_NOT_FOREGROUND,4,Android.Content.Bind,NotForeground,keep, +?,30,android/content/Context.BIND_NOT_PERCEPTIBLE,256,,,, +E,15,android/content/Context.BIND_WAIVE_PRIORITY,32,Android.Content.Bind,WaivePriority,keep, +E,10,android/content/Context.CONTEXT_IGNORE_SECURITY,2,Android.Content.PackageContextFlags,IgnoreSecurity,keep,flags +E,10,android/content/Context.CONTEXT_INCLUDE_CODE,1,Android.Content.PackageContextFlags,IncludeCode,keep,flags +E,10,android/content/Context.CONTEXT_RESTRICTED,4,Android.Content.PackageContextFlags,Restricted,keep,flags +E,10,android/content/Context.MODE_APPEND,32768,Android.Content.FileCreationMode,Append,keep,flags +E,16,android/content/Context.MODE_ENABLE_WRITE_AHEAD_LOGGING,8,Android.Content.FileCreationMode,EnableWriteAheadLogging,keep,flags +E,15,android/content/Context.MODE_MULTI_PROCESS,4,Android.Content.FileCreationMode,MultiProcess,keep,flags +E,24,android/content/Context.MODE_NO_LOCALIZED_COLLATORS,16,Android.Content.FileCreationMode,NoLocalizedCollators,keep,flags +E,10,android/content/Context.MODE_PRIVATE,0,Android.Content.FileCreationMode,Private,keep,flags +E,10,android/content/Context.MODE_WORLD_READABLE,1,Android.Content.FileCreationMode,WorldReadable,keep,flags +E,10,android/content/Context.MODE_WORLD_WRITEABLE,2,Android.Content.FileCreationMode,WorldWriteable,keep,flags +?,26,android/content/Context.RECEIVER_VISIBLE_TO_INSTANT_APPS,1,,,, +E,10,android/content/Intent.EXTRA_DOCK_STATE_CAR,2,Android.Content.ExtraDockState,Car,keep, +E,10,android/content/Intent.EXTRA_DOCK_STATE_DESK,1,Android.Content.ExtraDockState,Desk,keep, +E,15,android/content/Intent.EXTRA_DOCK_STATE_HE_DESK,4,Android.Content.ExtraDockState,HeDesk,keep, +E,15,android/content/Intent.EXTRA_DOCK_STATE_LE_DESK,3,Android.Content.ExtraDockState,LeDesk,keep, +E,10,android/content/Intent.EXTRA_DOCK_STATE_UNDOCKED,0,Android.Content.ExtraDockState,Undocked,keep, +E,10,android/content/Intent.FILL_IN_ACTION,1,Android.Content.FillInFlags,Action,keep,flags +E,10,android/content/Intent.FILL_IN_CATEGORIES,4,Android.Content.FillInFlags,Categories,keep,flags +E,16,android/content/Intent.FILL_IN_CLIP_DATA,128,Android.Content.FillInFlags,ClipData,keep,flags +E,10,android/content/Intent.FILL_IN_COMPONENT,8,Android.Content.FillInFlags,Component,keep,flags +E,10,android/content/Intent.FILL_IN_DATA,2,Android.Content.FillInFlags,Data,keep,flags +E,29,android/content/Intent.FILL_IN_IDENTIFIER,256,Android.Content.FillInFlags,Identifier,keep,flags +E,10,android/content/Intent.FILL_IN_PACKAGE,16,Android.Content.FillInFlags,Package,keep,flags +E,15,android/content/Intent.FILL_IN_SELECTOR,64,Android.Content.FillInFlags,Selector,keep,flags +E,10,android/content/Intent.FILL_IN_SOURCE_BOUNDS,32,Android.Content.FillInFlags,SourceBounds,keep,flags +E,10,android/content/Intent.FLAG_ACTIVITY_BROUGHT_TO_FRONT,4194304,Android.Content.ActivityFlags,BroughtToFront,keep,flags +E,15,android/content/Intent.FLAG_ACTIVITY_CLEAR_TASK,32768,Android.Content.ActivityFlags,ClearTask,keep,flags +E,10,android/content/Intent.FLAG_ACTIVITY_CLEAR_TOP,67108864,Android.Content.ActivityFlags,ClearTop,keep,flags +E,10,android/content/Intent.FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET,524288,Android.Content.ActivityFlags,ClearWhenTaskReset,keep,flags +E,10,android/content/Intent.FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS,8388608,Android.Content.ActivityFlags,ExcludeFromRecents,keep,flags +E,10,android/content/Intent.FLAG_ACTIVITY_FORWARD_RESULT,33554432,Android.Content.ActivityFlags,ForwardResult,keep,flags +E,24,android/content/Intent.FLAG_ACTIVITY_LAUNCH_ADJACENT,4096,Android.Content.ActivityFlags,LaunchAdjacent,keep,flags +E,10,android/content/Intent.FLAG_ACTIVITY_LAUNCHED_FROM_HISTORY,1048576,Android.Content.ActivityFlags,LaunchedFromHistory,keep,flags +E,28,android/content/Intent.FLAG_ACTIVITY_MATCH_EXTERNAL,2048,Android.Content.ActivityFlags,MatchExternal,keep,flags +E,10,android/content/Intent.FLAG_ACTIVITY_MULTIPLE_TASK,134217728,Android.Content.ActivityFlags,MultipleTask,keep,flags +E,21,android/content/Intent.FLAG_ACTIVITY_NEW_DOCUMENT,524288,Android.Content.ActivityFlags,NewDocument,keep,flags +E,10,android/content/Intent.FLAG_ACTIVITY_NEW_TASK,268435456,Android.Content.ActivityFlags,NewTask,keep,flags +E,10,android/content/Intent.FLAG_ACTIVITY_NO_ANIMATION,65536,Android.Content.ActivityFlags,NoAnimation,keep,flags +E,10,android/content/Intent.FLAG_ACTIVITY_NO_HISTORY,1073741824,Android.Content.ActivityFlags,NoHistory,keep,flags +E,10,android/content/Intent.FLAG_ACTIVITY_NO_USER_ACTION,262144,Android.Content.ActivityFlags,NoUserAction,keep,flags +E,10,android/content/Intent.FLAG_ACTIVITY_PREVIOUS_IS_TOP,16777216,Android.Content.ActivityFlags,PreviousIsTop,keep,flags +E,10,android/content/Intent.FLAG_ACTIVITY_REORDER_TO_FRONT,131072,Android.Content.ActivityFlags,ReorderToFront,keep,flags +?,30,android/content/Intent.FLAG_ACTIVITY_REQUIRE_DEFAULT,512,,,, +?,30,android/content/Intent.FLAG_ACTIVITY_REQUIRE_NON_BROWSER,1024,,,, +E,10,android/content/Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED,2097152,Android.Content.ActivityFlags,ResetTaskIfNeeded,keep,flags +E,21,android/content/Intent.FLAG_ACTIVITY_RETAIN_IN_RECENTS,8192,Android.Content.ActivityFlags,RetainInRecents,keep,flags +E,10,android/content/Intent.FLAG_ACTIVITY_SINGLE_TOP,536870912,Android.Content.ActivityFlags,SingleTop,keep,flags +E,15,android/content/Intent.FLAG_ACTIVITY_TASK_ON_HOME,16384,Android.Content.ActivityFlags,TaskOnHome,keep,flags +E,10,android/content/Intent.FLAG_DEBUG_LOG_RESOLUTION,8,Android.Content.ActivityFlags,DebugLogResolution,keep,flags +E,29,android/content/Intent.FLAG_DIRECT_BOOT_AUTO,256,Android.Content.ActivityFlags,DirectBootAuto,keep,flags +E,15,android/content/Intent.FLAG_EXCLUDE_STOPPED_PACKAGES,16,Android.Content.ActivityFlags,ExcludeStoppedPackages,keep,flags +E,10,android/content/Intent.FLAG_FROM_BACKGROUND,4,Android.Content.ActivityFlags,FromBackground,keep,flags +E,19,android/content/Intent.FLAG_GRANT_PERSISTABLE_URI_PERMISSION,64,Android.Content.ActivityFlags,GrantPersistableUriPermission,keep,flags +E,21,android/content/Intent.FLAG_GRANT_PREFIX_URI_PERMISSION,128,Android.Content.ActivityFlags,GrantPrefixUriPermission,keep,flags +E,10,android/content/Intent.FLAG_GRANT_READ_URI_PERMISSION,1,Android.Content.ActivityFlags,GrantReadUriPermission,keep,flags +E,10,android/content/Intent.FLAG_GRANT_WRITE_URI_PERMISSION,2,Android.Content.ActivityFlags,GrantWriteUriPermission,keep,flags +E,15,android/content/Intent.FLAG_INCLUDE_STOPPED_PACKAGES,32,Android.Content.ActivityFlags,IncludeStoppedPackages,keep,flags +E,16,android/content/Intent.FLAG_RECEIVER_FOREGROUND,268435456,Android.Content.ActivityFlags,ReceiverForeground,keep,flags +E,19,android/content/Intent.FLAG_RECEIVER_NO_ABORT,134217728,Android.Content.ActivityFlags,ReceiverNoAbort,keep,flags +E,10,android/content/Intent.FLAG_RECEIVER_REGISTERED_ONLY,1073741824,Android.Content.ActivityFlags,ReceiverRegisteredOnly,keep,flags +E,10,android/content/Intent.FLAG_RECEIVER_REPLACE_PENDING,536870912,Android.Content.ActivityFlags,ReceiverReplacePending,keep,flags +E,26,android/content/Intent.FLAG_RECEIVER_VISIBLE_TO_INSTANT_APPS,2097152,Android.Content.ActivityFlags,ReceiverVisibleToInstantApps,keep,flags +A,0,,0,Android.Content.IntentUriType,None,remove, +E,22,android/content/Intent.URI_ALLOW_UNSAFE,4,Android.Content.IntentUriType,AllowUnsafe,remove, +E,22,android/content/Intent.URI_ANDROID_APP_SCHEME,2,Android.Content.IntentUriType,AndroidAppScheme,remove, +E,10,android/content/Intent.URI_INTENT_SCHEME,1,Android.Content.IntentUriType,Scheme,remove, +E,10,android/content/IntentFilter.MATCH_ADJUSTMENT_MASK,65535,Android.Content.MatchResults,MatchAdjustmentMask,keep, +E,10,android/content/IntentFilter.MATCH_ADJUSTMENT_NORMAL,32768,Android.Content.MatchResults,MatchAdjustmentNormal,keep, +E,10,android/content/IntentFilter.MATCH_CATEGORY_EMPTY,1048576,Android.Content.MatchResults,MatchCategoryEmpty,keep, +E,10,android/content/IntentFilter.MATCH_CATEGORY_HOST,3145728,Android.Content.MatchResults,MatchCategoryHost,keep, +E,10,android/content/IntentFilter.MATCH_CATEGORY_MASK,268369920,Android.Content.MatchResults,MatchCategoryMask,keep, +E,10,android/content/IntentFilter.MATCH_CATEGORY_PATH,5242880,Android.Content.MatchResults,MatchCategoryPath,keep, +E,10,android/content/IntentFilter.MATCH_CATEGORY_PORT,4194304,Android.Content.MatchResults,MatchCategoryPort,keep, +E,10,android/content/IntentFilter.MATCH_CATEGORY_SCHEME,2097152,Android.Content.MatchResults,MatchCategoryScheme,keep, +E,19,android/content/IntentFilter.MATCH_CATEGORY_SCHEME_SPECIFIC_PART,5767168,Android.Content.MatchResults,MatchCategorySchemeSpecificPart,keep, +E,10,android/content/IntentFilter.MATCH_CATEGORY_TYPE,6291456,Android.Content.MatchResults,MatchCategoryType,keep, +E,10,android/content/IntentFilter.NO_MATCH_ACTION,-3,Android.Content.MatchResults,NoMatchAction,keep, +E,10,android/content/IntentFilter.NO_MATCH_CATEGORY,-4,Android.Content.MatchResults,NoMatchCategory,keep, +E,10,android/content/IntentFilter.NO_MATCH_DATA,-2,Android.Content.MatchResults,NoMatchData,keep, +E,10,android/content/IntentFilter.NO_MATCH_TYPE,-1,Android.Content.MatchResults,NoMatchType,keep, +A,0,,0,Android.Content.IntentFilterPriority,None,remove, +E,10,android/content/IntentFilter.SYSTEM_HIGH_PRIORITY,1000,Android.Content.IntentFilterPriority,HighPriority,remove, +E,10,android/content/IntentFilter.SYSTEM_LOW_PRIORITY,-1000,Android.Content.IntentFilterPriority,LowPriority,remove, +E,26,android/content/pm/ActivityInfo.COLOR_MODE_DEFAULT,0,Android.Content.PM.ActivityColorMode,Default,keep, +E,26,android/content/pm/ActivityInfo.COLOR_MODE_HDR,2,Android.Content.PM.ActivityColorMode,Hdr,keep, +E,26,android/content/pm/ActivityInfo.COLOR_MODE_WIDE_COLOR_GAMUT,1,Android.Content.PM.ActivityColorMode,WideColorGamut,keep, +E,26,android/content/pm/ActivityInfo.CONFIG_COLOR_MODE,16384,Android.Content.PM.ConfigChanges,ColorMode,keep,flags +E,17,android/content/pm/ActivityInfo.CONFIG_DENSITY,4096,Android.Content.PM.ConfigChanges,Density,keep,flags +E,10,android/content/pm/ActivityInfo.CONFIG_FONT_SCALE,1073741824,Android.Content.PM.ConfigChanges,FontScale,keep,flags +E,10,android/content/pm/ActivityInfo.CONFIG_KEYBOARD,16,Android.Content.PM.ConfigChanges,Keyboard,keep,flags +E,10,android/content/pm/ActivityInfo.CONFIG_KEYBOARD_HIDDEN,32,Android.Content.PM.ConfigChanges,KeyboardHidden,keep,flags +E,17,android/content/pm/ActivityInfo.CONFIG_LAYOUT_DIRECTION,8192,Android.Content.PM.ConfigChanges,LayoutDirection,keep,flags +E,10,android/content/pm/ActivityInfo.CONFIG_LOCALE,4,Android.Content.PM.ConfigChanges,Locale,keep,flags +E,10,android/content/pm/ActivityInfo.CONFIG_MCC,1,Android.Content.PM.ConfigChanges,Mcc,keep,flags +E,10,android/content/pm/ActivityInfo.CONFIG_MNC,2,Android.Content.PM.ConfigChanges,Mnc,keep,flags +E,10,android/content/pm/ActivityInfo.CONFIG_NAVIGATION,64,Android.Content.PM.ConfigChanges,Navigation,keep,flags +E,10,android/content/pm/ActivityInfo.CONFIG_ORIENTATION,128,Android.Content.PM.ConfigChanges,Orientation,keep,flags +E,10,android/content/pm/ActivityInfo.CONFIG_SCREEN_LAYOUT,256,Android.Content.PM.ConfigChanges,ScreenLayout,keep,flags +E,15,android/content/pm/ActivityInfo.CONFIG_SCREEN_SIZE,1024,Android.Content.PM.ConfigChanges,ScreenSize,keep,flags +E,15,android/content/pm/ActivityInfo.CONFIG_SMALLEST_SCREEN_SIZE,2048,Android.Content.PM.ConfigChanges,SmallestScreenSize,keep,flags +E,10,android/content/pm/ActivityInfo.CONFIG_TOUCHSCREEN,8,Android.Content.PM.ConfigChanges,Touchscreen,keep,flags +E,10,android/content/pm/ActivityInfo.CONFIG_UI_MODE,512,Android.Content.PM.ConfigChanges,UiMode,keep,flags +E,21,android/content/pm/ActivityInfo.DOCUMENT_LAUNCH_ALWAYS,2,Android.Content.PM.DocumentLaunchMode,Always,keep, +E,21,android/content/pm/ActivityInfo.DOCUMENT_LAUNCH_INTO_EXISTING,1,Android.Content.PM.DocumentLaunchMode,IntoExisting,keep, +E,21,android/content/pm/ActivityInfo.DOCUMENT_LAUNCH_NEVER,3,Android.Content.PM.DocumentLaunchMode,Never,keep, +E,21,android/content/pm/ActivityInfo.DOCUMENT_LAUNCH_NONE,0,Android.Content.PM.DocumentLaunchMode,None,keep, +A,0,,0,Android.Content.PM.ActivityInfoFlags,None,,flags +E,10,android/content/pm/ActivityInfo.FLAG_ALLOW_TASK_REPARENTING,64,Android.Content.PM.ActivityInfoFlags,AllowTaskReparenting,keep,flags +E,10,android/content/pm/ActivityInfo.FLAG_ALWAYS_RETAIN_TASK_STATE,8,Android.Content.PM.ActivityInfoFlags,AlwaysRetainTaskState,keep,flags +E,21,android/content/pm/ActivityInfo.FLAG_AUTO_REMOVE_FROM_RECENTS,8192,Android.Content.PM.ActivityInfoFlags,AutoRemoveFromRecents,keep,flags +E,10,android/content/pm/ActivityInfo.FLAG_CLEAR_TASK_ON_LAUNCH,4,Android.Content.PM.ActivityInfoFlags,ClearTaskOnLaunch,keep,flags +E,24,android/content/pm/ActivityInfo.FLAG_ENABLE_VR_MODE,32768,Android.Content.PM.ActivityInfoFlags,EnableVrMode,keep,flags +E,10,android/content/pm/ActivityInfo.FLAG_EXCLUDE_FROM_RECENTS,32,Android.Content.PM.ActivityInfoFlags,ExcludeFromRecents,keep,flags +E,10,android/content/pm/ActivityInfo.FLAG_FINISH_ON_CLOSE_SYSTEM_DIALOGS,256,Android.Content.PM.ActivityInfoFlags,FinishOnCloseSystemDialogs,keep,flags +E,10,android/content/pm/ActivityInfo.FLAG_FINISH_ON_TASK_LAUNCH,2,Android.Content.PM.ActivityInfoFlags,FinishOnTaskLaunch,keep,flags +E,15,android/content/pm/ActivityInfo.FLAG_HARDWARE_ACCELERATED,512,Android.Content.PM.ActivityInfoFlags,HardwareAccelerated,keep,flags +E,18,android/content/pm/ActivityInfo.FLAG_IMMERSIVE,2048,Android.Content.PM.ActivityInfoFlags,Immersive,keep,flags +E,10,android/content/pm/ActivityInfo.FLAG_MULTIPROCESS,1,Android.Content.PM.ActivityInfoFlags,Multiprocess,keep,flags +E,10,android/content/pm/ActivityInfo.FLAG_NO_HISTORY,128,Android.Content.PM.ActivityInfoFlags,NoHistory,keep,flags +?,30,android/content/pm/ActivityInfo.FLAG_PREFER_MINIMAL_POST_PROCESSING,33554432,,,, +E,21,android/content/pm/ActivityInfo.FLAG_RELINQUISH_TASK_IDENTITY,4096,Android.Content.PM.ActivityInfoFlags,RelinquishTaskIdentity,keep,flags +E,21,android/content/pm/ActivityInfo.FLAG_RESUME_WHILE_PAUSING,16384,Android.Content.PM.ActivityInfoFlags,ResumeWhilePausing,keep,flags +E,17,android/content/pm/ActivityInfo.FLAG_SINGLE_USER,1073741824,Android.Content.PM.ActivityInfoFlags,SingleUser,keep,flags +E,10,android/content/pm/ActivityInfo.FLAG_STATE_NOT_NEEDED,16,Android.Content.PM.ActivityInfoFlags,StateNotNeeded,keep,flags +E,10,android/content/pm/ActivityInfo.LAUNCH_MULTIPLE,0,Android.Content.PM.LaunchMode,Multiple,keep, +E,10,android/content/pm/ActivityInfo.LAUNCH_SINGLE_INSTANCE,3,Android.Content.PM.LaunchMode,SingleInstance,keep, +E,10,android/content/pm/ActivityInfo.LAUNCH_SINGLE_TASK,2,Android.Content.PM.LaunchMode,SingleTask,keep, +E,10,android/content/pm/ActivityInfo.LAUNCH_SINGLE_TOP,1,Android.Content.PM.LaunchMode,SingleTop,keep, +E,21,android/content/pm/ActivityInfo.PERSIST_ACROSS_REBOOTS,2,Android.Content.PM.ActivityPersistableMode,AcrossReboots,keep, +E,21,android/content/pm/ActivityInfo.PERSIST_NEVER,1,Android.Content.PM.ActivityPersistableMode,Never,keep, +E,21,android/content/pm/ActivityInfo.PERSIST_ROOT_ONLY,0,Android.Content.PM.ActivityPersistableMode,RootOnly,keep, +E,10,android/content/pm/ActivityInfo.SCREEN_ORIENTATION_BEHIND,3,Android.Content.PM.ScreenOrientation,Behind,keep, +E,10,android/content/pm/ActivityInfo.SCREEN_ORIENTATION_FULL_SENSOR,10,Android.Content.PM.ScreenOrientation,FullSensor,keep, +E,18,android/content/pm/ActivityInfo.SCREEN_ORIENTATION_FULL_USER,13,Android.Content.PM.ScreenOrientation,FullUser,keep, +E,10,android/content/pm/ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE,0,Android.Content.PM.ScreenOrientation,Landscape,keep, +E,18,android/content/pm/ActivityInfo.SCREEN_ORIENTATION_LOCKED,14,Android.Content.PM.ScreenOrientation,Locked,keep, +E,10,android/content/pm/ActivityInfo.SCREEN_ORIENTATION_NOSENSOR,5,Android.Content.PM.ScreenOrientation,Nosensor,keep, +E,10,android/content/pm/ActivityInfo.SCREEN_ORIENTATION_PORTRAIT,1,Android.Content.PM.ScreenOrientation,Portrait,keep, +E,10,android/content/pm/ActivityInfo.SCREEN_ORIENTATION_REVERSE_LANDSCAPE,8,Android.Content.PM.ScreenOrientation,ReverseLandscape,keep, +E,10,android/content/pm/ActivityInfo.SCREEN_ORIENTATION_REVERSE_PORTRAIT,9,Android.Content.PM.ScreenOrientation,ReversePortrait,keep, +E,10,android/content/pm/ActivityInfo.SCREEN_ORIENTATION_SENSOR,4,Android.Content.PM.ScreenOrientation,Sensor,keep, +E,10,android/content/pm/ActivityInfo.SCREEN_ORIENTATION_SENSOR_LANDSCAPE,6,Android.Content.PM.ScreenOrientation,SensorLandscape,keep, +E,10,android/content/pm/ActivityInfo.SCREEN_ORIENTATION_SENSOR_PORTRAIT,7,Android.Content.PM.ScreenOrientation,SensorPortrait,keep, +E,10,android/content/pm/ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED,-1,Android.Content.PM.ScreenOrientation,Unspecified,keep, +E,10,android/content/pm/ActivityInfo.SCREEN_ORIENTATION_USER,2,Android.Content.PM.ScreenOrientation,User,keep, +E,18,android/content/pm/ActivityInfo.SCREEN_ORIENTATION_USER_LANDSCAPE,11,Android.Content.PM.ScreenOrientation,UserLandscape,keep, +E,18,android/content/pm/ActivityInfo.SCREEN_ORIENTATION_USER_PORTRAIT,12,Android.Content.PM.ScreenOrientation,UserPortrait,keep, +A,0,,0,Android.Content.PM.UiOptions,None,, +E,15,android/content/pm/ActivityInfo.UIOPTION_SPLIT_ACTION_BAR_WHEN_NARROW,1,Android.Content.PM.UiOptions,SplitActionBarWhenNarrow,keep, +E,26,android/content/pm/ApplicationInfo.CATEGORY_AUDIO,1,Android.Content.PM.ApplicationCategories,Audio,keep, +E,26,android/content/pm/ApplicationInfo.CATEGORY_GAME,0,Android.Content.PM.ApplicationCategories,Game,keep, +E,26,android/content/pm/ApplicationInfo.CATEGORY_IMAGE,3,Android.Content.PM.ApplicationCategories,Image,keep, +E,26,android/content/pm/ApplicationInfo.CATEGORY_MAPS,6,Android.Content.PM.ApplicationCategories,Maps,keep, +E,26,android/content/pm/ApplicationInfo.CATEGORY_NEWS,5,Android.Content.PM.ApplicationCategories,News,keep, +E,26,android/content/pm/ApplicationInfo.CATEGORY_PRODUCTIVITY,7,Android.Content.PM.ApplicationCategories,Productivity,keep, +E,26,android/content/pm/ApplicationInfo.CATEGORY_SOCIAL,4,Android.Content.PM.ApplicationCategories,Social,keep, +E,26,android/content/pm/ApplicationInfo.CATEGORY_UNDEFINED,-1,Android.Content.PM.ApplicationCategories,Undefined,keep, +E,26,android/content/pm/ApplicationInfo.CATEGORY_VIDEO,2,Android.Content.PM.ApplicationCategories,Video,keep, +A,0,,0,Android.Content.PM.ApplicationInfoFlags,None,,flags +E,10,android/content/pm/ApplicationInfo.FLAG_ALLOW_BACKUP,32768,Android.Content.PM.ApplicationInfoFlags,AllowBackup,keep,flags +E,10,android/content/pm/ApplicationInfo.FLAG_ALLOW_CLEAR_USER_DATA,64,Android.Content.PM.ApplicationInfoFlags,AllowClearUserData,keep,flags +E,10,android/content/pm/ApplicationInfo.FLAG_ALLOW_TASK_REPARENTING,32,Android.Content.PM.ApplicationInfoFlags,AllowTaskReparenting,keep,flags +E,10,android/content/pm/ApplicationInfo.FLAG_DEBUGGABLE,2,Android.Content.PM.ApplicationInfoFlags,Debuggable,keep,flags +E,10,android/content/pm/ApplicationInfo.FLAG_EXTERNAL_STORAGE,262144,Android.Content.PM.ApplicationInfoFlags,ExternalStorage,keep,flags +E,23,android/content/pm/ApplicationInfo.FLAG_EXTRACT_NATIVE_LIBS,268435456,Android.Content.PM.ApplicationInfoFlags,ExtractNativeLibs,keep,flags +E,10,android/content/pm/ApplicationInfo.FLAG_FACTORY_TEST,16,Android.Content.PM.ApplicationInfoFlags,FactoryTest,keep,flags +E,21,android/content/pm/ApplicationInfo.FLAG_FULL_BACKUP_ONLY,67108864,Android.Content.PM.ApplicationInfoFlags,FullBackupOnly,keep,flags +E,23,android/content/pm/ApplicationInfo.FLAG_HARDWARE_ACCELERATED,536870912,Android.Content.PM.ApplicationInfoFlags,HardwareAccelerated,keep,flags +E,10,android/content/pm/ApplicationInfo.FLAG_HAS_CODE,4,Android.Content.PM.ApplicationInfoFlags,HasCode,keep,flags +E,17,android/content/pm/ApplicationInfo.FLAG_INSTALLED,8388608,Android.Content.PM.ApplicationInfoFlags,Installed,keep,flags +E,17,android/content/pm/ApplicationInfo.FLAG_IS_DATA_ONLY,16777216,Android.Content.PM.ApplicationInfoFlags,IsDataOnly,keep,flags +E,21,android/content/pm/ApplicationInfo.FLAG_IS_GAME,33554432,Android.Content.PM.ApplicationInfoFlags,IsGame,keep,flags +E,10,android/content/pm/ApplicationInfo.FLAG_KILL_AFTER_RESTORE,65536,Android.Content.PM.ApplicationInfoFlags,KillAfterRestore,keep,flags +E,15,android/content/pm/ApplicationInfo.FLAG_LARGE_HEAP,1048576,Android.Content.PM.ApplicationInfoFlags,LargeHeap,keep,flags +E,21,android/content/pm/ApplicationInfo.FLAG_MULTIARCH,-2147483648,Android.Content.PM.ApplicationInfoFlags,Multiarch,keep,flags +E,10,android/content/pm/ApplicationInfo.FLAG_PERSISTENT,8,Android.Content.PM.ApplicationInfoFlags,Persistent,keep,flags +E,10,android/content/pm/ApplicationInfo.FLAG_RESIZEABLE_FOR_SCREENS,4096,Android.Content.PM.ApplicationInfoFlags,ResizeableForScreens,keep,flags +E,10,android/content/pm/ApplicationInfo.FLAG_RESTORE_ANY_VERSION,131072,Android.Content.PM.ApplicationInfoFlags,RestoreAnyVersion,keep,flags +E,15,android/content/pm/ApplicationInfo.FLAG_STOPPED,2097152,Android.Content.PM.ApplicationInfoFlags,Stopped,keep,flags +E,10,android/content/pm/ApplicationInfo.FLAG_SUPPORTS_LARGE_SCREENS,2048,Android.Content.PM.ApplicationInfoFlags,SupportsLargeScreens,keep,flags +E,10,android/content/pm/ApplicationInfo.FLAG_SUPPORTS_NORMAL_SCREENS,1024,Android.Content.PM.ApplicationInfoFlags,SupportsNormalScreens,keep,flags +E,17,android/content/pm/ApplicationInfo.FLAG_SUPPORTS_RTL,4194304,Android.Content.PM.ApplicationInfoFlags,SupportsRtl,keep,flags +E,10,android/content/pm/ApplicationInfo.FLAG_SUPPORTS_SCREEN_DENSITIES,8192,Android.Content.PM.ApplicationInfoFlags,SupportsScreenDensities,keep,flags +E,10,android/content/pm/ApplicationInfo.FLAG_SUPPORTS_SMALL_SCREENS,512,Android.Content.PM.ApplicationInfoFlags,SupportsSmallScreens,keep,flags +E,15,android/content/pm/ApplicationInfo.FLAG_SUPPORTS_XLARGE_SCREENS,524288,Android.Content.PM.ApplicationInfoFlags,SupportsXLargeScreens,keep,flags +E,24,android/content/pm/ApplicationInfo.FLAG_SUSPENDED,1073741824,Android.Content.PM.ApplicationInfoFlags,Suspended,keep,flags +E,10,android/content/pm/ApplicationInfo.FLAG_SYSTEM,1,Android.Content.PM.ApplicationInfoFlags,System,keep,flags +E,10,android/content/pm/ApplicationInfo.FLAG_TEST_ONLY,256,Android.Content.PM.ApplicationInfoFlags,TestOnly,keep,flags +E,10,android/content/pm/ApplicationInfo.FLAG_UPDATED_SYSTEM_APP,128,Android.Content.PM.ApplicationInfoFlags,UpdatedSystemApp,keep,flags +E,23,android/content/pm/ApplicationInfo.FLAG_USES_CLEARTEXT_TRAFFIC,134217728,Android.Content.PM.ApplicationInfoFlags,UsesCleartextTraffic,keep,flags +E,10,android/content/pm/ApplicationInfo.FLAG_VM_SAFE_MODE,16384,Android.Content.PM.ApplicationInfoFlags,VMSafeMode,keep,flags +?,30,android/content/pm/ApplicationInfo.GWP_ASAN_ALWAYS,1,,,, +?,30,android/content/pm/ApplicationInfo.GWP_ASAN_DEFAULT,-1,,,, +?,30,android/content/pm/ApplicationInfo.GWP_ASAN_NEVER,0,,,, +?,0,android/content/pm/ConfigurationInfo.GL_ES_VERSION_UNDEFINED,0,,,, +A,0,,0,Android.Content.PM.InputFeature,None,remove, +E,10,android/content/pm/ConfigurationInfo.INPUT_FEATURE_FIVE_WAY_NAV,2,Android.Content.PM.InputFeature,FiveWayNav,remove, +E,10,android/content/pm/ConfigurationInfo.INPUT_FEATURE_HARD_KEYBOARD,1,Android.Content.PM.InputFeature,HardKeyboard,remove, +A,0,,0,Android.Content.PM.FeatureFlags,None,remove,flags +E,10,android/content/pm/FeatureInfo.FLAG_REQUIRED,1,Android.Content.PM.FeatureFlags,Required,remove,flags +?,0,android/content/pm/FeatureInfo.GL_ES_VERSION_UNDEFINED,0,,,, +E,26,android/content/pm/LauncherApps$PinItemRequest.REQUEST_TYPE_APPWIDGET,2,Android.Content.PM.PinItemRequestType,Appwidget,remove, +E,26,android/content/pm/LauncherApps$PinItemRequest.REQUEST_TYPE_SHORTCUT,1,Android.Content.PM.PinItemRequestType,Shortcut,remove, +A,0,,0,Android.Content.PM.LauncherAppsShortcutQueryFlags,None,remove, +E,25,android/content/pm/LauncherApps$ShortcutQuery.FLAG_GET_KEY_FIELDS_ONLY,4,Android.Content.PM.LauncherAppsShortcutQueryFlags,GetKeyFieldsOnly,remove, +?,30,android/content/pm/LauncherApps$ShortcutQuery.FLAG_MATCH_CACHED,16,,,, +E,25,android/content/pm/LauncherApps$ShortcutQuery.FLAG_MATCH_DYNAMIC,1,Android.Content.PM.LauncherAppsShortcutQueryFlags,MatchDynamic,remove, +E,25,android/content/pm/LauncherApps$ShortcutQuery.FLAG_MATCH_MANIFEST,8,Android.Content.PM.LauncherAppsShortcutQueryFlags,MatchManifest,remove, +E,25,android/content/pm/LauncherApps$ShortcutQuery.FLAG_MATCH_PINNED,2,Android.Content.PM.LauncherAppsShortcutQueryFlags,MatchPinned,remove, +E,28,android/content/pm/LauncherApps$ShortcutQuery.FLAG_MATCH_PINNED_BY_ANY_LAUNCHER,1024,Android.Content.PM.LauncherAppsShortcutQueryFlags,MatchPinnedByAnyLauncher,remove, +E,21,android/content/pm/PackageInfo.INSTALL_LOCATION_AUTO,0,Android.Content.PM.PackageInstallLocation,Auto,keep, +E,21,android/content/pm/PackageInfo.INSTALL_LOCATION_INTERNAL_ONLY,1,Android.Content.PM.PackageInstallLocation,InternalOnly,keep, +E,21,android/content/pm/PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL,2,Android.Content.PM.PackageInstallLocation,PreferExternal,keep, +E,16,android/content/pm/PackageInfo.REQUESTED_PERMISSION_GRANTED,2,Android.Content.PM.RequestedPermission,Granted,remove, +E,16,android/content/pm/PackageInfo.REQUESTED_PERMISSION_REQUIRED,1,Android.Content.PM.RequestedPermission,Required,remove, +?,29,android/content/pm/PackageInstaller$SessionInfo.INVALID_ID,-1,,,, +E,29,android/content/pm/PackageInstaller$SessionInfo.STAGED_SESSION_ACTIVATION_FAILED,2,Android.Content.PM.StagedSession,ActivationFailed,remove, +E,29,android/content/pm/PackageInstaller$SessionInfo.STAGED_SESSION_NO_ERROR,0,Android.Content.PM.StagedSession,NoError,remove, +E,29,android/content/pm/PackageInstaller$SessionInfo.STAGED_SESSION_UNKNOWN,3,Android.Content.PM.StagedSession,Unknown,remove, +E,29,android/content/pm/PackageInstaller$SessionInfo.STAGED_SESSION_VERIFICATION_FAILED,1,Android.Content.PM.StagedSession,VerificationFailed,remove, +E,21,android/content/pm/PackageInstaller$SessionParams.MODE_FULL_INSTALL,1,Android.Content.PM.PackageInstallMode,FullInstall,keep, +E,21,android/content/pm/PackageInstaller$SessionParams.MODE_INHERIT_EXISTING,2,Android.Content.PM.PackageInstallMode,InheritExisting,keep, +E,21,android/content/pm/PackageInstaller.STATUS_FAILURE,1,Android.Content.PM.PackageInstallStatus,Failure,keep, +E,21,android/content/pm/PackageInstaller.STATUS_FAILURE_ABORTED,3,Android.Content.PM.PackageInstallStatus,FailureAborted,keep, +E,21,android/content/pm/PackageInstaller.STATUS_FAILURE_BLOCKED,2,Android.Content.PM.PackageInstallStatus,FailureBlocked,keep, +E,21,android/content/pm/PackageInstaller.STATUS_FAILURE_CONFLICT,5,Android.Content.PM.PackageInstallStatus,FailureConflict,keep, +E,21,android/content/pm/PackageInstaller.STATUS_FAILURE_INCOMPATIBLE,7,Android.Content.PM.PackageInstallStatus,FailureIncompatible,keep, +E,21,android/content/pm/PackageInstaller.STATUS_FAILURE_INVALID,4,Android.Content.PM.PackageInstallStatus,FailureInvalid,keep, +E,21,android/content/pm/PackageInstaller.STATUS_FAILURE_STORAGE,6,Android.Content.PM.PackageInstallStatus,FailureStorage,keep, +E,21,android/content/pm/PackageInstaller.STATUS_PENDING_USER_ACTION,-1,Android.Content.PM.PackageInstallStatus,PendingUserAction,keep, +E,21,android/content/pm/PackageInstaller.STATUS_SUCCESS,0,Android.Content.PM.PackageInstallStatus,Success,keep, +E,28,android/content/pm/PackageManager.CERT_INPUT_RAW_X509,0,Android.Content.PM.CertificateType,RawX509,remove, +E,28,android/content/pm/PackageManager.CERT_INPUT_SHA256,1,Android.Content.PM.CertificateType,Sha256,remove, +E,10,android/content/pm/PackageManager.COMPONENT_ENABLED_STATE_DEFAULT,0,Android.Content.PM.ComponentEnabledState,Default,keep, +E,10,android/content/pm/PackageManager.COMPONENT_ENABLED_STATE_DISABLED,2,Android.Content.PM.ComponentEnabledState,Disabled,keep, +E,18,android/content/pm/PackageManager.COMPONENT_ENABLED_STATE_DISABLED_UNTIL_USED,4,Android.Content.PM.ComponentEnabledState,DisabledUntilUsed,keep, +E,15,android/content/pm/PackageManager.COMPONENT_ENABLED_STATE_DISABLED_USER,3,Android.Content.PM.ComponentEnabledState,DisabledUser,keep, +E,10,android/content/pm/PackageManager.COMPONENT_ENABLED_STATE_ENABLED,1,Android.Content.PM.ComponentEnabledState,Enabled,keep, +A,0,,0,Android.Content.PM.ComponentEnableOption,None,remove, +E,10,android/content/pm/PackageManager.DONT_KILL_APP,1,Android.Content.PM.ComponentEnableOption,DontKillApp,remove, +E,29,android/content/pm/PackageManager.FLAG_PERMISSION_WHITELIST_INSTALLER,2,Android.Content.PM.FlagPermission,WhitelistInstaller,remove, +E,29,android/content/pm/PackageManager.FLAG_PERMISSION_WHITELIST_SYSTEM,1,Android.Content.PM.FlagPermission,WhitelistSystem,remove, +E,29,android/content/pm/PackageManager.FLAG_PERMISSION_WHITELIST_UPGRADE,4,Android.Content.PM.FlagPermission,WhitelistUpgrade,remove, +E,10,android/content/pm/PackageManager.GET_ACTIVITIES,1,Android.Content.PM.PackageInfoFlags,Activities,keep,flags +E,10,android/content/pm/PackageManager.GET_CONFIGURATIONS,16384,Android.Content.PM.PackageInfoFlags,Configurations,keep,flags +E,10,android/content/pm/PackageManager.GET_DISABLED_COMPONENTS,512,Android.Content.PM.PackageInfoFlags,DisabledComponents,keep,flags +E,18,android/content/pm/PackageManager.GET_DISABLED_UNTIL_USED_COMPONENTS,32768,Android.Content.PM.PackageInfoFlags,DisabledUntilUsedComponents,keep,flags +E,10,android/content/pm/PackageManager.GET_GIDS,256,Android.Content.PM.PackageInfoFlags,Gids,keep,flags +E,10,android/content/pm/PackageManager.GET_INSTRUMENTATION,16,Android.Content.PM.PackageInfoFlags,Instrumentation,keep,flags +E,10,android/content/pm/PackageManager.GET_INTENT_FILTERS,32,Android.Content.PM.PackageInfoFlags,IntentFilters,keep,flags +E,10,android/content/pm/PackageManager.GET_META_DATA,128,Android.Content.PM.PackageInfoFlags,MetaData,keep,flags +E,10,android/content/pm/PackageManager.GET_PERMISSIONS,4096,Android.Content.PM.PackageInfoFlags,Permissions,keep,flags +E,10,android/content/pm/PackageManager.GET_PROVIDERS,8,Android.Content.PM.PackageInfoFlags,Providers,keep,flags +E,10,android/content/pm/PackageManager.GET_RECEIVERS,2,Android.Content.PM.PackageInfoFlags,Receivers,keep,flags +E,10,android/content/pm/PackageManager.GET_RESOLVED_FILTER,64,Android.Content.PM.PackageInfoFlags,ResolvedFilter,keep,flags +E,10,android/content/pm/PackageManager.GET_SERVICES,4,Android.Content.PM.PackageInfoFlags,Services,keep,flags +E,10,android/content/pm/PackageManager.GET_SHARED_LIBRARY_FILES,1024,Android.Content.PM.PackageInfoFlags,SharedLibraryFiles,keep,flags +E,10,android/content/pm/PackageManager.GET_SIGNATURES,64,Android.Content.PM.PackageInfoFlags,Signatures,keep,flags +E,28,android/content/pm/PackageManager.GET_SIGNING_CERTIFICATES,134217728,Android.Content.PM.PackageInfoFlags,SigningCertificates,keep,flags +E,10,android/content/pm/PackageManager.GET_UNINSTALLED_PACKAGES,8192,Android.Content.PM.PackageInfoFlags,UninstalledPackages,keep,flags +E,10,android/content/pm/PackageManager.GET_URI_PERMISSION_PATTERNS,2048,Android.Content.PM.PackageInfoFlags,UriPermissionPatterns,keep,flags +E,26,android/content/pm/PackageManager.INSTALL_REASON_DEVICE_RESTORE,2,Android.Content.PM.PackageInstallReason,DeviceRestore,keep, +E,26,android/content/pm/PackageManager.INSTALL_REASON_DEVICE_RESTORE,2,Android.Content.PM.InstallReason,DeviceRestore,remove, +E,26,android/content/pm/PackageManager.INSTALL_REASON_DEVICE_SETUP,3,Android.Content.PM.PackageInstallReason,DeviceSetup,keep, +E,26,android/content/pm/PackageManager.INSTALL_REASON_DEVICE_SETUP,3,Android.Content.PM.InstallReason,DeviceSetup,remove, +E,26,android/content/pm/PackageManager.INSTALL_REASON_POLICY,1,Android.Content.PM.PackageInstallReason,Policy,keep, +E,26,android/content/pm/PackageManager.INSTALL_REASON_POLICY,1,Android.Content.PM.InstallReason,Policy,remove, +E,26,android/content/pm/PackageManager.INSTALL_REASON_UNKNOWN,0,Android.Content.PM.PackageInstallReason,Unknown,keep, +E,26,android/content/pm/PackageManager.INSTALL_REASON_UNKNOWN,0,Android.Content.PM.InstallReason,Unknown,remove, +E,26,android/content/pm/PackageManager.INSTALL_REASON_USER,4,Android.Content.PM.PackageInstallReason,User,keep, +E,26,android/content/pm/PackageManager.INSTALL_REASON_USER,4,Android.Content.PM.InstallReason,User,remove, +E,23,android/content/pm/PackageManager.MATCH_ALL,131072,Android.Content.PM.PackageInfoFlags,MatchAll,keep,flags +?,29,android/content/pm/PackageManager.MATCH_APEX,1073741824,,,, +E,10,android/content/pm/PackageManager.MATCH_DEFAULT_ONLY,65536,Android.Content.PM.PackageInfoFlags,MatchDefaultOnly,keep,flags +?,29,android/content/pm/PackageManager.MATCH_DIRECT_BOOT_AUTO,268435456,,,, +E,24,android/content/pm/PackageManager.MATCH_DIRECT_BOOT_AWARE,524288,Android.Content.PM.PackageInfoFlags,MatchDirectBootAware,keep,flags +E,24,android/content/pm/PackageManager.MATCH_DIRECT_BOOT_UNAWARE,262144,Android.Content.PM.PackageInfoFlags,MatchDirectBootUnaware,keep,flags +E,24,android/content/pm/PackageManager.MATCH_DISABLED_COMPONENTS,512,Android.Content.PM.PackageInfoFlags,MatchDisabledComponents,keep,flags +E,24,android/content/pm/PackageManager.MATCH_DISABLED_UNTIL_USED_COMPONENTS,32768,Android.Content.PM.PackageInfoFlags,MatchDisabledUntilUsedComponents,keep,flags +E,24,android/content/pm/PackageManager.MATCH_SYSTEM_ONLY,1048576,Android.Content.PM.PackageInfoFlags,MatchSystemOnly,keep,flags +E,24,android/content/pm/PackageManager.MATCH_UNINSTALLED_PACKAGES,8192,Android.Content.PM.PackageInfoFlags,MatchUninstalledPackages,keep,flags +E,10,android/content/pm/PackageManager.PERMISSION_DENIED,-1,Android.Content.PM.Permission,Denied,keep, +E,10,android/content/pm/PackageManager.PERMISSION_GRANTED,0,Android.Content.PM.Permission,Granted,keep, +E,10,android/content/pm/PackageManager.SIGNATURE_FIRST_NOT_SIGNED,-1,Android.Content.PM.SignatureResult,FirstNotSigned,keep, +E,10,android/content/pm/PackageManager.SIGNATURE_MATCH,0,Android.Content.PM.SignatureResult,Match,keep, +E,10,android/content/pm/PackageManager.SIGNATURE_NEITHER_SIGNED,1,Android.Content.PM.SignatureResult,NeitherSigned,keep, +E,10,android/content/pm/PackageManager.SIGNATURE_NO_MATCH,-3,Android.Content.PM.SignatureResult,NoMatch,keep, +E,10,android/content/pm/PackageManager.SIGNATURE_SECOND_NOT_SIGNED,-2,Android.Content.PM.SignatureResult,SecondNotSigned,keep, +E,10,android/content/pm/PackageManager.SIGNATURE_UNKNOWN_PACKAGE,-4,Android.Content.PM.SignatureResult,UnknownPackage,keep, +?,30,android/content/pm/PackageManager.SYNCHRONOUS,2,,,, +E,15,android/content/pm/PackageManager.VERIFICATION_ALLOW,1,Android.Content.PM.PackageInstallVerification,Allow,remove, +E,15,android/content/pm/PackageManager.VERIFICATION_REJECT,-1,Android.Content.PM.PackageInstallVerification,Reject,remove, +?,26,android/content/pm/PackageManager.VERSION_CODE_HIGHEST,-1,,,, +A,0,,0,Android.Content.PM.PermissionGroupInfoFlags,None,remove,flags +E,17,android/content/pm/PermissionGroupInfo.FLAG_PERSONAL_INFO,1,Android.Content.PM.PermissionGroupInfoFlags,PersonalInfo,remove,flags +A,0,,0,Android.Content.PM.PermissionInfoFlags,None,remove,flags +E,17,android/content/pm/PermissionInfo.FLAG_COSTS_MONEY,1,Android.Content.PM.PermissionInfoFlags,CostsMoney,remove,flags +E,29,android/content/pm/PermissionInfo.FLAG_HARD_RESTRICTED,4,Android.Content.PM.PermissionInfoFlags,HardRestricted,remove,flags +E,29,android/content/pm/PermissionInfo.FLAG_IMMUTABLY_RESTRICTED,16,Android.Content.PM.PermissionInfoFlags,ImmutablyRestricted,remove,flags +E,23,android/content/pm/PermissionInfo.FLAG_INSTALLED,1073741824,Android.Content.PM.PermissionInfoFlags,Installed,remove,flags +E,29,android/content/pm/PermissionInfo.FLAG_SOFT_RESTRICTED,8,Android.Content.PM.PermissionInfoFlags,SoftRestricted,remove,flags +E,10,android/content/pm/PermissionInfo.PROTECTION_DANGEROUS,1,Android.Content.PM.Protection,Dangerous,keep, +E,21,android/content/pm/PermissionInfo.PROTECTION_FLAG_APPOP,64,Android.Content.PM.Protection,FlagAppop,keep, +E,16,android/content/pm/PermissionInfo.PROTECTION_FLAG_DEVELOPMENT,32,Android.Content.PM.Protection,FlagDevelopment,keep, +E,23,android/content/pm/PermissionInfo.PROTECTION_FLAG_INSTALLER,256,Android.Content.PM.Protection,FlagInstaller,keep, +E,27,android/content/pm/PermissionInfo.PROTECTION_FLAG_INSTANT,4096,Android.Content.PM.Protection,FlagInstant,keep, +E,23,android/content/pm/PermissionInfo.PROTECTION_FLAG_PRE23,128,Android.Content.PM.Protection,FlagPre23,keep, +E,23,android/content/pm/PermissionInfo.PROTECTION_FLAG_PREINSTALLED,1024,Android.Content.PM.Protection,FlagPreinstalled,keep, +E,23,android/content/pm/PermissionInfo.PROTECTION_FLAG_PRIVILEGED,16,Android.Content.PM.Protection,FlagPrivileged,keep, +E,26,android/content/pm/PermissionInfo.PROTECTION_FLAG_RUNTIME_ONLY,8192,Android.Content.PM.Protection,FlagRuntimeOnly,keep, +E,24,android/content/pm/PermissionInfo.PROTECTION_FLAG_SETUP,2048,Android.Content.PM.Protection,FlagSetup,keep, +E,16,android/content/pm/PermissionInfo.PROTECTION_FLAG_SYSTEM,16,Android.Content.PM.Protection,FlagSystem,keep, +E,23,android/content/pm/PermissionInfo.PROTECTION_FLAG_VERIFIER,512,Android.Content.PM.Protection,FlagVerifier,keep, +E,16,android/content/pm/PermissionInfo.PROTECTION_MASK_BASE,15,Android.Content.PM.Protection,MaskBase,keep, +E,16,android/content/pm/PermissionInfo.PROTECTION_MASK_FLAGS,65520,Android.Content.PM.Protection,MaskFlags,keep, +E,10,android/content/pm/PermissionInfo.PROTECTION_NORMAL,0,Android.Content.PM.Protection,Normal,keep, +E,10,android/content/pm/PermissionInfo.PROTECTION_SIGNATURE,2,Android.Content.PM.Protection,Signature,keep, +E,10,android/content/pm/PermissionInfo.PROTECTION_SIGNATURE_OR_SYSTEM,3,Android.Content.PM.Protection,SignatureOrSystem,keep, +A,0,,0,Android.Content.PM.ProviderInfoFlags,None,remove,flags +E,17,android/content/pm/ProviderInfo.FLAG_SINGLE_USER,1073741824,Android.Content.PM.ProviderInfoFlags,SingleUser,remove,flags +E,24,android/content/pm/ServiceInfo.FLAG_EXTERNAL_SERVICE,4,Android.Content.PM.ServiceInfoFlags,ExternalService,remove,flags +E,16,android/content/pm/ServiceInfo.FLAG_ISOLATED_PROCESS,2,Android.Content.PM.ServiceInfoFlags,IsolatedProcess,remove,flags +E,17,android/content/pm/ServiceInfo.FLAG_SINGLE_USER,1073741824,Android.Content.PM.ServiceInfoFlags,SingleUser,remove,flags +E,15,android/content/pm/ServiceInfo.FLAG_STOP_WITH_TASK,1,Android.Content.PM.ServiceInfoFlags,StopWithTask,remove,flags +E,29,android/content/pm/ServiceInfo.FLAG_USE_APP_ZYGOTE,8,Android.Content.PM.ServiceInfoFlags,UseAppZygote,remove,flags +?,30,android/content/pm/ServiceInfo.FOREGROUND_SERVICE_TYPE_CAMERA,64,,,, +E,29,android/content/pm/ServiceInfo.FOREGROUND_SERVICE_TYPE_CONNECTED_DEVICE,16,Android.Content.PM.ForegroundService,TypeConnectedDevice,remove, +E,29,android/content/pm/ServiceInfo.FOREGROUND_SERVICE_TYPE_DATA_SYNC,1,Android.Content.PM.ForegroundService,TypeDataSync,remove, +E,29,android/content/pm/ServiceInfo.FOREGROUND_SERVICE_TYPE_LOCATION,8,Android.Content.PM.ForegroundService,TypeLocation,remove, +E,29,android/content/pm/ServiceInfo.FOREGROUND_SERVICE_TYPE_MANIFEST,-1,Android.Content.PM.ForegroundService,TypeManifest,remove, +E,29,android/content/pm/ServiceInfo.FOREGROUND_SERVICE_TYPE_MEDIA_PLAYBACK,2,Android.Content.PM.ForegroundService,TypeMediaPlayback,remove, +E,29,android/content/pm/ServiceInfo.FOREGROUND_SERVICE_TYPE_MEDIA_PROJECTION,32,Android.Content.PM.ForegroundService,TypeMediaProjection,remove, +?,30,android/content/pm/ServiceInfo.FOREGROUND_SERVICE_TYPE_MICROPHONE,128,,,, +E,29,android/content/pm/ServiceInfo.FOREGROUND_SERVICE_TYPE_NONE,0,Android.Content.PM.ForegroundService,TypeNone,remove, +E,29,android/content/pm/ServiceInfo.FOREGROUND_SERVICE_TYPE_PHONE_CALL,4,Android.Content.PM.ForegroundService,TypePhoneCall,remove, +E,26,android/content/pm/SharedLibraryInfo.TYPE_BUILTIN,0,Android.Content.PM.SharedLibraryType,Builtin,remove, +E,26,android/content/pm/SharedLibraryInfo.TYPE_DYNAMIC,1,Android.Content.PM.SharedLibraryType,Dynamic,remove, +E,26,android/content/pm/SharedLibraryInfo.TYPE_STATIC,2,Android.Content.PM.SharedLibraryType,Static,remove, +?,0,android/content/pm/SharedLibraryInfo.VERSION_UNDEFINED,-1,,,, +E,28,android/content/pm/ShortcutInfo.DISABLED_REASON_APP_CHANGED,2,Android.Content.PM.ShortcutDisabledReason,AppChanged,remove, +E,28,android/content/pm/ShortcutInfo.DISABLED_REASON_BACKUP_NOT_SUPPORTED,101,Android.Content.PM.ShortcutDisabledReason,BackupNotSupported,remove, +E,28,android/content/pm/ShortcutInfo.DISABLED_REASON_BY_APP,1,Android.Content.PM.ShortcutDisabledReason,ByApp,remove, +E,28,android/content/pm/ShortcutInfo.DISABLED_REASON_NOT_DISABLED,0,Android.Content.PM.ShortcutDisabledReason,NotDisabled,remove, +E,28,android/content/pm/ShortcutInfo.DISABLED_REASON_OTHER_RESTORE_ISSUE,103,Android.Content.PM.ShortcutDisabledReason,OtherRestoreIssue,remove, +E,28,android/content/pm/ShortcutInfo.DISABLED_REASON_SIGNATURE_MISMATCH,102,Android.Content.PM.ShortcutDisabledReason,SignatureMismatch,remove, +E,28,android/content/pm/ShortcutInfo.DISABLED_REASON_UNKNOWN,3,Android.Content.PM.ShortcutDisabledReason,Unknown,remove, +E,28,android/content/pm/ShortcutInfo.DISABLED_REASON_VERSION_LOWER,100,Android.Content.PM.ShortcutDisabledReason,VersionLower,remove, +A,0,,0,Android.Content.PM.ShortcutManagerFlagMatchType,None,remove, +E,30,android/content/pm/ShortcutManager.FLAG_MATCH_CACHED,8,Android.Content.PM.ShortcutManagerFlagMatchType,FlagMatchCached,remove, +E,30,android/content/pm/ShortcutManager.FLAG_MATCH_DYNAMIC,2,Android.Content.PM.ShortcutManagerFlagMatchType,FlagMatchDynamic,remove, +E,30,android/content/pm/ShortcutManager.FLAG_MATCH_MANIFEST,1,Android.Content.PM.ShortcutManagerFlagMatchType,FlagMatchManifest,remove, +E,30,android/content/pm/ShortcutManager.FLAG_MATCH_PINNED,4,Android.Content.PM.ShortcutManagerFlagMatchType,FlagMatchPinned,remove, +E,10,android/content/res/AssetManager.ACCESS_BUFFER,3,Android.Content.Res.Access,Buffer,keep, +E,10,android/content/res/AssetManager.ACCESS_RANDOM,1,Android.Content.Res.Access,Random,keep, +E,10,android/content/res/AssetManager.ACCESS_STREAMING,2,Android.Content.Res.Access,Streaming,keep, +E,10,android/content/res/AssetManager.ACCESS_UNKNOWN,0,Android.Content.Res.Access,Unknown,keep, +E,26,android/content/res/Configuration.COLOR_MODE_HDR_MASK,12,Android.Content.Res.ColorMode,HdrMask,remove, +E,26,android/content/res/Configuration.COLOR_MODE_HDR_NO,4,Android.Content.Res.ColorMode,HdrNo,remove, +E,26,android/content/res/Configuration.COLOR_MODE_HDR_SHIFT,2,Android.Content.Res.ColorMode,HdrShift,remove, +E,26,android/content/res/Configuration.COLOR_MODE_HDR_UNDEFINED,0,Android.Content.Res.ColorMode,HdrUndefined,remove, +E,26,android/content/res/Configuration.COLOR_MODE_HDR_YES,8,Android.Content.Res.ColorMode,HdrYes,remove, +E,26,android/content/res/Configuration.COLOR_MODE_UNDEFINED,0,Android.Content.Res.ColorMode,Undefined,remove, +E,26,android/content/res/Configuration.COLOR_MODE_WIDE_COLOR_GAMUT_MASK,3,Android.Content.Res.ColorMode,WideColorGamutMask,remove, +E,26,android/content/res/Configuration.COLOR_MODE_WIDE_COLOR_GAMUT_NO,1,Android.Content.Res.ColorMode,WideColorGamutNo,remove, +E,26,android/content/res/Configuration.COLOR_MODE_WIDE_COLOR_GAMUT_UNDEFINED,0,Android.Content.Res.ColorMode,WideColorGamutUndefined,remove, +E,26,android/content/res/Configuration.COLOR_MODE_WIDE_COLOR_GAMUT_YES,2,Android.Content.Res.ColorMode,WideColorGamutYes,remove, +?,17,android/content/res/Configuration.DENSITY_DPI_UNDEFINED,0,,,, +E,10,android/content/res/Configuration.HARDKEYBOARDHIDDEN_NO,1,Android.Content.Res.HardKeyboardHidden,No,keep, +E,10,android/content/res/Configuration.HARDKEYBOARDHIDDEN_UNDEFINED,0,Android.Content.Res.HardKeyboardHidden,Undefined,keep, +E,10,android/content/res/Configuration.HARDKEYBOARDHIDDEN_YES,2,Android.Content.Res.HardKeyboardHidden,Yes,keep, +E,10,android/content/res/Configuration.KEYBOARD_12KEY,3,Android.Content.Res.KeyboardType,Twelvekey,keep, +E,10,android/content/res/Configuration.KEYBOARD_NOKEYS,1,Android.Content.Res.KeyboardType,Nokeys,keep, +E,10,android/content/res/Configuration.KEYBOARD_QWERTY,2,Android.Content.Res.KeyboardType,Qwerty,keep, +E,10,android/content/res/Configuration.KEYBOARD_UNDEFINED,0,Android.Content.Res.KeyboardType,Undefined,keep, +E,10,android/content/res/Configuration.KEYBOARDHIDDEN_NO,1,Android.Content.Res.KeyboardHidden,No,keep, +E,10,android/content/res/Configuration.KEYBOARDHIDDEN_UNDEFINED,0,Android.Content.Res.KeyboardHidden,Undefined,keep, +E,10,android/content/res/Configuration.KEYBOARDHIDDEN_YES,2,Android.Content.Res.KeyboardHidden,Yes,keep, +?,19,android/content/res/Configuration.MNC_ZERO,65535,,,, +E,10,android/content/res/Configuration.NAVIGATION_DPAD,2,Android.Content.Res.Navigation,Dpad,keep, +E,10,android/content/res/Configuration.NAVIGATION_NONAV,1,Android.Content.Res.Navigation,Nonav,keep, +E,10,android/content/res/Configuration.NAVIGATION_TRACKBALL,3,Android.Content.Res.Navigation,Trackball,keep, +E,10,android/content/res/Configuration.NAVIGATION_UNDEFINED,0,Android.Content.Res.Navigation,Undefined,keep, +E,10,android/content/res/Configuration.NAVIGATION_WHEEL,4,Android.Content.Res.Navigation,Wheel,keep, +E,10,android/content/res/Configuration.NAVIGATIONHIDDEN_NO,1,Android.Content.Res.NavigationHidden,No,keep, +E,10,android/content/res/Configuration.NAVIGATIONHIDDEN_UNDEFINED,0,Android.Content.Res.NavigationHidden,Undefined,keep, +E,10,android/content/res/Configuration.NAVIGATIONHIDDEN_YES,2,Android.Content.Res.NavigationHidden,Yes,keep, +E,10,android/content/res/Configuration.ORIENTATION_LANDSCAPE,2,Android.Content.Res.Orientation,Landscape,keep, +E,10,android/content/res/Configuration.ORIENTATION_PORTRAIT,1,Android.Content.Res.Orientation,Portrait,keep, +E,10,android/content/res/Configuration.ORIENTATION_SQUARE,3,Android.Content.Res.Orientation,Square,keep, +E,10,android/content/res/Configuration.ORIENTATION_UNDEFINED,0,Android.Content.Res.Orientation,Undefined,keep, +E,15,android/content/res/Configuration.SCREEN_HEIGHT_DP_UNDEFINED,0,Android.Content.Res.Screen,HeightDpUndefined,remove, +E,15,android/content/res/Configuration.SCREEN_WIDTH_DP_UNDEFINED,0,Android.Content.Res.Screen,WidthDpUndefined,remove, +E,17,android/content/res/Configuration.SCREENLAYOUT_LAYOUTDIR_LTR,64,Android.Content.Res.ScreenLayout,LayoutdirLtr,keep, +E,17,android/content/res/Configuration.SCREENLAYOUT_LAYOUTDIR_MASK,192,Android.Content.Res.ScreenLayout,LayoutdirMask,keep, +E,17,android/content/res/Configuration.SCREENLAYOUT_LAYOUTDIR_RTL,128,Android.Content.Res.ScreenLayout,LayoutdirRtl,keep, +E,17,android/content/res/Configuration.SCREENLAYOUT_LAYOUTDIR_SHIFT,6,Android.Content.Res.ScreenLayout,LayoutdirShift,keep, +E,17,android/content/res/Configuration.SCREENLAYOUT_LAYOUTDIR_UNDEFINED,0,Android.Content.Res.ScreenLayout,LayoutdirUndefined,keep, +E,10,android/content/res/Configuration.SCREENLAYOUT_LONG_MASK,48,Android.Content.Res.ScreenLayout,LongMask,keep, +E,10,android/content/res/Configuration.SCREENLAYOUT_LONG_NO,16,Android.Content.Res.ScreenLayout,LongNo,keep, +E,10,android/content/res/Configuration.SCREENLAYOUT_LONG_UNDEFINED,0,Android.Content.Res.ScreenLayout,LongUndefined,keep, +E,10,android/content/res/Configuration.SCREENLAYOUT_LONG_YES,32,Android.Content.Res.ScreenLayout,LongYes,keep, +E,23,android/content/res/Configuration.SCREENLAYOUT_ROUND_MASK,768,Android.Content.Res.ScreenLayout,RoundMask,keep, +E,23,android/content/res/Configuration.SCREENLAYOUT_ROUND_NO,256,Android.Content.Res.ScreenLayout,RoundNo,keep, +E,23,android/content/res/Configuration.SCREENLAYOUT_ROUND_UNDEFINED,0,Android.Content.Res.ScreenLayout,RoundUndefined,keep, +E,23,android/content/res/Configuration.SCREENLAYOUT_ROUND_YES,512,Android.Content.Res.ScreenLayout,RoundYes,keep, +E,10,android/content/res/Configuration.SCREENLAYOUT_SIZE_LARGE,3,Android.Content.Res.ScreenLayout,SizeLarge,keep, +E,10,android/content/res/Configuration.SCREENLAYOUT_SIZE_MASK,15,Android.Content.Res.ScreenLayout,SizeMask,keep, +E,10,android/content/res/Configuration.SCREENLAYOUT_SIZE_NORMAL,2,Android.Content.Res.ScreenLayout,SizeNormal,keep, +E,10,android/content/res/Configuration.SCREENLAYOUT_SIZE_SMALL,1,Android.Content.Res.ScreenLayout,SizeSmall,keep, +E,10,android/content/res/Configuration.SCREENLAYOUT_SIZE_UNDEFINED,0,Android.Content.Res.ScreenLayout,SizeUndefined,keep, +E,10,android/content/res/Configuration.SCREENLAYOUT_SIZE_XLARGE,4,Android.Content.Res.ScreenLayout,SizeXlarge,keep, +E,17,android/content/res/Configuration.SCREENLAYOUT_UNDEFINED,0,Android.Content.Res.ScreenLayout,Undefined,keep, +?,15,android/content/res/Configuration.SMALLEST_SCREEN_WIDTH_DP_UNDEFINED,0,,,, +E,10,android/content/res/Configuration.TOUCHSCREEN_FINGER,3,Android.Content.Res.TouchScreenType,Finger,keep, +E,10,android/content/res/Configuration.TOUCHSCREEN_NOTOUCH,1,Android.Content.Res.TouchScreenType,Notouch,keep, +E,10,android/content/res/Configuration.TOUCHSCREEN_STYLUS,2,Android.Content.Res.TouchScreenType,Stylus,keep, +E,10,android/content/res/Configuration.TOUCHSCREEN_UNDEFINED,0,Android.Content.Res.TouchScreenType,Undefined,keep, +E,10,android/content/res/Configuration.UI_MODE_NIGHT_MASK,48,Android.Content.Res.UiMode,NightMask,remove, +E,10,android/content/res/Configuration.UI_MODE_NIGHT_NO,16,Android.Content.Res.UiMode,NightNo,remove, +E,10,android/content/res/Configuration.UI_MODE_NIGHT_UNDEFINED,0,Android.Content.Res.UiMode,NightUndefined,remove, +E,10,android/content/res/Configuration.UI_MODE_NIGHT_YES,32,Android.Content.Res.UiMode,NightYes,remove, +E,16,android/content/res/Configuration.UI_MODE_TYPE_APPLIANCE,5,Android.Content.Res.UiMode,TypeAppliance,remove, +E,10,android/content/res/Configuration.UI_MODE_TYPE_CAR,3,Android.Content.Res.UiMode,TypeCar,remove, +E,10,android/content/res/Configuration.UI_MODE_TYPE_DESK,2,Android.Content.Res.UiMode,TypeDesk,remove, +E,10,android/content/res/Configuration.UI_MODE_TYPE_MASK,15,Android.Content.Res.UiMode,TypeMask,remove, +E,10,android/content/res/Configuration.UI_MODE_TYPE_NORMAL,1,Android.Content.Res.UiMode,TypeNormal,remove, +E,15,android/content/res/Configuration.UI_MODE_TYPE_TELEVISION,4,Android.Content.Res.UiMode,TypeTelevision,remove, +E,10,android/content/res/Configuration.UI_MODE_TYPE_UNDEFINED,0,Android.Content.Res.UiMode,TypeUndefined,remove, +E,26,android/content/res/Configuration.UI_MODE_TYPE_VR_HEADSET,7,Android.Content.Res.UiMode,TypeVrHeadset,remove, +E,20,android/content/res/Configuration.UI_MODE_TYPE_WATCH,6,Android.Content.Res.UiMode,TypeWatch,remove, +A,0,,0,Android.Content.Res.ObbFlags,None,remove,flags +E,10,android/content/res/ObbInfo.OBB_OVERLAY,1,Android.Content.Res.ObbFlags,Overlay,remove,flags +?,29,android/content/res/Resources.ID_NULL,0,,,, +E,18,android/content/RestrictionEntry.TYPE_BOOLEAN,1,Android.Content.RestrictionEntryType,Boolean,remove, +E,23,android/content/RestrictionEntry.TYPE_BUNDLE,7,Android.Content.RestrictionEntryType,Bundle,remove, +E,23,android/content/RestrictionEntry.TYPE_BUNDLE_ARRAY,8,Android.Content.RestrictionEntryType,BundleArray,remove, +E,18,android/content/RestrictionEntry.TYPE_CHOICE,2,Android.Content.RestrictionEntryType,Choice,remove, +E,21,android/content/RestrictionEntry.TYPE_INTEGER,5,Android.Content.RestrictionEntryType,Integer,remove, +E,18,android/content/RestrictionEntry.TYPE_MULTI_SELECT,4,Android.Content.RestrictionEntryType,MultiSelect,remove, +E,18,android/content/RestrictionEntry.TYPE_NULL,0,Android.Content.RestrictionEntryType,Null,remove, +E,21,android/content/RestrictionEntry.TYPE_STRING,6,Android.Content.RestrictionEntryType,String,remove, +E,21,android/content/RestrictionsManager.RESULT_APPROVED,1,Android.Content.RestrictionResults,Approved,keep, +E,21,android/content/RestrictionsManager.RESULT_DENIED,2,Android.Content.RestrictionResults,Denied,keep, +E,21,android/content/RestrictionsManager.RESULT_ERROR,5,Android.Content.RestrictionResults,Error,keep, +E,21,android/content/RestrictionsManager.RESULT_ERROR_BAD_REQUEST,1,Android.Content.RestrictionResults,ErrorBadRequest,keep, +E,21,android/content/RestrictionsManager.RESULT_ERROR_INTERNAL,3,Android.Content.RestrictionResults,ErrorInternal,keep, +E,21,android/content/RestrictionsManager.RESULT_ERROR_NETWORK,2,Android.Content.RestrictionResults,ErrorNetwork,keep, +E,21,android/content/RestrictionsManager.RESULT_NO_RESPONSE,3,Android.Content.RestrictionResults,NoResponse,keep, +E,21,android/content/RestrictionsManager.RESULT_UNKNOWN_REQUEST,4,Android.Content.RestrictionResults,UnknownRequest,keep, +E,10,android/content/SearchRecentSuggestionsProvider.DATABASE_MODE_2LINES,2,Android.Content.DatabaseMode,TwoLines,keep, +E,10,android/content/SearchRecentSuggestionsProvider.DATABASE_MODE_QUERIES,1,Android.Content.DatabaseMode,Queries,keep, +?,0,android/content/UriMatcher.NO_MATCH,-1,,,, +?,0,android/database/DatabaseUtils$InsertHelper.TABLE_INFO_PRAGMA_DEFAULT_INDEX,4,,,, +E,15,android/database/DatabaseUtils.STATEMENT_ABORT,6,Android.Database.StatementType,Abort,keep, +E,15,android/database/DatabaseUtils.STATEMENT_ATTACH,3,Android.Database.StatementType,Attach,keep, +E,15,android/database/DatabaseUtils.STATEMENT_BEGIN,4,Android.Database.StatementType,Begin,keep, +E,15,android/database/DatabaseUtils.STATEMENT_COMMIT,5,Android.Database.StatementType,Commit,keep, +E,15,android/database/DatabaseUtils.STATEMENT_DDL,8,Android.Database.StatementType,Ddl,keep, +E,15,android/database/DatabaseUtils.STATEMENT_OTHER,99,Android.Database.StatementType,Other,keep, +E,15,android/database/DatabaseUtils.STATEMENT_PRAGMA,7,Android.Database.StatementType,Pragma,keep, +E,15,android/database/DatabaseUtils.STATEMENT_SELECT,1,Android.Database.StatementType,Select,keep, +E,15,android/database/DatabaseUtils.STATEMENT_UNPREPARED,9,Android.Database.StatementType,Unprepared,keep, +E,15,android/database/DatabaseUtils.STATEMENT_UPDATE,2,Android.Database.StatementType,Update,keep, +E,10,android/database/sqlite/SQLiteDatabase.CONFLICT_ABORT,2,Android.Database.Sqlite.Conflict,Abort,remove, +E,10,android/database/sqlite/SQLiteDatabase.CONFLICT_FAIL,3,Android.Database.Sqlite.Conflict,Fail,remove, +E,10,android/database/sqlite/SQLiteDatabase.CONFLICT_IGNORE,4,Android.Database.Sqlite.Conflict,Ignore,remove, +E,10,android/database/sqlite/SQLiteDatabase.CONFLICT_NONE,0,Android.Database.Sqlite.Conflict,None,remove, +E,10,android/database/sqlite/SQLiteDatabase.CONFLICT_REPLACE,5,Android.Database.Sqlite.Conflict,Replace,remove, +E,10,android/database/sqlite/SQLiteDatabase.CONFLICT_ROLLBACK,1,Android.Database.Sqlite.Conflict,Rollback,remove, +E,10,android/database/sqlite/SQLiteDatabase.CREATE_IF_NECESSARY,268435456,Android.Database.Sqlite.DatabaseOpenFlags,CreateIfNecessary,keep,flags +?,16,android/database/sqlite/SQLiteDatabase.ENABLE_WRITE_AHEAD_LOGGING,536870912,,,, +?,15,android/database/sqlite/SQLiteDatabase.MAX_SQL_CACHE_SIZE,100,,,, +E,10,android/database/sqlite/SQLiteDatabase.NO_LOCALIZED_COLLATORS,16,Android.Database.Sqlite.DatabaseOpenFlags,NoLocalizedCollators,keep,flags +E,10,android/database/sqlite/SQLiteDatabase.OPEN_READONLY,1,Android.Database.Sqlite.DatabaseOpenFlags,OpenReadonly,keep,flags +E,10,android/database/sqlite/SQLiteDatabase.OPEN_READWRITE,0,Android.Database.Sqlite.DatabaseOpenFlags,OpenReadwrite,keep,flags +?,0,android/database/sqlite/SQLiteDatabase.SQLITE_MAX_LIKE_PATTERN_LENGTH,50000,,,, +E,15,android/drm/DrmConvertedStatus.STATUS_ERROR,3,Android.Drm.DrmConvertedStatusCode,Error,keep, +E,15,android/drm/DrmConvertedStatus.STATUS_INPUTDATA_ERROR,2,Android.Drm.DrmConvertedStatusCode,InputDataError,keep, +E,15,android/drm/DrmConvertedStatus.STATUS_OK,1,Android.Drm.DrmConvertedStatusCode,OK,keep, +E,15,android/drm/DrmErrorEvent.TYPE_ACQUIRE_DRM_INFO_FAILED,2008,Android.Drm.DrmErrorEventType,AcquireDrmInfoFailed,remove, +E,15,android/drm/DrmErrorEvent.TYPE_NO_INTERNET_CONNECTION,2005,Android.Drm.DrmErrorEventType,NoInternetConnection,remove, +E,15,android/drm/DrmErrorEvent.TYPE_NOT_SUPPORTED,2003,Android.Drm.DrmErrorEventType,NotSupported,remove, +E,15,android/drm/DrmErrorEvent.TYPE_OUT_OF_MEMORY,2004,Android.Drm.DrmErrorEventType,OutOfMemory,remove, +E,15,android/drm/DrmErrorEvent.TYPE_PROCESS_DRM_INFO_FAILED,2006,Android.Drm.DrmErrorEventType,ProcessDrmInfoFailed,remove, +E,15,android/drm/DrmErrorEvent.TYPE_REMOVE_ALL_RIGHTS_FAILED,2007,Android.Drm.DrmErrorEventType,RemoveAllRightsFailed,remove, +E,15,android/drm/DrmErrorEvent.TYPE_RIGHTS_NOT_INSTALLED,2001,Android.Drm.DrmErrorEventType,RightsNotInstalled,remove, +E,15,android/drm/DrmErrorEvent.TYPE_RIGHTS_RENEWAL_NOT_ALLOWED,2002,Android.Drm.DrmErrorEventType,RightsRenewalNotAllowed,remove, +E,15,android/drm/DrmEvent.TYPE_ALL_RIGHTS_REMOVED,1001,Android.Drm.DrmEventType,AllRightsRemoved,remove, +E,15,android/drm/DrmEvent.TYPE_DRM_INFO_PROCESSED,1002,Android.Drm.DrmEventType,DrmInfoProcessed,remove, +E,15,android/drm/DrmInfoEvent.TYPE_ACCOUNT_ALREADY_REGISTERED,5,Android.Drm.DrmInfoEventType,AccountAlreadyRegistered,remove, +E,15,android/drm/DrmInfoEvent.TYPE_ALREADY_REGISTERED_BY_ANOTHER_ACCOUNT,1,Android.Drm.DrmInfoEventType,AlreadyRegisteredByAnotherAccount,remove, +E,15,android/drm/DrmInfoEvent.TYPE_REMOVE_RIGHTS,2,Android.Drm.DrmInfoEventType,RemoveRights,remove, +E,15,android/drm/DrmInfoEvent.TYPE_RIGHTS_INSTALLED,3,Android.Drm.DrmInfoEventType,RightsInstalled,remove, +E,15,android/drm/DrmInfoEvent.TYPE_RIGHTS_REMOVED,6,Android.Drm.DrmInfoEventType,RightsRemoved,remove, +E,15,android/drm/DrmInfoEvent.TYPE_WAIT_FOR_RIGHTS,4,Android.Drm.DrmInfoEventType,WaitForRights,remove, +E,15,android/drm/DrmInfoRequest.TYPE_REGISTRATION_INFO,1,Android.Drm.DrmInfoRequestType,RegistrationInfo,keep, +E,15,android/drm/DrmInfoRequest.TYPE_RIGHTS_ACQUISITION_INFO,3,Android.Drm.DrmInfoRequestType,RightsAcquisition,keep, +E,15,android/drm/DrmInfoRequest.TYPE_RIGHTS_ACQUISITION_PROGRESS_INFO,4,Android.Drm.DrmInfoRequestType,RightsAcquisitionProgressInfo,keep, +E,15,android/drm/DrmInfoRequest.TYPE_UNREGISTRATION_INFO,2,Android.Drm.DrmInfoRequestType,UnregistrationInfo,keep, +E,15,android/drm/DrmInfoStatus.STATUS_ERROR,2,Android.Drm.DrmInfoStatusCode,Error,keep, +E,15,android/drm/DrmInfoStatus.STATUS_OK,1,Android.Drm.DrmInfoStatusCode,OK,keep, +E,15,android/drm/DrmManagerClient.ERROR_NONE,0,Android.Drm.DrmManagerClientErrorCode,None,keep, +E,15,android/drm/DrmManagerClient.ERROR_UNKNOWN,-2000,Android.Drm.DrmManagerClientErrorCode,Unknown,keep, +E,15,android/drm/DrmStore$Action.DEFAULT,0,Android.Drm.DrmStoreActionCode,Default,keep, +E,15,android/drm/DrmStore$Action.DISPLAY,7,Android.Drm.DrmStoreActionCode,Display,keep, +E,15,android/drm/DrmStore$Action.EXECUTE,6,Android.Drm.DrmStoreActionCode,Execute,keep, +E,15,android/drm/DrmStore$Action.OUTPUT,4,Android.Drm.DrmStoreActionCode,Output,keep, +E,15,android/drm/DrmStore$Action.PLAY,1,Android.Drm.DrmStoreActionCode,Play,keep, +E,15,android/drm/DrmStore$Action.PREVIEW,5,Android.Drm.DrmStoreActionCode,Preview,keep, +E,15,android/drm/DrmStore$Action.RINGTONE,2,Android.Drm.DrmStoreActionCode,Ringtone,keep, +E,15,android/drm/DrmStore$Action.TRANSFER,3,Android.Drm.DrmStoreActionCode,Transfer,keep, +E,15,android/drm/DrmStore$DrmObjectType.CONTENT,1,Android.Drm.DrmStoreObjectTypeCode,Content,keep, +E,15,android/drm/DrmStore$DrmObjectType.RIGHTS_OBJECT,2,Android.Drm.DrmStoreObjectTypeCode,RightsObject,keep, +E,15,android/drm/DrmStore$DrmObjectType.TRIGGER_OBJECT,3,Android.Drm.DrmStoreObjectTypeCode,TriggerObject,keep, +E,15,android/drm/DrmStore$DrmObjectType.UNKNOWN,0,Android.Drm.DrmStoreObjectTypeCode,Unknown,keep, +E,15,android/drm/DrmStore$Playback.PAUSE,2,Android.Drm.DrmStorePlaybackCode,Pause,keep, +E,15,android/drm/DrmStore$Playback.RESUME,3,Android.Drm.DrmStorePlaybackCode,Resume,keep, +E,15,android/drm/DrmStore$Playback.START,0,Android.Drm.DrmStorePlaybackCode,Start,keep, +E,15,android/drm/DrmStore$Playback.STOP,1,Android.Drm.DrmStorePlaybackCode,Stop,keep, +E,15,android/drm/DrmStore$RightsStatus.RIGHTS_EXPIRED,2,Android.Drm.DrmStoreRightsStatusCode,Expired,keep, +E,15,android/drm/DrmStore$RightsStatus.RIGHTS_INVALID,1,Android.Drm.DrmStoreRightsStatusCode,Invalid,keep, +E,15,android/drm/DrmStore$RightsStatus.RIGHTS_NOT_ACQUIRED,3,Android.Drm.DrmStoreRightsStatusCode,NotAcquired,keep, +E,15,android/drm/DrmStore$RightsStatus.RIGHTS_VALID,0,Android.Drm.DrmStoreRightsStatusCode,Valid,keep, +E,10,android/gesture/GestureOverlayView.GESTURE_STROKE_TYPE_MULTIPLE,1,Android.Gestures.GestureStrokeType,Multiple,keep, +E,10,android/gesture/GestureOverlayView.GESTURE_STROKE_TYPE_SINGLE,0,Android.Gestures.GestureStrokeType,Single,keep, +E,10,android/gesture/GestureOverlayView.ORIENTATION_HORIZONTAL,0,Android.Gestures.GestureOrientation,Horizontal,keep, +E,10,android/gesture/GestureOverlayView.ORIENTATION_VERTICAL,1,Android.Gestures.GestureOrientation,Vertical,keep, +E,10,android/gesture/GestureStore.ORIENTATION_INVARIANT,1,Android.Gestures.OrientationStyle,Invariant,keep, +E,10,android/gesture/GestureStore.ORIENTATION_SENSITIVE,2,Android.Gestures.OrientationStyle,Sensitive,keep, +E,10,android/gesture/GestureStore.SEQUENCE_INVARIANT,1,Android.Gestures.SequenceStyle,Invariant,keep, +E,10,android/gesture/GestureStore.SEQUENCE_SENSITIVE,2,Android.Gestures.SequenceStyle,Sensitive,keep, +?,0,android/graphics/Bitmap.DENSITY_NONE,0,,,, +E,10,android/graphics/Canvas.ALL_SAVE_FLAG,31,Android.Graphics.SaveFlags,All,keep,flags +E,10,android/graphics/Canvas.CLIP_SAVE_FLAG,2,Android.Graphics.SaveFlags,Clip,keep,flags +E,10,android/graphics/Canvas.CLIP_TO_LAYER_SAVE_FLAG,16,Android.Graphics.SaveFlags,ClipToLayer,keep,flags +E,10,android/graphics/Canvas.FULL_COLOR_LAYER_SAVE_FLAG,8,Android.Graphics.SaveFlags,FullColorLayer,keep,flags +E,10,android/graphics/Canvas.HAS_ALPHA_LAYER_SAVE_FLAG,4,Android.Graphics.SaveFlags,HasAlphaLayer,keep,flags +E,10,android/graphics/Canvas.MATRIX_SAVE_FLAG,1,Android.Graphics.SaveFlags,Matrix,keep,flags +?,0,android/graphics/Color.BLACK,-16777216,,,, +?,0,android/graphics/Color.BLUE,-16776961,,,, +?,0,android/graphics/Color.CYAN,-16711681,,,, +?,0,android/graphics/Color.DKGRAY,-12303292,,,, +?,0,android/graphics/Color.GRAY,-7829368,,,, +?,0,android/graphics/Color.GREEN,-16711936,,,, +?,0,android/graphics/Color.LTGRAY,-3355444,,,, +?,0,android/graphics/Color.MAGENTA,-65281,,,, +?,0,android/graphics/Color.RED,-65536,,,, +?,0,android/graphics/Color.TRANSPARENT,0,,,, +?,0,android/graphics/Color.WHITE,-1,,,, +?,0,android/graphics/Color.YELLOW,-256,,,, +?,0,android/graphics/ColorSpace.MAX_ID,63,,,, +?,0,android/graphics/ColorSpace.MIN_ID,-1,,,, +?,0,android/graphics/drawable/AnimatedImageDrawable.REPEAT_INFINITE,-1,,,, +E,10,android/graphics/drawable/ClipDrawable.HORIZONTAL,1,Android.Graphics.Drawables.ClipDrawableOrientation,Horizontal,remove, +E,10,android/graphics/drawable/ClipDrawable.VERTICAL,2,Android.Graphics.Drawables.ClipDrawableOrientation,Vertical,remove, +E,10,android/graphics/drawable/GradientDrawable.LINE,2,Android.Graphics.Drawables.ShapeType,Line,keep, +E,10,android/graphics/drawable/GradientDrawable.LINEAR_GRADIENT,0,Android.Graphics.Drawables.GradientType,LinearGradient,keep, +E,10,android/graphics/drawable/GradientDrawable.OVAL,1,Android.Graphics.Drawables.ShapeType,Oval,keep, +E,10,android/graphics/drawable/GradientDrawable.RADIAL_GRADIENT,1,Android.Graphics.Drawables.GradientType,RadialGradient,keep, +E,10,android/graphics/drawable/GradientDrawable.RECTANGLE,0,Android.Graphics.Drawables.ShapeType,Rectangle,keep, +E,10,android/graphics/drawable/GradientDrawable.RING,3,Android.Graphics.Drawables.ShapeType,Ring,keep, +E,10,android/graphics/drawable/GradientDrawable.SWEEP_GRADIENT,2,Android.Graphics.Drawables.GradientType,SweepGradient,keep, +E,28,android/graphics/drawable/Icon.TYPE_ADAPTIVE_BITMAP,5,Android.Graphics.Drawables.IconType,AdaptiveBitmap,remove, +E,28,android/graphics/drawable/Icon.TYPE_BITMAP,1,Android.Graphics.Drawables.IconType,Bitmap,remove, +E,28,android/graphics/drawable/Icon.TYPE_DATA,3,Android.Graphics.Drawables.IconType,Data,remove, +E,28,android/graphics/drawable/Icon.TYPE_RESOURCE,2,Android.Graphics.Drawables.IconType,Resource,remove, +E,28,android/graphics/drawable/Icon.TYPE_URI,4,Android.Graphics.Drawables.IconType,Uri,remove, +?,30,android/graphics/drawable/Icon.TYPE_URI_ADAPTIVE_BITMAP,6,,,, +?,24,android/graphics/drawable/LayerDrawable.INSET_UNDEFINED,-2147483648,,,, +E,21,android/graphics/drawable/LayerDrawable.PADDING_MODE_NEST,0,Android.Graphics.Drawables.LayerDrawablePaddingMode,Nest,remove, +E,21,android/graphics/drawable/LayerDrawable.PADDING_MODE_STACK,1,Android.Graphics.Drawables.LayerDrawablePaddingMode,Stack,remove, +?,23,android/graphics/drawable/RippleDrawable.RADIUS_AUTO,-1,,,, +E,29,android/graphics/fonts/FontStyle.FONT_SLANT_ITALIC,1,Android.Graphics.Fonts.FontSlant,Italic,remove, +E,29,android/graphics/fonts/FontStyle.FONT_SLANT_UPRIGHT,0,Android.Graphics.Fonts.FontSlant,Upright,remove, +?,0,android/graphics/fonts/FontStyle.FONT_WEIGHT_BLACK,900,,,, +?,0,android/graphics/fonts/FontStyle.FONT_WEIGHT_BOLD,700,,,, +?,0,android/graphics/fonts/FontStyle.FONT_WEIGHT_EXTRA_BOLD,800,,,, +?,0,android/graphics/fonts/FontStyle.FONT_WEIGHT_EXTRA_LIGHT,200,,,, +?,0,android/graphics/fonts/FontStyle.FONT_WEIGHT_LIGHT,300,,,, +?,0,android/graphics/fonts/FontStyle.FONT_WEIGHT_MAX,1000,,,, +?,0,android/graphics/fonts/FontStyle.FONT_WEIGHT_MEDIUM,500,,,, +?,0,android/graphics/fonts/FontStyle.FONT_WEIGHT_MIN,1,,,, +?,0,android/graphics/fonts/FontStyle.FONT_WEIGHT_NORMAL,400,,,, +?,0,android/graphics/fonts/FontStyle.FONT_WEIGHT_SEMI_BOLD,600,,,, +?,0,android/graphics/fonts/FontStyle.FONT_WEIGHT_THIN,100,,,, +E,29,android/graphics/HardwareRenderer.SYNC_CONTEXT_IS_STOPPED,4,Android.Graphics.Sync,ContextIsStopped,remove, +E,29,android/graphics/HardwareRenderer.SYNC_FRAME_DROPPED,8,Android.Graphics.Sync,FrameDropped,remove, +E,29,android/graphics/HardwareRenderer.SYNC_LOST_SURFACE_REWARD_IF_FOUND,2,Android.Graphics.Sync,LostSurfaceRewardIfFound,remove, +E,29,android/graphics/HardwareRenderer.SYNC_OK,0,Android.Graphics.Sync,Ok,remove, +E,29,android/graphics/HardwareRenderer.SYNC_REDRAW_REQUESTED,1,Android.Graphics.Sync,RedrawRequested,remove, +E,28,android/graphics/ImageDecoder$DecodeException.SOURCE_EXCEPTION,1,Android.Graphics.ImageDecoderErrorType,SourceException,remove, +E,28,android/graphics/ImageDecoder$DecodeException.SOURCE_INCOMPLETE,2,Android.Graphics.ImageDecoderErrorType,SourceIncomplete,remove, +E,28,android/graphics/ImageDecoder$DecodeException.SOURCE_MALFORMED_DATA,3,Android.Graphics.ImageDecoderErrorType,SourceMalformedData,remove, +E,28,android/graphics/ImageDecoder.ALLOCATOR_DEFAULT,0,Android.Graphics.ImageDecoderAllocator,Default,remove, +E,28,android/graphics/ImageDecoder.ALLOCATOR_HARDWARE,3,Android.Graphics.ImageDecoderAllocator,Hardware,remove, +E,28,android/graphics/ImageDecoder.ALLOCATOR_SHARED_MEMORY,2,Android.Graphics.ImageDecoderAllocator,SharedMemory,remove, +E,28,android/graphics/ImageDecoder.ALLOCATOR_SOFTWARE,1,Android.Graphics.ImageDecoderAllocator,Software,remove, +E,28,android/graphics/ImageDecoder.MEMORY_POLICY_DEFAULT,1,Android.Graphics.ImageDecoderMemoryPolicy,Default,remove, +E,28,android/graphics/ImageDecoder.MEMORY_POLICY_LOW_RAM,0,Android.Graphics.ImageDecoderMemoryPolicy,LowRam,remove, +E,29,android/graphics/ImageFormat.DEPTH_JPEG,1768253795,Android.Graphics.ImageFormatType,DepthJpeg,remove, +E,23,android/graphics/ImageFormat.DEPTH_POINT_CLOUD,257,Android.Graphics.ImageFormatType,DepthPointCloud,remove, +E,23,android/graphics/ImageFormat.DEPTH16,1144402265,Android.Graphics.ImageFormatType,Depth16,remove, +E,23,android/graphics/ImageFormat.FLEX_RGB_888,41,Android.Graphics.ImageFormatType,FlexRgb888,remove, +E,23,android/graphics/ImageFormat.FLEX_RGBA_8888,42,Android.Graphics.ImageFormatType,FlexRgba8888,remove, +E,29,android/graphics/ImageFormat.HEIC,1212500294,Android.Graphics.ImageFormatType,Heic,remove, +E,10,android/graphics/ImageFormat.JPEG,256,Android.Graphics.ImageFormatType,Jpeg,remove, +E,10,android/graphics/ImageFormat.NV16,16,Android.Graphics.ImageFormatType,Nv16,remove, +E,10,android/graphics/ImageFormat.NV21,17,Android.Graphics.ImageFormatType,Nv21,remove, +E,23,android/graphics/ImageFormat.PRIVATE,34,Android.Graphics.ImageFormatType,Private,remove, +E,24,android/graphics/ImageFormat.RAW_PRIVATE,36,Android.Graphics.ImageFormatType,RawPrivate,remove, +E,21,android/graphics/ImageFormat.RAW_SENSOR,32,Android.Graphics.ImageFormatType,RawSensor,remove, +E,21,android/graphics/ImageFormat.RAW10,37,Android.Graphics.ImageFormatType,Raw10,remove, +E,23,android/graphics/ImageFormat.RAW12,38,Android.Graphics.ImageFormatType,Raw12,remove, +E,10,android/graphics/ImageFormat.RGB_565,4,Android.Graphics.ImageFormatType,Rgb565,remove, +E,10,android/graphics/ImageFormat.UNKNOWN,0,Android.Graphics.ImageFormatType,Unknown,remove, +E,29,android/graphics/ImageFormat.Y8,538982489,Android.Graphics.ImageFormatType,Y8,remove, +E,19,android/graphics/ImageFormat.YUV_420_888,35,Android.Graphics.ImageFormatType,Yuv420888,remove, +E,23,android/graphics/ImageFormat.YUV_422_888,39,Android.Graphics.ImageFormatType,Yuv422888,remove, +E,23,android/graphics/ImageFormat.YUV_444_888,40,Android.Graphics.ImageFormatType,Yuv444888,remove, +E,10,android/graphics/ImageFormat.YUY2,20,Android.Graphics.ImageFormatType,Yuy2,remove, +E,10,android/graphics/ImageFormat.YV12,842094169,Android.Graphics.ImageFormatType,Yv12,remove, +?,0,android/graphics/Matrix.MPERSP_0,6,,,, +?,0,android/graphics/Matrix.MPERSP_1,7,,,, +?,0,android/graphics/Matrix.MPERSP_2,8,,,, +?,0,android/graphics/Matrix.MSCALE_X,0,,,, +?,0,android/graphics/Matrix.MSCALE_Y,4,,,, +?,0,android/graphics/Matrix.MSKEW_X,1,,,, +?,0,android/graphics/Matrix.MSKEW_Y,3,,,, +?,0,android/graphics/Matrix.MTRANS_X,2,,,, +?,0,android/graphics/Matrix.MTRANS_Y,5,,,, +E,10,android/graphics/Paint.ANTI_ALIAS_FLAG,1,Android.Graphics.PaintFlags,AntiAlias,keep,flags +E,29,android/graphics/Paint.CURSOR_AFTER,0,Android.Graphics.Cursor,After,remove, +E,29,android/graphics/Paint.CURSOR_AT,4,Android.Graphics.Cursor,At,remove, +E,29,android/graphics/Paint.CURSOR_AT_OR_AFTER,1,Android.Graphics.Cursor,AtOrAfter,remove, +E,29,android/graphics/Paint.CURSOR_AT_OR_BEFORE,3,Android.Graphics.Cursor,AtOrBefore,remove, +E,29,android/graphics/Paint.CURSOR_BEFORE,2,Android.Graphics.Cursor,Before,remove, +E,10,android/graphics/Paint.DEV_KERN_TEXT_FLAG,256,Android.Graphics.PaintFlags,DevKernText,keep,flags +E,10,android/graphics/Paint.DITHER_FLAG,4,Android.Graphics.PaintFlags,Dither,keep,flags +E,19,android/graphics/Paint.EMBEDDED_BITMAP_TEXT_FLAG,1024,Android.Graphics.PaintFlags,EmbeddedBitmapText,keep,flags +?,29,android/graphics/Paint.END_HYPHEN_EDIT_INSERT_ARMENIAN_HYPHEN,3,,,, +?,29,android/graphics/Paint.END_HYPHEN_EDIT_INSERT_HYPHEN,2,,,, +?,29,android/graphics/Paint.END_HYPHEN_EDIT_INSERT_MAQAF,4,,,, +?,29,android/graphics/Paint.END_HYPHEN_EDIT_INSERT_UCAS_HYPHEN,5,,,, +?,29,android/graphics/Paint.END_HYPHEN_EDIT_INSERT_ZWJ_AND_HYPHEN,6,,,, +?,29,android/graphics/Paint.END_HYPHEN_EDIT_NO_EDIT,0,,,, +?,29,android/graphics/Paint.END_HYPHEN_EDIT_REPLACE_WITH_HYPHEN,1,,,, +E,10,android/graphics/Paint.FAKE_BOLD_TEXT_FLAG,32,Android.Graphics.PaintFlags,FakeBoldText,keep,flags +E,10,android/graphics/Paint.FILTER_BITMAP_FLAG,2,Android.Graphics.PaintFlags,FilterBitmap,keep,flags +E,15,android/graphics/Paint.HINTING_OFF,0,Android.Graphics.PaintHinting,Off,remove, +E,15,android/graphics/Paint.HINTING_ON,1,Android.Graphics.PaintHinting,On,remove, +E,10,android/graphics/Paint.LINEAR_TEXT_FLAG,64,Android.Graphics.PaintFlags,LinearText,keep,flags +?,29,android/graphics/Paint.START_HYPHEN_EDIT_INSERT_HYPHEN,1,,,, +?,29,android/graphics/Paint.START_HYPHEN_EDIT_INSERT_ZWJ,2,,,, +?,29,android/graphics/Paint.START_HYPHEN_EDIT_NO_EDIT,0,,,, +E,10,android/graphics/Paint.STRIKE_THRU_TEXT_FLAG,16,Android.Graphics.PaintFlags,StrikeThruText,keep,flags +E,10,android/graphics/Paint.SUBPIXEL_TEXT_FLAG,128,Android.Graphics.PaintFlags,SubpixelText,keep,flags +E,10,android/graphics/Paint.UNDERLINE_TEXT_FLAG,8,Android.Graphics.PaintFlags,UnderlineText,keep,flags +E,10,android/graphics/PathMeasure.POSITION_MATRIX_FLAG,1,Android.Graphics.MatrixFlags,Position,keep, +E,10,android/graphics/PathMeasure.TANGENT_MATRIX_FLAG,2,Android.Graphics.MatrixFlags,Tangent,keep, +E,21,android/graphics/pdf/PdfRenderer$Page.RENDER_MODE_FOR_DISPLAY,1,Android.Graphics.Pdf.PdfRenderMode,ForDisplay,remove, +E,21,android/graphics/pdf/PdfRenderer$Page.RENDER_MODE_FOR_PRINT,2,Android.Graphics.Pdf.PdfRenderMode,ForPrint,remove, +E,10,android/graphics/PixelFormat.A_8,8,Android.Graphics.Format,A8,keep, +E,10,android/graphics/PixelFormat.JPEG,256,Android.Graphics.Format,Jpeg,keep, +E,10,android/graphics/PixelFormat.L_8,9,Android.Graphics.Format,L8,keep, +E,10,android/graphics/PixelFormat.LA_88,10,Android.Graphics.Format,La88,keep, +E,10,android/graphics/PixelFormat.OPAQUE,-1,Android.Graphics.Format,Opaque,keep, +E,10,android/graphics/PixelFormat.RGB_332,11,Android.Graphics.Format,Rgb332,keep, +E,10,android/graphics/PixelFormat.RGB_565,4,Android.Graphics.Format,Rgb565,keep, +E,10,android/graphics/PixelFormat.RGB_888,3,Android.Graphics.Format,Rgb888,keep, +E,26,android/graphics/PixelFormat.RGBA_1010102,43,Android.Graphics.Format,Rgba1010102,keep, +E,10,android/graphics/PixelFormat.RGBA_4444,7,Android.Graphics.Format,Rgba4444,keep, +E,10,android/graphics/PixelFormat.RGBA_5551,6,Android.Graphics.Format,Rgba5551,keep, +E,10,android/graphics/PixelFormat.RGBA_8888,1,Android.Graphics.Format,Rgba8888,keep, +E,26,android/graphics/PixelFormat.RGBA_F16,22,Android.Graphics.Format,RgbaF16,keep, +E,10,android/graphics/PixelFormat.RGBX_8888,2,Android.Graphics.Format,Rgbx8888,keep, +E,10,android/graphics/PixelFormat.TRANSLUCENT,-3,Android.Graphics.Format,Translucent,keep, +E,10,android/graphics/PixelFormat.TRANSPARENT,-2,Android.Graphics.Format,Transparent,keep, +E,10,android/graphics/PixelFormat.UNKNOWN,0,Android.Graphics.Format,Unknown,keep, +E,10,android/graphics/PixelFormat.YCbCr_420_SP,17,Android.Graphics.Format,Ycbcr420Sp,keep, +E,10,android/graphics/PixelFormat.YCbCr_422_I,20,Android.Graphics.Format,Ycbcr422I,keep, +E,10,android/graphics/PixelFormat.YCbCr_422_SP,16,Android.Graphics.Format,Ycbcr422Sp,keep, +E,29,android/graphics/text/LineBreaker.BREAK_STRATEGY_BALANCED,2,Android.Graphics.Text.BreakStrategy,Balanced,remove, +E,29,android/graphics/text/LineBreaker.BREAK_STRATEGY_HIGH_QUALITY,1,Android.Graphics.Text.BreakStrategy,HighQuality,remove, +E,29,android/graphics/text/LineBreaker.BREAK_STRATEGY_SIMPLE,0,Android.Graphics.Text.BreakStrategy,Simple,remove, +E,29,android/graphics/text/LineBreaker.HYPHENATION_FREQUENCY_FULL,2,Android.Graphics.Text.HyphenationFrequency,Full,remove, +E,29,android/graphics/text/LineBreaker.HYPHENATION_FREQUENCY_NONE,0,Android.Graphics.Text.HyphenationFrequency,None,remove, +E,29,android/graphics/text/LineBreaker.HYPHENATION_FREQUENCY_NORMAL,1,Android.Graphics.Text.HyphenationFrequency,Normal,remove, +E,29,android/graphics/text/LineBreaker.JUSTIFICATION_MODE_INTER_WORD,1,Android.Graphics.Text.JustificationMode,InterWord,remove, +E,29,android/graphics/text/LineBreaker.JUSTIFICATION_MODE_NONE,0,Android.Graphics.Text.JustificationMode,None,remove, +E,10,android/graphics/Typeface.BOLD,1,Android.Graphics.TypefaceStyle,Bold,keep, +E,10,android/graphics/Typeface.BOLD_ITALIC,3,Android.Graphics.TypefaceStyle,BoldItalic,keep, +E,10,android/graphics/Typeface.ITALIC,2,Android.Graphics.TypefaceStyle,Italic,keep, +E,10,android/graphics/Typeface.NORMAL,0,Android.Graphics.TypefaceStyle,Normal,keep, +E,29,android/hardware/biometrics/BiometricManager.BIOMETRIC_ERROR_HW_UNAVAILABLE,1,Android.Hardware.Biometrics.BiometricCode,ErrorHwUnavailable,remove, +E,29,android/hardware/biometrics/BiometricManager.BIOMETRIC_ERROR_NO_HARDWARE,12,Android.Hardware.Biometrics.BiometricCode,ErrorNoHardware,remove, +E,29,android/hardware/biometrics/BiometricManager.BIOMETRIC_ERROR_NONE_ENROLLED,11,Android.Hardware.Biometrics.BiometricCode,ErrorNoneEnrolled,remove, +?,30,android/hardware/biometrics/BiometricManager.BIOMETRIC_ERROR_SECURITY_UPDATE_REQUIRED,15,,,, +E,29,android/hardware/biometrics/BiometricManager.BIOMETRIC_SUCCESS,0,Android.Hardware.Biometrics.BiometricCode,Success,remove, +E,30,android/hardware/biometrics/BiometricPrompt.AUTHENTICATION_RESULT_TYPE_BIOMETRIC,2,Android.Hardware.Biometrics.BiometricPromptAuthenticationResultType,AuthenticationResultTypeBiometric,remove, +E,30,android/hardware/biometrics/BiometricPrompt.AUTHENTICATION_RESULT_TYPE_DEVICE_CREDENTIAL,1,Android.Hardware.Biometrics.BiometricPromptAuthenticationResultType,AuthenticationResultTypeDeviceCredential,remove, +E,28,android/hardware/biometrics/BiometricPrompt.BIOMETRIC_ACQUIRED_GOOD,0,Android.Hardware.Biometrics.BiometricAcquiredStatus,Good,remove, +E,28,android/hardware/biometrics/BiometricPrompt.BIOMETRIC_ACQUIRED_IMAGER_DIRTY,3,Android.Hardware.Biometrics.BiometricAcquiredStatus,ImagerDirty,remove, +E,28,android/hardware/biometrics/BiometricPrompt.BIOMETRIC_ACQUIRED_INSUFFICIENT,2,Android.Hardware.Biometrics.BiometricAcquiredStatus,Insufficient,remove, +E,28,android/hardware/biometrics/BiometricPrompt.BIOMETRIC_ACQUIRED_PARTIAL,1,Android.Hardware.Biometrics.BiometricAcquiredStatus,Partial,remove, +E,28,android/hardware/biometrics/BiometricPrompt.BIOMETRIC_ACQUIRED_TOO_FAST,5,Android.Hardware.Biometrics.BiometricAcquiredStatus,TooFast,remove, +E,28,android/hardware/biometrics/BiometricPrompt.BIOMETRIC_ACQUIRED_TOO_SLOW,4,Android.Hardware.Biometrics.BiometricAcquiredStatus,TooSlow,remove, +E,28,android/hardware/biometrics/BiometricPrompt.BIOMETRIC_ERROR_CANCELED,5,Android.Hardware.Biometrics.BiometricErrorCode,Canceled,remove, +E,28,android/hardware/biometrics/BiometricPrompt.BIOMETRIC_ERROR_HW_NOT_PRESENT,12,Android.Hardware.Biometrics.BiometricErrorCode,HwNotPresent,remove, +E,28,android/hardware/biometrics/BiometricPrompt.BIOMETRIC_ERROR_HW_UNAVAILABLE,1,Android.Hardware.Biometrics.BiometricErrorCode,HwUnavailable,remove, +E,28,android/hardware/biometrics/BiometricPrompt.BIOMETRIC_ERROR_LOCKOUT,7,Android.Hardware.Biometrics.BiometricErrorCode,Lockout,remove, +E,28,android/hardware/biometrics/BiometricPrompt.BIOMETRIC_ERROR_LOCKOUT_PERMANENT,9,Android.Hardware.Biometrics.BiometricErrorCode,LockoutPermanent,remove, +E,28,android/hardware/biometrics/BiometricPrompt.BIOMETRIC_ERROR_NO_BIOMETRICS,11,Android.Hardware.Biometrics.BiometricErrorCode,NoBiometrics,remove, +E,29,android/hardware/biometrics/BiometricPrompt.BIOMETRIC_ERROR_NO_DEVICE_CREDENTIAL,14,Android.Hardware.Biometrics.BiometricErrorCode,NoDeviceCredential,remove, +E,28,android/hardware/biometrics/BiometricPrompt.BIOMETRIC_ERROR_NO_SPACE,4,Android.Hardware.Biometrics.BiometricErrorCode,NoSpace,remove, +?,30,android/hardware/biometrics/BiometricPrompt.BIOMETRIC_ERROR_SECURITY_UPDATE_REQUIRED,15,,,, +E,28,android/hardware/biometrics/BiometricPrompt.BIOMETRIC_ERROR_TIMEOUT,3,Android.Hardware.Biometrics.BiometricErrorCode,Timeout,remove, +E,28,android/hardware/biometrics/BiometricPrompt.BIOMETRIC_ERROR_UNABLE_TO_PROCESS,2,Android.Hardware.Biometrics.BiometricErrorCode,UnableToProcess,remove, +E,28,android/hardware/biometrics/BiometricPrompt.BIOMETRIC_ERROR_USER_CANCELED,10,Android.Hardware.Biometrics.BiometricErrorCode,UserCanceled,remove, +E,28,android/hardware/biometrics/BiometricPrompt.BIOMETRIC_ERROR_VENDOR,8,Android.Hardware.Biometrics.BiometricErrorCode,Vendor,remove, +E,10,android/hardware/Camera$CameraInfo.CAMERA_FACING_BACK,0,Android.Hardware.CameraFacing,Back,remove, +E,10,android/hardware/Camera$CameraInfo.CAMERA_FACING_FRONT,1,Android.Hardware.CameraFacing,Front,remove, +E,10,android/hardware/Camera$Parameters.FOCUS_DISTANCE_FAR_INDEX,2,Android.Hardware.FocusDistance,FarIndex,remove, +E,10,android/hardware/Camera$Parameters.FOCUS_DISTANCE_NEAR_INDEX,0,Android.Hardware.FocusDistance,NearIndex,remove, +E,10,android/hardware/Camera$Parameters.FOCUS_DISTANCE_OPTIMAL_INDEX,1,Android.Hardware.FocusDistance,OptimalIndex,remove, +E,10,android/hardware/Camera$Parameters.PREVIEW_FPS_MAX_INDEX,1,Android.Hardware.Preview,FpsMaxIndex,remove, +E,10,android/hardware/Camera$Parameters.PREVIEW_FPS_MIN_INDEX,0,Android.Hardware.Preview,FpsMinIndex,remove, +E,23,android/hardware/Camera.CAMERA_ERROR_EVICTED,2,Android.Hardware.CameraError,Evicted,keep, +E,10,android/hardware/Camera.CAMERA_ERROR_SERVER_DIED,100,Android.Hardware.CameraError,ServerDied,keep, +E,10,android/hardware/Camera.CAMERA_ERROR_UNKNOWN,1,Android.Hardware.CameraError,Unknown,keep, +E,21,android/hardware/camera2/CameraAccessException.CAMERA_DISABLED,1,Android.Hardware.Camera2.CameraAccessErrorType,Disabled,keep, +E,21,android/hardware/camera2/CameraAccessException.CAMERA_DISCONNECTED,2,Android.Hardware.Camera2.CameraAccessErrorType,Disconnected,keep, +E,21,android/hardware/camera2/CameraAccessException.CAMERA_ERROR,3,Android.Hardware.Camera2.CameraAccessErrorType,Error,keep, +E,23,android/hardware/camera2/CameraAccessException.CAMERA_IN_USE,4,Android.Hardware.Camera2.CameraAccessErrorType,InUse,keep, +?,23,android/hardware/camera2/CameraAccessException.MAX_CAMERAS_IN_USE,5,,,, +E,21,android/hardware/camera2/CameraDevice$StateCallback.ERROR_CAMERA_DEVICE,4,Android.Hardware.Camera2.CameraError,CameraDevice,keep, +E,21,android/hardware/camera2/CameraDevice$StateCallback.ERROR_CAMERA_DISABLED,3,Android.Hardware.Camera2.CameraError,CameraDisabled,keep, +E,21,android/hardware/camera2/CameraDevice$StateCallback.ERROR_CAMERA_IN_USE,1,Android.Hardware.Camera2.CameraError,CameraInUse,keep, +E,21,android/hardware/camera2/CameraDevice$StateCallback.ERROR_CAMERA_SERVICE,5,Android.Hardware.Camera2.CameraError,CameraService,keep, +E,21,android/hardware/camera2/CameraDevice$StateCallback.ERROR_MAX_CAMERAS_IN_USE,2,Android.Hardware.Camera2.CameraError,MaxCamerasInUse,keep, +E,30,android/hardware/camera2/CameraDevice.AUDIO_RESTRICTION_NONE,0,Android.Hardware.Camera2.CameraDeviceAudioRestrictionType,AudioRestrictionNone,remove, +E,30,android/hardware/camera2/CameraDevice.AUDIO_RESTRICTION_VIBRATION,1,Android.Hardware.Camera2.CameraDeviceAudioRestrictionType,AudioRestrictionVibration,remove, +E,30,android/hardware/camera2/CameraDevice.AUDIO_RESTRICTION_VIBRATION_SOUND,3,Android.Hardware.Camera2.CameraDeviceAudioRestrictionType,AudioRestrictionVibrationSound,remove, +E,21,android/hardware/camera2/CameraDevice.TEMPLATE_MANUAL,6,Android.Hardware.Camera2.CameraTemplate,Manual,keep, +E,21,android/hardware/camera2/CameraDevice.TEMPLATE_PREVIEW,1,Android.Hardware.Camera2.CameraTemplate,Preview,keep, +E,21,android/hardware/camera2/CameraDevice.TEMPLATE_RECORD,3,Android.Hardware.Camera2.CameraTemplate,Record,keep, +E,21,android/hardware/camera2/CameraDevice.TEMPLATE_STILL_CAPTURE,2,Android.Hardware.Camera2.CameraTemplate,StillCapture,keep, +E,21,android/hardware/camera2/CameraDevice.TEMPLATE_VIDEO_SNAPSHOT,4,Android.Hardware.Camera2.CameraTemplate,VideoSnapshot,keep, +E,21,android/hardware/camera2/CameraDevice.TEMPLATE_ZERO_SHUTTER_LAG,5,Android.Hardware.Camera2.CameraTemplate,ZeroShutterLag,keep, +E,21,android/hardware/camera2/CameraMetadata.COLOR_CORRECTION_ABERRATION_MODE_FAST,1,Android.Hardware.Camera2.ColorCorrectionAberrationMode,Fast,keep, +E,21,android/hardware/camera2/CameraMetadata.COLOR_CORRECTION_ABERRATION_MODE_HIGH_QUALITY,2,Android.Hardware.Camera2.ColorCorrectionAberrationMode,HighQuality,keep, +E,21,android/hardware/camera2/CameraMetadata.COLOR_CORRECTION_ABERRATION_MODE_OFF,0,Android.Hardware.Camera2.ColorCorrectionAberrationMode,Off,keep, +E,21,android/hardware/camera2/CameraMetadata.COLOR_CORRECTION_MODE_FAST,1,Android.Hardware.Camera2.ColorCorrectionMode,Fast,keep, +E,21,android/hardware/camera2/CameraMetadata.COLOR_CORRECTION_MODE_HIGH_QUALITY,2,Android.Hardware.Camera2.ColorCorrectionMode,HighQuality,keep, +E,21,android/hardware/camera2/CameraMetadata.COLOR_CORRECTION_MODE_TRANSFORM_MATRIX,0,Android.Hardware.Camera2.ColorCorrectionMode,TransformMatrix,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_AE_ANTIBANDING_MODE_50HZ,1,Android.Hardware.Camera2.ControlAEAntibanding,Mode50hz,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_AE_ANTIBANDING_MODE_60HZ,2,Android.Hardware.Camera2.ControlAEAntibanding,Mode60hz,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_AE_ANTIBANDING_MODE_AUTO,3,Android.Hardware.Camera2.ControlAEAntibanding,ModeAuto,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_AE_ANTIBANDING_MODE_OFF,0,Android.Hardware.Camera2.ControlAEAntibanding,ModeOff,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_AE_MODE_OFF,0,Android.Hardware.Camera2.ControlAEMode,Off,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_AE_MODE_ON,1,Android.Hardware.Camera2.ControlAEMode,On,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_AE_MODE_ON_ALWAYS_FLASH,3,Android.Hardware.Camera2.ControlAEMode,OnAlwaysFlash,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_AE_MODE_ON_AUTO_FLASH,2,Android.Hardware.Camera2.ControlAEMode,OnAutoFlash,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_AE_MODE_ON_AUTO_FLASH_REDEYE,4,Android.Hardware.Camera2.ControlAEMode,OnAutoFlashRedeye,keep, +E,28,android/hardware/camera2/CameraMetadata.CONTROL_AE_MODE_ON_EXTERNAL_FLASH,5,Android.Hardware.Camera2.ControlAEMode,OnExternalFlash,keep, +E,23,android/hardware/camera2/CameraMetadata.CONTROL_AE_PRECAPTURE_TRIGGER_CANCEL,2,Android.Hardware.Camera2.ControlAEPrecaptureTrigger,Cancel,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_AE_PRECAPTURE_TRIGGER_IDLE,0,Android.Hardware.Camera2.ControlAEPrecaptureTrigger,Idle,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_AE_PRECAPTURE_TRIGGER_START,1,Android.Hardware.Camera2.ControlAEPrecaptureTrigger,Start,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_AE_STATE_CONVERGED,2,Android.Hardware.Camera2.ControlAEState,Converged,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_AE_STATE_FLASH_REQUIRED,4,Android.Hardware.Camera2.ControlAEState,FlashRequired,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_AE_STATE_INACTIVE,0,Android.Hardware.Camera2.ControlAEState,Inactive,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_AE_STATE_LOCKED,3,Android.Hardware.Camera2.ControlAEState,Locked,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_AE_STATE_PRECAPTURE,5,Android.Hardware.Camera2.ControlAEState,Precapture,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_AE_STATE_SEARCHING,1,Android.Hardware.Camera2.ControlAEState,Searching,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_AF_MODE_AUTO,1,Android.Hardware.Camera2.ControlAFMode,Auto,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_AF_MODE_CONTINUOUS_PICTURE,4,Android.Hardware.Camera2.ControlAFMode,ContinuousPicture,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_AF_MODE_CONTINUOUS_VIDEO,3,Android.Hardware.Camera2.ControlAFMode,ContinuousVideo,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_AF_MODE_EDOF,5,Android.Hardware.Camera2.ControlAFMode,Edof,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_AF_MODE_MACRO,2,Android.Hardware.Camera2.ControlAFMode,Macro,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_AF_MODE_OFF,0,Android.Hardware.Camera2.ControlAFMode,Off,keep, +?,28,android/hardware/camera2/CameraMetadata.CONTROL_AF_SCENE_CHANGE_DETECTED,1,,,, +?,28,android/hardware/camera2/CameraMetadata.CONTROL_AF_SCENE_CHANGE_NOT_DETECTED,0,,,, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_AF_STATE_ACTIVE_SCAN,3,Android.Hardware.Camera2.ControlAFState,ActiveScan,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_AF_STATE_FOCUSED_LOCKED,4,Android.Hardware.Camera2.ControlAFState,FocusedLocked,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_AF_STATE_INACTIVE,0,Android.Hardware.Camera2.ControlAFState,Inactive,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_AF_STATE_NOT_FOCUSED_LOCKED,5,Android.Hardware.Camera2.ControlAFState,NotFocusedLocked,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_AF_STATE_PASSIVE_FOCUSED,2,Android.Hardware.Camera2.ControlAFState,PassiveFocused,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_AF_STATE_PASSIVE_SCAN,1,Android.Hardware.Camera2.ControlAFState,PassiveScan,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_AF_STATE_PASSIVE_UNFOCUSED,6,Android.Hardware.Camera2.ControlAFState,PassiveUnfocused,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_AF_TRIGGER_CANCEL,2,Android.Hardware.Camera2.ControlAFTrigger,Cancel,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_AF_TRIGGER_IDLE,0,Android.Hardware.Camera2.ControlAFTrigger,Idle,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_AF_TRIGGER_START,1,Android.Hardware.Camera2.ControlAFTrigger,Start,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_AWB_MODE_AUTO,1,Android.Hardware.Camera2.ControlAwbMode,Auto,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_AWB_MODE_CLOUDY_DAYLIGHT,6,Android.Hardware.Camera2.ControlAwbMode,CloudyDaylight,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_AWB_MODE_DAYLIGHT,5,Android.Hardware.Camera2.ControlAwbMode,Daylight,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_AWB_MODE_FLUORESCENT,3,Android.Hardware.Camera2.ControlAwbMode,Fluorescent,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_AWB_MODE_INCANDESCENT,2,Android.Hardware.Camera2.ControlAwbMode,Incandescent,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_AWB_MODE_OFF,0,Android.Hardware.Camera2.ControlAwbMode,Off,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_AWB_MODE_SHADE,8,Android.Hardware.Camera2.ControlAwbMode,Shade,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_AWB_MODE_TWILIGHT,7,Android.Hardware.Camera2.ControlAwbMode,Twilight,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_AWB_MODE_WARM_FLUORESCENT,4,Android.Hardware.Camera2.ControlAwbMode,WarmFluorescent,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_AWB_STATE_CONVERGED,2,Android.Hardware.Camera2.ControlAwbState,Converged,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_AWB_STATE_INACTIVE,0,Android.Hardware.Camera2.ControlAwbState,Inactive,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_AWB_STATE_LOCKED,3,Android.Hardware.Camera2.ControlAwbState,Locked,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_AWB_STATE_SEARCHING,1,Android.Hardware.Camera2.ControlAwbState,Searching,keep, +E,30,android/hardware/camera2/CameraMetadata.CONTROL_BOKEH_MODE_CONTINUOUS,2,Android.Hardware.Camera2.Params.CameraMetadataControlBokehModeType,ControlBokehModeContinuous,remove, +E,30,android/hardware/camera2/CameraMetadata.CONTROL_BOKEH_MODE_OFF,0,Android.Hardware.Camera2.Params.CameraMetadataControlBokehModeType,ControlBokehModeOff,remove, +E,30,android/hardware/camera2/CameraMetadata.CONTROL_BOKEH_MODE_STILL_CAPTURE,1,Android.Hardware.Camera2.Params.CameraMetadataControlBokehModeType,ControlBokehModeStillCapture,remove, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_CAPTURE_INTENT_CUSTOM,0,Android.Hardware.Camera2.ControlCaptureIntent,Custom,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_CAPTURE_INTENT_MANUAL,6,Android.Hardware.Camera2.ControlCaptureIntent,Manual,keep, +E,28,android/hardware/camera2/CameraMetadata.CONTROL_CAPTURE_INTENT_MOTION_TRACKING,7,Android.Hardware.Camera2.ControlCaptureIntent,MotionTracking,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_CAPTURE_INTENT_PREVIEW,1,Android.Hardware.Camera2.ControlCaptureIntent,Preview,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_CAPTURE_INTENT_STILL_CAPTURE,2,Android.Hardware.Camera2.ControlCaptureIntent,StillCapture,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_CAPTURE_INTENT_VIDEO_RECORD,3,Android.Hardware.Camera2.ControlCaptureIntent,VideoRecord,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_CAPTURE_INTENT_VIDEO_SNAPSHOT,4,Android.Hardware.Camera2.ControlCaptureIntent,VideoSnapshot,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_CAPTURE_INTENT_ZERO_SHUTTER_LAG,5,Android.Hardware.Camera2.ControlCaptureIntent,ZeroShutterLag,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_EFFECT_MODE_AQUA,8,Android.Hardware.Camera2.ControlEffectMode,Aqua,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_EFFECT_MODE_BLACKBOARD,7,Android.Hardware.Camera2.ControlEffectMode,Blackboard,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_EFFECT_MODE_MONO,1,Android.Hardware.Camera2.ControlEffectMode,Mono,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_EFFECT_MODE_NEGATIVE,2,Android.Hardware.Camera2.ControlEffectMode,Negative,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_EFFECT_MODE_OFF,0,Android.Hardware.Camera2.ControlEffectMode,Off,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_EFFECT_MODE_POSTERIZE,5,Android.Hardware.Camera2.ControlEffectMode,Posterize,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_EFFECT_MODE_SEPIA,4,Android.Hardware.Camera2.ControlEffectMode,Sepia,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_EFFECT_MODE_SOLARIZE,3,Android.Hardware.Camera2.ControlEffectMode,Solarize,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_EFFECT_MODE_WHITEBOARD,6,Android.Hardware.Camera2.ControlEffectMode,Whiteboard,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_MODE_AUTO,1,Android.Hardware.Camera2.ControlMode,Auto,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_MODE_OFF,0,Android.Hardware.Camera2.ControlMode,Off,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_MODE_OFF_KEEP_STATE,3,Android.Hardware.Camera2.ControlMode,OffKeepState,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_MODE_USE_SCENE_MODE,2,Android.Hardware.Camera2.ControlMode,UseSceneMode,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_SCENE_MODE_ACTION,2,Android.Hardware.Camera2.ControlSceneMode,Action,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_SCENE_MODE_BARCODE,16,Android.Hardware.Camera2.ControlSceneMode,Barcode,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_SCENE_MODE_BEACH,8,Android.Hardware.Camera2.ControlSceneMode,Beach,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_SCENE_MODE_CANDLELIGHT,15,Android.Hardware.Camera2.ControlSceneMode,Candlelight,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_SCENE_MODE_DISABLED,0,Android.Hardware.Camera2.ControlSceneMode,Disabled,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_SCENE_MODE_FACE_PRIORITY,1,Android.Hardware.Camera2.ControlSceneMode,FacePriority,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_SCENE_MODE_FIREWORKS,12,Android.Hardware.Camera2.ControlSceneMode,Fireworks,keep, +E,22,android/hardware/camera2/CameraMetadata.CONTROL_SCENE_MODE_HDR,18,Android.Hardware.Camera2.ControlSceneMode,Hdr,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_SCENE_MODE_HIGH_SPEED_VIDEO,17,Android.Hardware.Camera2.ControlSceneMode,HighSpeedVideo,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_SCENE_MODE_LANDSCAPE,4,Android.Hardware.Camera2.ControlSceneMode,Landscape,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_SCENE_MODE_NIGHT,5,Android.Hardware.Camera2.ControlSceneMode,Night,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_SCENE_MODE_NIGHT_PORTRAIT,6,Android.Hardware.Camera2.ControlSceneMode,NightPortrait,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_SCENE_MODE_PARTY,14,Android.Hardware.Camera2.ControlSceneMode,Party,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_SCENE_MODE_PORTRAIT,3,Android.Hardware.Camera2.ControlSceneMode,Portrait,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_SCENE_MODE_SNOW,9,Android.Hardware.Camera2.ControlSceneMode,Snow,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_SCENE_MODE_SPORTS,13,Android.Hardware.Camera2.ControlSceneMode,Sports,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_SCENE_MODE_STEADYPHOTO,11,Android.Hardware.Camera2.ControlSceneMode,Steadyphoto,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_SCENE_MODE_SUNSET,10,Android.Hardware.Camera2.ControlSceneMode,Sunset,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_SCENE_MODE_THEATRE,7,Android.Hardware.Camera2.ControlSceneMode,Theatre,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_VIDEO_STABILIZATION_MODE_OFF,0,Android.Hardware.Camera2.ControlVideoStabilizationMode,Off,keep, +E,21,android/hardware/camera2/CameraMetadata.CONTROL_VIDEO_STABILIZATION_MODE_ON,1,Android.Hardware.Camera2.ControlVideoStabilizationMode,On,keep, +?,28,android/hardware/camera2/CameraMetadata.DISTORTION_CORRECTION_MODE_FAST,1,,,, +?,28,android/hardware/camera2/CameraMetadata.DISTORTION_CORRECTION_MODE_HIGH_QUALITY,2,,,, +?,28,android/hardware/camera2/CameraMetadata.DISTORTION_CORRECTION_MODE_OFF,0,,,, +E,21,android/hardware/camera2/CameraMetadata.EDGE_MODE_FAST,1,Android.Hardware.Camera2.EdgeMode,Fast,keep, +E,21,android/hardware/camera2/CameraMetadata.EDGE_MODE_HIGH_QUALITY,2,Android.Hardware.Camera2.EdgeMode,HighQuality,keep, +E,21,android/hardware/camera2/CameraMetadata.EDGE_MODE_OFF,0,Android.Hardware.Camera2.EdgeMode,Off,keep, +E,23,android/hardware/camera2/CameraMetadata.EDGE_MODE_ZERO_SHUTTER_LAG,3,Android.Hardware.Camera2.EdgeMode,ZeroShutterLag,keep, +E,21,android/hardware/camera2/CameraMetadata.FLASH_MODE_OFF,0,Android.Hardware.Camera2.FlashMode,Off,keep, +E,21,android/hardware/camera2/CameraMetadata.FLASH_MODE_SINGLE,1,Android.Hardware.Camera2.FlashMode,Single,keep, +E,21,android/hardware/camera2/CameraMetadata.FLASH_MODE_TORCH,2,Android.Hardware.Camera2.FlashMode,Torch,keep, +E,21,android/hardware/camera2/CameraMetadata.FLASH_STATE_CHARGING,1,Android.Hardware.Camera2.FlashState,Charging,keep, +E,21,android/hardware/camera2/CameraMetadata.FLASH_STATE_FIRED,3,Android.Hardware.Camera2.FlashState,Fired,keep, +E,21,android/hardware/camera2/CameraMetadata.FLASH_STATE_PARTIAL,4,Android.Hardware.Camera2.FlashState,Partial,keep, +E,21,android/hardware/camera2/CameraMetadata.FLASH_STATE_READY,2,Android.Hardware.Camera2.FlashState,Ready,keep, +E,21,android/hardware/camera2/CameraMetadata.FLASH_STATE_UNAVAILABLE,0,Android.Hardware.Camera2.FlashState,Unavailable,keep, +E,21,android/hardware/camera2/CameraMetadata.HOT_PIXEL_MODE_FAST,1,Android.Hardware.Camera2.HotPixelMode,Fast,keep, +E,21,android/hardware/camera2/CameraMetadata.HOT_PIXEL_MODE_HIGH_QUALITY,2,Android.Hardware.Camera2.HotPixelMode,HighQuality,keep, +E,21,android/hardware/camera2/CameraMetadata.HOT_PIXEL_MODE_OFF,0,Android.Hardware.Camera2.HotPixelMode,Off,keep, +E,24,android/hardware/camera2/CameraMetadata.INFO_SUPPORTED_HARDWARE_LEVEL_3,3,Android.Hardware.Camera2.InfoSupportedHardwareLevel,I3,keep, +E,28,android/hardware/camera2/CameraMetadata.INFO_SUPPORTED_HARDWARE_LEVEL_EXTERNAL,4,Android.Hardware.Camera2.InfoSupportedHardwareLevel,External,keep, +E,21,android/hardware/camera2/CameraMetadata.INFO_SUPPORTED_HARDWARE_LEVEL_FULL,1,Android.Hardware.Camera2.InfoSupportedHardwareLevel,Full,keep, +E,21,android/hardware/camera2/CameraMetadata.INFO_SUPPORTED_HARDWARE_LEVEL_LEGACY,2,Android.Hardware.Camera2.InfoSupportedHardwareLevel,Legacy,keep, +E,21,android/hardware/camera2/CameraMetadata.INFO_SUPPORTED_HARDWARE_LEVEL_LIMITED,0,Android.Hardware.Camera2.InfoSupportedHardwareLevel,Limited,keep, +E,21,android/hardware/camera2/CameraMetadata.LENS_FACING_BACK,1,Android.Hardware.Camera2.LensFacing,Back,keep, +E,23,android/hardware/camera2/CameraMetadata.LENS_FACING_EXTERNAL,2,Android.Hardware.Camera2.LensFacing,External,keep, +E,21,android/hardware/camera2/CameraMetadata.LENS_FACING_FRONT,0,Android.Hardware.Camera2.LensFacing,Front,keep, +E,21,android/hardware/camera2/CameraMetadata.LENS_INFO_FOCUS_DISTANCE_CALIBRATION_APPROXIMATE,1,Android.Hardware.Camera2.LensInfoFocusDistanceCalibration,Approximate,keep, +E,21,android/hardware/camera2/CameraMetadata.LENS_INFO_FOCUS_DISTANCE_CALIBRATION_CALIBRATED,2,Android.Hardware.Camera2.LensInfoFocusDistanceCalibration,Calibrated,keep, +E,21,android/hardware/camera2/CameraMetadata.LENS_INFO_FOCUS_DISTANCE_CALIBRATION_UNCALIBRATED,0,Android.Hardware.Camera2.LensInfoFocusDistanceCalibration,Uncalibrated,keep, +E,21,android/hardware/camera2/CameraMetadata.LENS_OPTICAL_STABILIZATION_MODE_OFF,0,Android.Hardware.Camera2.LensOpticalStabilizationMode,Off,keep, +E,21,android/hardware/camera2/CameraMetadata.LENS_OPTICAL_STABILIZATION_MODE_ON,1,Android.Hardware.Camera2.LensOpticalStabilizationMode,On,keep, +?,28,android/hardware/camera2/CameraMetadata.LENS_POSE_REFERENCE_GYROSCOPE,1,,,, +?,28,android/hardware/camera2/CameraMetadata.LENS_POSE_REFERENCE_PRIMARY_CAMERA,0,,,, +?,30,android/hardware/camera2/CameraMetadata.LENS_POSE_REFERENCE_UNDEFINED,2,,,, +E,21,android/hardware/camera2/CameraMetadata.LENS_STATE_MOVING,1,Android.Hardware.Camera2.LensState,Moving,keep, +E,21,android/hardware/camera2/CameraMetadata.LENS_STATE_STATIONARY,0,Android.Hardware.Camera2.LensState,Stationary,keep, +?,28,android/hardware/camera2/CameraMetadata.LOGICAL_MULTI_CAMERA_SENSOR_SYNC_TYPE_APPROXIMATE,0,,,, +?,28,android/hardware/camera2/CameraMetadata.LOGICAL_MULTI_CAMERA_SENSOR_SYNC_TYPE_CALIBRATED,1,,,, +E,21,android/hardware/camera2/CameraMetadata.NOISE_REDUCTION_MODE_FAST,1,Android.Hardware.Camera2.NoiseReductionMode,Fast,keep, +E,21,android/hardware/camera2/CameraMetadata.NOISE_REDUCTION_MODE_HIGH_QUALITY,2,Android.Hardware.Camera2.NoiseReductionMode,HighQuality,keep, +E,23,android/hardware/camera2/CameraMetadata.NOISE_REDUCTION_MODE_MINIMAL,3,Android.Hardware.Camera2.NoiseReductionMode,Minimal,keep, +E,21,android/hardware/camera2/CameraMetadata.NOISE_REDUCTION_MODE_OFF,0,Android.Hardware.Camera2.NoiseReductionMode,Off,keep, +E,23,android/hardware/camera2/CameraMetadata.NOISE_REDUCTION_MODE_ZERO_SHUTTER_LAG,4,Android.Hardware.Camera2.NoiseReductionMode,ZeroShutterLag,keep, +E,21,android/hardware/camera2/CameraMetadata.REQUEST_AVAILABLE_CAPABILITIES_BACKWARD_COMPATIBLE,0,Android.Hardware.Camera2.RequestAvailableCapabilities,BackwardCompatible,keep, +E,22,android/hardware/camera2/CameraMetadata.REQUEST_AVAILABLE_CAPABILITIES_BURST_CAPTURE,6,Android.Hardware.Camera2.RequestAvailableCapabilities,BurstCapture,keep, +E,23,android/hardware/camera2/CameraMetadata.REQUEST_AVAILABLE_CAPABILITIES_CONSTRAINED_HIGH_SPEED_VIDEO,9,Android.Hardware.Camera2.RequestAvailableCapabilities,ConstrainedHighSpeedVideo,keep, +E,23,android/hardware/camera2/CameraMetadata.REQUEST_AVAILABLE_CAPABILITIES_DEPTH_OUTPUT,8,Android.Hardware.Camera2.RequestAvailableCapabilities,DepthOutput,keep, +E,28,android/hardware/camera2/CameraMetadata.REQUEST_AVAILABLE_CAPABILITIES_LOGICAL_MULTI_CAMERA,11,Android.Hardware.Camera2.RequestAvailableCapabilities,LogicalMultiCamera,keep, +E,21,android/hardware/camera2/CameraMetadata.REQUEST_AVAILABLE_CAPABILITIES_MANUAL_POST_PROCESSING,2,Android.Hardware.Camera2.RequestAvailableCapabilities,ManualPostProcessing,keep, +E,21,android/hardware/camera2/CameraMetadata.REQUEST_AVAILABLE_CAPABILITIES_MANUAL_SENSOR,1,Android.Hardware.Camera2.RequestAvailableCapabilities,ManualSensor,keep, +E,28,android/hardware/camera2/CameraMetadata.REQUEST_AVAILABLE_CAPABILITIES_MONOCHROME,12,Android.Hardware.Camera2.RequestAvailableCapabilities,Monochrome,keep, +E,28,android/hardware/camera2/CameraMetadata.REQUEST_AVAILABLE_CAPABILITIES_MOTION_TRACKING,10,Android.Hardware.Camera2.RequestAvailableCapabilities,MotionTracking,keep, +?,30,android/hardware/camera2/CameraMetadata.REQUEST_AVAILABLE_CAPABILITIES_OFFLINE_PROCESSING,15,,,, +E,23,android/hardware/camera2/CameraMetadata.REQUEST_AVAILABLE_CAPABILITIES_PRIVATE_REPROCESSING,4,Android.Hardware.Camera2.RequestAvailableCapabilities,PrivateReprocessing,keep, +E,21,android/hardware/camera2/CameraMetadata.REQUEST_AVAILABLE_CAPABILITIES_RAW,3,Android.Hardware.Camera2.RequestAvailableCapabilities,Raw,keep, +E,22,android/hardware/camera2/CameraMetadata.REQUEST_AVAILABLE_CAPABILITIES_READ_SENSOR_SETTINGS,5,Android.Hardware.Camera2.RequestAvailableCapabilities,ReadSensorSettings,keep, +E,29,android/hardware/camera2/CameraMetadata.REQUEST_AVAILABLE_CAPABILITIES_SECURE_IMAGE_DATA,13,Android.Hardware.Camera2.RequestAvailableCapabilities,SecureImageData,keep, +?,30,android/hardware/camera2/CameraMetadata.REQUEST_AVAILABLE_CAPABILITIES_SYSTEM_CAMERA,14,,,, +E,23,android/hardware/camera2/CameraMetadata.REQUEST_AVAILABLE_CAPABILITIES_YUV_REPROCESSING,7,Android.Hardware.Camera2.RequestAvailableCapabilities,YuvReprocessing,keep, +E,21,android/hardware/camera2/CameraMetadata.SCALER_CROPPING_TYPE_CENTER_ONLY,0,Android.Hardware.Camera2.ScalerCroppingType,CenterOnly,keep, +E,21,android/hardware/camera2/CameraMetadata.SCALER_CROPPING_TYPE_FREEFORM,1,Android.Hardware.Camera2.ScalerCroppingType,Freeform,keep, +E,21,android/hardware/camera2/CameraMetadata.SENSOR_INFO_COLOR_FILTER_ARRANGEMENT_BGGR,3,Android.Hardware.Camera2.SensorInfoColorFilterArrangement,Bggr,keep, +E,21,android/hardware/camera2/CameraMetadata.SENSOR_INFO_COLOR_FILTER_ARRANGEMENT_GBRG,2,Android.Hardware.Camera2.SensorInfoColorFilterArrangement,Gbrg,keep, +E,21,android/hardware/camera2/CameraMetadata.SENSOR_INFO_COLOR_FILTER_ARRANGEMENT_GRBG,1,Android.Hardware.Camera2.SensorInfoColorFilterArrangement,Grbg,keep, +E,29,android/hardware/camera2/CameraMetadata.SENSOR_INFO_COLOR_FILTER_ARRANGEMENT_MONO,5,Android.Hardware.Camera2.SensorInfoColorFilterArrangement,Mono,keep, +E,29,android/hardware/camera2/CameraMetadata.SENSOR_INFO_COLOR_FILTER_ARRANGEMENT_NIR,6,Android.Hardware.Camera2.SensorInfoColorFilterArrangement,Nir,keep, +E,21,android/hardware/camera2/CameraMetadata.SENSOR_INFO_COLOR_FILTER_ARRANGEMENT_RGB,4,Android.Hardware.Camera2.SensorInfoColorFilterArrangement,Rgb,keep, +E,21,android/hardware/camera2/CameraMetadata.SENSOR_INFO_COLOR_FILTER_ARRANGEMENT_RGGB,0,Android.Hardware.Camera2.SensorInfoColorFilterArrangement,Rggb,keep, +E,21,android/hardware/camera2/CameraMetadata.SENSOR_INFO_TIMESTAMP_SOURCE_REALTIME,1,Android.Hardware.Camera2.SensorInfoTimestampSource,Realtime,keep, +E,21,android/hardware/camera2/CameraMetadata.SENSOR_INFO_TIMESTAMP_SOURCE_UNKNOWN,0,Android.Hardware.Camera2.SensorInfoTimestampSource,Unknown,keep, +E,21,android/hardware/camera2/CameraMetadata.SENSOR_REFERENCE_ILLUMINANT1_CLOUDY_WEATHER,10,Android.Hardware.Camera2.SensorReferenceIlluminant1,CloudyWeather,keep, +E,21,android/hardware/camera2/CameraMetadata.SENSOR_REFERENCE_ILLUMINANT1_COOL_WHITE_FLUORESCENT,14,Android.Hardware.Camera2.SensorReferenceIlluminant1,CoolWhiteFluorescent,keep, +E,21,android/hardware/camera2/CameraMetadata.SENSOR_REFERENCE_ILLUMINANT1_D50,23,Android.Hardware.Camera2.SensorReferenceIlluminant1,D50,keep, +E,21,android/hardware/camera2/CameraMetadata.SENSOR_REFERENCE_ILLUMINANT1_D55,20,Android.Hardware.Camera2.SensorReferenceIlluminant1,D55,keep, +E,21,android/hardware/camera2/CameraMetadata.SENSOR_REFERENCE_ILLUMINANT1_D65,21,Android.Hardware.Camera2.SensorReferenceIlluminant1,D65,keep, +E,21,android/hardware/camera2/CameraMetadata.SENSOR_REFERENCE_ILLUMINANT1_D75,22,Android.Hardware.Camera2.SensorReferenceIlluminant1,D75,keep, +E,21,android/hardware/camera2/CameraMetadata.SENSOR_REFERENCE_ILLUMINANT1_DAY_WHITE_FLUORESCENT,13,Android.Hardware.Camera2.SensorReferenceIlluminant1,DayWhiteFluorescent,keep, +E,21,android/hardware/camera2/CameraMetadata.SENSOR_REFERENCE_ILLUMINANT1_DAYLIGHT,1,Android.Hardware.Camera2.SensorReferenceIlluminant1,Daylight,keep, +E,21,android/hardware/camera2/CameraMetadata.SENSOR_REFERENCE_ILLUMINANT1_DAYLIGHT_FLUORESCENT,12,Android.Hardware.Camera2.SensorReferenceIlluminant1,DaylightFluorescent,keep, +E,21,android/hardware/camera2/CameraMetadata.SENSOR_REFERENCE_ILLUMINANT1_FINE_WEATHER,9,Android.Hardware.Camera2.SensorReferenceIlluminant1,FineWeather,keep, +E,21,android/hardware/camera2/CameraMetadata.SENSOR_REFERENCE_ILLUMINANT1_FLASH,4,Android.Hardware.Camera2.SensorReferenceIlluminant1,Flash,keep, +E,21,android/hardware/camera2/CameraMetadata.SENSOR_REFERENCE_ILLUMINANT1_FLUORESCENT,2,Android.Hardware.Camera2.SensorReferenceIlluminant1,Fluorescent,keep, +E,21,android/hardware/camera2/CameraMetadata.SENSOR_REFERENCE_ILLUMINANT1_ISO_STUDIO_TUNGSTEN,24,Android.Hardware.Camera2.SensorReferenceIlluminant1,IsoStudioTungsten,keep, +E,21,android/hardware/camera2/CameraMetadata.SENSOR_REFERENCE_ILLUMINANT1_SHADE,11,Android.Hardware.Camera2.SensorReferenceIlluminant1,Shade,keep, +E,21,android/hardware/camera2/CameraMetadata.SENSOR_REFERENCE_ILLUMINANT1_STANDARD_A,17,Android.Hardware.Camera2.SensorReferenceIlluminant1,StandardA,keep, +E,21,android/hardware/camera2/CameraMetadata.SENSOR_REFERENCE_ILLUMINANT1_STANDARD_B,18,Android.Hardware.Camera2.SensorReferenceIlluminant1,StandardB,keep, +E,21,android/hardware/camera2/CameraMetadata.SENSOR_REFERENCE_ILLUMINANT1_STANDARD_C,19,Android.Hardware.Camera2.SensorReferenceIlluminant1,StandardC,keep, +E,21,android/hardware/camera2/CameraMetadata.SENSOR_REFERENCE_ILLUMINANT1_TUNGSTEN,3,Android.Hardware.Camera2.SensorReferenceIlluminant1,Tungsten,keep, +E,21,android/hardware/camera2/CameraMetadata.SENSOR_REFERENCE_ILLUMINANT1_WHITE_FLUORESCENT,15,Android.Hardware.Camera2.SensorReferenceIlluminant1,WhiteFluorescent,keep, +E,21,android/hardware/camera2/CameraMetadata.SENSOR_TEST_PATTERN_MODE_COLOR_BARS,2,Android.Hardware.Camera2.SensorTestPatternMode,ColorBars,keep, +E,21,android/hardware/camera2/CameraMetadata.SENSOR_TEST_PATTERN_MODE_COLOR_BARS_FADE_TO_GRAY,3,Android.Hardware.Camera2.SensorTestPatternMode,ColorBarsFadeToGray,keep, +E,21,android/hardware/camera2/CameraMetadata.SENSOR_TEST_PATTERN_MODE_CUSTOM1,256,Android.Hardware.Camera2.SensorTestPatternMode,Custom1,keep, +E,21,android/hardware/camera2/CameraMetadata.SENSOR_TEST_PATTERN_MODE_OFF,0,Android.Hardware.Camera2.SensorTestPatternMode,Off,keep, +E,21,android/hardware/camera2/CameraMetadata.SENSOR_TEST_PATTERN_MODE_PN9,4,Android.Hardware.Camera2.SensorTestPatternMode,Pn9,keep, +E,21,android/hardware/camera2/CameraMetadata.SENSOR_TEST_PATTERN_MODE_SOLID_COLOR,1,Android.Hardware.Camera2.SensorTestPatternMode,SolidColor,keep, +E,21,android/hardware/camera2/CameraMetadata.SHADING_MODE_FAST,1,Android.Hardware.Camera2.ShadingMode,Fast,keep, +E,21,android/hardware/camera2/CameraMetadata.SHADING_MODE_HIGH_QUALITY,2,Android.Hardware.Camera2.ShadingMode,HighQuality,keep, +E,21,android/hardware/camera2/CameraMetadata.SHADING_MODE_OFF,0,Android.Hardware.Camera2.ShadingMode,Off,keep, +E,21,android/hardware/camera2/CameraMetadata.STATISTICS_FACE_DETECT_MODE_FULL,2,Android.Hardware.Camera2.StatisticsFaceDetectMode,Full,keep, +E,21,android/hardware/camera2/CameraMetadata.STATISTICS_FACE_DETECT_MODE_OFF,0,Android.Hardware.Camera2.StatisticsFaceDetectMode,Off,keep, +E,21,android/hardware/camera2/CameraMetadata.STATISTICS_FACE_DETECT_MODE_SIMPLE,1,Android.Hardware.Camera2.StatisticsFaceDetectMode,Simple,keep, +E,21,android/hardware/camera2/CameraMetadata.STATISTICS_LENS_SHADING_MAP_MODE_OFF,0,Android.Hardware.Camera2.StatisticsLensShadingMapMode,Off,keep, +E,21,android/hardware/camera2/CameraMetadata.STATISTICS_LENS_SHADING_MAP_MODE_ON,1,Android.Hardware.Camera2.StatisticsLensShadingMapMode,On,keep, +?,28,android/hardware/camera2/CameraMetadata.STATISTICS_OIS_DATA_MODE_OFF,0,,,, +?,28,android/hardware/camera2/CameraMetadata.STATISTICS_OIS_DATA_MODE_ON,1,,,, +E,21,android/hardware/camera2/CameraMetadata.STATISTICS_SCENE_FLICKER_50HZ,1,Android.Hardware.Camera2.StatisticsSceneFlicker,S50hz,keep, +E,21,android/hardware/camera2/CameraMetadata.STATISTICS_SCENE_FLICKER_60HZ,2,Android.Hardware.Camera2.StatisticsSceneFlicker,S60hz,keep, +E,21,android/hardware/camera2/CameraMetadata.STATISTICS_SCENE_FLICKER_NONE,0,Android.Hardware.Camera2.StatisticsSceneFlicker,None,keep, +E,21,android/hardware/camera2/CameraMetadata.SYNC_MAX_LATENCY_PER_FRAME_CONTROL,0,Android.Hardware.Camera2.SyncMaxLatency,PerFrameControl,keep, +E,21,android/hardware/camera2/CameraMetadata.SYNC_MAX_LATENCY_UNKNOWN,-1,Android.Hardware.Camera2.SyncMaxLatency,Unknown,keep, +E,21,android/hardware/camera2/CameraMetadata.TONEMAP_MODE_CONTRAST_CURVE,0,Android.Hardware.Camera2.TonemapMode,ContrastCurve,keep, +E,21,android/hardware/camera2/CameraMetadata.TONEMAP_MODE_FAST,1,Android.Hardware.Camera2.TonemapMode,Fast,keep, +E,23,android/hardware/camera2/CameraMetadata.TONEMAP_MODE_GAMMA_VALUE,3,Android.Hardware.Camera2.TonemapMode,GammaValue,keep, +E,21,android/hardware/camera2/CameraMetadata.TONEMAP_MODE_HIGH_QUALITY,2,Android.Hardware.Camera2.TonemapMode,HighQuality,keep, +E,23,android/hardware/camera2/CameraMetadata.TONEMAP_MODE_PRESET_CURVE,4,Android.Hardware.Camera2.TonemapMode,PresetCurve,keep, +E,23,android/hardware/camera2/CameraMetadata.TONEMAP_PRESET_CURVE_REC709,1,Android.Hardware.Camera2.TonemapPresetCurveType,Rec709,keep, +E,23,android/hardware/camera2/CameraMetadata.TONEMAP_PRESET_CURVE_SRGB,0,Android.Hardware.Camera2.TonemapPresetCurveType,Srgb,keep, +?,0,android/hardware/camera2/CameraOfflineSession$CameraOfflineSessionCallback.STATUS_INTERNAL_ERROR,0,,,, +E,21,android/hardware/camera2/CaptureFailure.REASON_ERROR,0,Android.Hardware.Camera2.CaptureFailureReason,Error,keep, +E,21,android/hardware/camera2/CaptureFailure.REASON_FLUSHED,1,Android.Hardware.Camera2.CaptureFailureReason,Flushed,keep, +?,0,android/hardware/camera2/DngCreator.MAX_THUMBNAIL_DIMENSION,256,,,, +?,0,android/hardware/camera2/params/BlackLevelPattern.COUNT,4,,,, +?,0,android/hardware/camera2/params/Face.ID_UNSUPPORTED,-1,,,, +?,0,android/hardware/camera2/params/Face.SCORE_MAX,100,,,, +?,0,android/hardware/camera2/params/Face.SCORE_MIN,1,,,, +?,0,android/hardware/camera2/params/MeteringRectangle.METERING_WEIGHT_DONT_CARE,0,,,, +?,0,android/hardware/camera2/params/MeteringRectangle.METERING_WEIGHT_MAX,1000,,,, +?,0,android/hardware/camera2/params/MeteringRectangle.METERING_WEIGHT_MIN,0,,,, +?,0,android/hardware/camera2/params/OutputConfiguration.SURFACE_GROUP_ID_NONE,-1,,,, +E,29,android/hardware/camera2/params/RecommendedStreamConfigurationMap.USECASE_LOW_LATENCY_SNAPSHOT,6,Android.Hardware.Camera2.Params.UsecaseMode,LowLatencySnapshot,remove, +E,29,android/hardware/camera2/params/RecommendedStreamConfigurationMap.USECASE_PREVIEW,0,Android.Hardware.Camera2.Params.UsecaseMode,Preview,remove, +E,29,android/hardware/camera2/params/RecommendedStreamConfigurationMap.USECASE_RAW,5,Android.Hardware.Camera2.Params.UsecaseMode,Raw,remove, +E,29,android/hardware/camera2/params/RecommendedStreamConfigurationMap.USECASE_RECORD,1,Android.Hardware.Camera2.Params.UsecaseMode,Record,remove, +E,29,android/hardware/camera2/params/RecommendedStreamConfigurationMap.USECASE_SNAPSHOT,3,Android.Hardware.Camera2.Params.UsecaseMode,Snapshot,remove, +E,29,android/hardware/camera2/params/RecommendedStreamConfigurationMap.USECASE_VIDEO_SNAPSHOT,2,Android.Hardware.Camera2.Params.UsecaseMode,VideoSnapshot,remove, +E,29,android/hardware/camera2/params/RecommendedStreamConfigurationMap.USECASE_ZSL,4,Android.Hardware.Camera2.Params.UsecaseMode,Zsl,remove, +?,0,android/hardware/camera2/params/RggbChannelVector.BLUE,3,,,, +?,0,android/hardware/camera2/params/RggbChannelVector.COUNT,4,,,, +?,0,android/hardware/camera2/params/RggbChannelVector.GREEN_EVEN,1,,,, +?,0,android/hardware/camera2/params/RggbChannelVector.GREEN_ODD,2,,,, +?,0,android/hardware/camera2/params/RggbChannelVector.RED,0,,,, +E,28,android/hardware/camera2/params/SessionConfiguration.SESSION_HIGH_SPEED,1,Android.Hardware.Camera2.Params.SessionType,HighSpeed,remove, +E,28,android/hardware/camera2/params/SessionConfiguration.SESSION_REGULAR,0,Android.Hardware.Camera2.Params.SessionType,Regular,remove, +E,21,android/hardware/camera2/params/TonemapCurve.CHANNEL_BLUE,2,Android.Hardware.Camera2.Params.TonemapCurveChannel,Blue,keep, +E,21,android/hardware/camera2/params/TonemapCurve.CHANNEL_GREEN,1,Android.Hardware.Camera2.Params.TonemapCurveChannel,Green,keep, +E,21,android/hardware/camera2/params/TonemapCurve.CHANNEL_RED,0,Android.Hardware.Camera2.Params.TonemapCurveChannel,Red,keep, +?,0,android/hardware/camera2/params/TonemapCurve.POINT_SIZE,2,,,, +E,21,android/hardware/display/DisplayManager.VIRTUAL_DISPLAY_FLAG_AUTO_MIRROR,16,Android.Hardware.Display.VirtualDisplayFlags,AutoMirror,remove, +E,20,android/hardware/display/DisplayManager.VIRTUAL_DISPLAY_FLAG_OWN_CONTENT_ONLY,8,Android.Hardware.Display.VirtualDisplayFlags,OwnContentOnly,remove, +E,19,android/hardware/display/DisplayManager.VIRTUAL_DISPLAY_FLAG_PRESENTATION,2,Android.Hardware.Display.VirtualDisplayFlags,Presentation,remove, +E,19,android/hardware/display/DisplayManager.VIRTUAL_DISPLAY_FLAG_PUBLIC,1,Android.Hardware.Display.VirtualDisplayFlags,Public,remove, +E,19,android/hardware/display/DisplayManager.VIRTUAL_DISPLAY_FLAG_SECURE,4,Android.Hardware.Display.VirtualDisplayFlags,Secure,remove, +E,23,android/hardware/fingerprint/FingerprintManager.FINGERPRINT_ACQUIRED_GOOD,0,Android.Hardware.Fingerprints.FingerprintState,AcquiredGood,keep, +E,23,android/hardware/fingerprint/FingerprintManager.FINGERPRINT_ACQUIRED_IMAGER_DIRTY,3,Android.Hardware.Fingerprints.FingerprintState,AcquiredImagerDirty,keep, +E,23,android/hardware/fingerprint/FingerprintManager.FINGERPRINT_ACQUIRED_INSUFFICIENT,2,Android.Hardware.Fingerprints.FingerprintState,AcquiredInsufficient,keep, +E,23,android/hardware/fingerprint/FingerprintManager.FINGERPRINT_ACQUIRED_PARTIAL,1,Android.Hardware.Fingerprints.FingerprintState,AcquiredPartial,keep, +E,23,android/hardware/fingerprint/FingerprintManager.FINGERPRINT_ACQUIRED_TOO_FAST,5,Android.Hardware.Fingerprints.FingerprintState,AcquiredTooFast,keep, +E,23,android/hardware/fingerprint/FingerprintManager.FINGERPRINT_ACQUIRED_TOO_SLOW,4,Android.Hardware.Fingerprints.FingerprintState,AcquiredTooSlow,keep, +E,23,android/hardware/fingerprint/FingerprintManager.FINGERPRINT_ERROR_CANCELED,5,Android.Hardware.Fingerprints.FingerprintState,ErrorCanceled,keep, +E,28,android/hardware/fingerprint/FingerprintManager.FINGERPRINT_ERROR_HW_NOT_PRESENT,12,Android.Hardware.Fingerprints.FingerprintState,ErrorHwNotPresent,keep, +E,23,android/hardware/fingerprint/FingerprintManager.FINGERPRINT_ERROR_HW_UNAVAILABLE,1,Android.Hardware.Fingerprints.FingerprintState,ErrorHwUnavailable,keep, +E,23,android/hardware/fingerprint/FingerprintManager.FINGERPRINT_ERROR_LOCKOUT,7,Android.Hardware.Fingerprints.FingerprintState,ErrorLockout,keep, +E,27,android/hardware/fingerprint/FingerprintManager.FINGERPRINT_ERROR_LOCKOUT_PERMANENT,9,Android.Hardware.Fingerprints.FingerprintState,ErrorLockoutPermanent,keep, +E,28,android/hardware/fingerprint/FingerprintManager.FINGERPRINT_ERROR_NO_FINGERPRINTS,11,Android.Hardware.Fingerprints.FingerprintState,ErrorNoFingerprints,keep, +E,23,android/hardware/fingerprint/FingerprintManager.FINGERPRINT_ERROR_NO_SPACE,4,Android.Hardware.Fingerprints.FingerprintState,ErrorNoSpace,keep, +E,23,android/hardware/fingerprint/FingerprintManager.FINGERPRINT_ERROR_TIMEOUT,3,Android.Hardware.Fingerprints.FingerprintState,ErrorTimeout,keep, +E,23,android/hardware/fingerprint/FingerprintManager.FINGERPRINT_ERROR_UNABLE_TO_PROCESS,2,Android.Hardware.Fingerprints.FingerprintState,ErrorUnableToProcess,keep, +E,27,android/hardware/fingerprint/FingerprintManager.FINGERPRINT_ERROR_USER_CANCELED,10,Android.Hardware.Fingerprints.FingerprintState,ErrorUserCanceled,keep, +E,27,android/hardware/fingerprint/FingerprintManager.FINGERPRINT_ERROR_VENDOR,8,Android.Hardware.Fingerprints.FingerprintState,ErrorVendor,keep, +E,26,android/hardware/HardwareBuffer.BLOB,33,Android.Hardware.HardwareBufferFormat,Blob,keep, +E,28,android/hardware/HardwareBuffer.D_16,48,Android.Hardware.HardwareBufferFormat,D16,keep, +E,28,android/hardware/HardwareBuffer.D_24,49,Android.Hardware.HardwareBufferFormat,D24,keep, +E,28,android/hardware/HardwareBuffer.D_FP32,51,Android.Hardware.HardwareBufferFormat,DFp32,keep, +E,28,android/hardware/HardwareBuffer.DS_24UI8,50,Android.Hardware.HardwareBufferFormat,Ds24ui8,keep, +E,28,android/hardware/HardwareBuffer.DS_FP32UI8,52,Android.Hardware.HardwareBufferFormat,DsFp32ui8,keep, +E,26,android/hardware/HardwareBuffer.RGB_565,4,Android.Hardware.HardwareBufferFormat,Rgb565,keep, +E,26,android/hardware/HardwareBuffer.RGB_888,3,Android.Hardware.HardwareBufferFormat,Rgb888,keep, +E,26,android/hardware/HardwareBuffer.RGBA_1010102,43,Android.Hardware.HardwareBufferFormat,Rgba1010102,keep, +E,26,android/hardware/HardwareBuffer.RGBA_8888,1,Android.Hardware.HardwareBufferFormat,Rgba8888,keep, +E,26,android/hardware/HardwareBuffer.RGBA_FP16,22,Android.Hardware.HardwareBufferFormat,RgbaFp16,keep, +E,26,android/hardware/HardwareBuffer.RGBX_8888,2,Android.Hardware.HardwareBufferFormat,Rgbx8888,keep, +E,28,android/hardware/HardwareBuffer.S_UI8,53,Android.Hardware.HardwareBufferFormat,SUi8,keep, +?,30,android/hardware/HardwareBuffer.YCBCR_420_888,35,,,, +E,18,android/hardware/location/GeofenceHardware.GEOFENCE_ENTERED,1,Android.Hardware.Location.GeofenceTransition,Entered,remove,flags +E,18,android/hardware/location/GeofenceHardware.GEOFENCE_ERROR_ID_EXISTS,2,Android.Hardware.Location.GeofenceError,IdExists,remove, +E,18,android/hardware/location/GeofenceHardware.GEOFENCE_ERROR_ID_UNKNOWN,3,Android.Hardware.Location.GeofenceError,IdUnknown,remove, +E,18,android/hardware/location/GeofenceHardware.GEOFENCE_ERROR_INVALID_TRANSITION,4,Android.Hardware.Location.GeofenceError,InvalidTransition,remove, +E,18,android/hardware/location/GeofenceHardware.GEOFENCE_ERROR_TOO_MANY_GEOFENCES,1,Android.Hardware.Location.GeofenceError,TooManyGeofences,remove, +E,18,android/hardware/location/GeofenceHardware.GEOFENCE_EXITED,2,Android.Hardware.Location.GeofenceTransition,Exited,remove,flags +E,18,android/hardware/location/GeofenceHardware.GEOFENCE_FAILURE,5,Android.Hardware.Location.GeofenceTransition,Failure,remove,flags +E,18,android/hardware/location/GeofenceHardware.GEOFENCE_SUCCESS,0,Android.Hardware.Location.GeofenceTransition,Success,remove,flags +E,18,android/hardware/location/GeofenceHardware.GEOFENCE_UNCERTAIN,4,Android.Hardware.Location.GeofenceTransition,Uncertain,remove,flags +E,18,android/hardware/location/GeofenceHardware.MONITOR_CURRENTLY_AVAILABLE,0,Android.Hardware.Location.GeofenceMonitorStatus,CurrentlyAvailable,remove, +E,18,android/hardware/location/GeofenceHardware.MONITOR_CURRENTLY_UNAVAILABLE,1,Android.Hardware.Location.GeofenceMonitorStatus,CurrentlyUnavailable,remove, +E,18,android/hardware/location/GeofenceHardware.MONITOR_UNSUPPORTED,2,Android.Hardware.Location.GeofenceMonitorStatus,Unsupported,remove, +E,18,android/hardware/location/GeofenceHardware.MONITORING_TYPE_GPS_HARDWARE,0,Android.Hardware.Location.GeofenceMonitoringType,GpsHardware,remove, +E,21,android/hardware/Sensor.REPORTING_MODE_CONTINUOUS,0,Android.Hardware.ReportingMode,Continuous,keep, +E,21,android/hardware/Sensor.REPORTING_MODE_ON_CHANGE,1,Android.Hardware.ReportingMode,OnChange,keep, +E,21,android/hardware/Sensor.REPORTING_MODE_ONE_SHOT,2,Android.Hardware.ReportingMode,OneShot,keep, +E,21,android/hardware/Sensor.REPORTING_MODE_SPECIAL_TRIGGER,3,Android.Hardware.ReportingMode,SpecialTrigger,keep, +E,10,android/hardware/Sensor.TYPE_ACCELEROMETER,1,Android.Hardware.SensorType,Accelerometer,keep, +E,26,android/hardware/Sensor.TYPE_ACCELEROMETER_UNCALIBRATED,35,Android.Hardware.SensorType,AccelerometerUncalibrated,keep, +E,10,android/hardware/Sensor.TYPE_ALL,-1,Android.Hardware.SensorType,All,keep, +E,15,android/hardware/Sensor.TYPE_AMBIENT_TEMPERATURE,13,Android.Hardware.SensorType,AmbientTemperature,keep, +E,24,android/hardware/Sensor.TYPE_DEVICE_PRIVATE_BASE,65536,Android.Hardware.SensorType,DevicePrivateBase,keep, +E,18,android/hardware/Sensor.TYPE_GAME_ROTATION_VECTOR,15,Android.Hardware.SensorType,GameRotationVector,keep, +E,19,android/hardware/Sensor.TYPE_GEOMAGNETIC_ROTATION_VECTOR,20,Android.Hardware.SensorType,GeomagneticRotationVector,keep, +E,10,android/hardware/Sensor.TYPE_GRAVITY,9,Android.Hardware.SensorType,Gravity,keep, +E,10,android/hardware/Sensor.TYPE_GYROSCOPE,4,Android.Hardware.SensorType,Gyroscope,keep, +E,18,android/hardware/Sensor.TYPE_GYROSCOPE_UNCALIBRATED,16,Android.Hardware.SensorType,GyroscopeUncalibrated,keep, +E,24,android/hardware/Sensor.TYPE_HEART_BEAT,31,Android.Hardware.SensorType,HeartBeat,keep, +E,20,android/hardware/Sensor.TYPE_HEART_RATE,21,Android.Hardware.SensorType,HeartRate,keep, +?,30,android/hardware/Sensor.TYPE_HINGE_ANGLE,36,,,, +E,10,android/hardware/Sensor.TYPE_LIGHT,5,Android.Hardware.SensorType,Light,keep, +E,10,android/hardware/Sensor.TYPE_LINEAR_ACCELERATION,10,Android.Hardware.SensorType,LinearAcceleration,keep, +E,26,android/hardware/Sensor.TYPE_LOW_LATENCY_OFFBODY_DETECT,34,Android.Hardware.SensorType,LowLatencyOffbodyDetect,keep, +E,10,android/hardware/Sensor.TYPE_MAGNETIC_FIELD,2,Android.Hardware.SensorType,MagneticField,keep, +E,18,android/hardware/Sensor.TYPE_MAGNETIC_FIELD_UNCALIBRATED,14,Android.Hardware.SensorType,MagneticFieldUncalibrated,keep, +E,24,android/hardware/Sensor.TYPE_MOTION_DETECT,30,Android.Hardware.SensorType,MotionDetect,keep, +E,10,android/hardware/Sensor.TYPE_ORIENTATION,3,Android.Hardware.SensorType,Orientation,keep, +E,24,android/hardware/Sensor.TYPE_POSE_6DOF,28,Android.Hardware.SensorType,Pose6dof,keep, +E,10,android/hardware/Sensor.TYPE_PRESSURE,6,Android.Hardware.SensorType,Pressure,keep, +E,10,android/hardware/Sensor.TYPE_PROXIMITY,8,Android.Hardware.SensorType,Proximity,keep, +E,15,android/hardware/Sensor.TYPE_RELATIVE_HUMIDITY,12,Android.Hardware.SensorType,RelativeHumidity,keep, +E,10,android/hardware/Sensor.TYPE_ROTATION_VECTOR,11,Android.Hardware.SensorType,RotationVector,keep, +E,18,android/hardware/Sensor.TYPE_SIGNIFICANT_MOTION,17,Android.Hardware.SensorType,SignificantMotion,keep, +E,24,android/hardware/Sensor.TYPE_STATIONARY_DETECT,29,Android.Hardware.SensorType,StationaryDetect,keep, +E,19,android/hardware/Sensor.TYPE_STEP_COUNTER,19,Android.Hardware.SensorType,StepCounter,keep, +E,19,android/hardware/Sensor.TYPE_STEP_DETECTOR,18,Android.Hardware.SensorType,StepDetector,keep, +E,10,android/hardware/Sensor.TYPE_TEMPERATURE,7,Android.Hardware.SensorType,Temperature,keep, +E,24,android/hardware/SensorAdditionalInfo.TYPE_FRAME_BEGIN,0,Android.Hardware.SensorAdditionalInfoType,FrameBegin,remove, +E,24,android/hardware/SensorAdditionalInfo.TYPE_FRAME_END,1,Android.Hardware.SensorAdditionalInfoType,FrameEnd,remove, +E,24,android/hardware/SensorAdditionalInfo.TYPE_INTERNAL_TEMPERATURE,65537,Android.Hardware.SensorAdditionalInfoType,InternalTemperature,remove, +E,24,android/hardware/SensorAdditionalInfo.TYPE_SAMPLING,65540,Android.Hardware.SensorAdditionalInfoType,Sampling,remove, +E,24,android/hardware/SensorAdditionalInfo.TYPE_SENSOR_PLACEMENT,65539,Android.Hardware.SensorAdditionalInfoType,SensorPlacement,remove, +E,24,android/hardware/SensorAdditionalInfo.TYPE_UNTRACKED_DELAY,65536,Android.Hardware.SensorAdditionalInfoType,UntrackedDelay,remove, +E,24,android/hardware/SensorAdditionalInfo.TYPE_VEC3_CALIBRATION,65538,Android.Hardware.SensorAdditionalInfoType,Vec3Calibration,remove, +E,26,android/hardware/SensorDirectChannel.RATE_FAST,2,Android.Hardware.SensorDirectRateLevel,Fast,keep, +E,26,android/hardware/SensorDirectChannel.RATE_NORMAL,1,Android.Hardware.SensorDirectRateLevel,Normal,keep, +E,26,android/hardware/SensorDirectChannel.RATE_STOP,0,Android.Hardware.SensorDirectRateLevel,Stop,keep, +E,26,android/hardware/SensorDirectChannel.RATE_VERY_FAST,3,Android.Hardware.SensorDirectRateLevel,VeryFast,keep, +E,26,android/hardware/SensorDirectChannel.TYPE_HARDWARE_BUFFER,2,Android.Hardware.SensorDirectChannelType,HardwareBuffer,keep, +E,26,android/hardware/SensorDirectChannel.TYPE_MEMORY_FILE,1,Android.Hardware.SensorDirectChannelType,MemoryFile,keep, +E,10,android/hardware/SensorManager.AXIS_MINUS_X,129,Android.Hardware.Axis,MinusX,keep, +E,10,android/hardware/SensorManager.AXIS_MINUS_Y,130,Android.Hardware.Axis,MinusY,keep, +E,10,android/hardware/SensorManager.AXIS_MINUS_Z,131,Android.Hardware.Axis,MinusZ,keep, +E,10,android/hardware/SensorManager.AXIS_X,1,Android.Hardware.Axis,X,keep, +E,10,android/hardware/SensorManager.AXIS_Y,2,Android.Hardware.Axis,Y,keep, +E,10,android/hardware/SensorManager.AXIS_Z,3,Android.Hardware.Axis,Z,keep, +R,0,android/hardware/SensorManager.DATA_X,0,,,remove, +R,0,android/hardware/SensorManager.DATA_Y,1,,,remove, +R,0,android/hardware/SensorManager.DATA_Z,2,,,remove, +R,0,android/hardware/SensorManager.RAW_DATA_INDEX,3,,,remove, +R,0,android/hardware/SensorManager.RAW_DATA_X,3,,,remove, +R,0,android/hardware/SensorManager.RAW_DATA_Y,4,,,remove, +R,0,android/hardware/SensorManager.RAW_DATA_Z,5,,,remove, +R,0,android/hardware/SensorManager.SENSOR_ACCELEROMETER,2,,,remove, +R,0,android/hardware/SensorManager.SENSOR_ALL,127,,,remove, +E,10,android/hardware/SensorManager.SENSOR_DELAY_FASTEST,0,Android.Hardware.SensorDelay,Fastest,keep, +E,10,android/hardware/SensorManager.SENSOR_DELAY_GAME,1,Android.Hardware.SensorDelay,Game,keep, +E,10,android/hardware/SensorManager.SENSOR_DELAY_NORMAL,3,Android.Hardware.SensorDelay,Normal,keep, +E,10,android/hardware/SensorManager.SENSOR_DELAY_UI,2,Android.Hardware.SensorDelay,Ui,keep, +R,0,android/hardware/SensorManager.SENSOR_LIGHT,16,,,remove, +R,0,android/hardware/SensorManager.SENSOR_MAGNETIC_FIELD,8,,,remove, +R,0,android/hardware/SensorManager.SENSOR_MAX,64,,,remove, +R,0,android/hardware/SensorManager.SENSOR_MIN,1,,,remove, +R,0,android/hardware/SensorManager.SENSOR_ORIENTATION,1,,,remove, +R,0,android/hardware/SensorManager.SENSOR_ORIENTATION_RAW,128,,,remove, +R,0,android/hardware/SensorManager.SENSOR_PROXIMITY,32,,,remove, +E,10,android/hardware/SensorManager.SENSOR_STATUS_ACCURACY_HIGH,3,Android.Hardware.SensorStatus,AccuracyHigh,keep, +E,10,android/hardware/SensorManager.SENSOR_STATUS_ACCURACY_LOW,1,Android.Hardware.SensorStatus,AccuracyLow,keep, +E,10,android/hardware/SensorManager.SENSOR_STATUS_ACCURACY_MEDIUM,2,Android.Hardware.SensorStatus,AccuracyMedium,keep, +E,20,android/hardware/SensorManager.SENSOR_STATUS_NO_CONTACT,-1,Android.Hardware.SensorStatus,NoContact,keep, +E,10,android/hardware/SensorManager.SENSOR_STATUS_UNRELIABLE,0,Android.Hardware.SensorStatus,Unreliable,keep, +R,0,android/hardware/SensorManager.SENSOR_TEMPERATURE,4,,,remove, +R,0,android/hardware/SensorManager.SENSOR_TRICORDER,64,,,remove, +E,15,android/hardware/usb/UsbConstants.USB_CLASS_APP_SPEC,254,Android.Hardware.Usb.UsbClass,AppSpec,keep, +E,15,android/hardware/usb/UsbConstants.USB_CLASS_AUDIO,1,Android.Hardware.Usb.UsbClass,Audio,keep, +E,15,android/hardware/usb/UsbConstants.USB_CLASS_CDC_DATA,10,Android.Hardware.Usb.UsbClass,CdcData,keep, +E,15,android/hardware/usb/UsbConstants.USB_CLASS_COMM,2,Android.Hardware.Usb.UsbClass,Comm,keep, +E,15,android/hardware/usb/UsbConstants.USB_CLASS_CONTENT_SEC,13,Android.Hardware.Usb.UsbClass,ContentSec,keep, +E,15,android/hardware/usb/UsbConstants.USB_CLASS_CSCID,11,Android.Hardware.Usb.UsbClass,CscId,keep, +E,15,android/hardware/usb/UsbConstants.USB_CLASS_HID,3,Android.Hardware.Usb.UsbClass,Hid,keep, +E,15,android/hardware/usb/UsbConstants.USB_CLASS_HUB,9,Android.Hardware.Usb.UsbClass,Hub,keep, +E,15,android/hardware/usb/UsbConstants.USB_CLASS_MASS_STORAGE,8,Android.Hardware.Usb.UsbClass,MassStorage,keep, +E,15,android/hardware/usb/UsbConstants.USB_CLASS_MISC,239,Android.Hardware.Usb.UsbClass,Misc,keep, +E,15,android/hardware/usb/UsbConstants.USB_CLASS_PER_INTERFACE,0,Android.Hardware.Usb.UsbClass,PerInterface,keep, +E,15,android/hardware/usb/UsbConstants.USB_CLASS_PHYSICA,5,Android.Hardware.Usb.UsbClass,Physica,keep, +E,15,android/hardware/usb/UsbConstants.USB_CLASS_PRINTER,7,Android.Hardware.Usb.UsbClass,Printer,keep, +E,15,android/hardware/usb/UsbConstants.USB_CLASS_STILL_IMAGE,6,Android.Hardware.Usb.UsbClass,StillImage,keep, +E,15,android/hardware/usb/UsbConstants.USB_CLASS_VENDOR_SPEC,255,Android.Hardware.Usb.UsbClass,VendorSpec,keep, +E,15,android/hardware/usb/UsbConstants.USB_CLASS_VIDEO,14,Android.Hardware.Usb.UsbClass,Video,keep, +E,15,android/hardware/usb/UsbConstants.USB_CLASS_WIRELESS_CONTROLLER,224,Android.Hardware.Usb.UsbClass,WirelessController,keep, +E,15,android/hardware/usb/UsbConstants.USB_DIR_IN,128,Android.Hardware.Usb.UsbAddressing,In,keep, +E,15,android/hardware/usb/UsbConstants.USB_DIR_OUT,0,Android.Hardware.Usb.UsbAddressing,Out,keep, +E,15,android/hardware/usb/UsbConstants.USB_ENDPOINT_DIR_MASK,128,Android.Hardware.Usb.UsbAddressing,DirMask,keep, +E,15,android/hardware/usb/UsbConstants.USB_ENDPOINT_NUMBER_MASK,15,Android.Hardware.Usb.UsbAddressing,NumberMask,keep, +E,15,android/hardware/usb/UsbConstants.USB_ENDPOINT_XFER_BULK,2,Android.Hardware.Usb.UsbAddressing,XferBulk,keep, +E,15,android/hardware/usb/UsbConstants.USB_ENDPOINT_XFER_CONTROL,0,Android.Hardware.Usb.UsbAddressing,XferControl,keep, +E,15,android/hardware/usb/UsbConstants.USB_ENDPOINT_XFER_INT,3,Android.Hardware.Usb.UsbAddressing,XferInterrupt,keep, +E,15,android/hardware/usb/UsbConstants.USB_ENDPOINT_XFER_ISOC,1,Android.Hardware.Usb.UsbAddressing,XferIsochronous,keep, +E,15,android/hardware/usb/UsbConstants.USB_ENDPOINT_XFERTYPE_MASK,3,Android.Hardware.Usb.UsbAddressing,XferTypeMask,keep, +?,0,android/hardware/usb/UsbConstants.USB_INTERFACE_SUBCLASS_BOOT,1,,,, +?,0,android/hardware/usb/UsbConstants.USB_SUBCLASS_VENDOR_SPEC,255,,,, +?,0,android/hardware/usb/UsbConstants.USB_TYPE_CLASS,32,,,, +?,0,android/hardware/usb/UsbConstants.USB_TYPE_MASK,96,,,, +?,0,android/hardware/usb/UsbConstants.USB_TYPE_RESERVED,96,,,, +?,0,android/hardware/usb/UsbConstants.USB_TYPE_STANDARD,0,,,, +?,0,android/hardware/usb/UsbConstants.USB_TYPE_VENDOR,64,,,, +?,26,android/icu/lang/UCharacter$UnicodeBlock.ADLAM_ID,263,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.AEGEAN_NUMBERS_ID,119,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.AHOM_ID,253,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.ALCHEMICAL_SYMBOLS_ID,208,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.ALPHABETIC_PRESENTATION_FORMS_ID,80,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.ANATOLIAN_HIEROGLYPHS_ID,254,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.ANCIENT_GREEK_MUSICAL_NOTATION_ID,126,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.ANCIENT_GREEK_NUMBERS_ID,127,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.ANCIENT_SYMBOLS_ID,165,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.ARABIC_EXTENDED_A_ID,210,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.ARABIC_ID,12,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.ARABIC_MATHEMATICAL_ALPHABETIC_SYMBOLS_ID,211,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.ARABIC_PRESENTATION_FORMS_A_ID,81,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.ARABIC_PRESENTATION_FORMS_B_ID,85,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.ARABIC_SUPPLEMENT_ID,128,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.ARMENIAN_ID,10,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.ARROWS_ID,46,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.AVESTAN_ID,188,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.BALINESE_ID,147,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.BAMUM_ID,177,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.BAMUM_SUPPLEMENT_ID,202,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.BASIC_LATIN_ID,1,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.BASSA_VAH_ID,221,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.BATAK_ID,199,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.BENGALI_ID,16,,,, +?,26,android/icu/lang/UCharacter$UnicodeBlock.BHAIKSUKI_ID,264,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.BLOCK_ELEMENTS_ID,53,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.BOPOMOFO_EXTENDED_ID,67,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.BOPOMOFO_ID,64,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.BOX_DRAWING_ID,52,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.BRAHMI_ID,201,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.BRAILLE_PATTERNS_ID,57,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.BUGINESE_ID,129,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.BUHID_ID,100,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.BYZANTINE_MUSICAL_SYMBOLS_ID,91,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.CARIAN_ID,168,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.CAUCASIAN_ALBANIAN_ID,222,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.CHAKMA_ID,212,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.CHAM_ID,164,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.CHEROKEE_ID,32,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.CHEROKEE_SUPPLEMENT_ID,255,,,, +?,29,android/icu/lang/UCharacter$UnicodeBlock.CHESS_SYMBOLS_ID,281,,,, +?,30,android/icu/lang/UCharacter$UnicodeBlock.CHORASMIAN_ID,301,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.CJK_COMPATIBILITY_FORMS_ID,83,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.CJK_COMPATIBILITY_ID,69,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.CJK_COMPATIBILITY_IDEOGRAPHS_ID,79,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.CJK_COMPATIBILITY_IDEOGRAPHS_SUPPLEMENT_ID,95,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.CJK_RADICALS_SUPPLEMENT_ID,58,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.CJK_STROKES_ID,130,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.CJK_SYMBOLS_AND_PUNCTUATION_ID,61,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.CJK_UNIFIED_IDEOGRAPHS_EXTENSION_A_ID,70,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.CJK_UNIFIED_IDEOGRAPHS_EXTENSION_B_ID,94,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.CJK_UNIFIED_IDEOGRAPHS_EXTENSION_C_ID,197,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.CJK_UNIFIED_IDEOGRAPHS_EXTENSION_D_ID,209,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.CJK_UNIFIED_IDEOGRAPHS_EXTENSION_E_ID,256,,,, +?,28,android/icu/lang/UCharacter$UnicodeBlock.CJK_UNIFIED_IDEOGRAPHS_EXTENSION_F_ID,274,,,, +?,30,android/icu/lang/UCharacter$UnicodeBlock.CJK_UNIFIED_IDEOGRAPHS_EXTENSION_G_ID,302,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.CJK_UNIFIED_IDEOGRAPHS_ID,71,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.COMBINING_DIACRITICAL_MARKS_EXTENDED_ID,224,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.COMBINING_DIACRITICAL_MARKS_ID,7,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.COMBINING_DIACRITICAL_MARKS_SUPPLEMENT_ID,131,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.COMBINING_HALF_MARKS_ID,82,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.COMBINING_MARKS_FOR_SYMBOLS_ID,43,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.COMMON_INDIC_NUMBER_FORMS_ID,178,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.CONTROL_PICTURES_ID,49,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.COPTIC_EPACT_NUMBERS_ID,223,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.COPTIC_ID,132,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.COUNTING_ROD_NUMERALS_ID,154,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.CUNEIFORM_ID,152,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.CUNEIFORM_NUMBERS_AND_PUNCTUATION_ID,153,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.CURRENCY_SYMBOLS_ID,42,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.CYPRIOT_SYLLABARY_ID,123,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.CYRILLIC_EXTENDED_A_ID,158,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.CYRILLIC_EXTENDED_B_ID,160,,,, +?,26,android/icu/lang/UCharacter$UnicodeBlock.CYRILLIC_EXTENDED_C_ID,265,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.CYRILLIC_ID,9,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.CYRILLIC_SUPPLEMENT_ID,97,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.CYRILLIC_SUPPLEMENTARY_ID,97,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.DESERET_ID,90,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.DEVANAGARI_EXTENDED_ID,179,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.DEVANAGARI_ID,15,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.DINGBATS_ID,56,,,, +?,30,android/icu/lang/UCharacter$UnicodeBlock.DIVES_AKURU_ID,303,,,, +?,29,android/icu/lang/UCharacter$UnicodeBlock.DOGRA_ID,282,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.DOMINO_TILES_ID,171,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.DUPLOYAN_ID,225,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.EARLY_DYNASTIC_CUNEIFORM_ID,257,,,, +?,30,android/icu/lang/UCharacter$UnicodeBlock.EGYPTIAN_HIEROGLYPH_FORMAT_CONTROLS_ID,292,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.EGYPTIAN_HIEROGLYPHS_ID,194,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.ELBASAN_ID,226,,,, +?,30,android/icu/lang/UCharacter$UnicodeBlock.ELYMAIC_ID,293,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.EMOTICONS_ID,206,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.ENCLOSED_ALPHANUMERIC_SUPPLEMENT_ID,195,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.ENCLOSED_ALPHANUMERICS_ID,51,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.ENCLOSED_CJK_LETTERS_AND_MONTHS_ID,68,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.ENCLOSED_IDEOGRAPHIC_SUPPLEMENT_ID,196,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.ETHIOPIC_EXTENDED_A_ID,200,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.ETHIOPIC_EXTENDED_ID,133,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.ETHIOPIC_ID,31,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.ETHIOPIC_SUPPLEMENT_ID,134,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.GENERAL_PUNCTUATION_ID,40,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.GEOMETRIC_SHAPES_EXTENDED_ID,227,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.GEOMETRIC_SHAPES_ID,54,,,, +?,29,android/icu/lang/UCharacter$UnicodeBlock.GEORGIAN_EXTENDED_ID,283,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.GEORGIAN_ID,29,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.GEORGIAN_SUPPLEMENT_ID,135,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.GLAGOLITIC_ID,136,,,, +?,26,android/icu/lang/UCharacter$UnicodeBlock.GLAGOLITIC_SUPPLEMENT_ID,266,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.GOTHIC_ID,89,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.GRANTHA_ID,228,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.GREEK_EXTENDED_ID,39,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.GREEK_ID,8,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.GUJARATI_ID,18,,,, +?,29,android/icu/lang/UCharacter$UnicodeBlock.GUNJALA_GONDI_ID,284,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.GURMUKHI_ID,17,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.HALFWIDTH_AND_FULLWIDTH_FORMS_ID,87,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.HANGUL_COMPATIBILITY_JAMO_ID,65,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.HANGUL_JAMO_EXTENDED_A_ID,180,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.HANGUL_JAMO_EXTENDED_B_ID,185,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.HANGUL_JAMO_ID,30,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.HANGUL_SYLLABLES_ID,74,,,, +?,29,android/icu/lang/UCharacter$UnicodeBlock.HANIFI_ROHINGYA_ID,285,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.HANUNOO_ID,99,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.HATRAN_ID,258,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.HEBREW_ID,11,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.HIGH_PRIVATE_USE_SURROGATES_ID,76,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.HIGH_SURROGATES_ID,75,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.HIRAGANA_ID,62,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.IDEOGRAPHIC_DESCRIPTION_CHARACTERS_ID,60,,,, +?,26,android/icu/lang/UCharacter$UnicodeBlock.IDEOGRAPHIC_SYMBOLS_AND_PUNCTUATION_ID,267,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.IMPERIAL_ARAMAIC_ID,186,,,, +?,29,android/icu/lang/UCharacter$UnicodeBlock.INDIC_SIYAQ_NUMBERS_ID,286,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.INSCRIPTIONAL_PAHLAVI_ID,190,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.INSCRIPTIONAL_PARTHIAN_ID,189,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.INVALID_CODE_ID,-1,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.IPA_EXTENSIONS_ID,5,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.JAVANESE_ID,181,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.KAITHI_ID,193,,,, +?,28,android/icu/lang/UCharacter$UnicodeBlock.KANA_EXTENDED_A_ID,275,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.KANA_SUPPLEMENT_ID,203,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.KANBUN_ID,66,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.KANGXI_RADICALS_ID,59,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.KANNADA_ID,22,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.KATAKANA_ID,63,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.KATAKANA_PHONETIC_EXTENSIONS_ID,107,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.KAYAH_LI_ID,162,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.KHAROSHTHI_ID,137,,,, +?,30,android/icu/lang/UCharacter$UnicodeBlock.KHITAN_SMALL_SCRIPT_ID,304,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.KHMER_ID,36,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.KHMER_SYMBOLS_ID,113,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.KHOJKI_ID,229,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.KHUDAWADI_ID,230,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.LAO_ID,26,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.LATIN_1_SUPPLEMENT_ID,2,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.LATIN_EXTENDED_A_ID,3,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.LATIN_EXTENDED_ADDITIONAL_ID,38,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.LATIN_EXTENDED_B_ID,4,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.LATIN_EXTENDED_C_ID,148,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.LATIN_EXTENDED_D_ID,149,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.LATIN_EXTENDED_E_ID,231,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.LEPCHA_ID,156,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.LETTERLIKE_SYMBOLS_ID,44,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.LIMBU_ID,111,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.LINEAR_A_ID,232,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.LINEAR_B_IDEOGRAMS_ID,118,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.LINEAR_B_SYLLABARY_ID,117,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.LISU_ID,176,,,, +?,30,android/icu/lang/UCharacter$UnicodeBlock.LISU_SUPPLEMENT_ID,305,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.LOW_SURROGATES_ID,77,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.LYCIAN_ID,167,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.LYDIAN_ID,169,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.MAHAJANI_ID,233,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.MAHJONG_TILES_ID,170,,,, +?,29,android/icu/lang/UCharacter$UnicodeBlock.MAKASAR_ID,287,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.MALAYALAM_ID,23,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.MANDAIC_ID,198,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.MANICHAEAN_ID,234,,,, +?,26,android/icu/lang/UCharacter$UnicodeBlock.MARCHEN_ID,268,,,, +?,28,android/icu/lang/UCharacter$UnicodeBlock.MASARAM_GONDI_ID,276,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.MATHEMATICAL_ALPHANUMERIC_SYMBOLS_ID,93,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.MATHEMATICAL_OPERATORS_ID,47,,,, +?,29,android/icu/lang/UCharacter$UnicodeBlock.MAYAN_NUMERALS_ID,288,,,, +?,29,android/icu/lang/UCharacter$UnicodeBlock.MEDEFAIDRIN_ID,289,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.MEETEI_MAYEK_EXTENSIONS_ID,213,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.MEETEI_MAYEK_ID,184,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.MENDE_KIKAKUI_ID,235,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.MEROITIC_CURSIVE_ID,214,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.MEROITIC_HIEROGLYPHS_ID,215,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.MIAO_ID,216,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.MISCELLANEOUS_MATHEMATICAL_SYMBOLS_A_ID,102,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.MISCELLANEOUS_MATHEMATICAL_SYMBOLS_B_ID,105,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.MISCELLANEOUS_SYMBOLS_AND_ARROWS_ID,115,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.MISCELLANEOUS_SYMBOLS_AND_PICTOGRAPHS_ID,205,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.MISCELLANEOUS_SYMBOLS_ID,55,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.MISCELLANEOUS_TECHNICAL_ID,48,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.MODI_ID,236,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.MODIFIER_TONE_LETTERS_ID,138,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.MONGOLIAN_ID,37,,,, +?,26,android/icu/lang/UCharacter$UnicodeBlock.MONGOLIAN_SUPPLEMENT_ID,269,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.MRO_ID,237,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.MULTANI_ID,259,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.MUSICAL_SYMBOLS_ID,92,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.MYANMAR_EXTENDED_A_ID,182,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.MYANMAR_EXTENDED_B_ID,238,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.MYANMAR_ID,28,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.NABATAEAN_ID,239,,,, +?,30,android/icu/lang/UCharacter$UnicodeBlock.NANDINAGARI_ID,294,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.NEW_TAI_LUE_ID,139,,,, +?,26,android/icu/lang/UCharacter$UnicodeBlock.NEWA_ID,270,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.NKO_ID,146,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.NUMBER_FORMS_ID,45,,,, +?,28,android/icu/lang/UCharacter$UnicodeBlock.NUSHU_ID,277,,,, +?,30,android/icu/lang/UCharacter$UnicodeBlock.NYIAKENG_PUACHUE_HMONG_ID,295,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.OGHAM_ID,34,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.OL_CHIKI_ID,157,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.OLD_HUNGARIAN_ID,260,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.OLD_ITALIC_ID,88,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.OLD_NORTH_ARABIAN_ID,240,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.OLD_PERMIC_ID,241,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.OLD_PERSIAN_ID,140,,,, +?,29,android/icu/lang/UCharacter$UnicodeBlock.OLD_SOGDIAN_ID,290,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.OLD_SOUTH_ARABIAN_ID,187,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.OLD_TURKIC_ID,191,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.OPTICAL_CHARACTER_RECOGNITION_ID,50,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.ORIYA_ID,19,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.ORNAMENTAL_DINGBATS_ID,242,,,, +?,26,android/icu/lang/UCharacter$UnicodeBlock.OSAGE_ID,271,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.OSMANYA_ID,122,,,, +?,30,android/icu/lang/UCharacter$UnicodeBlock.OTTOMAN_SIYAQ_NUMBERS_ID,296,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.PAHAWH_HMONG_ID,243,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.PALMYRENE_ID,244,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.PAU_CIN_HAU_ID,245,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.PHAGS_PA_ID,150,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.PHAISTOS_DISC_ID,166,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.PHOENICIAN_ID,151,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.PHONETIC_EXTENSIONS_ID,114,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.PHONETIC_EXTENSIONS_SUPPLEMENT_ID,141,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.PLAYING_CARDS_ID,204,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.PRIVATE_USE_AREA_ID,78,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.PRIVATE_USE_ID,78,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.PSALTER_PAHLAVI_ID,246,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.REJANG_ID,163,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.RUMI_NUMERAL_SYMBOLS_ID,192,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.RUNIC_ID,35,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.SAMARITAN_ID,172,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.SAURASHTRA_ID,161,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.SHARADA_ID,217,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.SHAVIAN_ID,121,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.SHORTHAND_FORMAT_CONTROLS_ID,247,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.SIDDHAM_ID,248,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.SINHALA_ARCHAIC_NUMBERS_ID,249,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.SINHALA_ID,24,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.SMALL_FORM_VARIANTS_ID,84,,,, +?,30,android/icu/lang/UCharacter$UnicodeBlock.SMALL_KANA_EXTENSION_ID,297,,,, +?,29,android/icu/lang/UCharacter$UnicodeBlock.SOGDIAN_ID,291,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.SORA_SOMPENG_ID,218,,,, +?,28,android/icu/lang/UCharacter$UnicodeBlock.SOYOMBO_ID,278,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.SPACING_MODIFIER_LETTERS_ID,6,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.SPECIALS_ID,86,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.SUNDANESE_ID,155,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.SUNDANESE_SUPPLEMENT_ID,219,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.SUPERSCRIPTS_AND_SUBSCRIPTS_ID,41,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.SUPPLEMENTAL_ARROWS_A_ID,103,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.SUPPLEMENTAL_ARROWS_B_ID,104,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.SUPPLEMENTAL_ARROWS_C_ID,250,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.SUPPLEMENTAL_MATHEMATICAL_OPERATORS_ID,106,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.SUPPLEMENTAL_PUNCTUATION_ID,142,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.SUPPLEMENTAL_SYMBOLS_AND_PICTOGRAPHS_ID,261,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.SUPPLEMENTARY_PRIVATE_USE_AREA_A_ID,109,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.SUPPLEMENTARY_PRIVATE_USE_AREA_B_ID,110,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.SUTTON_SIGNWRITING_ID,262,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.SYLOTI_NAGRI_ID,143,,,, +?,30,android/icu/lang/UCharacter$UnicodeBlock.SYMBOLS_AND_PICTOGRAPHS_EXTENDED_A_ID,298,,,, +?,30,android/icu/lang/UCharacter$UnicodeBlock.SYMBOLS_FOR_LEGACY_COMPUTING_ID,306,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.SYRIAC_ID,13,,,, +?,28,android/icu/lang/UCharacter$UnicodeBlock.SYRIAC_SUPPLEMENT_ID,279,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.TAGALOG_ID,98,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.TAGBANWA_ID,101,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.TAGS_ID,96,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.TAI_LE_ID,112,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.TAI_THAM_ID,174,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.TAI_VIET_ID,183,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.TAI_XUAN_JING_SYMBOLS_ID,124,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.TAKRI_ID,220,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.TAMIL_ID,20,,,, +?,30,android/icu/lang/UCharacter$UnicodeBlock.TAMIL_SUPPLEMENT_ID,299,,,, +?,26,android/icu/lang/UCharacter$UnicodeBlock.TANGUT_COMPONENTS_ID,273,,,, +?,26,android/icu/lang/UCharacter$UnicodeBlock.TANGUT_ID,272,,,, +?,30,android/icu/lang/UCharacter$UnicodeBlock.TANGUT_SUPPLEMENT_ID,307,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.TELUGU_ID,21,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.THAANA_ID,14,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.THAI_ID,25,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.TIBETAN_ID,27,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.TIFINAGH_ID,144,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.TIRHUTA_ID,251,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.TRANSPORT_AND_MAP_SYMBOLS_ID,207,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.UGARITIC_ID,120,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS_EXTENDED_ID,173,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS_ID,33,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.VAI_ID,159,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.VARIATION_SELECTORS_ID,108,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.VARIATION_SELECTORS_SUPPLEMENT_ID,125,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.VEDIC_EXTENSIONS_ID,175,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.VERTICAL_FORMS_ID,145,,,, +?,30,android/icu/lang/UCharacter$UnicodeBlock.WANCHO_ID,300,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.WARANG_CITI_ID,252,,,, +?,30,android/icu/lang/UCharacter$UnicodeBlock.YEZIDI_ID,308,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.YI_RADICALS_ID,73,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.YI_SYLLABLES_ID,72,,,, +?,0,android/icu/lang/UCharacter$UnicodeBlock.YIJING_HEXAGRAM_SYMBOLS_ID,116,,,, +?,28,android/icu/lang/UCharacter$UnicodeBlock.ZANABAZAR_SQUARE_ID,280,,,, +A,0,,0,Android.Icu.Lang.FoldCaseOptions,None,remove, +E,24,android/icu/lang/UCharacter.FOLD_CASE_DEFAULT,0,Android.Icu.Lang.FoldCaseOptions,Default,remove, +E,24,android/icu/lang/UCharacter.FOLD_CASE_EXCLUDE_SPECIAL_I,1,Android.Icu.Lang.FoldCaseOptions,ExcludeSpecialI,remove, +?,0,android/icu/lang/UCharacter.MAX_CODE_POINT,1114111,,,, +?,0,android/icu/lang/UCharacter.MAX_RADIX,36,,,, +?,0,android/icu/lang/UCharacter.MAX_VALUE,1114111,,,, +?,0,android/icu/lang/UCharacter.MIN_CODE_POINT,0,,,, +?,0,android/icu/lang/UCharacter.MIN_RADIX,2,,,, +?,0,android/icu/lang/UCharacter.MIN_SUPPLEMENTARY_CODE_POINT,65536,,,, +?,0,android/icu/lang/UCharacter.MIN_VALUE,0,,,, +?,0,android/icu/lang/UCharacter.REPLACEMENT_CHAR,65533,,,, +?,0,android/icu/lang/UCharacter.SUPPLEMENTARY_MIN_VALUE,65536,,,, +A,0,,0,Android.Icu.Lang.TitlecaseOptions,None,remove, +E,24,android/icu/lang/UCharacter.TITLECASE_NO_BREAK_ADJUSTMENT,512,Android.Icu.Lang.TitlecaseOptions,NoBreakAdjustment,remove, +E,24,android/icu/lang/UCharacter.TITLECASE_NO_LOWERCASE,256,Android.Icu.Lang.TitlecaseOptions,NoLowercase,remove, +?,26,android/icu/lang/UScript.ADLAM,167,,,, +?,0,android/icu/lang/UScript.AFAKA,147,,,, +?,0,android/icu/lang/UScript.AHOM,161,,,, +?,0,android/icu/lang/UScript.ANATOLIAN_HIEROGLYPHS,156,,,, +?,0,android/icu/lang/UScript.ARABIC,2,,,, +?,0,android/icu/lang/UScript.ARMENIAN,3,,,, +?,0,android/icu/lang/UScript.AVESTAN,117,,,, +?,0,android/icu/lang/UScript.BALINESE,62,,,, +?,0,android/icu/lang/UScript.BAMUM,130,,,, +?,0,android/icu/lang/UScript.BASSA_VAH,134,,,, +?,0,android/icu/lang/UScript.BATAK,63,,,, +?,0,android/icu/lang/UScript.BENGALI,4,,,, +?,26,android/icu/lang/UScript.BHAIKSUKI,168,,,, +?,0,android/icu/lang/UScript.BLISSYMBOLS,64,,,, +?,0,android/icu/lang/UScript.BOOK_PAHLAVI,124,,,, +?,0,android/icu/lang/UScript.BOPOMOFO,5,,,, +?,0,android/icu/lang/UScript.BRAHMI,65,,,, +?,0,android/icu/lang/UScript.BRAILLE,46,,,, +?,0,android/icu/lang/UScript.BUGINESE,55,,,, +?,0,android/icu/lang/UScript.BUHID,44,,,, +?,0,android/icu/lang/UScript.CANADIAN_ABORIGINAL,40,,,, +?,0,android/icu/lang/UScript.CARIAN,104,,,, +?,0,android/icu/lang/UScript.CAUCASIAN_ALBANIAN,159,,,, +?,0,android/icu/lang/UScript.CHAKMA,118,,,, +?,0,android/icu/lang/UScript.CHAM,66,,,, +?,0,android/icu/lang/UScript.CHEROKEE,6,,,, +?,30,android/icu/lang/UScript.CHORASMIAN,189,,,, +?,0,android/icu/lang/UScript.CIRTH,67,,,, +?,0,android/icu/lang/UScript.COMMON,0,,,, +?,0,android/icu/lang/UScript.COPTIC,7,,,, +?,0,android/icu/lang/UScript.CUNEIFORM,101,,,, +?,0,android/icu/lang/UScript.CYPRIOT,47,,,, +?,0,android/icu/lang/UScript.CYRILLIC,8,,,, +?,0,android/icu/lang/UScript.DEMOTIC_EGYPTIAN,69,,,, +?,0,android/icu/lang/UScript.DESERET,9,,,, +?,0,android/icu/lang/UScript.DEVANAGARI,10,,,, +?,30,android/icu/lang/UScript.DIVES_AKURU,190,,,, +?,29,android/icu/lang/UScript.DOGRA,178,,,, +?,0,android/icu/lang/UScript.DUPLOYAN,135,,,, +?,0,android/icu/lang/UScript.EASTERN_SYRIAC,97,,,, +?,0,android/icu/lang/UScript.EGYPTIAN_HIEROGLYPHS,71,,,, +?,0,android/icu/lang/UScript.ELBASAN,136,,,, +?,30,android/icu/lang/UScript.ELYMAIC,185,,,, +?,0,android/icu/lang/UScript.ESTRANGELO_SYRIAC,95,,,, +?,0,android/icu/lang/UScript.ETHIOPIC,11,,,, +?,0,android/icu/lang/UScript.GEORGIAN,12,,,, +?,0,android/icu/lang/UScript.GLAGOLITIC,56,,,, +?,0,android/icu/lang/UScript.GOTHIC,13,,,, +?,0,android/icu/lang/UScript.GRANTHA,137,,,, +?,0,android/icu/lang/UScript.GREEK,14,,,, +?,0,android/icu/lang/UScript.GUJARATI,15,,,, +?,29,android/icu/lang/UScript.GUNJALA_GONDI,179,,,, +?,0,android/icu/lang/UScript.GURMUKHI,16,,,, +?,0,android/icu/lang/UScript.HAN,17,,,, +?,26,android/icu/lang/UScript.HAN_WITH_BOPOMOFO,172,,,, +?,0,android/icu/lang/UScript.HANGUL,18,,,, +?,29,android/icu/lang/UScript.HANIFI_ROHINGYA,182,,,, +?,0,android/icu/lang/UScript.HANUNOO,43,,,, +?,0,android/icu/lang/UScript.HARAPPAN_INDUS,77,,,, +?,0,android/icu/lang/UScript.HATRAN,162,,,, +?,0,android/icu/lang/UScript.HEBREW,19,,,, +?,0,android/icu/lang/UScript.HIERATIC_EGYPTIAN,70,,,, +?,0,android/icu/lang/UScript.HIRAGANA,20,,,, +?,0,android/icu/lang/UScript.IMPERIAL_ARAMAIC,116,,,, +?,0,android/icu/lang/UScript.INHERITED,1,,,, +?,0,android/icu/lang/UScript.INSCRIPTIONAL_PAHLAVI,122,,,, +?,0,android/icu/lang/UScript.INSCRIPTIONAL_PARTHIAN,125,,,, +?,0,android/icu/lang/UScript.INVALID_CODE,-1,,,, +?,26,android/icu/lang/UScript.JAMO,173,,,, +?,0,android/icu/lang/UScript.JAPANESE,105,,,, +?,0,android/icu/lang/UScript.JAVANESE,78,,,, +?,0,android/icu/lang/UScript.JURCHEN,148,,,, +?,0,android/icu/lang/UScript.KAITHI,120,,,, +?,0,android/icu/lang/UScript.KANNADA,21,,,, +?,0,android/icu/lang/UScript.KATAKANA,22,,,, +?,0,android/icu/lang/UScript.KATAKANA_OR_HIRAGANA,54,,,, +?,0,android/icu/lang/UScript.KAYAH_LI,79,,,, +?,0,android/icu/lang/UScript.KHAROSHTHI,57,,,, +?,30,android/icu/lang/UScript.KHITAN_SMALL_SCRIPT,191,,,, +?,0,android/icu/lang/UScript.KHMER,23,,,, +?,0,android/icu/lang/UScript.KHOJKI,157,,,, +?,0,android/icu/lang/UScript.KHUDAWADI,145,,,, +?,0,android/icu/lang/UScript.KHUTSURI,72,,,, +?,0,android/icu/lang/UScript.KOREAN,119,,,, +?,0,android/icu/lang/UScript.KPELLE,138,,,, +?,0,android/icu/lang/UScript.LANNA,106,,,, +?,0,android/icu/lang/UScript.LAO,24,,,, +?,0,android/icu/lang/UScript.LATIN,25,,,, +?,0,android/icu/lang/UScript.LATIN_FRAKTUR,80,,,, +?,0,android/icu/lang/UScript.LATIN_GAELIC,81,,,, +?,0,android/icu/lang/UScript.LEPCHA,82,,,, +?,0,android/icu/lang/UScript.LIMBU,48,,,, +?,0,android/icu/lang/UScript.LINEAR_A,83,,,, +?,0,android/icu/lang/UScript.LINEAR_B,49,,,, +?,0,android/icu/lang/UScript.LISU,131,,,, +?,0,android/icu/lang/UScript.LOMA,139,,,, +?,0,android/icu/lang/UScript.LYCIAN,107,,,, +?,0,android/icu/lang/UScript.LYDIAN,108,,,, +?,0,android/icu/lang/UScript.MAHAJANI,160,,,, +?,29,android/icu/lang/UScript.MAKASAR,180,,,, +?,0,android/icu/lang/UScript.MALAYALAM,26,,,, +?,0,android/icu/lang/UScript.MANDAEAN,84,,,, +?,0,android/icu/lang/UScript.MANDAIC,84,,,, +?,0,android/icu/lang/UScript.MANICHAEAN,121,,,, +?,26,android/icu/lang/UScript.MARCHEN,169,,,, +?,28,android/icu/lang/UScript.MASARAM_GONDI,175,,,, +?,0,android/icu/lang/UScript.MATHEMATICAL_NOTATION,128,,,, +?,0,android/icu/lang/UScript.MAYAN_HIEROGLYPHS,85,,,, +?,29,android/icu/lang/UScript.MEDEFAIDRIN,181,,,, +?,0,android/icu/lang/UScript.MEITEI_MAYEK,115,,,, +?,0,android/icu/lang/UScript.MENDE,140,,,, +?,0,android/icu/lang/UScript.MEROITIC,86,,,, +?,0,android/icu/lang/UScript.MEROITIC_CURSIVE,141,,,, +?,0,android/icu/lang/UScript.MEROITIC_HIEROGLYPHS,86,,,, +?,0,android/icu/lang/UScript.MIAO,92,,,, +?,0,android/icu/lang/UScript.MODI,163,,,, +?,0,android/icu/lang/UScript.MONGOLIAN,27,,,, +?,0,android/icu/lang/UScript.MOON,114,,,, +?,0,android/icu/lang/UScript.MRO,149,,,, +?,0,android/icu/lang/UScript.MULTANI,164,,,, +?,0,android/icu/lang/UScript.MYANMAR,28,,,, +?,0,android/icu/lang/UScript.NABATAEAN,143,,,, +?,0,android/icu/lang/UScript.NAKHI_GEBA,132,,,, +?,30,android/icu/lang/UScript.NANDINAGARI,187,,,, +?,0,android/icu/lang/UScript.NEW_TAI_LUE,59,,,, +?,26,android/icu/lang/UScript.NEWA,170,,,, +?,0,android/icu/lang/UScript.NKO,87,,,, +?,0,android/icu/lang/UScript.NUSHU,150,,,, +?,30,android/icu/lang/UScript.NYIAKENG_PUACHUE_HMONG,186,,,, +?,0,android/icu/lang/UScript.OGHAM,29,,,, +?,0,android/icu/lang/UScript.OL_CHIKI,109,,,, +?,0,android/icu/lang/UScript.OLD_CHURCH_SLAVONIC_CYRILLIC,68,,,, +?,0,android/icu/lang/UScript.OLD_HUNGARIAN,76,,,, +?,0,android/icu/lang/UScript.OLD_ITALIC,30,,,, +?,0,android/icu/lang/UScript.OLD_NORTH_ARABIAN,142,,,, +?,0,android/icu/lang/UScript.OLD_PERMIC,89,,,, +?,0,android/icu/lang/UScript.OLD_PERSIAN,61,,,, +?,29,android/icu/lang/UScript.OLD_SOGDIAN,184,,,, +?,0,android/icu/lang/UScript.OLD_SOUTH_ARABIAN,133,,,, +?,0,android/icu/lang/UScript.ORIYA,31,,,, +?,0,android/icu/lang/UScript.ORKHON,88,,,, +?,26,android/icu/lang/UScript.OSAGE,171,,,, +?,0,android/icu/lang/UScript.OSMANYA,50,,,, +?,0,android/icu/lang/UScript.PAHAWH_HMONG,75,,,, +?,0,android/icu/lang/UScript.PALMYRENE,144,,,, +?,0,android/icu/lang/UScript.PAU_CIN_HAU,165,,,, +?,0,android/icu/lang/UScript.PHAGS_PA,90,,,, +?,0,android/icu/lang/UScript.PHOENICIAN,91,,,, +?,0,android/icu/lang/UScript.PHONETIC_POLLARD,92,,,, +?,0,android/icu/lang/UScript.PSALTER_PAHLAVI,123,,,, +?,0,android/icu/lang/UScript.REJANG,110,,,, +?,0,android/icu/lang/UScript.RONGORONGO,93,,,, +?,0,android/icu/lang/UScript.RUNIC,32,,,, +?,0,android/icu/lang/UScript.SAMARITAN,126,,,, +?,0,android/icu/lang/UScript.SARATI,94,,,, +?,0,android/icu/lang/UScript.SAURASHTRA,111,,,, +?,0,android/icu/lang/UScript.SHARADA,151,,,, +?,0,android/icu/lang/UScript.SHAVIAN,51,,,, +?,0,android/icu/lang/UScript.SIDDHAM,166,,,, +?,0,android/icu/lang/UScript.SIGN_WRITING,112,,,, +?,0,android/icu/lang/UScript.SIMPLIFIED_HAN,73,,,, +?,0,android/icu/lang/UScript.SINDHI,145,,,, +?,0,android/icu/lang/UScript.SINHALA,33,,,, +?,29,android/icu/lang/UScript.SOGDIAN,183,,,, +?,0,android/icu/lang/UScript.SORA_SOMPENG,152,,,, +?,28,android/icu/lang/UScript.SOYOMBO,176,,,, +?,0,android/icu/lang/UScript.SUNDANESE,113,,,, +?,0,android/icu/lang/UScript.SYLOTI_NAGRI,58,,,, +?,0,android/icu/lang/UScript.SYMBOLS,129,,,, +?,26,android/icu/lang/UScript.SYMBOLS_EMOJI,174,,,, +?,0,android/icu/lang/UScript.SYRIAC,34,,,, +?,0,android/icu/lang/UScript.TAGALOG,42,,,, +?,0,android/icu/lang/UScript.TAGBANWA,45,,,, +?,0,android/icu/lang/UScript.TAI_LE,52,,,, +?,0,android/icu/lang/UScript.TAI_VIET,127,,,, +?,0,android/icu/lang/UScript.TAKRI,153,,,, +?,0,android/icu/lang/UScript.TAMIL,35,,,, +?,0,android/icu/lang/UScript.TANGUT,154,,,, +?,0,android/icu/lang/UScript.TELUGU,36,,,, +?,0,android/icu/lang/UScript.TENGWAR,98,,,, +?,0,android/icu/lang/UScript.THAANA,37,,,, +?,0,android/icu/lang/UScript.THAI,38,,,, +?,0,android/icu/lang/UScript.TIBETAN,39,,,, +?,0,android/icu/lang/UScript.TIFINAGH,60,,,, +?,0,android/icu/lang/UScript.TIRHUTA,158,,,, +?,0,android/icu/lang/UScript.TRADITIONAL_HAN,74,,,, +?,0,android/icu/lang/UScript.UCAS,40,,,, +?,0,android/icu/lang/UScript.UGARITIC,53,,,, +?,0,android/icu/lang/UScript.UNKNOWN,103,,,, +?,0,android/icu/lang/UScript.UNWRITTEN_LANGUAGES,102,,,, +?,0,android/icu/lang/UScript.VAI,99,,,, +?,0,android/icu/lang/UScript.VISIBLE_SPEECH,100,,,, +?,30,android/icu/lang/UScript.WANCHO,188,,,, +?,0,android/icu/lang/UScript.WARANG_CITI,146,,,, +?,0,android/icu/lang/UScript.WESTERN_SYRIAC,96,,,, +?,0,android/icu/lang/UScript.WOLEAI,155,,,, +?,30,android/icu/lang/UScript.YEZIDI,192,,,, +?,0,android/icu/lang/UScript.YI,41,,,, +?,28,android/icu/lang/UScript.ZANABAZAR_SQUARE,177,,,, +E,24,android/icu/math/BigDecimal.ROUND_CEILING,2,Android.Icu.Math.RoundOptions,Ceiling,remove, +E,24,android/icu/math/BigDecimal.ROUND_DOWN,1,Android.Icu.Math.RoundOptions,Down,remove, +E,24,android/icu/math/BigDecimal.ROUND_FLOOR,3,Android.Icu.Math.RoundOptions,Floor,remove, +E,24,android/icu/math/BigDecimal.ROUND_HALF_DOWN,5,Android.Icu.Math.RoundOptions,HalfDown,remove, +E,24,android/icu/math/BigDecimal.ROUND_HALF_EVEN,6,Android.Icu.Math.RoundOptions,HalfEven,remove, +E,24,android/icu/math/BigDecimal.ROUND_HALF_UP,4,Android.Icu.Math.RoundOptions,HalfUp,remove, +E,24,android/icu/math/BigDecimal.ROUND_UNNECESSARY,7,Android.Icu.Math.RoundOptions,Unnecessary,remove, +E,24,android/icu/math/BigDecimal.ROUND_UP,0,Android.Icu.Math.RoundOptions,Up,remove, +E,24,android/icu/math/MathContext.ENGINEERING,2,Android.Icu.Math.MathNotationForm,Engineering,remove, +E,24,android/icu/math/MathContext.PLAIN,0,Android.Icu.Math.MathNotationForm,Plain,remove, +E,24,android/icu/math/MathContext.ROUND_CEILING,2,Android.Icu.Math.RoundOptionsUnused,Ceiling,remove, +E,24,android/icu/math/MathContext.ROUND_DOWN,1,Android.Icu.Math.RoundOptionsUnused,Down,remove, +E,24,android/icu/math/MathContext.ROUND_FLOOR,3,Android.Icu.Math.RoundOptionsUnused,Floor,remove, +E,24,android/icu/math/MathContext.ROUND_HALF_DOWN,5,Android.Icu.Math.RoundOptionsUnused,HalfDown,remove, +E,24,android/icu/math/MathContext.ROUND_HALF_EVEN,6,Android.Icu.Math.RoundOptionsUnused,HalfEven,remove, +E,24,android/icu/math/MathContext.ROUND_HALF_UP,4,Android.Icu.Math.RoundOptionsUnused,HalfUp,remove, +E,24,android/icu/math/MathContext.ROUND_UNNECESSARY,7,Android.Icu.Math.RoundOptionsUnused,Unnecessary,remove, +E,24,android/icu/math/MathContext.ROUND_UP,0,Android.Icu.Math.RoundOptionsUnused,Up,remove, +E,24,android/icu/math/MathContext.SCIENTIFIC,1,Android.Icu.Math.MathNotationForm,Scientific,remove, +E,29,android/icu/text/Bidi.DIRECTION_DEFAULT_LEFT_TO_RIGHT,126,Android.Icu.Text.BidiOptions,DirectionDefaultLeftToRight,remove, +E,29,android/icu/text/Bidi.DIRECTION_DEFAULT_RIGHT_TO_LEFT,127,Android.Icu.Text.BidiOptions,DirectionDefaultRightToLeft,remove, +E,29,android/icu/text/Bidi.DIRECTION_LEFT_TO_RIGHT,0,Android.Icu.Text.BidiOptions,DirectionLeftToRight,remove, +E,29,android/icu/text/Bidi.DIRECTION_RIGHT_TO_LEFT,1,Android.Icu.Text.BidiOptions,DirectionRightToLeft,remove, +E,29,android/icu/text/Bidi.MAP_NOWHERE,-1,Android.Icu.Text.BidiOptions,MapNowhere,remove, +E,29,android/icu/text/Bidi.OPTION_DEFAULT,0,Android.Icu.Text.BidiOptions,OptionDefault,remove, +E,29,android/icu/text/Bidi.OPTION_INSERT_MARKS,1,Android.Icu.Text.BidiOptions,OptionInsertMarks,remove, +E,29,android/icu/text/Bidi.OPTION_REMOVE_CONTROLS,2,Android.Icu.Text.BidiOptions,OptionRemoveControls,remove, +E,29,android/icu/text/Bidi.OPTION_STREAMING,4,Android.Icu.Text.BidiOptions,OptionStreaming,remove, +?,0,android/icu/text/BreakIterator.DONE,-1,,,, +E,24,android/icu/text/BreakIterator.KIND_CHARACTER,0,Android.Icu.Text.BreakKind,Character,remove, +E,24,android/icu/text/BreakIterator.KIND_LINE,2,Android.Icu.Text.BreakKind,Line,remove, +E,24,android/icu/text/BreakIterator.KIND_SENTENCE,3,Android.Icu.Text.BreakKind,Sentence,remove, +E,24,android/icu/text/BreakIterator.KIND_TITLE,4,Android.Icu.Text.BreakKind,Title,remove, +E,24,android/icu/text/BreakIterator.KIND_WORD,1,Android.Icu.Text.BreakKind,Word,remove, +E,24,android/icu/text/BreakIterator.WORD_IDEO,400,Android.Icu.Text.BreakWord,Ideo,remove, +E,24,android/icu/text/BreakIterator.WORD_IDEO_LIMIT,500,Android.Icu.Text.BreakWord,IdeoLimit,remove, +E,24,android/icu/text/BreakIterator.WORD_KANA,300,Android.Icu.Text.BreakWord,Kana,remove, +E,24,android/icu/text/BreakIterator.WORD_KANA_LIMIT,400,Android.Icu.Text.BreakWord,KanaLimit,remove, +E,24,android/icu/text/BreakIterator.WORD_LETTER,200,Android.Icu.Text.BreakWord,Letter,remove, +E,24,android/icu/text/BreakIterator.WORD_LETTER_LIMIT,300,Android.Icu.Text.BreakWord,LetterLimit,remove, +E,24,android/icu/text/BreakIterator.WORD_NONE,0,Android.Icu.Text.BreakWord,None,remove, +E,24,android/icu/text/BreakIterator.WORD_NONE_LIMIT,100,Android.Icu.Text.BreakWord,NoneLimit,remove, +E,24,android/icu/text/BreakIterator.WORD_NUMBER,100,Android.Icu.Text.BreakWord,Number,remove, +E,24,android/icu/text/BreakIterator.WORD_NUMBER_LIMIT,200,Android.Icu.Text.BreakWord,NumberLimit,remove, +?,0,android/icu/text/CollationElementIterator.IGNORABLE,0,,,, +?,0,android/icu/text/CollationElementIterator.NULLORDER,-1,,,, +E,24,android/icu/text/CollationKey$BoundMode.LOWER,0,Android.Icu.Text.CollationKeyBoundMode,Lower,remove, +E,24,android/icu/text/CollationKey$BoundMode.UPPER,1,Android.Icu.Text.CollationKeyBoundMode,Upper,remove, +E,24,android/icu/text/CollationKey$BoundMode.UPPER_LONG,2,Android.Icu.Text.CollationKeyBoundMode,UpperLong,remove, +E,24,android/icu/text/Collator.CANONICAL_DECOMPOSITION,17,Android.Icu.Text.CollatorDecompositionMode,Canonical,remove, +E,24,android/icu/text/Collator.FULL_DECOMPOSITION,15,Android.Icu.Text.CollatorDecompositionMode,Full,remove, +E,24,android/icu/text/Collator.IDENTICAL,15,Android.Icu.Text.CollationStrength,Identical,remove, +E,24,android/icu/text/Collator.NO_DECOMPOSITION,16,Android.Icu.Text.CollatorDecompositionMode,No,remove, +E,24,android/icu/text/Collator.PRIMARY,0,Android.Icu.Text.CollationStrength,Primary,remove, +E,24,android/icu/text/Collator.QUATERNARY,3,Android.Icu.Text.CollationStrength,Quaternary,remove, +E,24,android/icu/text/Collator.SECONDARY,1,Android.Icu.Text.CollationStrength,Secondary,remove, +E,24,android/icu/text/Collator.TERTIARY,2,Android.Icu.Text.CollationStrength,Tertiary,remove, +E,24,android/icu/text/DateFormat.AM_PM_FIELD,14,Android.Icu.Text.DateFormatField,AmPm,remove, +E,28,android/icu/text/DateFormat.AM_PM_MIDNIGHT_NOON_FIELD,35,Android.Icu.Text.DateFormatField,AmPmMidnightNoon,remove, +E,24,android/icu/text/DateFormat.DATE_FIELD,3,Android.Icu.Text.DateFormatField,Date,remove, +E,24,android/icu/text/DateFormat.DAY_OF_WEEK_FIELD,9,Android.Icu.Text.DateFormatField,DayOfWeek,remove, +E,24,android/icu/text/DateFormat.DAY_OF_WEEK_IN_MONTH_FIELD,11,Android.Icu.Text.DateFormatField,DayOfWeekInMonth,remove, +E,24,android/icu/text/DateFormat.DAY_OF_YEAR_FIELD,10,Android.Icu.Text.DateFormatField,DayOfYear,remove, +E,24,android/icu/text/DateFormat.DEFAULT,2,Android.Icu.Text.DateFormatStyle,Default,remove, +E,24,android/icu/text/DateFormat.DOW_LOCAL_FIELD,19,Android.Icu.Text.DateFormatField,DowLocal,remove, +E,24,android/icu/text/DateFormat.ERA_FIELD,0,Android.Icu.Text.DateFormatField,Era,remove, +E,24,android/icu/text/DateFormat.EXTENDED_YEAR_FIELD,20,Android.Icu.Text.DateFormatField,ExtendedYear,remove, +E,28,android/icu/text/DateFormat.FLEXIBLE_DAY_PERIOD_FIELD,36,Android.Icu.Text.DateFormatField,FlexibleDayPeriod,remove, +E,24,android/icu/text/DateFormat.FRACTIONAL_SECOND_FIELD,8,Android.Icu.Text.DateFormatField,FractionalSecond,remove, +E,24,android/icu/text/DateFormat.FULL,0,Android.Icu.Text.DateFormatStyle,Full,remove, +E,24,android/icu/text/DateFormat.HOUR_OF_DAY0_FIELD,5,Android.Icu.Text.DateFormatField,HourOfDay0,remove, +E,24,android/icu/text/DateFormat.HOUR_OF_DAY1_FIELD,4,Android.Icu.Text.DateFormatField,HourOfDay1,remove, +E,24,android/icu/text/DateFormat.HOUR0_FIELD,16,Android.Icu.Text.DateFormatField,Hour0,remove, +E,24,android/icu/text/DateFormat.HOUR1_FIELD,15,Android.Icu.Text.DateFormatField,Hour1,remove, +E,24,android/icu/text/DateFormat.JULIAN_DAY_FIELD,21,Android.Icu.Text.DateFormatField,JulianDay,remove, +E,24,android/icu/text/DateFormat.LONG,1,Android.Icu.Text.DateFormatStyle,Long,remove, +E,24,android/icu/text/DateFormat.MEDIUM,2,Android.Icu.Text.DateFormatStyle,Medium,remove, +E,24,android/icu/text/DateFormat.MILLISECOND_FIELD,8,Android.Icu.Text.DateFormatField,Millisecond,remove, +E,24,android/icu/text/DateFormat.MILLISECONDS_IN_DAY_FIELD,22,Android.Icu.Text.DateFormatField,MillisecondsInDay,remove, +E,24,android/icu/text/DateFormat.MINUTE_FIELD,6,Android.Icu.Text.DateFormatField,Minute,remove, +E,24,android/icu/text/DateFormat.MONTH_FIELD,2,Android.Icu.Text.DateFormatField,Month,remove, +E,24,android/icu/text/DateFormat.NONE,-1,Android.Icu.Text.DateFormatStyle,None,remove, +E,24,android/icu/text/DateFormat.QUARTER_FIELD,27,Android.Icu.Text.DateFormatField,Quarter,remove, +E,24,android/icu/text/DateFormat.RELATIVE,128,Android.Icu.Text.DateFormatStyle,Relative,remove, +E,24,android/icu/text/DateFormat.RELATIVE_DEFAULT,130,Android.Icu.Text.DateFormatStyle,RelativeDefault,remove, +E,24,android/icu/text/DateFormat.RELATIVE_FULL,128,Android.Icu.Text.DateFormatStyle,RelativeFull,remove, +E,24,android/icu/text/DateFormat.RELATIVE_LONG,129,Android.Icu.Text.DateFormatStyle,RelativeLong,remove, +E,24,android/icu/text/DateFormat.RELATIVE_MEDIUM,130,Android.Icu.Text.DateFormatStyle,RelativeMedium,remove, +E,24,android/icu/text/DateFormat.RELATIVE_SHORT,131,Android.Icu.Text.DateFormatStyle,RelativeShort,remove, +E,24,android/icu/text/DateFormat.SECOND_FIELD,7,Android.Icu.Text.DateFormatField,Second,remove, +E,24,android/icu/text/DateFormat.SHORT,3,Android.Icu.Text.DateFormatStyle,Short,remove, +E,24,android/icu/text/DateFormat.STANDALONE_DAY_FIELD,25,Android.Icu.Text.DateFormatField,StandaloneDay,remove, +E,24,android/icu/text/DateFormat.STANDALONE_MONTH_FIELD,26,Android.Icu.Text.DateFormatField,StandaloneMonth,remove, +E,24,android/icu/text/DateFormat.STANDALONE_QUARTER_FIELD,28,Android.Icu.Text.DateFormatField,StandaloneQuarter,remove, +E,24,android/icu/text/DateFormat.TIMEZONE_FIELD,17,Android.Icu.Text.DateFormatField,Timezone,remove, +E,24,android/icu/text/DateFormat.TIMEZONE_GENERIC_FIELD,24,Android.Icu.Text.DateFormatField,TimezoneGeneric,remove, +E,24,android/icu/text/DateFormat.TIMEZONE_ISO_FIELD,32,Android.Icu.Text.DateFormatField,TimezoneIso,remove, +E,24,android/icu/text/DateFormat.TIMEZONE_ISO_LOCAL_FIELD,33,Android.Icu.Text.DateFormatField,TimezoneIsoLocal,remove, +E,24,android/icu/text/DateFormat.TIMEZONE_LOCALIZED_GMT_OFFSET_FIELD,31,Android.Icu.Text.DateFormatField,TimezoneLocalizedGmtOffset,remove, +E,24,android/icu/text/DateFormat.TIMEZONE_RFC_FIELD,23,Android.Icu.Text.DateFormatField,TimezoneRfc,remove, +E,24,android/icu/text/DateFormat.TIMEZONE_SPECIAL_FIELD,29,Android.Icu.Text.DateFormatField,TimezoneSpecial,remove, +E,24,android/icu/text/DateFormat.WEEK_OF_MONTH_FIELD,13,Android.Icu.Text.DateFormatField,WeekOfMonth,remove, +E,24,android/icu/text/DateFormat.WEEK_OF_YEAR_FIELD,12,Android.Icu.Text.DateFormatField,WeekOfYear,remove, +E,24,android/icu/text/DateFormat.YEAR_FIELD,1,Android.Icu.Text.DateFormatField,Year,remove, +E,24,android/icu/text/DateFormat.YEAR_NAME_FIELD,30,Android.Icu.Text.DateFormatField,YearName,remove, +E,24,android/icu/text/DateFormat.YEAR_WOY_FIELD,18,Android.Icu.Text.DateFormatField,YearWoy,remove, +E,24,android/icu/text/DateFormatSymbols.ABBREVIATED,0,Android.Icu.Text.DateFormatSymbolWidth,Abbreviated,remove, +E,24,android/icu/text/DateFormatSymbols.FORMAT,0,Android.Icu.Text.DateFormatSymbolContext,Format,remove, +E,24,android/icu/text/DateFormatSymbols.NARROW,2,Android.Icu.Text.DateFormatSymbolWidth,Narrow,remove, +E,24,android/icu/text/DateFormatSymbols.SHORT,3,Android.Icu.Text.DateFormatSymbolWidth,Short,remove, +E,24,android/icu/text/DateFormatSymbols.STANDALONE,1,Android.Icu.Text.DateFormatSymbolContext,Standalone,remove, +E,24,android/icu/text/DateFormatSymbols.WIDE,1,Android.Icu.Text.DateFormatSymbolWidth,Wide,remove, +E,24,android/icu/text/DateTimePatternGenerator$PatternInfo.BASE_CONFLICT,1,Android.Icu.Text.DateTimeAddPatternResult,BaseConflict,remove, +E,24,android/icu/text/DateTimePatternGenerator$PatternInfo.CONFLICT,2,Android.Icu.Text.DateTimeAddPatternResult,Conflict,remove, +E,24,android/icu/text/DateTimePatternGenerator$PatternInfo.OK,0,Android.Icu.Text.DateTimeAddPatternResult,Ok,remove, +E,24,android/icu/text/DateTimePatternGenerator.DAY,7,Android.Icu.Text.DateTimePatternField,Day,remove, +E,24,android/icu/text/DateTimePatternGenerator.DAY_OF_WEEK_IN_MONTH,9,Android.Icu.Text.DateTimePatternField,DayOfWeekInMonth,remove, +E,24,android/icu/text/DateTimePatternGenerator.DAY_OF_YEAR,8,Android.Icu.Text.DateTimePatternField,DayOfYear,remove, +E,24,android/icu/text/DateTimePatternGenerator.DAYPERIOD,10,Android.Icu.Text.DateTimePatternField,Dayperiod,remove, +E,24,android/icu/text/DateTimePatternGenerator.ERA,0,Android.Icu.Text.DateTimePatternField,Era,remove, +E,24,android/icu/text/DateTimePatternGenerator.FRACTIONAL_SECOND,14,Android.Icu.Text.DateTimePatternField,FractionalSecond,remove, +E,24,android/icu/text/DateTimePatternGenerator.HOUR,11,Android.Icu.Text.DateTimePatternField,Hour,remove, +E,24,android/icu/text/DateTimePatternGenerator.MATCH_ALL_FIELDS_LENGTH,65535,Android.Icu.Text.DateTimePatternMatchOptions,AllFieldsLength,remove, +E,24,android/icu/text/DateTimePatternGenerator.MATCH_HOUR_FIELD_LENGTH,2048,Android.Icu.Text.DateTimePatternMatchOptions,HourFieldLength,remove, +E,24,android/icu/text/DateTimePatternGenerator.MATCH_NO_OPTIONS,0,Android.Icu.Text.DateTimePatternMatchOptions,NoOptions,remove, +E,24,android/icu/text/DateTimePatternGenerator.MINUTE,12,Android.Icu.Text.DateTimePatternField,Minute,remove, +E,24,android/icu/text/DateTimePatternGenerator.MONTH,3,Android.Icu.Text.DateTimePatternField,Month,remove, +E,24,android/icu/text/DateTimePatternGenerator.QUARTER,2,Android.Icu.Text.DateTimePatternField,Quarter,remove, +E,24,android/icu/text/DateTimePatternGenerator.SECOND,13,Android.Icu.Text.DateTimePatternField,Second,remove, +E,24,android/icu/text/DateTimePatternGenerator.WEEK_OF_MONTH,5,Android.Icu.Text.DateTimePatternField,WeekOfMonth,remove, +E,24,android/icu/text/DateTimePatternGenerator.WEEK_OF_YEAR,4,Android.Icu.Text.DateTimePatternField,WeekOfYear,remove, +E,24,android/icu/text/DateTimePatternGenerator.WEEKDAY,6,Android.Icu.Text.DateTimePatternField,Weekday,remove, +E,24,android/icu/text/DateTimePatternGenerator.YEAR,1,Android.Icu.Text.DateTimePatternField,Year,remove, +E,24,android/icu/text/DateTimePatternGenerator.ZONE,15,Android.Icu.Text.DateTimePatternField,Zone,remove, +E,24,android/icu/text/DecimalFormat.PAD_AFTER_PREFIX,1,Android.Icu.Text.PadPosition,AfterPrefix,remove, +E,24,android/icu/text/DecimalFormat.PAD_AFTER_SUFFIX,3,Android.Icu.Text.PadPosition,AfterSuffix,remove, +E,24,android/icu/text/DecimalFormat.PAD_BEFORE_PREFIX,0,Android.Icu.Text.PadPosition,BeforePrefix,remove, +E,24,android/icu/text/DecimalFormat.PAD_BEFORE_SUFFIX,2,Android.Icu.Text.PadPosition,BeforeSuffix,remove, +E,24,android/icu/text/DecimalFormatSymbols.CURRENCY_SPC_CURRENCY_MATCH,0,Android.Icu.Text.CurrencySpacing,CurrencyMatch,remove, +E,24,android/icu/text/DecimalFormatSymbols.CURRENCY_SPC_INSERT,2,Android.Icu.Text.CurrencySpacing,Insert,remove, +E,24,android/icu/text/DecimalFormatSymbols.CURRENCY_SPC_SURROUNDING_MATCH,1,Android.Icu.Text.CurrencySpacing,SurroundingMatch,remove, +E,24,android/icu/text/IDNA.CHECK_BIDI,4,Android.Icu.Text.IDNAOptions,CheckBidi,remove, +E,24,android/icu/text/IDNA.CHECK_CONTEXTJ,8,Android.Icu.Text.IDNAOptions,CheckContextj,remove, +E,24,android/icu/text/IDNA.CHECK_CONTEXTO,64,Android.Icu.Text.IDNAOptions,CheckContexto,remove, +E,24,android/icu/text/IDNA.DEFAULT,0,Android.Icu.Text.IDNAOptions,Default,remove, +E,24,android/icu/text/IDNA.NONTRANSITIONAL_TO_ASCII,16,Android.Icu.Text.IDNAOptions,NontransitionalToAscii,remove, +E,24,android/icu/text/IDNA.NONTRANSITIONAL_TO_UNICODE,32,Android.Icu.Text.IDNAOptions,NontransitionalToUnicode,remove, +E,24,android/icu/text/IDNA.USE_STD3_RULES,2,Android.Icu.Text.IDNAOptions,UseStd3Rules,remove, +?,0,android/icu/text/MessagePattern.ARG_NAME_NOT_NUMBER,-1,,,, +?,0,android/icu/text/MessagePattern.ARG_NAME_NOT_VALID,-2,,,, +E,24,android/icu/text/Normalizer.COMPARE_CODE_POINT_ORDER,32768,Android.Icu.Text.NormalizerCompareOptions,CompareCodePointOrder,remove, +E,24,android/icu/text/Normalizer.COMPARE_IGNORE_CASE,65536,Android.Icu.Text.NormalizerCompareOptions,CompareIgnoreCase,remove, +E,24,android/icu/text/Normalizer.FOLD_CASE_DEFAULT,0,Android.Icu.Text.NormalizerCompareOptions,FoldCaseDefault,remove, +E,24,android/icu/text/Normalizer.FOLD_CASE_EXCLUDE_SPECIAL_I,1,Android.Icu.Text.NormalizerCompareOptions,FoldCaseExcludeSpecialI,remove, +E,24,android/icu/text/Normalizer.INPUT_IS_FCD,131072,Android.Icu.Text.NormalizerCompareOptions,InputIsFcd,remove, +E,24,android/icu/text/NumberFormat.ACCOUNTINGCURRENCYSTYLE,7,Android.Icu.Text.NumberFormatStyles,Accountingcurrency,remove, +E,24,android/icu/text/NumberFormat.CASHCURRENCYSTYLE,8,Android.Icu.Text.NumberFormatStyles,Cashcurrency,remove, +E,24,android/icu/text/NumberFormat.CURRENCYSTYLE,1,Android.Icu.Text.NumberFormatStyles,Currency,remove, +E,24,android/icu/text/NumberFormat.FRACTION_FIELD,1,Android.Icu.Text.NumberFormatField,Fraction,remove, +E,24,android/icu/text/NumberFormat.INTEGER_FIELD,0,Android.Icu.Text.NumberFormatField,Integer,remove, +E,24,android/icu/text/NumberFormat.INTEGERSTYLE,4,Android.Icu.Text.NumberFormatStyles,Integer,remove, +E,24,android/icu/text/NumberFormat.ISOCURRENCYSTYLE,5,Android.Icu.Text.NumberFormatStyles,Isocurrency,remove, +E,24,android/icu/text/NumberFormat.NUMBERSTYLE,0,Android.Icu.Text.NumberFormatStyles,Number,remove, +E,24,android/icu/text/NumberFormat.PERCENTSTYLE,2,Android.Icu.Text.NumberFormatStyles,Percent,remove, +E,24,android/icu/text/NumberFormat.PLURALCURRENCYSTYLE,6,Android.Icu.Text.NumberFormatStyles,Pluralcurrency,remove, +E,24,android/icu/text/NumberFormat.SCIENTIFICSTYLE,3,Android.Icu.Text.NumberFormatStyles,Scientific,remove, +E,26,android/icu/text/NumberFormat.STANDARDCURRENCYSTYLE,9,Android.Icu.Text.NumberFormatStyles,Standardcurrency,remove, +?,0,android/icu/text/SearchIterator.DONE,-1,,,, +E,24,android/icu/text/StringPrepParseException.ACE_PREFIX_ERROR,6,Android.Icu.Text.StringPrepParseExceptionError,AcePrefixError,remove, +E,24,android/icu/text/StringPrepParseException.BUFFER_OVERFLOW_ERROR,9,Android.Icu.Text.StringPrepParseExceptionError,BufferOverflowError,remove, +E,24,android/icu/text/StringPrepParseException.CHECK_BIDI_ERROR,4,Android.Icu.Text.StringPrepParseExceptionError,CheckBidiError,remove, +E,24,android/icu/text/StringPrepParseException.DOMAIN_NAME_TOO_LONG_ERROR,11,Android.Icu.Text.StringPrepParseExceptionError,DomainNameTooLongError,remove, +E,24,android/icu/text/StringPrepParseException.ILLEGAL_CHAR_FOUND,1,Android.Icu.Text.StringPrepParseExceptionError,IllegalCharFound,remove, +E,24,android/icu/text/StringPrepParseException.INVALID_CHAR_FOUND,0,Android.Icu.Text.StringPrepParseExceptionError,InvalidCharFound,remove, +E,24,android/icu/text/StringPrepParseException.LABEL_TOO_LONG_ERROR,8,Android.Icu.Text.StringPrepParseExceptionError,LabelTooLongError,remove, +E,24,android/icu/text/StringPrepParseException.PROHIBITED_ERROR,2,Android.Icu.Text.StringPrepParseExceptionError,ProhibitedError,remove, +E,24,android/icu/text/StringPrepParseException.STD3_ASCII_RULES_ERROR,5,Android.Icu.Text.StringPrepParseExceptionError,Std3AsciiRulesError,remove, +E,24,android/icu/text/StringPrepParseException.UNASSIGNED_ERROR,3,Android.Icu.Text.StringPrepParseExceptionError,UnassignedError,remove, +E,24,android/icu/text/StringPrepParseException.VERIFICATION_ERROR,7,Android.Icu.Text.StringPrepParseExceptionError,VerificationError,remove, +E,24,android/icu/text/StringPrepParseException.ZERO_LENGTH_LABEL,10,Android.Icu.Text.StringPrepParseExceptionError,ZeroLengthLabel,remove, +E,29,android/icu/text/Transliterator.FORWARD,0,Android.Icu.Text.DirectionOptions,Forward,remove, +E,29,android/icu/text/Transliterator.REVERSE,1,Android.Icu.Text.DirectionOptions,Reverse,remove, +?,0,android/icu/text/UCharacterIterator.DONE,-1,,,, +E,24,android/icu/text/UnicodeSet.ADD_CASE_MAPPINGS,4,Android.Icu.Text.UnicodeSetOptions,AddCaseMappings,remove, +E,24,android/icu/text/UnicodeSet.CASE,2,Android.Icu.Text.UnicodeSetOptions,Case,remove, +E,24,android/icu/text/UnicodeSet.CASE_INSENSITIVE,2,Android.Icu.Text.UnicodeSetOptions,CaseInsensitive,remove, +E,24,android/icu/text/UnicodeSet.IGNORE_SPACE,1,Android.Icu.Text.UnicodeSetOptions,IgnoreSpace,remove, +?,0,android/icu/text/UnicodeSet.MAX_VALUE,1114111,,,, +?,0,android/icu/text/UnicodeSet.MIN_VALUE,0,,,, +?,0,android/icu/util/BuddhistCalendar.BE,0,,,, +?,0,android/icu/util/Calendar.AM,0,,,, +E,24,android/icu/util/Calendar.AM_PM,9,Android.Icu.Util.CalendarField,AmPm,remove, +?,0,android/icu/util/Calendar.APRIL,3,,,, +?,0,android/icu/util/Calendar.AUGUST,7,,,, +?,0,android/icu/util/Calendar.BASE_FIELD_COUNT,23,,,, +E,24,android/icu/util/Calendar.DATE,5,Android.Icu.Util.CalendarField,Date,remove, +E,24,android/icu/util/Calendar.DAY_OF_MONTH,5,Android.Icu.Util.CalendarField,DayOfMonth,remove, +E,24,android/icu/util/Calendar.DAY_OF_WEEK,7,Android.Icu.Util.CalendarField,DayOfWeek,remove, +E,24,android/icu/util/Calendar.DAY_OF_WEEK_IN_MONTH,8,Android.Icu.Util.CalendarField,DayOfWeekInMonth,remove, +E,24,android/icu/util/Calendar.DAY_OF_YEAR,6,Android.Icu.Util.CalendarField,DayOfYear,remove, +?,0,android/icu/util/Calendar.DECEMBER,11,,,, +E,24,android/icu/util/Calendar.DOW_LOCAL,18,Android.Icu.Util.CalendarField,DowLocal,remove, +E,24,android/icu/util/Calendar.DST_OFFSET,16,Android.Icu.Util.CalendarField,DstOffset,remove, +?,0,android/icu/util/Calendar.EPOCH_JULIAN_DAY,2440588,,,, +E,24,android/icu/util/Calendar.ERA,0,Android.Icu.Util.CalendarField,Era,remove, +E,24,android/icu/util/Calendar.EXTENDED_YEAR,19,Android.Icu.Util.CalendarField,ExtendedYear,remove, +?,0,android/icu/util/Calendar.FEBRUARY,1,,,, +?,0,android/icu/util/Calendar.FRIDAY,6,,,, +?,0,android/icu/util/Calendar.GREATEST_MINIMUM,1,,,, +E,24,android/icu/util/Calendar.HOUR,10,Android.Icu.Util.CalendarField,Hour,remove, +E,24,android/icu/util/Calendar.HOUR_OF_DAY,11,Android.Icu.Util.CalendarField,HourOfDay,remove, +?,0,android/icu/util/Calendar.INTERNALLY_SET,1,,,, +?,0,android/icu/util/Calendar.IS_LEAP_MONTH,22,,,, +?,0,android/icu/util/Calendar.JAN_1_1_JULIAN_DAY,1721426,,,, +?,0,android/icu/util/Calendar.JANUARY,0,,,, +E,24,android/icu/util/Calendar.JULIAN_DAY,20,Android.Icu.Util.CalendarField,JulianDay,remove, +?,0,android/icu/util/Calendar.JULY,6,,,, +?,0,android/icu/util/Calendar.JUNE,5,,,, +?,0,android/icu/util/Calendar.LEAST_MAXIMUM,2,,,, +?,0,android/icu/util/Calendar.MARCH,2,,,, +?,0,android/icu/util/Calendar.MAX_FIELD_COUNT,32,,,, +?,0,android/icu/util/Calendar.MAX_JULIAN,2130706432,,,, +?,0,android/icu/util/Calendar.MAXIMUM,3,,,, +?,0,android/icu/util/Calendar.MAY,4,,,, +E,24,android/icu/util/Calendar.MILLISECOND,14,Android.Icu.Util.CalendarField,Millisecond,remove, +E,24,android/icu/util/Calendar.MILLISECONDS_IN_DAY,21,Android.Icu.Util.CalendarField,MillisecondsInDay,remove, +?,0,android/icu/util/Calendar.MIN_JULIAN,-2130706432,,,, +?,0,android/icu/util/Calendar.MINIMUM,0,,,, +?,0,android/icu/util/Calendar.MINIMUM_USER_STAMP,2,,,, +E,24,android/icu/util/Calendar.MINUTE,12,Android.Icu.Util.CalendarField,Minute,remove, +?,0,android/icu/util/Calendar.MONDAY,2,,,, +E,24,android/icu/util/Calendar.MONTH,2,Android.Icu.Util.CalendarField,Month,remove, +?,0,android/icu/util/Calendar.NOVEMBER,10,,,, +?,0,android/icu/util/Calendar.OCTOBER,9,,,, +?,0,android/icu/util/Calendar.ONE_HOUR,3600000,,,, +?,0,android/icu/util/Calendar.ONE_MINUTE,60000,,,, +?,0,android/icu/util/Calendar.ONE_SECOND,1000,,,, +?,0,android/icu/util/Calendar.PM,1,,,, +?,0,android/icu/util/Calendar.RESOLVE_REMAP,32,,,, +?,0,android/icu/util/Calendar.SATURDAY,7,,,, +E,24,android/icu/util/Calendar.SECOND,13,Android.Icu.Util.CalendarField,Second,remove, +?,0,android/icu/util/Calendar.SEPTEMBER,8,,,, +?,0,android/icu/util/Calendar.SUNDAY,1,,,, +?,0,android/icu/util/Calendar.THURSDAY,5,,,, +?,0,android/icu/util/Calendar.TUESDAY,3,,,, +?,0,android/icu/util/Calendar.UNDECIMBER,12,,,, +?,0,android/icu/util/Calendar.UNSET,0,,,, +E,24,android/icu/util/Calendar.WALLTIME_FIRST,1,Android.Icu.Util.WalltimeOptions,First,remove, +E,24,android/icu/util/Calendar.WALLTIME_LAST,0,Android.Icu.Util.WalltimeOptions,Last,remove, +E,24,android/icu/util/Calendar.WALLTIME_NEXT_VALID,2,Android.Icu.Util.WalltimeOptions,NextValid,remove, +?,0,android/icu/util/Calendar.WEDNESDAY,4,,,, +E,24,android/icu/util/Calendar.WEEK_OF_MONTH,4,Android.Icu.Util.CalendarField,WeekOfMonth,remove, +E,24,android/icu/util/Calendar.WEEK_OF_YEAR,3,Android.Icu.Util.CalendarField,WeekOfYear,remove, +E,24,android/icu/util/Calendar.YEAR,1,Android.Icu.Util.CalendarField,Year,remove, +E,24,android/icu/util/Calendar.YEAR_WOY,17,Android.Icu.Util.CalendarField,YearWoy,remove, +E,24,android/icu/util/Calendar.ZONE_OFFSET,15,Android.Icu.Util.CalendarField,ZoneOffset,remove, +?,0,android/icu/util/CopticCalendar.AMSHIR,5,,,, +?,0,android/icu/util/CopticCalendar.BABA,1,,,, +?,0,android/icu/util/CopticCalendar.BARAMHAT,6,,,, +?,0,android/icu/util/CopticCalendar.BARAMOUDA,7,,,, +?,0,android/icu/util/CopticCalendar.BASHANS,8,,,, +?,0,android/icu/util/CopticCalendar.EPEP,10,,,, +?,0,android/icu/util/CopticCalendar.HATOR,2,,,, +?,0,android/icu/util/CopticCalendar.KIAHK,3,,,, +?,0,android/icu/util/CopticCalendar.MESRA,11,,,, +?,0,android/icu/util/CopticCalendar.NASIE,12,,,, +?,0,android/icu/util/CopticCalendar.PAONA,9,,,, +?,0,android/icu/util/CopticCalendar.TOBA,4,,,, +?,0,android/icu/util/CopticCalendar.TOUT,0,,,, +E,24,android/icu/util/Currency.LONG_NAME,1,Android.Icu.Util.CurrencyNameStyle,Long,remove, +?,30,android/icu/util/Currency.NARROW_SYMBOL_NAME,3,,,, +E,24,android/icu/util/Currency.PLURAL_LONG_NAME,2,Android.Icu.Util.CurrencyNameStyle,PluralLong,remove, +E,24,android/icu/util/Currency.SYMBOL_NAME,0,Android.Icu.Util.CurrencyNameStyle,Symbol,remove, +?,0,android/icu/util/EthiopicCalendar.GENBOT,8,,,, +?,0,android/icu/util/EthiopicCalendar.HAMLE,10,,,, +?,0,android/icu/util/EthiopicCalendar.HEDAR,2,,,, +?,0,android/icu/util/EthiopicCalendar.MEGABIT,6,,,, +?,0,android/icu/util/EthiopicCalendar.MESKEREM,0,,,, +?,0,android/icu/util/EthiopicCalendar.MIAZIA,7,,,, +?,0,android/icu/util/EthiopicCalendar.NEHASSE,11,,,, +?,0,android/icu/util/EthiopicCalendar.PAGUMEN,12,,,, +?,0,android/icu/util/EthiopicCalendar.SENE,9,,,, +?,0,android/icu/util/EthiopicCalendar.TAHSAS,3,,,, +?,0,android/icu/util/EthiopicCalendar.TEKEMT,1,,,, +?,0,android/icu/util/EthiopicCalendar.TER,4,,,, +?,0,android/icu/util/EthiopicCalendar.YEKATIT,5,,,, +?,0,android/icu/util/GregorianCalendar.AD,1,,,, +?,0,android/icu/util/GregorianCalendar.BC,0,,,, +?,0,android/icu/util/HebrewCalendar.ADAR,6,,,, +?,0,android/icu/util/HebrewCalendar.ADAR_1,5,,,, +?,0,android/icu/util/HebrewCalendar.AV,11,,,, +?,0,android/icu/util/HebrewCalendar.ELUL,12,,,, +?,0,android/icu/util/HebrewCalendar.HESHVAN,1,,,, +?,0,android/icu/util/HebrewCalendar.IYAR,8,,,, +?,0,android/icu/util/HebrewCalendar.KISLEV,2,,,, +?,0,android/icu/util/HebrewCalendar.NISAN,7,,,, +?,0,android/icu/util/HebrewCalendar.SHEVAT,4,,,, +?,0,android/icu/util/HebrewCalendar.SIVAN,9,,,, +?,0,android/icu/util/HebrewCalendar.TAMUZ,10,,,, +?,0,android/icu/util/HebrewCalendar.TEVET,3,,,, +?,0,android/icu/util/HebrewCalendar.TISHRI,0,,,, +?,0,android/icu/util/IndianCalendar.AGRAHAYANA,8,,,, +?,0,android/icu/util/IndianCalendar.ASADHA,3,,,, +?,0,android/icu/util/IndianCalendar.ASVINA,6,,,, +?,0,android/icu/util/IndianCalendar.BHADRA,5,,,, +?,0,android/icu/util/IndianCalendar.CHAITRA,0,,,, +?,0,android/icu/util/IndianCalendar.IE,0,,,, +?,0,android/icu/util/IndianCalendar.JYAISTHA,2,,,, +?,0,android/icu/util/IndianCalendar.KARTIKA,7,,,, +?,0,android/icu/util/IndianCalendar.MAGHA,10,,,, +?,0,android/icu/util/IndianCalendar.PAUSA,9,,,, +?,0,android/icu/util/IndianCalendar.PHALGUNA,11,,,, +?,0,android/icu/util/IndianCalendar.SRAVANA,4,,,, +?,0,android/icu/util/IndianCalendar.VAISAKHA,1,,,, +?,0,android/icu/util/IslamicCalendar.DHU_AL_HIJJAH,11,,,, +?,0,android/icu/util/IslamicCalendar.DHU_AL_QIDAH,10,,,, +?,0,android/icu/util/IslamicCalendar.JUMADA_1,4,,,, +?,0,android/icu/util/IslamicCalendar.JUMADA_2,5,,,, +?,0,android/icu/util/IslamicCalendar.MUHARRAM,0,,,, +?,0,android/icu/util/IslamicCalendar.RABI_1,2,,,, +?,0,android/icu/util/IslamicCalendar.RABI_2,3,,,, +?,0,android/icu/util/IslamicCalendar.RAJAB,6,,,, +?,0,android/icu/util/IslamicCalendar.RAMADAN,8,,,, +?,0,android/icu/util/IslamicCalendar.SAFAR,1,,,, +?,0,android/icu/util/IslamicCalendar.SHABAN,7,,,, +?,0,android/icu/util/IslamicCalendar.SHAWWAL,9,,,, +E,28,android/icu/util/LocaleData.ALT_QUOTATION_END,3,Android.Icu.Util.DelimiterType,AltQuotationEnd,remove, +E,28,android/icu/util/LocaleData.ALT_QUOTATION_START,2,Android.Icu.Util.DelimiterType,AltQuotationStart,remove, +E,28,android/icu/util/LocaleData.QUOTATION_END,1,Android.Icu.Util.DelimiterType,QuotationEnd,remove, +E,28,android/icu/util/LocaleData.QUOTATION_START,0,Android.Icu.Util.DelimiterType,QuotationStart,remove, +?,0,android/icu/util/TaiwanCalendar.BEFORE_MINGUO,0,,,, +?,0,android/icu/util/TaiwanCalendar.MINGUO,1,,,, +E,24,android/icu/util/TimeZone.GENERIC_LOCATION,7,Android.Icu.Util.TimeZoneNameStyle,GenericLocation,remove, +E,24,android/icu/util/TimeZone.LONG,1,Android.Icu.Util.TimeZoneNameStyle,Long,remove, +E,24,android/icu/util/TimeZone.LONG_GENERIC,3,Android.Icu.Util.TimeZoneNameStyle,LongGeneric,remove, +E,24,android/icu/util/TimeZone.LONG_GMT,5,Android.Icu.Util.TimeZoneNameStyle,LongGmt,remove, +E,24,android/icu/util/TimeZone.SHORT,0,Android.Icu.Util.TimeZoneNameStyle,Short,remove, +E,24,android/icu/util/TimeZone.SHORT_COMMONLY_USED,6,Android.Icu.Util.TimeZoneNameStyle,ShortCommonlyUsed,remove, +E,24,android/icu/util/TimeZone.SHORT_GENERIC,2,Android.Icu.Util.TimeZoneNameStyle,ShortGeneric,remove, +E,24,android/icu/util/TimeZone.SHORT_GMT,4,Android.Icu.Util.TimeZoneNameStyle,ShortGmt,remove, +E,26,android/icu/util/TimeZone.TIMEZONE_ICU,0,Android.Icu.Util.TimeZoneType,Icu,remove, +E,26,android/icu/util/TimeZone.TIMEZONE_JDK,1,Android.Icu.Util.TimeZoneType,Jdk,remove, +E,26,android/icu/util/UniversalTimeScale.DB2_TIME,8,Android.Icu.Util.UniversalTimeScaleType,Db2Time,remove, +E,26,android/icu/util/UniversalTimeScale.DOTNET_DATE_TIME,4,Android.Icu.Util.UniversalTimeScaleType,DotnetDateTime,remove, +E,26,android/icu/util/UniversalTimeScale.EPOCH_OFFSET_PLUS_1_VALUE,6,Android.Icu.Util.UniversalTimeScaleValue,EpochOffsetPlus1,remove, +E,26,android/icu/util/UniversalTimeScale.EPOCH_OFFSET_VALUE,1,Android.Icu.Util.UniversalTimeScaleValue,EpochOffset,remove, +E,26,android/icu/util/UniversalTimeScale.EXCEL_TIME,7,Android.Icu.Util.UniversalTimeScaleType,ExcelTime,remove, +E,26,android/icu/util/UniversalTimeScale.FROM_MAX_VALUE,3,Android.Icu.Util.UniversalTimeScaleValue,FromMax,remove, +E,26,android/icu/util/UniversalTimeScale.FROM_MIN_VALUE,2,Android.Icu.Util.UniversalTimeScaleValue,FromMin,remove, +E,26,android/icu/util/UniversalTimeScale.ICU4C_TIME,2,Android.Icu.Util.UniversalTimeScaleType,Icu4cTime,remove, +E,26,android/icu/util/UniversalTimeScale.JAVA_TIME,0,Android.Icu.Util.UniversalTimeScaleType,JavaTime,remove, +E,26,android/icu/util/UniversalTimeScale.MAC_OLD_TIME,5,Android.Icu.Util.UniversalTimeScaleType,MacOldTime,remove, +E,26,android/icu/util/UniversalTimeScale.MAC_TIME,6,Android.Icu.Util.UniversalTimeScaleType,MacTime,remove, +E,26,android/icu/util/UniversalTimeScale.MAX_SCALE,10,Android.Icu.Util.UniversalTimeScaleType,MaxScale,remove, +E,26,android/icu/util/UniversalTimeScale.TO_MAX_VALUE,5,Android.Icu.Util.UniversalTimeScaleValue,ToMax,remove, +E,26,android/icu/util/UniversalTimeScale.TO_MIN_VALUE,4,Android.Icu.Util.UniversalTimeScaleValue,ToMin,remove, +E,26,android/icu/util/UniversalTimeScale.UNITS_VALUE,0,Android.Icu.Util.UniversalTimeScaleValue,Units,remove, +E,26,android/icu/util/UniversalTimeScale.UNIX_MICROSECONDS_TIME,9,Android.Icu.Util.UniversalTimeScaleType,UnixMicrosecondsTime,remove, +E,26,android/icu/util/UniversalTimeScale.UNIX_TIME,1,Android.Icu.Util.UniversalTimeScaleType,UnixTime,remove, +E,26,android/icu/util/UniversalTimeScale.WINDOWS_FILE_TIME,3,Android.Icu.Util.UniversalTimeScaleType,WindowsFileTime,remove, +E,10,android/inputmethodservice/InputMethodService$Insets.TOUCHABLE_INSETS_CONTENT,1,Android.InputMethodServices.TouchableInsets,Content,keep, +E,10,android/inputmethodservice/InputMethodService$Insets.TOUCHABLE_INSETS_FRAME,0,Android.InputMethodServices.TouchableInsets,Frame,keep, +E,15,android/inputmethodservice/InputMethodService$Insets.TOUCHABLE_INSETS_REGION,3,Android.InputMethodServices.TouchableInsets,Region,keep, +E,10,android/inputmethodservice/InputMethodService$Insets.TOUCHABLE_INSETS_VISIBLE,2,Android.InputMethodServices.TouchableInsets,Visible,keep, +E,28,android/inputmethodservice/InputMethodService.BACK_DISPOSITION_ADJUST_NOTHING,3,Android.InputMethodServices.BackDisposition,AdjustNothing,keep, +E,15,android/inputmethodservice/InputMethodService.BACK_DISPOSITION_DEFAULT,0,Android.InputMethodServices.BackDisposition,Default,keep, +E,15,android/inputmethodservice/InputMethodService.BACK_DISPOSITION_WILL_DISMISS,2,Android.InputMethodServices.BackDisposition,WillDismiss,keep, +E,15,android/inputmethodservice/InputMethodService.BACK_DISPOSITION_WILL_NOT_DISMISS,1,Android.InputMethodServices.BackDisposition,WillNotDismiss,keep, +E,10,android/inputmethodservice/Keyboard.EDGE_BOTTOM,8,Android.InputMethodServices.Edge,Bottom,keep, +E,10,android/inputmethodservice/Keyboard.EDGE_LEFT,1,Android.InputMethodServices.Edge,Left,keep, +E,10,android/inputmethodservice/Keyboard.EDGE_RIGHT,2,Android.InputMethodServices.Edge,Right,keep, +E,10,android/inputmethodservice/Keyboard.EDGE_TOP,4,Android.InputMethodServices.Edge,Top,keep, +E,10,android/inputmethodservice/Keyboard.KEYCODE_ALT,-6,Android.InputMethodServices.Keycode,Alt,keep, +E,10,android/inputmethodservice/Keyboard.KEYCODE_CANCEL,-3,Android.InputMethodServices.Keycode,Cancel,keep, +E,10,android/inputmethodservice/Keyboard.KEYCODE_DELETE,-5,Android.InputMethodServices.Keycode,Delete,keep, +E,10,android/inputmethodservice/Keyboard.KEYCODE_DONE,-4,Android.InputMethodServices.Keycode,Done,keep, +E,10,android/inputmethodservice/Keyboard.KEYCODE_MODE_CHANGE,-2,Android.InputMethodServices.Keycode,ModeChange,keep, +E,10,android/inputmethodservice/Keyboard.KEYCODE_SHIFT,-1,Android.InputMethodServices.Keycode,Shift,keep, +E,10,android/location/Criteria.ACCURACY_COARSE,2,Android.Locations.Accuracy,Coarse,keep, +E,10,android/location/Criteria.ACCURACY_FINE,1,Android.Locations.Accuracy,Fine,keep, +E,10,android/location/Criteria.ACCURACY_HIGH,3,Android.Locations.Accuracy,High,keep, +E,10,android/location/Criteria.ACCURACY_LOW,1,Android.Locations.Accuracy,Low,keep, +E,10,android/location/Criteria.ACCURACY_MEDIUM,2,Android.Locations.Accuracy,Medium,keep, +E,0,android/location/Criteria.ACCURACY_NO_REQUIREMENT,0,Android.Locations.Accuracy,NoRequirement,keep, +?,0,android/location/Criteria.NO_REQUIREMENT,0,,,, +E,10,android/location/Criteria.POWER_HIGH,3,Android.Locations.Power,High,keep, +E,10,android/location/Criteria.POWER_LOW,1,Android.Locations.Power,Low,keep, +E,10,android/location/Criteria.POWER_MEDIUM,2,Android.Locations.Power,Medium,keep, +E,0,android/location/Criteria.POWER_NO_REQUIREMENT,0,Android.Locations.Power,NoRequirement,keep, +E,24,android/location/GnssMeasurement.ADR_STATE_CYCLE_SLIP,4,Android.Locations.AccumulatedDeltaRangeState,CycleSlip,remove, +E,28,android/location/GnssMeasurement.ADR_STATE_HALF_CYCLE_REPORTED,16,Android.Locations.AccumulatedDeltaRangeState,HalfCycleReported,remove, +E,28,android/location/GnssMeasurement.ADR_STATE_HALF_CYCLE_RESOLVED,8,Android.Locations.AccumulatedDeltaRangeState,HalfCycleResolved,remove, +E,24,android/location/GnssMeasurement.ADR_STATE_RESET,2,Android.Locations.AccumulatedDeltaRangeState,Reset,remove, +E,24,android/location/GnssMeasurement.ADR_STATE_UNKNOWN,0,Android.Locations.AccumulatedDeltaRangeState,Unknown,remove, +E,24,android/location/GnssMeasurement.ADR_STATE_VALID,1,Android.Locations.AccumulatedDeltaRangeState,Valid,remove, +E,24,android/location/GnssMeasurement.MULTIPATH_INDICATOR_DETECTED,1,Android.Locations.MultipathIndicator,Detected,remove, +E,24,android/location/GnssMeasurement.MULTIPATH_INDICATOR_NOT_DETECTED,2,Android.Locations.MultipathIndicator,NotDetected,remove, +E,24,android/location/GnssMeasurement.MULTIPATH_INDICATOR_UNKNOWN,0,Android.Locations.MultipathIndicator,Unknown,remove, +E,29,android/location/GnssMeasurement.STATE_2ND_CODE_LOCK,65536,Android.Locations.GnssState,S2ndCodeLock,remove, +E,24,android/location/GnssMeasurement.STATE_BDS_D2_BIT_SYNC,256,Android.Locations.GnssState,BdsD2BitSync,remove, +E,24,android/location/GnssMeasurement.STATE_BDS_D2_SUBFRAME_SYNC,512,Android.Locations.GnssState,BdsD2SubframeSync,remove, +E,24,android/location/GnssMeasurement.STATE_BIT_SYNC,2,Android.Locations.GnssState,BitSync,remove, +E,24,android/location/GnssMeasurement.STATE_CODE_LOCK,1,Android.Locations.GnssState,CodeLock,remove, +E,24,android/location/GnssMeasurement.STATE_GAL_E1B_PAGE_SYNC,4096,Android.Locations.GnssState,GalE1bPageSync,remove, +E,24,android/location/GnssMeasurement.STATE_GAL_E1BC_CODE_LOCK,1024,Android.Locations.GnssState,GalE1bcCodeLock,remove, +E,24,android/location/GnssMeasurement.STATE_GAL_E1C_2ND_CODE_LOCK,2048,Android.Locations.GnssState,GalE1c2ndCodeLock,remove, +E,24,android/location/GnssMeasurement.STATE_GLO_STRING_SYNC,64,Android.Locations.GnssState,GloStringSync,remove, +E,24,android/location/GnssMeasurement.STATE_GLO_TOD_DECODED,128,Android.Locations.GnssState,GloTodDecoded,remove, +E,26,android/location/GnssMeasurement.STATE_GLO_TOD_KNOWN,32768,Android.Locations.GnssState,GloTodKnown,remove, +E,24,android/location/GnssMeasurement.STATE_MSEC_AMBIGUOUS,16,Android.Locations.GnssState,MsecAmbiguous,remove, +E,24,android/location/GnssMeasurement.STATE_SBAS_SYNC,8192,Android.Locations.GnssState,SbasSync,remove, +E,24,android/location/GnssMeasurement.STATE_SUBFRAME_SYNC,4,Android.Locations.GnssState,SubframeSync,remove, +E,24,android/location/GnssMeasurement.STATE_SYMBOL_SYNC,32,Android.Locations.GnssState,SymbolSync,remove, +E,24,android/location/GnssMeasurement.STATE_TOW_DECODED,8,Android.Locations.GnssState,TowDecoded,remove, +E,26,android/location/GnssMeasurement.STATE_TOW_KNOWN,16384,Android.Locations.GnssState,TowKnown,remove, +E,24,android/location/GnssMeasurement.STATE_UNKNOWN,0,Android.Locations.GnssState,Unknown,remove, +E,24,android/location/GnssMeasurementsEvent$Callback.STATUS_LOCATION_DISABLED,2,Android.Locations.GnssMeasurementCallbackStatus,LocationDisabled,remove, +E,28,android/location/GnssMeasurementsEvent$Callback.STATUS_NOT_ALLOWED,3,Android.Locations.GnssMeasurementCallbackStatus,NotAllowed,remove, +E,24,android/location/GnssMeasurementsEvent$Callback.STATUS_NOT_SUPPORTED,0,Android.Locations.GnssMeasurementCallbackStatus,NotSupported,remove, +E,24,android/location/GnssMeasurementsEvent$Callback.STATUS_READY,1,Android.Locations.GnssMeasurementCallbackStatus,Ready,remove, +E,24,android/location/GnssNavigationMessage$Callback.STATUS_LOCATION_DISABLED,2,Android.Locations.GnssNavigationCallbackStatus,LocationDisabled,remove, +E,24,android/location/GnssNavigationMessage$Callback.STATUS_NOT_SUPPORTED,0,Android.Locations.GnssNavigationCallbackStatus,NotSupported,remove, +E,24,android/location/GnssNavigationMessage$Callback.STATUS_READY,1,Android.Locations.GnssNavigationCallbackStatus,Ready,remove, +E,24,android/location/GnssNavigationMessage.STATUS_PARITY_PASSED,1,Android.Locations.GnssNavigationStatus,ParityPassed,remove, +E,24,android/location/GnssNavigationMessage.STATUS_PARITY_REBUILT,2,Android.Locations.GnssNavigationStatus,ParityRebuilt,remove, +E,24,android/location/GnssNavigationMessage.STATUS_UNKNOWN,0,Android.Locations.GnssNavigationStatus,Unknown,remove, +?,30,android/location/GnssNavigationMessage.TYPE_BDS_CNAV1,1283,,,, +?,30,android/location/GnssNavigationMessage.TYPE_BDS_CNAV2,1284,,,, +E,24,android/location/GnssNavigationMessage.TYPE_BDS_D1,1281,Android.Locations.GnssNavigationType,BdsD1,remove, +E,24,android/location/GnssNavigationMessage.TYPE_BDS_D2,1282,Android.Locations.GnssNavigationType,BdsD2,remove, +E,24,android/location/GnssNavigationMessage.TYPE_GAL_F,1538,Android.Locations.GnssNavigationType,GalF,remove, +E,24,android/location/GnssNavigationMessage.TYPE_GAL_I,1537,Android.Locations.GnssNavigationType,GalI,remove, +E,24,android/location/GnssNavigationMessage.TYPE_GLO_L1CA,769,Android.Locations.GnssNavigationType,GloL1ca,remove, +E,24,android/location/GnssNavigationMessage.TYPE_GPS_CNAV2,260,Android.Locations.GnssNavigationType,GpsCnav2,remove, +E,24,android/location/GnssNavigationMessage.TYPE_GPS_L1CA,257,Android.Locations.GnssNavigationType,GpsL1ca,remove, +E,24,android/location/GnssNavigationMessage.TYPE_GPS_L2CNAV,258,Android.Locations.GnssNavigationType,GpsL2cnav,remove, +E,24,android/location/GnssNavigationMessage.TYPE_GPS_L5CNAV,259,Android.Locations.GnssNavigationType,GpsL5cnav,remove, +?,30,android/location/GnssNavigationMessage.TYPE_IRN_L5CA,1793,,,, +?,30,android/location/GnssNavigationMessage.TYPE_QZS_L1CA,1025,,,, +?,30,android/location/GnssNavigationMessage.TYPE_SBS,513,,,, +E,24,android/location/GnssNavigationMessage.TYPE_UNKNOWN,0,Android.Locations.GnssNavigationType,Unknown,remove, +E,24,android/location/GnssStatus.CONSTELLATION_BEIDOU,5,Android.Locations.GnssConstellationType,Beidou,remove, +E,24,android/location/GnssStatus.CONSTELLATION_GALILEO,6,Android.Locations.GnssConstellationType,Galileo,remove, +E,24,android/location/GnssStatus.CONSTELLATION_GLONASS,3,Android.Locations.GnssConstellationType,Glonass,remove, +E,24,android/location/GnssStatus.CONSTELLATION_GPS,1,Android.Locations.GnssConstellationType,Gps,remove, +E,29,android/location/GnssStatus.CONSTELLATION_IRNSS,7,Android.Locations.GnssConstellationType,Irnss,remove, +E,24,android/location/GnssStatus.CONSTELLATION_QZSS,4,Android.Locations.GnssConstellationType,Qzss,remove, +E,24,android/location/GnssStatus.CONSTELLATION_SBAS,2,Android.Locations.GnssConstellationType,Sbas,remove, +E,24,android/location/GnssStatus.CONSTELLATION_UNKNOWN,0,Android.Locations.GnssConstellationType,Unknown,remove, +E,10,android/location/GpsStatus.GPS_EVENT_FIRST_FIX,3,Android.Locations.GpsEvent,FirstFix,keep, +E,10,android/location/GpsStatus.GPS_EVENT_SATELLITE_STATUS,4,Android.Locations.GpsEvent,SatelliteStatus,keep, +E,10,android/location/GpsStatus.GPS_EVENT_STARTED,1,Android.Locations.GpsEvent,Started,keep, +E,10,android/location/GpsStatus.GPS_EVENT_STOPPED,2,Android.Locations.GpsEvent,Stopped,keep, +E,10,android/location/Location.FORMAT_DEGREES,0,Android.Locations.Format,Degrees,keep, +E,10,android/location/Location.FORMAT_MINUTES,1,Android.Locations.Format,Minutes,keep, +E,10,android/location/Location.FORMAT_SECONDS,2,Android.Locations.Format,Seconds,keep, +E,10,android/location/LocationProvider.AVAILABLE,2,Android.Locations.Availability,Available,keep, +E,10,android/location/LocationProvider.OUT_OF_SERVICE,0,Android.Locations.Availability,OutOfService,keep, +E,10,android/location/LocationProvider.TEMPORARILY_UNAVAILABLE,1,Android.Locations.Availability,TemporarilyUnavailable,keep, +E,29,android/media/AudioAttributes.ALLOW_CAPTURE_BY_ALL,1,Android.Media.CapturePolicies,ByAll,remove, +E,29,android/media/AudioAttributes.ALLOW_CAPTURE_BY_NONE,3,Android.Media.CapturePolicies,ByNone,remove, +E,29,android/media/AudioAttributes.ALLOW_CAPTURE_BY_SYSTEM,2,Android.Media.CapturePolicies,BySystem,remove, +E,21,android/media/AudioAttributes.CONTENT_TYPE_MOVIE,3,Android.Media.AudioContentType,Movie,keep, +E,21,android/media/AudioAttributes.CONTENT_TYPE_MUSIC,2,Android.Media.AudioContentType,Music,keep, +E,21,android/media/AudioAttributes.CONTENT_TYPE_SONIFICATION,4,Android.Media.AudioContentType,Sonification,keep, +E,21,android/media/AudioAttributes.CONTENT_TYPE_SPEECH,1,Android.Media.AudioContentType,Speech,keep, +E,21,android/media/AudioAttributes.CONTENT_TYPE_UNKNOWN,0,Android.Media.AudioContentType,Unknown,keep, +A,0,,0,Android.Media.AudioFlags,None,, +E,21,android/media/AudioAttributes.FLAG_AUDIBILITY_ENFORCED,1,Android.Media.AudioFlags,AudibilityEnforced,keep, +E,21,android/media/AudioAttributes.FLAG_HW_AV_SYNC,16,Android.Media.AudioFlags,HwAvSync,keep, +E,24,android/media/AudioAttributes.FLAG_LOW_LATENCY,256,Android.Media.AudioFlags,LowLatency,keep, +E,21,android/media/AudioAttributes.USAGE_ALARM,4,Android.Media.AudioUsageKind,Alarm,keep, +E,21,android/media/AudioAttributes.USAGE_ASSISTANCE_ACCESSIBILITY,11,Android.Media.AudioUsageKind,AssistanceAccessibility,keep, +E,21,android/media/AudioAttributes.USAGE_ASSISTANCE_NAVIGATION_GUIDANCE,12,Android.Media.AudioUsageKind,AssistanceNavigationGuidance,keep, +E,21,android/media/AudioAttributes.USAGE_ASSISTANCE_SONIFICATION,13,Android.Media.AudioUsageKind,AssistanceSonification,keep, +E,26,android/media/AudioAttributes.USAGE_ASSISTANT,16,Android.Media.AudioUsageKind,Assistant,keep, +E,21,android/media/AudioAttributes.USAGE_GAME,14,Android.Media.AudioUsageKind,Game,keep, +E,21,android/media/AudioAttributes.USAGE_MEDIA,1,Android.Media.AudioUsageKind,Media,keep, +E,21,android/media/AudioAttributes.USAGE_NOTIFICATION,5,Android.Media.AudioUsageKind,Notification,keep, +E,21,android/media/AudioAttributes.USAGE_NOTIFICATION_COMMUNICATION_DELAYED,9,Android.Media.AudioUsageKind,NotificationCommunicationDelayed,keep, +E,21,android/media/AudioAttributes.USAGE_NOTIFICATION_COMMUNICATION_INSTANT,8,Android.Media.AudioUsageKind,NotificationCommunicationInstant,keep, +E,21,android/media/AudioAttributes.USAGE_NOTIFICATION_COMMUNICATION_REQUEST,7,Android.Media.AudioUsageKind,NotificationCommunicationRequest,keep, +E,21,android/media/AudioAttributes.USAGE_NOTIFICATION_EVENT,10,Android.Media.AudioUsageKind,NotificationEvent,keep, +E,21,android/media/AudioAttributes.USAGE_NOTIFICATION_RINGTONE,6,Android.Media.AudioUsageKind,NotificationRingtone,keep, +E,21,android/media/AudioAttributes.USAGE_UNKNOWN,0,Android.Media.AudioUsageKind,Unknown,keep, +E,21,android/media/AudioAttributes.USAGE_VOICE_COMMUNICATION,2,Android.Media.AudioUsageKind,VoiceCommunication,keep, +E,21,android/media/AudioAttributes.USAGE_VOICE_COMMUNICATION_SIGNALLING,3,Android.Media.AudioUsageKind,VoiceCommunicationSignalling,keep, +E,23,android/media/AudioDeviceInfo.TYPE_AUX_LINE,19,Android.Media.AudioDeviceType,AuxLine,keep, +E,23,android/media/AudioDeviceInfo.TYPE_BLUETOOTH_A2DP,8,Android.Media.AudioDeviceType,BluetoothA2dp,keep, +E,23,android/media/AudioDeviceInfo.TYPE_BLUETOOTH_SCO,7,Android.Media.AudioDeviceType,BluetoothSco,keep, +E,23,android/media/AudioDeviceInfo.TYPE_BUILTIN_EARPIECE,1,Android.Media.AudioDeviceType,BuiltinEarpiece,keep, +E,23,android/media/AudioDeviceInfo.TYPE_BUILTIN_MIC,15,Android.Media.AudioDeviceType,BuiltinMic,keep, +E,23,android/media/AudioDeviceInfo.TYPE_BUILTIN_SPEAKER,2,Android.Media.AudioDeviceType,BuiltinSpeaker,keep, +?,30,android/media/AudioDeviceInfo.TYPE_BUILTIN_SPEAKER_SAFE,24,,,, +E,24,android/media/AudioDeviceInfo.TYPE_BUS,21,Android.Media.AudioDeviceType,Bus,keep, +E,23,android/media/AudioDeviceInfo.TYPE_DOCK,13,Android.Media.AudioDeviceType,Dock,keep, +E,23,android/media/AudioDeviceInfo.TYPE_FM,14,Android.Media.AudioDeviceType,Fm,keep, +E,23,android/media/AudioDeviceInfo.TYPE_FM_TUNER,16,Android.Media.AudioDeviceType,FmTuner,keep, +E,23,android/media/AudioDeviceInfo.TYPE_HDMI,9,Android.Media.AudioDeviceType,Hdmi,keep, +E,23,android/media/AudioDeviceInfo.TYPE_HDMI_ARC,10,Android.Media.AudioDeviceType,HdmiArc,keep, +E,28,android/media/AudioDeviceInfo.TYPE_HEARING_AID,23,Android.Media.AudioDeviceType,HearingAid,keep, +E,23,android/media/AudioDeviceInfo.TYPE_IP,20,Android.Media.AudioDeviceType,Ip,keep, +E,23,android/media/AudioDeviceInfo.TYPE_LINE_ANALOG,5,Android.Media.AudioDeviceType,LineAnalog,keep, +E,23,android/media/AudioDeviceInfo.TYPE_LINE_DIGITAL,6,Android.Media.AudioDeviceType,LineDigital,keep, +E,23,android/media/AudioDeviceInfo.TYPE_TELEPHONY,18,Android.Media.AudioDeviceType,Telephony,keep, +E,23,android/media/AudioDeviceInfo.TYPE_TV_TUNER,17,Android.Media.AudioDeviceType,TvTuner,keep, +E,23,android/media/AudioDeviceInfo.TYPE_UNKNOWN,0,Android.Media.AudioDeviceType,Unknown,keep, +E,23,android/media/AudioDeviceInfo.TYPE_USB_ACCESSORY,12,Android.Media.AudioDeviceType,UsbAccessory,keep, +E,23,android/media/AudioDeviceInfo.TYPE_USB_DEVICE,11,Android.Media.AudioDeviceType,UsbDevice,keep, +E,26,android/media/AudioDeviceInfo.TYPE_USB_HEADSET,22,Android.Media.AudioDeviceType,UsbHeadset,keep, +E,23,android/media/AudioDeviceInfo.TYPE_WIRED_HEADPHONES,4,Android.Media.AudioDeviceType,WiredHeadphones,keep, +E,23,android/media/AudioDeviceInfo.TYPE_WIRED_HEADSET,3,Android.Media.AudioDeviceType,WiredHeadset,keep, +E,10,android/media/AudioFormat.CHANNEL_CONFIGURATION_DEFAULT,1,Android.Media.ChannelConfiguration,Default,keep, +E,10,android/media/AudioFormat.CHANNEL_CONFIGURATION_INVALID,0,Android.Media.ChannelConfiguration,Invalid,keep, +E,10,android/media/AudioFormat.CHANNEL_CONFIGURATION_MONO,2,Android.Media.ChannelConfiguration,Mono,keep, +E,10,android/media/AudioFormat.CHANNEL_CONFIGURATION_STEREO,3,Android.Media.ChannelConfiguration,Stereo,keep, +A,0,,0,Android.Media.ChannelIn,None,, +E,10,android/media/AudioFormat.CHANNEL_IN_BACK,32,Android.Media.ChannelIn,Back,keep, +E,10,android/media/AudioFormat.CHANNEL_IN_BACK_PROCESSED,512,Android.Media.ChannelIn,BackProcessed,keep, +E,10,android/media/AudioFormat.CHANNEL_IN_DEFAULT,1,Android.Media.ChannelIn,Default,keep, +E,10,android/media/AudioFormat.CHANNEL_IN_FRONT,16,Android.Media.ChannelIn,Front,keep, +E,10,android/media/AudioFormat.CHANNEL_IN_FRONT_PROCESSED,256,Android.Media.ChannelIn,FrontProcessed,keep, +E,10,android/media/AudioFormat.CHANNEL_IN_LEFT,4,Android.Media.ChannelIn,Left,keep, +E,10,android/media/AudioFormat.CHANNEL_IN_LEFT_PROCESSED,64,Android.Media.ChannelIn,LeftProcessed,keep, +E,10,android/media/AudioFormat.CHANNEL_IN_MONO,16,Android.Media.ChannelIn,Mono,keep, +E,10,android/media/AudioFormat.CHANNEL_IN_PRESSURE,1024,Android.Media.ChannelIn,Pressure,keep, +E,10,android/media/AudioFormat.CHANNEL_IN_RIGHT,8,Android.Media.ChannelIn,Right,keep, +E,10,android/media/AudioFormat.CHANNEL_IN_RIGHT_PROCESSED,128,Android.Media.ChannelIn,RightProcessed,keep, +E,10,android/media/AudioFormat.CHANNEL_IN_STEREO,12,Android.Media.ChannelIn,Stereo,keep, +E,10,android/media/AudioFormat.CHANNEL_IN_VOICE_DNLINK,32768,Android.Media.ChannelIn,VoiceDnlink,keep, +E,10,android/media/AudioFormat.CHANNEL_IN_VOICE_UPLINK,16384,Android.Media.ChannelIn,VoiceUplink,keep, +E,10,android/media/AudioFormat.CHANNEL_IN_X_AXIS,2048,Android.Media.ChannelIn,XAxis,keep, +E,10,android/media/AudioFormat.CHANNEL_IN_Y_AXIS,4096,Android.Media.ChannelIn,YAxis,keep, +E,10,android/media/AudioFormat.CHANNEL_IN_Z_AXIS,8192,Android.Media.ChannelIn,ZAxis,keep, +?,0,android/media/AudioFormat.CHANNEL_INVALID,0,,,, +A,0,,0,Android.Media.ChannelOut,None,, +E,10,android/media/AudioFormat.CHANNEL_OUT_5POINT1,252,Android.Media.ChannelOut,FivePointOne,keep, +E,10,android/media/AudioFormat.CHANNEL_OUT_7POINT1,1020,Android.Media.ChannelOut,SevenPointOne,keep, +E,23,android/media/AudioFormat.CHANNEL_OUT_7POINT1_SURROUND,6396,Android.Media.ChannelOut,C7point1Surround,keep, +E,10,android/media/AudioFormat.CHANNEL_OUT_BACK_CENTER,1024,Android.Media.ChannelOut,BackCenter,keep, +E,10,android/media/AudioFormat.CHANNEL_OUT_BACK_LEFT,64,Android.Media.ChannelOut,BackLeft,keep, +E,10,android/media/AudioFormat.CHANNEL_OUT_BACK_RIGHT,128,Android.Media.ChannelOut,BackRight,keep, +E,10,android/media/AudioFormat.CHANNEL_OUT_DEFAULT,1,Android.Media.ChannelOut,Default,keep, +E,10,android/media/AudioFormat.CHANNEL_OUT_FRONT_CENTER,16,Android.Media.ChannelOut,FrontCenter,keep, +E,10,android/media/AudioFormat.CHANNEL_OUT_FRONT_LEFT,4,Android.Media.ChannelOut,FrontLeft,keep, +E,10,android/media/AudioFormat.CHANNEL_OUT_FRONT_LEFT_OF_CENTER,256,Android.Media.ChannelOut,FrontLeftOfCenter,keep, +E,10,android/media/AudioFormat.CHANNEL_OUT_FRONT_RIGHT,8,Android.Media.ChannelOut,FrontRight,keep, +E,10,android/media/AudioFormat.CHANNEL_OUT_FRONT_RIGHT_OF_CENTER,512,Android.Media.ChannelOut,FrontRightOfCenter,keep, +E,10,android/media/AudioFormat.CHANNEL_OUT_LOW_FREQUENCY,32,Android.Media.ChannelOut,LowFrequency,keep, +E,10,android/media/AudioFormat.CHANNEL_OUT_MONO,4,Android.Media.ChannelOut,Mono,keep, +E,10,android/media/AudioFormat.CHANNEL_OUT_QUAD,204,Android.Media.ChannelOut,Quad,keep, +E,21,android/media/AudioFormat.CHANNEL_OUT_SIDE_LEFT,2048,Android.Media.ChannelOut,SideLeft,keep, +E,21,android/media/AudioFormat.CHANNEL_OUT_SIDE_RIGHT,4096,Android.Media.ChannelOut,SideRight,keep, +E,10,android/media/AudioFormat.CHANNEL_OUT_STEREO,12,Android.Media.ChannelOut,Stereo,keep, +E,10,android/media/AudioFormat.CHANNEL_OUT_SURROUND,1052,Android.Media.ChannelOut,Surround,keep, +E,28,android/media/AudioFormat.ENCODING_AAC_ELD,15,Android.Media.Encoding,AacEld,keep, +E,28,android/media/AudioFormat.ENCODING_AAC_HE_V1,11,Android.Media.Encoding,AacHeV1,keep, +E,28,android/media/AudioFormat.ENCODING_AAC_HE_V2,12,Android.Media.Encoding,AacHeV2,keep, +E,28,android/media/AudioFormat.ENCODING_AAC_LC,10,Android.Media.Encoding,AacLc,keep, +E,28,android/media/AudioFormat.ENCODING_AAC_XHE,16,Android.Media.Encoding,AacXhe,keep, +E,21,android/media/AudioFormat.ENCODING_AC3,5,Android.Media.Encoding,Ac3,keep, +E,28,android/media/AudioFormat.ENCODING_AC4,17,Android.Media.Encoding,Ac4,keep, +E,10,android/media/AudioFormat.ENCODING_DEFAULT,1,Android.Media.Encoding,Default,keep, +E,29,android/media/AudioFormat.ENCODING_DOLBY_MAT,19,Android.Media.Encoding,DolbyMat,keep, +E,25,android/media/AudioFormat.ENCODING_DOLBY_TRUEHD,14,Android.Media.Encoding,DolbyTruehd,keep, +E,23,android/media/AudioFormat.ENCODING_DTS,7,Android.Media.Encoding,Dts,keep, +E,23,android/media/AudioFormat.ENCODING_DTS_HD,8,Android.Media.Encoding,DtsHd,keep, +E,21,android/media/AudioFormat.ENCODING_E_AC3,6,Android.Media.Encoding,EAc3,keep, +E,28,android/media/AudioFormat.ENCODING_E_AC3_JOC,18,Android.Media.Encoding,EAc3Joc,keep, +E,24,android/media/AudioFormat.ENCODING_IEC61937,13,Android.Media.Encoding,Iec61937,keep, +E,10,android/media/AudioFormat.ENCODING_INVALID,0,Android.Media.Encoding,Invalid,keep, +E,28,android/media/AudioFormat.ENCODING_MP3,9,Android.Media.Encoding,Mp3,keep, +?,30,android/media/AudioFormat.ENCODING_OPUS,20,,,, +E,10,android/media/AudioFormat.ENCODING_PCM_16BIT,2,Android.Media.Encoding,Pcm16bit,keep, +E,10,android/media/AudioFormat.ENCODING_PCM_8BIT,3,Android.Media.Encoding,Pcm8bit,keep, +E,21,android/media/AudioFormat.ENCODING_PCM_FLOAT,4,Android.Media.Encoding,PcmFloat,keep, +?,24,android/media/AudioFormat.SAMPLE_RATE_UNSPECIFIED,0,,,, +E,10,android/media/audiofx/AudioEffect.ALREADY_EXISTS,-2,Android.Media.Audiofx.AudioEffectStatus,AlreadyExists,remove, +E,10,android/media/audiofx/AudioEffect.CONTENT_TYPE_GAME,2,Android.Media.Audiofx.ContentType,Game,remove, +E,10,android/media/audiofx/AudioEffect.CONTENT_TYPE_MOVIE,1,Android.Media.Audiofx.ContentType,Movie,remove, +E,10,android/media/audiofx/AudioEffect.CONTENT_TYPE_MUSIC,0,Android.Media.Audiofx.ContentType,Music,remove, +E,10,android/media/audiofx/AudioEffect.CONTENT_TYPE_VOICE,3,Android.Media.Audiofx.ContentType,Voice,remove, +E,10,android/media/audiofx/AudioEffect.ERROR,-1,Android.Media.Audiofx.AudioEffectStatus,Error,remove, +E,10,android/media/audiofx/AudioEffect.ERROR_BAD_VALUE,-4,Android.Media.Audiofx.AudioEffectStatus,BadValue,remove, +E,10,android/media/audiofx/AudioEffect.ERROR_DEAD_OBJECT,-7,Android.Media.Audiofx.AudioEffectStatus,DeadObject,remove, +E,10,android/media/audiofx/AudioEffect.ERROR_INVALID_OPERATION,-5,Android.Media.Audiofx.AudioEffectStatus,InvalidOperation,remove, +E,10,android/media/audiofx/AudioEffect.ERROR_NO_INIT,-3,Android.Media.Audiofx.AudioEffectStatus,NoInit,remove, +E,10,android/media/audiofx/AudioEffect.ERROR_NO_MEMORY,-6,Android.Media.Audiofx.AudioEffectStatus,NoMemory,remove, +E,10,android/media/audiofx/AudioEffect.SUCCESS,0,Android.Media.Audiofx.AudioEffectStatus,Success,remove, +E,10,android/media/audiofx/BassBoost.PARAM_STRENGTH,1,Android.Media.Audiofx.BassBoostParam,ParamStrength,remove, +?,0,android/media/audiofx/BassBoost.PARAM_STRENGTH_SUPPORTED,0,,,, +E,28,android/media/audiofx/DynamicsProcessing.VARIANT_FAVOR_FREQUENCY_RESOLUTION,0,Android.Media.Audiofx.VariantType,FavorFrequencyResolution,remove, +E,28,android/media/audiofx/DynamicsProcessing.VARIANT_FAVOR_TIME_RESOLUTION,1,Android.Media.Audiofx.VariantType,FavorTimeResolution,remove, +E,10,android/media/audiofx/EnvironmentalReverb.PARAM_DECAY_HF_RATIO,3,Android.Media.Audiofx.EnvironmentalReverbParam,DecayHfRatio,remove, +E,10,android/media/audiofx/EnvironmentalReverb.PARAM_DECAY_TIME,2,Android.Media.Audiofx.EnvironmentalReverbParam,DecayTime,remove, +E,10,android/media/audiofx/EnvironmentalReverb.PARAM_DENSITY,9,Android.Media.Audiofx.EnvironmentalReverbParam,Density,remove, +E,10,android/media/audiofx/EnvironmentalReverb.PARAM_DIFFUSION,8,Android.Media.Audiofx.EnvironmentalReverbParam,Diffusion,remove, +E,10,android/media/audiofx/EnvironmentalReverb.PARAM_REFLECTIONS_DELAY,5,Android.Media.Audiofx.EnvironmentalReverbParam,ReflectionsDelay,remove, +E,10,android/media/audiofx/EnvironmentalReverb.PARAM_REFLECTIONS_LEVEL,4,Android.Media.Audiofx.EnvironmentalReverbParam,ReflectionsLevel,remove, +E,10,android/media/audiofx/EnvironmentalReverb.PARAM_REVERB_DELAY,7,Android.Media.Audiofx.EnvironmentalReverbParam,ReverbDelay,remove, +E,10,android/media/audiofx/EnvironmentalReverb.PARAM_REVERB_LEVEL,6,Android.Media.Audiofx.EnvironmentalReverbParam,ReverbLevel,remove, +E,10,android/media/audiofx/EnvironmentalReverb.PARAM_ROOM_HF_LEVEL,1,Android.Media.Audiofx.EnvironmentalReverbParam,RoomHfLevel,remove, +E,10,android/media/audiofx/EnvironmentalReverb.PARAM_ROOM_LEVEL,0,Android.Media.Audiofx.EnvironmentalReverbParam,RoomLevel,remove, +E,10,android/media/audiofx/Equalizer.PARAM_BAND_FREQ_RANGE,4,Android.Media.Audiofx.EqualizerParam,BandFreqRange,remove, +E,10,android/media/audiofx/Equalizer.PARAM_BAND_LEVEL,2,Android.Media.Audiofx.EqualizerParam,BandLevel,remove, +E,10,android/media/audiofx/Equalizer.PARAM_CENTER_FREQ,3,Android.Media.Audiofx.EqualizerParam,CenterFreq,remove, +E,10,android/media/audiofx/Equalizer.PARAM_CURRENT_PRESET,6,Android.Media.Audiofx.EqualizerParam,CurrentPreset,remove, +E,10,android/media/audiofx/Equalizer.PARAM_GET_BAND,5,Android.Media.Audiofx.EqualizerParam,GetBand,remove, +E,10,android/media/audiofx/Equalizer.PARAM_GET_NUM_OF_PRESETS,7,Android.Media.Audiofx.EqualizerParam,GetNumOfPresets,remove, +E,10,android/media/audiofx/Equalizer.PARAM_GET_PRESET_NAME,8,Android.Media.Audiofx.EqualizerParam,GetPresetName,remove, +E,10,android/media/audiofx/Equalizer.PARAM_LEVEL_RANGE,1,Android.Media.Audiofx.EqualizerParam,LevelRange,remove, +E,10,android/media/audiofx/Equalizer.PARAM_NUM_BANDS,0,Android.Media.Audiofx.EqualizerParam,NumBands,remove, +E,10,android/media/audiofx/Equalizer.PARAM_STRING_SIZE_MAX,32,Android.Media.Audiofx.EqualizerParam,StringSizeMax,remove, +E,19,android/media/audiofx/LoudnessEnhancer.PARAM_TARGET_GAIN_MB,0,Android.Media.Audiofx.LoudnessEnhancerParam,TargetGainMb,remove, +E,10,android/media/audiofx/PresetReverb.PARAM_PRESET,0,Android.Media.Audiofx.PresetReverbParam,Preset,remove, +E,10,android/media/audiofx/Virtualizer.PARAM_STRENGTH,1,Android.Media.Audiofx.VirtualizerParam,Strength,remove, +E,10,android/media/audiofx/Virtualizer.PARAM_STRENGTH_SUPPORTED,0,Android.Media.Audiofx.VirtualizerParam,StrengthSupported,remove, +E,21,android/media/audiofx/Virtualizer.VIRTUALIZATION_MODE_AUTO,1,Android.Media.Audiofx.VirtualizationMode,Auto,keep, +E,21,android/media/audiofx/Virtualizer.VIRTUALIZATION_MODE_BINAURAL,2,Android.Media.Audiofx.VirtualizationMode,Binaural,keep, +E,21,android/media/audiofx/Virtualizer.VIRTUALIZATION_MODE_OFF,0,Android.Media.Audiofx.VirtualizationMode,Off,keep, +E,21,android/media/audiofx/Virtualizer.VIRTUALIZATION_MODE_TRANSAURAL,3,Android.Media.Audiofx.VirtualizationMode,Transaural,keep, +E,10,android/media/audiofx/Visualizer.ALREADY_EXISTS,-2,Android.Media.Audiofx.VisualizerStatus,AlreadyExists,remove, +E,10,android/media/audiofx/Visualizer.ERROR,-1,Android.Media.Audiofx.VisualizerStatus,Error,remove, +E,10,android/media/audiofx/Visualizer.ERROR_BAD_VALUE,-4,Android.Media.Audiofx.VisualizerStatus,BadValue,remove, +E,10,android/media/audiofx/Visualizer.ERROR_DEAD_OBJECT,-7,Android.Media.Audiofx.VisualizerStatus,DeadObject,remove, +E,10,android/media/audiofx/Visualizer.ERROR_INVALID_OPERATION,-5,Android.Media.Audiofx.VisualizerStatus,InvalidOperation,remove, +E,10,android/media/audiofx/Visualizer.ERROR_NO_INIT,-3,Android.Media.Audiofx.VisualizerStatus,NoInit,remove, +E,10,android/media/audiofx/Visualizer.ERROR_NO_MEMORY,-6,Android.Media.Audiofx.VisualizerStatus,NoMemory,remove, +E,19,android/media/audiofx/Visualizer.MEASUREMENT_MODE_NONE,0,Android.Media.Audiofx.VisualizerMeasurementMode,None,remove, +E,19,android/media/audiofx/Visualizer.MEASUREMENT_MODE_PEAK_RMS,1,Android.Media.Audiofx.VisualizerMeasurementMode,PeakRms,remove, +E,16,android/media/audiofx/Visualizer.SCALING_MODE_AS_PLAYED,1,Android.Media.Audiofx.VisualizerScalingMode,AsPlayed,remove, +E,16,android/media/audiofx/Visualizer.SCALING_MODE_NORMALIZED,0,Android.Media.Audiofx.VisualizerScalingMode,Normalized,remove, +E,10,android/media/audiofx/Visualizer.STATE_ENABLED,2,Android.Media.Audiofx.VisualizerState,Enabled,remove, +E,10,android/media/audiofx/Visualizer.STATE_INITIALIZED,1,Android.Media.Audiofx.VisualizerState,Initialized,remove, +E,10,android/media/audiofx/Visualizer.STATE_UNINITIALIZED,0,Android.Media.Audiofx.VisualizerState,Uninitialized,remove, +E,10,android/media/audiofx/Visualizer.SUCCESS,0,Android.Media.Audiofx.VisualizerStatus,Success,remove, +E,10,android/media/AudioManager.ADJUST_LOWER,-1,Android.Media.Adjust,Lower,keep, +E,23,android/media/AudioManager.ADJUST_MUTE,-100,Android.Media.Adjust,Mute,keep, +E,10,android/media/AudioManager.ADJUST_RAISE,1,Android.Media.Adjust,Raise,keep, +E,10,android/media/AudioManager.ADJUST_SAME,0,Android.Media.Adjust,Same,keep, +E,23,android/media/AudioManager.ADJUST_TOGGLE_MUTE,101,Android.Media.Adjust,ToggleMute,keep, +E,23,android/media/AudioManager.ADJUST_UNMUTE,100,Android.Media.Adjust,Unmute,keep, +?,21,android/media/AudioManager.AUDIO_SESSION_ID_GENERATE,0,,,, +E,10,android/media/AudioManager.AUDIOFOCUS_GAIN,1,Android.Media.AudioFocus,Gain,remove, +E,10,android/media/AudioManager.AUDIOFOCUS_GAIN_TRANSIENT,2,Android.Media.AudioFocus,GainTransient,remove, +E,19,android/media/AudioManager.AUDIOFOCUS_GAIN_TRANSIENT_EXCLUSIVE,4,Android.Media.AudioFocus,GainTransientExclusive,remove, +E,10,android/media/AudioManager.AUDIOFOCUS_GAIN_TRANSIENT_MAY_DUCK,3,Android.Media.AudioFocus,GainTransientMayDuck,remove, +E,10,android/media/AudioManager.AUDIOFOCUS_LOSS,-1,Android.Media.AudioFocus,Loss,remove, +E,10,android/media/AudioManager.AUDIOFOCUS_LOSS_TRANSIENT,-2,Android.Media.AudioFocus,LossTransient,remove, +E,10,android/media/AudioManager.AUDIOFOCUS_LOSS_TRANSIENT_CAN_DUCK,-3,Android.Media.AudioFocus,LossTransientCanDuck,remove, +E,26,android/media/AudioManager.AUDIOFOCUS_NONE,0,Android.Media.AudioFocus,None,remove, +E,26,android/media/AudioManager.AUDIOFOCUS_REQUEST_DELAYED,2,Android.Media.AudioFocusRequest,Delayed,remove, +E,10,android/media/AudioManager.AUDIOFOCUS_REQUEST_FAILED,0,Android.Media.AudioFocusRequest,Failed,remove, +E,10,android/media/AudioManager.AUDIOFOCUS_REQUEST_GRANTED,1,Android.Media.AudioFocusRequest,Granted,remove, +?,21,android/media/AudioManager.ERROR,-1,,,, +?,21,android/media/AudioManager.ERROR_DEAD_OBJECT,-6,,,, +E,10,android/media/AudioManager.FLAG_ALLOW_RINGER_MODES,2,Android.Media.VolumeNotificationFlags,AllowRingerModes,keep,flags +E,10,android/media/AudioManager.FLAG_PLAY_SOUND,4,Android.Media.VolumeNotificationFlags,PlaySound,keep,flags +E,10,android/media/AudioManager.FLAG_REMOVE_SOUND_AND_VIBRATE,8,Android.Media.VolumeNotificationFlags,RemoveSoundAndVibrate,keep,flags +E,10,android/media/AudioManager.FLAG_SHOW_UI,1,Android.Media.VolumeNotificationFlags,ShowUi,keep,flags +E,10,android/media/AudioManager.FLAG_VIBRATE,16,Android.Media.VolumeNotificationFlags,Vibrate,keep,flags +E,10,android/media/AudioManager.FX_FOCUS_NAVIGATION_DOWN,2,Android.Media.SoundEffect,NavigationDown,keep, +E,10,android/media/AudioManager.FX_FOCUS_NAVIGATION_LEFT,3,Android.Media.SoundEffect,NavigationLeft,keep, +E,10,android/media/AudioManager.FX_FOCUS_NAVIGATION_RIGHT,4,Android.Media.SoundEffect,NavigationRight,keep, +E,10,android/media/AudioManager.FX_FOCUS_NAVIGATION_UP,1,Android.Media.SoundEffect,NavigationUp,keep, +E,10,android/media/AudioManager.FX_KEY_CLICK,0,Android.Media.SoundEffect,KeyClick,keep, +E,10,android/media/AudioManager.FX_KEYPRESS_DELETE,7,Android.Media.SoundEffect,Delete,keep, +E,19,android/media/AudioManager.FX_KEYPRESS_INVALID,9,Android.Media.SoundEffect,Invalid,keep, +E,10,android/media/AudioManager.FX_KEYPRESS_RETURN,8,Android.Media.SoundEffect,Return,keep, +E,10,android/media/AudioManager.FX_KEYPRESS_SPACEBAR,6,Android.Media.SoundEffect,Spacebar,keep, +E,10,android/media/AudioManager.FX_KEYPRESS_STANDARD,5,Android.Media.SoundEffect,Standard,keep, +E,23,android/media/AudioManager.GET_DEVICES_ALL,3,Android.Media.GetDevicesTargets,All,keep, +E,23,android/media/AudioManager.GET_DEVICES_INPUTS,1,Android.Media.GetDevicesTargets,Inputs,keep, +E,23,android/media/AudioManager.GET_DEVICES_OUTPUTS,2,Android.Media.GetDevicesTargets,Outputs,keep, +?,30,android/media/AudioManager.MODE_CALL_SCREENING,4,,,, +E,10,android/media/AudioManager.MODE_CURRENT,-1,Android.Media.Mode,Current,keep, +E,10,android/media/AudioManager.MODE_IN_CALL,2,Android.Media.Mode,InCall,keep, +E,15,android/media/AudioManager.MODE_IN_COMMUNICATION,3,Android.Media.Mode,InCommunication,keep, +E,10,android/media/AudioManager.MODE_INVALID,-2,Android.Media.Mode,Invalid,keep, +E,10,android/media/AudioManager.MODE_NORMAL,0,Android.Media.Mode,Normal,keep, +E,10,android/media/AudioManager.MODE_RINGTONE,1,Android.Media.Mode,Ringtone,keep, +?,0,android/media/AudioManager.NUM_STREAMS,5,,,, +E,10,android/media/AudioManager.RINGER_MODE_NORMAL,2,Android.Media.RingerMode,Normal,keep, +E,10,android/media/AudioManager.RINGER_MODE_SILENT,0,Android.Media.RingerMode,Silent,keep, +E,10,android/media/AudioManager.RINGER_MODE_VIBRATE,1,Android.Media.RingerMode,Vibrate,keep, +E,10,android/media/AudioManager.ROUTE_ALL,-1,Android.Media.Route,All,keep, +E,10,android/media/AudioManager.ROUTE_BLUETOOTH,4,Android.Media.Route,Bluetooth,keep, +E,10,android/media/AudioManager.ROUTE_BLUETOOTH_A2DP,16,Android.Media.Route,BluetoothA2dp,keep, +E,10,android/media/AudioManager.ROUTE_BLUETOOTH_SCO,4,Android.Media.Route,BluetoothSco,keep, +E,10,android/media/AudioManager.ROUTE_EARPIECE,1,Android.Media.Route,Earpiece,keep, +E,10,android/media/AudioManager.ROUTE_HEADSET,8,Android.Media.Route,Headset,keep, +E,10,android/media/AudioManager.ROUTE_SPEAKER,2,Android.Media.Route,Speaker,keep, +E,10,android/media/AudioManager.SCO_AUDIO_STATE_CONNECTED,1,Android.Media.ScoAudioState,Connected,remove, +E,15,android/media/AudioManager.SCO_AUDIO_STATE_CONNECTING,2,Android.Media.ScoAudioState,Connecting,remove, +E,10,android/media/AudioManager.SCO_AUDIO_STATE_DISCONNECTED,0,Android.Media.ScoAudioState,Disconnected,remove, +E,10,android/media/AudioManager.SCO_AUDIO_STATE_ERROR,-1,Android.Media.ScoAudioState,Error,remove, +?,26,android/media/AudioManager.STREAM_ACCESSIBILITY,10,,,, +E,1,android/media/AudioManager.STREAM_ALARM,4,Android.Media.Stream,Alarm,keep, +E,5,android/media/AudioManager.STREAM_DTMF,8,Android.Media.Stream,Dtmf,keep, +E,1,android/media/AudioManager.STREAM_MUSIC,3,Android.Media.Stream,Music,keep, +E,3,android/media/AudioManager.STREAM_NOTIFICATION,5,Android.Media.Stream,Notification,keep, +E,1,android/media/AudioManager.STREAM_RING,2,Android.Media.Stream,Ring,keep, +E,1,android/media/AudioManager.STREAM_SYSTEM,1,Android.Media.Stream,System,keep, +E,1,android/media/AudioManager.STREAM_VOICE_CALL,0,Android.Media.Stream,VoiceCall,keep, +?,0,android/media/AudioManager.USE_DEFAULT_STREAM_TYPE,-2147483648,,,, +E,10,android/media/AudioManager.VIBRATE_SETTING_OFF,0,Android.Media.VibrateSetting,Off,keep, +E,10,android/media/AudioManager.VIBRATE_SETTING_ON,1,Android.Media.VibrateSetting,On,keep, +E,10,android/media/AudioManager.VIBRATE_SETTING_ONLY_SILENT,2,Android.Media.VibrateSetting,OnlySilent,keep, +E,10,android/media/AudioManager.VIBRATE_TYPE_NOTIFICATION,1,Android.Media.VibrateType,Notification,keep, +E,10,android/media/AudioManager.VIBRATE_TYPE_RINGER,0,Android.Media.VibrateType,Ringer,keep, +E,28,android/media/AudioPresentation.MASTERED_FOR_3D,3,Android.Media.MasteringIndicationType,MasteredFor3d,remove, +E,28,android/media/AudioPresentation.MASTERED_FOR_HEADPHONE,4,Android.Media.MasteringIndicationType,MasteredForHeadphone,remove, +E,28,android/media/AudioPresentation.MASTERED_FOR_STEREO,1,Android.Media.MasteringIndicationType,MasteredForStereo,remove, +E,28,android/media/AudioPresentation.MASTERED_FOR_SURROUND,2,Android.Media.MasteringIndicationType,MasteredForSurround,remove, +E,28,android/media/AudioPresentation.MASTERING_NOT_INDICATED,0,Android.Media.MasteringIndicationType,MasteringNotIndicated,remove, +E,10,android/media/AudioRecord.ERROR,-1,Android.Media.RecordStatus,Error,keep, +E,10,android/media/AudioRecord.ERROR_BAD_VALUE,-2,Android.Media.RecordStatus,ErrorBadValue,keep, +E,24,android/media/AudioRecord.ERROR_DEAD_OBJECT,-6,Android.Media.RecordStatus,ErrorDeadObject,keep, +E,10,android/media/AudioRecord.ERROR_INVALID_OPERATION,-3,Android.Media.RecordStatus,ErrorInvalidOperation,keep, +E,23,android/media/AudioRecord.READ_BLOCKING,0,Android.Media.AudioRecordReadOptions,Blocking,keep, +E,23,android/media/AudioRecord.READ_NON_BLOCKING,1,Android.Media.AudioRecordReadOptions,NonBlocking,keep, +E,10,android/media/AudioRecord.RECORDSTATE_RECORDING,3,Android.Media.RecordState,Recording,keep, +E,10,android/media/AudioRecord.RECORDSTATE_STOPPED,1,Android.Media.RecordState,Stopped,keep, +E,10,android/media/AudioRecord.STATE_INITIALIZED,1,Android.Media.State,Initialized,keep, +E,10,android/media/AudioRecord.STATE_UNINITIALIZED,0,Android.Media.State,Uninitialized,keep, +E,10,android/media/AudioRecord.SUCCESS,0,Android.Media.RecordStatus,Success,keep, +E,24,android/media/AudioTimestamp.TIMEBASE_BOOTTIME,1,Android.Media.AudioTimebase,Boottime,remove, +E,24,android/media/AudioTimestamp.TIMEBASE_MONOTONIC,0,Android.Media.AudioTimebase,Monotonic,remove, +E,30,android/media/AudioTrack.DUAL_MONO_MODE_LL,2,Android.Media.AudioTrackDualMonoModeType,DualMonoModeLl,remove, +E,30,android/media/AudioTrack.DUAL_MONO_MODE_LR,1,Android.Media.AudioTrackDualMonoModeType,DualMonoModeLr,remove, +E,30,android/media/AudioTrack.DUAL_MONO_MODE_OFF,0,Android.Media.AudioTrackDualMonoModeType,DualMonoModeOff,remove, +E,30,android/media/AudioTrack.DUAL_MONO_MODE_RR,3,Android.Media.AudioTrackDualMonoModeType,DualMonoModeRr,remove, +?,30,android/media/AudioTrack.ENCAPSULATION_METADATA_TYPE_DVB_AD_DESCRIPTOR,2,,,, +?,30,android/media/AudioTrack.ENCAPSULATION_METADATA_TYPE_FRAMEWORK_TUNER,1,,,, +E,30,android/media/AudioTrack.ENCAPSULATION_MODE_ELEMENTARY_STREAM,1,Android.Media.AudioTrackEncapsulationModeType,EncapsulationModeElementaryStream,remove, +E,30,android/media/AudioTrack.ENCAPSULATION_MODE_HANDLE,2,Android.Media.AudioTrackEncapsulationModeType,EncapsulationModeHandle,remove, +E,30,android/media/AudioTrack.ENCAPSULATION_MODE_NONE,0,Android.Media.AudioTrackEncapsulationModeType,EncapsulationModeNone,remove, +E,10,android/media/AudioTrack.ERROR,-1,Android.Media.TrackStatus,Error,remove, +E,10,android/media/AudioTrack.ERROR_BAD_VALUE,-2,Android.Media.TrackStatus,ErrorBadValue,remove, +E,24,android/media/AudioTrack.ERROR_DEAD_OBJECT,-6,Android.Media.TrackStatus,ErrorDeadObject,remove, +E,10,android/media/AudioTrack.ERROR_INVALID_OPERATION,-3,Android.Media.TrackStatus,ErrorInvalidOperation,remove, +E,10,android/media/AudioTrack.MODE_STATIC,0,Android.Media.AudioTrackMode,Static,keep, +E,10,android/media/AudioTrack.MODE_STREAM,1,Android.Media.AudioTrackMode,Stream,keep, +E,26,android/media/AudioTrack.PERFORMANCE_MODE_LOW_LATENCY,1,Android.Media.AudioTrackPerformanceMode,LowLatency,keep, +E,26,android/media/AudioTrack.PERFORMANCE_MODE_NONE,0,Android.Media.AudioTrackPerformanceMode,None,keep, +E,26,android/media/AudioTrack.PERFORMANCE_MODE_POWER_SAVING,2,Android.Media.AudioTrackPerformanceMode,PowerSaving,keep, +E,10,android/media/AudioTrack.PLAYSTATE_PAUSED,2,Android.Media.PlayState,Paused,keep, +E,10,android/media/AudioTrack.PLAYSTATE_PLAYING,3,Android.Media.PlayState,Playing,keep, +E,10,android/media/AudioTrack.PLAYSTATE_STOPPED,1,Android.Media.PlayState,Stopped,keep, +E,10,android/media/AudioTrack.STATE_INITIALIZED,1,Android.Media.AudioTrackState,Initialized,keep, +E,10,android/media/AudioTrack.STATE_NO_STATIC_DATA,2,Android.Media.AudioTrackState,NoStaticData,keep, +E,10,android/media/AudioTrack.STATE_UNINITIALIZED,0,Android.Media.AudioTrackState,Uninitialized,keep, +E,10,android/media/AudioTrack.SUCCESS,0,Android.Media.TrackStatus,Success,remove, +E,21,android/media/AudioTrack.WRITE_BLOCKING,0,Android.Media.WriteMode,Blocking,keep, +E,21,android/media/AudioTrack.WRITE_NON_BLOCKING,1,Android.Media.WriteMode,NonBlocking,keep, +A,0,,0,Android.Media.Browse.MediaItemFlags,None,, +E,21,android/media/browse/MediaBrowser$MediaItem.FLAG_BROWSABLE,1,Android.Media.Browse.MediaItemFlags,Browsable,keep, +E,21,android/media/browse/MediaBrowser$MediaItem.FLAG_PLAYABLE,2,Android.Media.Browse.MediaItemFlags,Playable,keep, +E,15,android/media/CamcorderProfile.QUALITY_1080P,6,Android.Media.CamcorderQuality,Q1080p,keep, +E,21,android/media/CamcorderProfile.QUALITY_2160P,8,Android.Media.CamcorderQuality,Q2160p,keep, +?,30,android/media/CamcorderProfile.QUALITY_2K,12,,,, +E,15,android/media/CamcorderProfile.QUALITY_480P,4,Android.Media.CamcorderQuality,Q480p,keep, +?,30,android/media/CamcorderProfile.QUALITY_4KDCI,10,,,, +E,15,android/media/CamcorderProfile.QUALITY_720P,5,Android.Media.CamcorderQuality,Q720p,keep, +E,15,android/media/CamcorderProfile.QUALITY_CIF,3,Android.Media.CamcorderQuality,Cif,keep, +E,10,android/media/CamcorderProfile.QUALITY_HIGH,1,Android.Media.CamcorderQuality,High,keep, +E,21,android/media/CamcorderProfile.QUALITY_HIGH_SPEED_1080P,2004,Android.Media.CamcorderQuality,HighSpeed1080p,keep, +E,21,android/media/CamcorderProfile.QUALITY_HIGH_SPEED_2160P,2005,Android.Media.CamcorderQuality,HighSpeed2160p,keep, +E,21,android/media/CamcorderProfile.QUALITY_HIGH_SPEED_480P,2002,Android.Media.CamcorderQuality,HighSpeed480p,keep, +?,30,android/media/CamcorderProfile.QUALITY_HIGH_SPEED_4KDCI,2008,,,, +E,21,android/media/CamcorderProfile.QUALITY_HIGH_SPEED_720P,2003,Android.Media.CamcorderQuality,HighSpeed720p,keep, +?,30,android/media/CamcorderProfile.QUALITY_HIGH_SPEED_CIF,2006,,,, +E,21,android/media/CamcorderProfile.QUALITY_HIGH_SPEED_HIGH,2001,Android.Media.CamcorderQuality,HighSpeedHigh,keep, +E,21,android/media/CamcorderProfile.QUALITY_HIGH_SPEED_LOW,2000,Android.Media.CamcorderQuality,HighSpeedLow,keep, +?,30,android/media/CamcorderProfile.QUALITY_HIGH_SPEED_VGA,2007,,,, +E,10,android/media/CamcorderProfile.QUALITY_LOW,0,Android.Media.CamcorderQuality,Low,keep, +E,15,android/media/CamcorderProfile.QUALITY_QCIF,2,Android.Media.CamcorderQuality,Qcif,keep, +?,30,android/media/CamcorderProfile.QUALITY_QHD,11,,,, +E,15,android/media/CamcorderProfile.QUALITY_QVGA,7,Android.Media.CamcorderQuality,Qvga,keep, +E,15,android/media/CamcorderProfile.QUALITY_TIME_LAPSE_1080P,1006,Android.Media.CamcorderQuality,TimeLapse1080p,keep, +E,21,android/media/CamcorderProfile.QUALITY_TIME_LAPSE_2160P,1008,Android.Media.CamcorderQuality,TimeLapse2160p,keep, +?,30,android/media/CamcorderProfile.QUALITY_TIME_LAPSE_2K,1012,,,, +E,15,android/media/CamcorderProfile.QUALITY_TIME_LAPSE_480P,1004,Android.Media.CamcorderQuality,TimeLapse480p,keep, +?,30,android/media/CamcorderProfile.QUALITY_TIME_LAPSE_4KDCI,1010,,,, +E,15,android/media/CamcorderProfile.QUALITY_TIME_LAPSE_720P,1005,Android.Media.CamcorderQuality,TimeLapse720p,keep, +E,15,android/media/CamcorderProfile.QUALITY_TIME_LAPSE_CIF,1003,Android.Media.CamcorderQuality,TimeLapseCif,keep, +E,15,android/media/CamcorderProfile.QUALITY_TIME_LAPSE_HIGH,1001,Android.Media.CamcorderQuality,TimeLapseHigh,keep, +E,15,android/media/CamcorderProfile.QUALITY_TIME_LAPSE_LOW,1000,Android.Media.CamcorderQuality,TimeLapseLow,keep, +E,15,android/media/CamcorderProfile.QUALITY_TIME_LAPSE_QCIF,1002,Android.Media.CamcorderQuality,TimeLapseQcif,keep, +?,30,android/media/CamcorderProfile.QUALITY_TIME_LAPSE_QHD,1011,,,, +E,15,android/media/CamcorderProfile.QUALITY_TIME_LAPSE_QVGA,1007,Android.Media.CamcorderQuality,TimeLapseQvga,keep, +?,30,android/media/CamcorderProfile.QUALITY_TIME_LAPSE_VGA,1009,,,, +?,30,android/media/CamcorderProfile.QUALITY_VGA,9,,,, +E,10,android/media/CameraProfile.QUALITY_HIGH,2,Android.Media.CameraQuality,High,remove, +E,10,android/media/CameraProfile.QUALITY_LOW,0,Android.Media.CameraQuality,Low,remove, +E,10,android/media/CameraProfile.QUALITY_MEDIUM,1,Android.Media.CameraQuality,Medium,remove, +E,10,android/media/ExifInterface.ORIENTATION_FLIP_HORIZONTAL,2,Android.Media.Orientation,FlipHorizontal,keep, +E,10,android/media/ExifInterface.ORIENTATION_FLIP_VERTICAL,4,Android.Media.Orientation,FlipVertical,keep, +E,10,android/media/ExifInterface.ORIENTATION_NORMAL,1,Android.Media.Orientation,Normal,keep, +E,10,android/media/ExifInterface.ORIENTATION_ROTATE_180,3,Android.Media.Orientation,Rotate180,keep, +E,10,android/media/ExifInterface.ORIENTATION_ROTATE_270,8,Android.Media.Orientation,Rotate270,keep, +E,10,android/media/ExifInterface.ORIENTATION_ROTATE_90,6,Android.Media.Orientation,Rotate90,keep, +E,10,android/media/ExifInterface.ORIENTATION_TRANSPOSE,5,Android.Media.Orientation,Transpose,keep, +E,10,android/media/ExifInterface.ORIENTATION_TRANSVERSE,7,Android.Media.Orientation,Transverse,keep, +E,10,android/media/ExifInterface.ORIENTATION_UNDEFINED,0,Android.Media.Orientation,Undefined,keep, +E,30,android/media/ExifInterface.STREAM_TYPE_EXIF_DATA_ONLY,1,Android.Media.ExifInterfaceStreamType,StreamTypeExifDataOnly,remove, +E,30,android/media/ExifInterface.STREAM_TYPE_FULL_IMAGE_DATA,0,Android.Media.ExifInterfaceStreamType,StreamTypeFullImageData,remove, +E,10,android/media/ExifInterface.WHITEBALANCE_AUTO,0,Android.Media.WhiteBalance,Auto,keep, +E,10,android/media/ExifInterface.WHITEBALANCE_MANUAL,1,Android.Media.WhiteBalance,Manual,keep, +E,10,android/media/FaceDetector$Face.EULER_X,0,Android.Media.Euler,X,keep, +E,10,android/media/FaceDetector$Face.EULER_Y,1,Android.Media.Euler,Y,keep, +E,10,android/media/FaceDetector$Face.EULER_Z,2,Android.Media.Euler,Z,keep, +E,16,android/media/MediaActionSound.FOCUS_COMPLETE,1,Android.Media.MediaActionSoundType,FocusComplete,remove, +E,16,android/media/MediaActionSound.SHUTTER_CLICK,0,Android.Media.MediaActionSoundType,ShutterClick,remove, +E,16,android/media/MediaActionSound.START_VIDEO_RECORDING,2,Android.Media.MediaActionSoundType,StartVideoRecording,remove, +E,16,android/media/MediaActionSound.STOP_VIDEO_RECORDING,3,Android.Media.MediaActionSoundType,StopVideoRecording,remove, +E,30,android/media/MediaCas.PLUGIN_STATUS_PHYSICAL_MODULE_CHANGED,0,Android.Media.MediaCasPluginStatusType,PluginStatusPhysicalModuleChanged,remove, +E,30,android/media/MediaCas.PLUGIN_STATUS_SESSION_NUMBER_CHANGED,1,Android.Media.MediaCasPluginStatusType,PluginStatusSessionNumberChanged,remove, +E,30,android/media/MediaCas.SCRAMBLING_MODE_AES_ECB,10,Android.Media.MediaCasScramblingModeType,ScramblingModeAesEcb,remove, +E,30,android/media/MediaCas.SCRAMBLING_MODE_AES_SCTE52,11,Android.Media.MediaCasScramblingModeType,ScramblingModeAesScte52,remove, +E,30,android/media/MediaCas.SCRAMBLING_MODE_AES128,9,Android.Media.MediaCasScramblingModeType,ScramblingModeAes128,remove, +E,30,android/media/MediaCas.SCRAMBLING_MODE_DVB_CISSA_V1,6,Android.Media.MediaCasScramblingModeType,ScramblingModeDvbCissaV1,remove, +E,30,android/media/MediaCas.SCRAMBLING_MODE_DVB_CSA1,1,Android.Media.MediaCasScramblingModeType,ScramblingModeDvbCsa1,remove, +E,30,android/media/MediaCas.SCRAMBLING_MODE_DVB_CSA2,2,Android.Media.MediaCasScramblingModeType,ScramblingModeDvbCsa2,remove, +E,30,android/media/MediaCas.SCRAMBLING_MODE_DVB_CSA3_ENHANCE,5,Android.Media.MediaCasScramblingModeType,ScramblingModeDvbCsa3Enhance,remove, +E,30,android/media/MediaCas.SCRAMBLING_MODE_DVB_CSA3_MINIMAL,4,Android.Media.MediaCasScramblingModeType,ScramblingModeDvbCsa3Minimal,remove, +E,30,android/media/MediaCas.SCRAMBLING_MODE_DVB_CSA3_STANDARD,3,Android.Media.MediaCasScramblingModeType,ScramblingModeDvbCsa3Standard,remove, +E,30,android/media/MediaCas.SCRAMBLING_MODE_DVB_IDSA,7,Android.Media.MediaCasScramblingModeType,ScramblingModeDvbIdsa,remove, +E,30,android/media/MediaCas.SCRAMBLING_MODE_MULTI2,8,Android.Media.MediaCasScramblingModeType,ScramblingModeMulti2,remove, +E,30,android/media/MediaCas.SCRAMBLING_MODE_RESERVED,0,Android.Media.MediaCasScramblingModeType,ScramblingModeReserved,remove, +E,30,android/media/MediaCas.SCRAMBLING_MODE_TDES_ECB,12,Android.Media.MediaCasScramblingModeType,ScramblingModeTdesEcb,remove, +E,30,android/media/MediaCas.SCRAMBLING_MODE_TDES_SCTE52,13,Android.Media.MediaCasScramblingModeType,ScramblingModeTdesScte52,remove, +E,30,android/media/MediaCas.SESSION_USAGE_LIVE,0,Android.Media.MediaCasSessionUsageType,SessionUsageLive,remove, +E,30,android/media/MediaCas.SESSION_USAGE_PLAYBACK,1,Android.Media.MediaCasSessionUsageType,SessionUsagePlayback,remove, +E,30,android/media/MediaCas.SESSION_USAGE_RECORD,2,Android.Media.MediaCasSessionUsageType,SessionUsageRecord,remove, +E,30,android/media/MediaCas.SESSION_USAGE_TIMESHIFT,3,Android.Media.MediaCasSessionUsageType,SessionUsageTimeshift,remove, +E,23,android/media/MediaCodec$CodecException.ERROR_INSUFFICIENT_RESOURCE,1100,Android.Media.MediaCodecErrorCode,InsufficientResource,keep, +E,23,android/media/MediaCodec$CodecException.ERROR_RECLAIMED,1101,Android.Media.MediaCodecErrorCode,Reclaimed,keep, +E,29,android/media/MediaCodec$CryptoException.ERROR_FRAME_TOO_LARGE,8,Android.Media.MediaCodecCryptoErrorType,FrameTooLarge,remove, +E,21,android/media/MediaCodec$CryptoException.ERROR_INSUFFICIENT_OUTPUT_PROTECTION,4,Android.Media.MediaCodecCryptoErrorType,InsufficientOutputProtection,remove, +E,29,android/media/MediaCodec$CryptoException.ERROR_INSUFFICIENT_SECURITY,7,Android.Media.MediaCodecCryptoErrorType,InsufficientSecurity,remove, +E,19,android/media/MediaCodec$CryptoException.ERROR_KEY_EXPIRED,2,Android.Media.MediaCodecCryptoErrorType,KeyExpired,remove, +E,29,android/media/MediaCodec$CryptoException.ERROR_LOST_STATE,9,Android.Media.MediaCodecCryptoErrorType,LostState,remove, +E,19,android/media/MediaCodec$CryptoException.ERROR_NO_KEY,1,Android.Media.MediaCodecCryptoErrorType,NoKey,remove, +E,19,android/media/MediaCodec$CryptoException.ERROR_RESOURCE_BUSY,3,Android.Media.MediaCodecCryptoErrorType,ResourceBusy,remove, +E,23,android/media/MediaCodec$CryptoException.ERROR_SESSION_NOT_OPENED,5,Android.Media.MediaCodecCryptoErrorType,SessionNotOpened,remove, +E,24,android/media/MediaCodec$CryptoException.ERROR_UNSUPPORTED_OPERATION,6,Android.Media.MediaCodecCryptoErrorType,UnsupportedOperation,remove, +A,0,,0,Android.Media.MediaCodecBufferFlags,None,remove,flags +E,16,android/media/MediaCodec.BUFFER_FLAG_CODEC_CONFIG,2,Android.Media.MediaCodecBufferFlags,CodecConfig,remove,flags +E,16,android/media/MediaCodec.BUFFER_FLAG_END_OF_STREAM,4,Android.Media.MediaCodecBufferFlags,EndOfStream,remove,flags +E,21,android/media/MediaCodec.BUFFER_FLAG_KEY_FRAME,1,Android.Media.MediaCodecBufferFlags,KeyFrame,remove,flags +E,26,android/media/MediaCodec.BUFFER_FLAG_PARTIAL_FRAME,8,Android.Media.MediaCodecBufferFlags,PartialFrame,remove,flags +E,16,android/media/MediaCodec.BUFFER_FLAG_SYNC_FRAME,1,Android.Media.MediaCodecBufferFlags,SyncFrame,remove,flags +A,0,,0,Android.Media.MediaCodecConfigFlags,None,remove,flags +E,16,android/media/MediaCodec.CONFIGURE_FLAG_ENCODE,1,Android.Media.MediaCodecConfigFlags,Encode,remove,flags +?,30,android/media/MediaCodec.CONFIGURE_FLAG_USE_BLOCK_MODEL,2,,,, +E,24,android/media/MediaCodec.CRYPTO_MODE_AES_CBC,2,Android.Media.MediaCodecCryptoMode,AesCbc,remove, +E,16,android/media/MediaCodec.CRYPTO_MODE_AES_CTR,1,Android.Media.MediaCodecCryptoMode,AesCtr,remove, +E,16,android/media/MediaCodec.CRYPTO_MODE_UNENCRYPTED,0,Android.Media.MediaCodecCryptoMode,Unencrypted,remove, +E,16,android/media/MediaCodec.INFO_OUTPUT_BUFFERS_CHANGED,-3,Android.Media.MediaCodecInfoState,OutputBuffersChanged,remove, +E,16,android/media/MediaCodec.INFO_OUTPUT_FORMAT_CHANGED,-2,Android.Media.MediaCodecInfoState,OutputFormatChanged,remove, +E,16,android/media/MediaCodec.INFO_TRY_AGAIN_LATER,-1,Android.Media.MediaCodecInfoState,TryAgainLater,remove, +E,16,android/media/MediaCodec.VIDEO_SCALING_MODE_SCALE_TO_FIT,1,Android.Media.VideoScalingMode,ScaleToFit,remove, +E,16,android/media/MediaCodec.VIDEO_SCALING_MODE_SCALE_TO_FIT_WITH_CROPPING,2,Android.Media.VideoScalingMode,ScaleToFitWithCropping,remove, +E,16,android/media/MediaCodecInfo$CodecCapabilities.COLOR_Format12bitRGB444,3,Android.Media.MediaCodecCapabilities,Format12bitrgb444,remove, +E,16,android/media/MediaCodecInfo$CodecCapabilities.COLOR_Format16bitARGB1555,5,Android.Media.MediaCodecCapabilities,Format16bitargb1555,remove, +E,16,android/media/MediaCodecInfo$CodecCapabilities.COLOR_Format16bitARGB4444,4,Android.Media.MediaCodecCapabilities,Format16bitargb4444,remove, +E,16,android/media/MediaCodecInfo$CodecCapabilities.COLOR_Format16bitBGR565,7,Android.Media.MediaCodecCapabilities,Format16bitbgr565,remove, +E,16,android/media/MediaCodecInfo$CodecCapabilities.COLOR_Format16bitRGB565,6,Android.Media.MediaCodecCapabilities,Format16bitrgb565,remove, +E,16,android/media/MediaCodecInfo$CodecCapabilities.COLOR_Format18bitARGB1665,9,Android.Media.MediaCodecCapabilities,Format18bitargb1665,remove, +E,16,android/media/MediaCodecInfo$CodecCapabilities.COLOR_Format18BitBGR666,41,Android.Media.MediaCodecCapabilities,Format18bitbgr666,remove, +E,16,android/media/MediaCodecInfo$CodecCapabilities.COLOR_Format18bitRGB666,8,Android.Media.MediaCodecCapabilities,Format18bitrgb666,remove, +E,16,android/media/MediaCodecInfo$CodecCapabilities.COLOR_Format19bitARGB1666,10,Android.Media.MediaCodecCapabilities,Format19bitargb1666,remove, +E,16,android/media/MediaCodecInfo$CodecCapabilities.COLOR_Format24BitABGR6666,43,Android.Media.MediaCodecCapabilities,Format24bitabgr6666,remove, +E,16,android/media/MediaCodecInfo$CodecCapabilities.COLOR_Format24bitARGB1887,13,Android.Media.MediaCodecCapabilities,Format24bitargb1887,remove, +E,16,android/media/MediaCodecInfo$CodecCapabilities.COLOR_Format24BitARGB6666,42,Android.Media.MediaCodecCapabilities,Format24bitargb6666,remove, +E,16,android/media/MediaCodecInfo$CodecCapabilities.COLOR_Format24bitBGR888,12,Android.Media.MediaCodecCapabilities,Format24bitbgr888,remove, +E,16,android/media/MediaCodecInfo$CodecCapabilities.COLOR_Format24bitRGB888,11,Android.Media.MediaCodecCapabilities,Format24bitrgb888,remove, +E,16,android/media/MediaCodecInfo$CodecCapabilities.COLOR_Format25bitARGB1888,14,Android.Media.MediaCodecCapabilities,Format25bitargb1888,remove, +E,23,android/media/MediaCodecInfo$CodecCapabilities.COLOR_Format32bitABGR8888,2130747392,Android.Media.MediaCodecCapabilities,Format32bitabgr8888,remove, +E,16,android/media/MediaCodecInfo$CodecCapabilities.COLOR_Format32bitARGB8888,16,Android.Media.MediaCodecCapabilities,Format32bitargb8888,remove, +E,16,android/media/MediaCodecInfo$CodecCapabilities.COLOR_Format32bitBGRA8888,15,Android.Media.MediaCodecCapabilities,Format32bitbgra8888,remove, +E,16,android/media/MediaCodecInfo$CodecCapabilities.COLOR_Format8bitRGB332,2,Android.Media.MediaCodecCapabilities,Format8bitrgb332,remove, +E,16,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatCbYCrY,27,Android.Media.MediaCodecCapabilities,Formatcbycry,remove, +E,16,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatCrYCbY,28,Android.Media.MediaCodecCapabilities,Formatcrycby,remove, +E,16,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatL16,36,Android.Media.MediaCodecCapabilities,Formatl16,remove, +E,16,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatL2,33,Android.Media.MediaCodecCapabilities,Formatl2,remove, +E,16,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatL24,37,Android.Media.MediaCodecCapabilities,Formatl24,remove, +E,16,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatL32,38,Android.Media.MediaCodecCapabilities,Formatl32,remove, +E,16,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatL4,34,Android.Media.MediaCodecCapabilities,Formatl4,remove, +E,16,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatL8,35,Android.Media.MediaCodecCapabilities,Formatl8,remove, +E,16,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatMonochrome,1,Android.Media.MediaCodecCapabilities,Formatmonochrome,remove, +E,16,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatRawBayer10bit,31,Android.Media.MediaCodecCapabilities,Formatrawbayer10bit,remove, +E,16,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatRawBayer8bit,30,Android.Media.MediaCodecCapabilities,Formatrawbayer8bit,remove, +E,16,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatRawBayer8bitcompressed,32,Android.Media.MediaCodecCapabilities,Formatrawbayer8bitcompressed,remove, +E,23,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatRGBAFlexible,2134288520,Android.Media.MediaCodecCapabilities,Formatrgbaflexible,remove, +E,23,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatRGBFlexible,2134292616,Android.Media.MediaCodecCapabilities,Formatrgbflexible,remove, +E,18,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatSurface,2130708361,Android.Media.MediaCodecCapabilities,Formatsurface,remove, +E,16,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatYCbYCr,25,Android.Media.MediaCodecCapabilities,Formatycbycr,remove, +E,16,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatYCrYCb,26,Android.Media.MediaCodecCapabilities,Formatycrycb,remove, +E,16,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatYUV411PackedPlanar,18,Android.Media.MediaCodecCapabilities,Formatyuv411packedplanar,remove, +E,16,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatYUV411Planar,17,Android.Media.MediaCodecCapabilities,Formatyuv411planar,remove, +E,21,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatYUV420Flexible,2135033992,Android.Media.MediaCodecCapabilities,Formatyuv420flexible,remove, +E,16,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatYUV420PackedPlanar,20,Android.Media.MediaCodecCapabilities,Formatyuv420packedplanar,remove, +E,16,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatYUV420PackedSemiPlanar,39,Android.Media.MediaCodecCapabilities,Formatyuv420packedsemiplanar,remove, +E,16,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatYUV420Planar,19,Android.Media.MediaCodecCapabilities,Formatyuv420planar,remove, +E,16,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatYUV420SemiPlanar,21,Android.Media.MediaCodecCapabilities,Formatyuv420semiplanar,remove, +E,23,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatYUV422Flexible,2135042184,Android.Media.MediaCodecCapabilities,Formatyuv422flexible,remove, +E,16,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatYUV422PackedPlanar,23,Android.Media.MediaCodecCapabilities,Formatyuv422packedplanar,remove, +E,16,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatYUV422PackedSemiPlanar,40,Android.Media.MediaCodecCapabilities,Formatyuv422packedsemiplanar,remove, +E,16,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatYUV422Planar,22,Android.Media.MediaCodecCapabilities,Formatyuv422planar,remove, +E,16,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatYUV422SemiPlanar,24,Android.Media.MediaCodecCapabilities,Formatyuv422semiplanar,remove, +E,23,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatYUV444Flexible,2135181448,Android.Media.MediaCodecCapabilities,Formatyuv444flexible,remove, +E,16,android/media/MediaCodecInfo$CodecCapabilities.COLOR_FormatYUV444Interleaved,29,Android.Media.MediaCodecCapabilities,Formatyuv444interleaved,remove, +E,16,android/media/MediaCodecInfo$CodecCapabilities.COLOR_QCOM_FormatYUV420SemiPlanar,2141391872,Android.Media.MediaCodecCapabilities,QcomFormatyuv420semiplanar,remove, +E,16,android/media/MediaCodecInfo$CodecCapabilities.COLOR_TI_FormatYUV420PackedSemiPlanar,2130706688,Android.Media.MediaCodecCapabilities,TiFormatyuv420packedsemiplanar,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.AACObjectELD,39,Android.Media.MediaCodecProfileType,Aacobjecteld,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.AACObjectERLC,17,Android.Media.MediaCodecProfileType,Aacobjecterlc,remove, +E,26,android/media/MediaCodecInfo$CodecProfileLevel.AACObjectERScalable,20,Android.Media.MediaCodecProfileType,Aacobjecterscalable,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.AACObjectHE,5,Android.Media.MediaCodecProfileType,Aacobjecthe,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.AACObjectHE_PS,29,Android.Media.MediaCodecProfileType,AacobjecthePs,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.AACObjectLC,2,Android.Media.MediaCodecProfileType,Aacobjectlc,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.AACObjectLD,23,Android.Media.MediaCodecProfileType,Aacobjectld,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.AACObjectLTP,4,Android.Media.MediaCodecProfileType,Aacobjectltp,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.AACObjectMain,1,Android.Media.MediaCodecProfileType,Aacobjectmain,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.AACObjectScalable,6,Android.Media.MediaCodecProfileType,Aacobjectscalable,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.AACObjectSSR,3,Android.Media.MediaCodecProfileType,Aacobjectssr,remove, +E,28,android/media/MediaCodecInfo$CodecProfileLevel.AACObjectXHE,42,Android.Media.MediaCodecProfileType,Aacobjectxhe,remove, +E,29,android/media/MediaCodecInfo$CodecProfileLevel.AV1Level2,1,Android.Media.MediaCodecProfileLevel,Av1level2,remove, +E,29,android/media/MediaCodecInfo$CodecProfileLevel.AV1Level21,2,Android.Media.MediaCodecProfileLevel,Av1level21,remove, +E,29,android/media/MediaCodecInfo$CodecProfileLevel.AV1Level22,4,Android.Media.MediaCodecProfileLevel,Av1level22,remove, +E,29,android/media/MediaCodecInfo$CodecProfileLevel.AV1Level23,8,Android.Media.MediaCodecProfileLevel,Av1level23,remove, +E,29,android/media/MediaCodecInfo$CodecProfileLevel.AV1Level3,16,Android.Media.MediaCodecProfileLevel,Av1level3,remove, +E,29,android/media/MediaCodecInfo$CodecProfileLevel.AV1Level31,32,Android.Media.MediaCodecProfileLevel,Av1level31,remove, +E,29,android/media/MediaCodecInfo$CodecProfileLevel.AV1Level32,64,Android.Media.MediaCodecProfileLevel,Av1level32,remove, +E,29,android/media/MediaCodecInfo$CodecProfileLevel.AV1Level33,128,Android.Media.MediaCodecProfileLevel,Av1level33,remove, +E,29,android/media/MediaCodecInfo$CodecProfileLevel.AV1Level4,256,Android.Media.MediaCodecProfileLevel,Av1level4,remove, +E,29,android/media/MediaCodecInfo$CodecProfileLevel.AV1Level41,512,Android.Media.MediaCodecProfileLevel,Av1level41,remove, +E,29,android/media/MediaCodecInfo$CodecProfileLevel.AV1Level42,1024,Android.Media.MediaCodecProfileLevel,Av1level42,remove, +E,29,android/media/MediaCodecInfo$CodecProfileLevel.AV1Level43,2048,Android.Media.MediaCodecProfileLevel,Av1level43,remove, +E,29,android/media/MediaCodecInfo$CodecProfileLevel.AV1Level5,4096,Android.Media.MediaCodecProfileLevel,Av1level5,remove, +E,29,android/media/MediaCodecInfo$CodecProfileLevel.AV1Level51,8192,Android.Media.MediaCodecProfileLevel,Av1level51,remove, +E,29,android/media/MediaCodecInfo$CodecProfileLevel.AV1Level52,16384,Android.Media.MediaCodecProfileLevel,Av1level52,remove, +E,29,android/media/MediaCodecInfo$CodecProfileLevel.AV1Level53,32768,Android.Media.MediaCodecProfileLevel,Av1level53,remove, +E,29,android/media/MediaCodecInfo$CodecProfileLevel.AV1Level6,65536,Android.Media.MediaCodecProfileLevel,Av1level6,remove, +E,29,android/media/MediaCodecInfo$CodecProfileLevel.AV1Level61,131072,Android.Media.MediaCodecProfileLevel,Av1level61,remove, +E,29,android/media/MediaCodecInfo$CodecProfileLevel.AV1Level62,262144,Android.Media.MediaCodecProfileLevel,Av1level62,remove, +E,29,android/media/MediaCodecInfo$CodecProfileLevel.AV1Level63,524288,Android.Media.MediaCodecProfileLevel,Av1level63,remove, +E,29,android/media/MediaCodecInfo$CodecProfileLevel.AV1Level7,1048576,Android.Media.MediaCodecProfileLevel,Av1level7,remove, +E,29,android/media/MediaCodecInfo$CodecProfileLevel.AV1Level71,2097152,Android.Media.MediaCodecProfileLevel,Av1level71,remove, +E,29,android/media/MediaCodecInfo$CodecProfileLevel.AV1Level72,4194304,Android.Media.MediaCodecProfileLevel,Av1level72,remove, +E,29,android/media/MediaCodecInfo$CodecProfileLevel.AV1Level73,8388608,Android.Media.MediaCodecProfileLevel,Av1level73,remove, +E,29,android/media/MediaCodecInfo$CodecProfileLevel.AV1ProfileMain10,2,Android.Media.MediaCodecProfileType,Av1profilemain10,remove, +E,29,android/media/MediaCodecInfo$CodecProfileLevel.AV1ProfileMain10HDR10,4096,Android.Media.MediaCodecProfileType,Av1profilemain10hdr10,remove, +E,29,android/media/MediaCodecInfo$CodecProfileLevel.AV1ProfileMain10HDR10Plus,8192,Android.Media.MediaCodecProfileType,Av1profilemain10hdr10plus,remove, +E,29,android/media/MediaCodecInfo$CodecProfileLevel.AV1ProfileMain8,1,Android.Media.MediaCodecProfileType,Av1profilemain8,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.AVCLevel1,1,Android.Media.MediaCodecProfileLevel,Avclevel1,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.AVCLevel11,4,Android.Media.MediaCodecProfileLevel,Avclevel11,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.AVCLevel12,8,Android.Media.MediaCodecProfileLevel,Avclevel12,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.AVCLevel13,16,Android.Media.MediaCodecProfileLevel,Avclevel13,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.AVCLevel1b,2,Android.Media.MediaCodecProfileLevel,Avclevel1b,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.AVCLevel2,32,Android.Media.MediaCodecProfileLevel,Avclevel2,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.AVCLevel21,64,Android.Media.MediaCodecProfileLevel,Avclevel21,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.AVCLevel22,128,Android.Media.MediaCodecProfileLevel,Avclevel22,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.AVCLevel3,256,Android.Media.MediaCodecProfileLevel,Avclevel3,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.AVCLevel31,512,Android.Media.MediaCodecProfileLevel,Avclevel31,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.AVCLevel32,1024,Android.Media.MediaCodecProfileLevel,Avclevel32,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.AVCLevel4,2048,Android.Media.MediaCodecProfileLevel,Avclevel4,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.AVCLevel41,4096,Android.Media.MediaCodecProfileLevel,Avclevel41,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.AVCLevel42,8192,Android.Media.MediaCodecProfileLevel,Avclevel42,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.AVCLevel5,16384,Android.Media.MediaCodecProfileLevel,Avclevel5,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.AVCLevel51,32768,Android.Media.MediaCodecProfileLevel,Avclevel51,remove, +E,21,android/media/MediaCodecInfo$CodecProfileLevel.AVCLevel52,65536,Android.Media.MediaCodecProfileLevel,Avclevel52,remove, +E,29,android/media/MediaCodecInfo$CodecProfileLevel.AVCLevel6,131072,Android.Media.MediaCodecProfileLevel,Avclevel6,remove, +E,29,android/media/MediaCodecInfo$CodecProfileLevel.AVCLevel61,262144,Android.Media.MediaCodecProfileLevel,Avclevel61,remove, +E,29,android/media/MediaCodecInfo$CodecProfileLevel.AVCLevel62,524288,Android.Media.MediaCodecProfileLevel,Avclevel62,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.AVCProfileBaseline,1,Android.Media.MediaCodecProfileType,Avcprofilebaseline,remove, +E,27,android/media/MediaCodecInfo$CodecProfileLevel.AVCProfileConstrainedBaseline,65536,Android.Media.MediaCodecProfileType,Avcprofileconstrainedbaseline,remove, +E,27,android/media/MediaCodecInfo$CodecProfileLevel.AVCProfileConstrainedHigh,524288,Android.Media.MediaCodecProfileType,Avcprofileconstrainedhigh,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.AVCProfileExtended,4,Android.Media.MediaCodecProfileType,Avcprofileextended,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.AVCProfileHigh,8,Android.Media.MediaCodecProfileType,Avcprofilehigh,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.AVCProfileHigh10,16,Android.Media.MediaCodecProfileType,Avcprofilehigh10,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.AVCProfileHigh422,32,Android.Media.MediaCodecProfileType,Avcprofilehigh422,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.AVCProfileHigh444,64,Android.Media.MediaCodecProfileType,Avcprofilehigh444,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.AVCProfileMain,2,Android.Media.MediaCodecProfileType,Avcprofilemain,remove, +E,24,android/media/MediaCodecInfo$CodecProfileLevel.DolbyVisionLevelFhd24,4,Android.Media.MediaCodecProfileLevel,Dolbyvisionlevelfhd24,remove, +E,24,android/media/MediaCodecInfo$CodecProfileLevel.DolbyVisionLevelFhd30,8,Android.Media.MediaCodecProfileLevel,Dolbyvisionlevelfhd30,remove, +E,24,android/media/MediaCodecInfo$CodecProfileLevel.DolbyVisionLevelFhd60,16,Android.Media.MediaCodecProfileLevel,Dolbyvisionlevelfhd60,remove, +E,24,android/media/MediaCodecInfo$CodecProfileLevel.DolbyVisionLevelHd24,1,Android.Media.MediaCodecProfileLevel,Dolbyvisionlevelhd24,remove, +E,24,android/media/MediaCodecInfo$CodecProfileLevel.DolbyVisionLevelHd30,2,Android.Media.MediaCodecProfileLevel,Dolbyvisionlevelhd30,remove, +E,24,android/media/MediaCodecInfo$CodecProfileLevel.DolbyVisionLevelUhd24,32,Android.Media.MediaCodecProfileLevel,Dolbyvisionleveluhd24,remove, +E,24,android/media/MediaCodecInfo$CodecProfileLevel.DolbyVisionLevelUhd30,64,Android.Media.MediaCodecProfileLevel,Dolbyvisionleveluhd30,remove, +E,24,android/media/MediaCodecInfo$CodecProfileLevel.DolbyVisionLevelUhd48,128,Android.Media.MediaCodecProfileLevel,Dolbyvisionleveluhd48,remove, +E,24,android/media/MediaCodecInfo$CodecProfileLevel.DolbyVisionLevelUhd60,256,Android.Media.MediaCodecProfileLevel,Dolbyvisionleveluhd60,remove, +?,30,android/media/MediaCodecInfo$CodecProfileLevel.DolbyVisionProfileDvav110,1024,,,, +E,24,android/media/MediaCodecInfo$CodecProfileLevel.DolbyVisionProfileDvavPen,2,Android.Media.MediaCodecProfileType,Dolbyvisionprofiledvavpen,remove, +E,24,android/media/MediaCodecInfo$CodecProfileLevel.DolbyVisionProfileDvavPer,1,Android.Media.MediaCodecProfileType,Dolbyvisionprofiledvavper,remove, +E,27,android/media/MediaCodecInfo$CodecProfileLevel.DolbyVisionProfileDvavSe,512,Android.Media.MediaCodecProfileType,Dolbyvisionprofiledvavse,remove, +E,24,android/media/MediaCodecInfo$CodecProfileLevel.DolbyVisionProfileDvheDen,8,Android.Media.MediaCodecProfileType,Dolbyvisionprofiledvheden,remove, +E,24,android/media/MediaCodecInfo$CodecProfileLevel.DolbyVisionProfileDvheDer,4,Android.Media.MediaCodecProfileType,Dolbyvisionprofiledvheder,remove, +E,24,android/media/MediaCodecInfo$CodecProfileLevel.DolbyVisionProfileDvheDtb,128,Android.Media.MediaCodecProfileType,Dolbyvisionprofiledvhedtb,remove, +E,24,android/media/MediaCodecInfo$CodecProfileLevel.DolbyVisionProfileDvheDth,64,Android.Media.MediaCodecProfileType,Dolbyvisionprofiledvhedth,remove, +E,24,android/media/MediaCodecInfo$CodecProfileLevel.DolbyVisionProfileDvheDtr,16,Android.Media.MediaCodecProfileType,Dolbyvisionprofiledvhedtr,remove, +E,27,android/media/MediaCodecInfo$CodecProfileLevel.DolbyVisionProfileDvheSt,256,Android.Media.MediaCodecProfileType,Dolbyvisionprofiledvhest,remove, +E,24,android/media/MediaCodecInfo$CodecProfileLevel.DolbyVisionProfileDvheStn,32,Android.Media.MediaCodecProfileType,Dolbyvisionprofiledvhestn,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.H263Level10,1,Android.Media.MediaCodecProfileLevel,H263level10,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.H263Level20,2,Android.Media.MediaCodecProfileLevel,H263level20,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.H263Level30,4,Android.Media.MediaCodecProfileLevel,H263level30,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.H263Level40,8,Android.Media.MediaCodecProfileLevel,H263level40,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.H263Level45,16,Android.Media.MediaCodecProfileLevel,H263level45,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.H263Level50,32,Android.Media.MediaCodecProfileLevel,H263level50,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.H263Level60,64,Android.Media.MediaCodecProfileLevel,H263level60,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.H263Level70,128,Android.Media.MediaCodecProfileLevel,H263level70,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.H263ProfileBackwardCompatible,4,Android.Media.MediaCodecProfileType,H263profilebackwardcompatible,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.H263ProfileBaseline,1,Android.Media.MediaCodecProfileType,H263profilebaseline,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.H263ProfileH320Coding,2,Android.Media.MediaCodecProfileType,H263profileh320coding,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.H263ProfileHighCompression,32,Android.Media.MediaCodecProfileType,H263profilehighcompression,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.H263ProfileHighLatency,256,Android.Media.MediaCodecProfileType,H263profilehighlatency,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.H263ProfileInterlace,128,Android.Media.MediaCodecProfileType,H263profileinterlace,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.H263ProfileInternet,64,Android.Media.MediaCodecProfileType,H263profileinternet,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.H263ProfileISWV2,8,Android.Media.MediaCodecProfileType,H263profileiswv2,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.H263ProfileISWV3,16,Android.Media.MediaCodecProfileType,H263profileiswv3,remove, +E,21,android/media/MediaCodecInfo$CodecProfileLevel.HEVCHighTierLevel1,2,Android.Media.MediaCodecProfileLevel,Hevchightierlevel1,remove, +E,21,android/media/MediaCodecInfo$CodecProfileLevel.HEVCHighTierLevel2,8,Android.Media.MediaCodecProfileLevel,Hevchightierlevel2,remove, +E,21,android/media/MediaCodecInfo$CodecProfileLevel.HEVCHighTierLevel21,32,Android.Media.MediaCodecProfileLevel,Hevchightierlevel21,remove, +E,21,android/media/MediaCodecInfo$CodecProfileLevel.HEVCHighTierLevel3,128,Android.Media.MediaCodecProfileLevel,Hevchightierlevel3,remove, +E,21,android/media/MediaCodecInfo$CodecProfileLevel.HEVCHighTierLevel31,512,Android.Media.MediaCodecProfileLevel,Hevchightierlevel31,remove, +E,21,android/media/MediaCodecInfo$CodecProfileLevel.HEVCHighTierLevel4,2048,Android.Media.MediaCodecProfileLevel,Hevchightierlevel4,remove, +E,21,android/media/MediaCodecInfo$CodecProfileLevel.HEVCHighTierLevel41,8192,Android.Media.MediaCodecProfileLevel,Hevchightierlevel41,remove, +E,21,android/media/MediaCodecInfo$CodecProfileLevel.HEVCHighTierLevel5,32768,Android.Media.MediaCodecProfileLevel,Hevchightierlevel5,remove, +E,21,android/media/MediaCodecInfo$CodecProfileLevel.HEVCHighTierLevel51,131072,Android.Media.MediaCodecProfileLevel,Hevchightierlevel51,remove, +E,21,android/media/MediaCodecInfo$CodecProfileLevel.HEVCHighTierLevel52,524288,Android.Media.MediaCodecProfileLevel,Hevchightierlevel52,remove, +E,21,android/media/MediaCodecInfo$CodecProfileLevel.HEVCHighTierLevel6,2097152,Android.Media.MediaCodecProfileLevel,Hevchightierlevel6,remove, +E,21,android/media/MediaCodecInfo$CodecProfileLevel.HEVCHighTierLevel61,8388608,Android.Media.MediaCodecProfileLevel,Hevchightierlevel61,remove, +E,21,android/media/MediaCodecInfo$CodecProfileLevel.HEVCHighTierLevel62,33554432,Android.Media.MediaCodecProfileLevel,Hevchightierlevel62,remove, +E,21,android/media/MediaCodecInfo$CodecProfileLevel.HEVCMainTierLevel1,1,Android.Media.MediaCodecProfileLevel,Hevcmaintierlevel1,remove, +E,21,android/media/MediaCodecInfo$CodecProfileLevel.HEVCMainTierLevel2,4,Android.Media.MediaCodecProfileLevel,Hevcmaintierlevel2,remove, +E,21,android/media/MediaCodecInfo$CodecProfileLevel.HEVCMainTierLevel21,16,Android.Media.MediaCodecProfileLevel,Hevcmaintierlevel21,remove, +E,21,android/media/MediaCodecInfo$CodecProfileLevel.HEVCMainTierLevel3,64,Android.Media.MediaCodecProfileLevel,Hevcmaintierlevel3,remove, +E,21,android/media/MediaCodecInfo$CodecProfileLevel.HEVCMainTierLevel31,256,Android.Media.MediaCodecProfileLevel,Hevcmaintierlevel31,remove, +E,21,android/media/MediaCodecInfo$CodecProfileLevel.HEVCMainTierLevel4,1024,Android.Media.MediaCodecProfileLevel,Hevcmaintierlevel4,remove, +E,21,android/media/MediaCodecInfo$CodecProfileLevel.HEVCMainTierLevel41,4096,Android.Media.MediaCodecProfileLevel,Hevcmaintierlevel41,remove, +E,21,android/media/MediaCodecInfo$CodecProfileLevel.HEVCMainTierLevel5,16384,Android.Media.MediaCodecProfileLevel,Hevcmaintierlevel5,remove, +E,21,android/media/MediaCodecInfo$CodecProfileLevel.HEVCMainTierLevel51,65536,Android.Media.MediaCodecProfileLevel,Hevcmaintierlevel51,remove, +E,21,android/media/MediaCodecInfo$CodecProfileLevel.HEVCMainTierLevel52,262144,Android.Media.MediaCodecProfileLevel,Hevcmaintierlevel52,remove, +E,21,android/media/MediaCodecInfo$CodecProfileLevel.HEVCMainTierLevel6,1048576,Android.Media.MediaCodecProfileLevel,Hevcmaintierlevel6,remove, +E,21,android/media/MediaCodecInfo$CodecProfileLevel.HEVCMainTierLevel61,4194304,Android.Media.MediaCodecProfileLevel,Hevcmaintierlevel61,remove, +E,21,android/media/MediaCodecInfo$CodecProfileLevel.HEVCMainTierLevel62,16777216,Android.Media.MediaCodecProfileLevel,Hevcmaintierlevel62,remove, +E,21,android/media/MediaCodecInfo$CodecProfileLevel.HEVCProfileMain,1,Android.Media.MediaCodecProfileType,Hevcprofilemain,remove, +E,21,android/media/MediaCodecInfo$CodecProfileLevel.HEVCProfileMain10,2,Android.Media.MediaCodecProfileType,Hevcprofilemain10,remove, +E,24,android/media/MediaCodecInfo$CodecProfileLevel.HEVCProfileMain10HDR10,4096,Android.Media.MediaCodecProfileType,Hevcprofilemain10hdr10,remove, +E,29,android/media/MediaCodecInfo$CodecProfileLevel.HEVCProfileMain10HDR10Plus,8192,Android.Media.MediaCodecProfileType,Hevcprofilemain10hdr10plus,remove, +E,28,android/media/MediaCodecInfo$CodecProfileLevel.HEVCProfileMainStill,4,Android.Media.MediaCodecProfileType,Hevcprofilemainstill,remove, +E,23,android/media/MediaCodecInfo$CodecProfileLevel.MPEG2LevelH14,2,Android.Media.MediaCodecProfileLevel,Mpeg2levelh14,remove, +E,23,android/media/MediaCodecInfo$CodecProfileLevel.MPEG2LevelHL,3,Android.Media.MediaCodecProfileLevel,Mpeg2levelhl,remove, +E,24,android/media/MediaCodecInfo$CodecProfileLevel.MPEG2LevelHP,4,Android.Media.MediaCodecProfileLevel,Mpeg2levelhp,remove, +E,23,android/media/MediaCodecInfo$CodecProfileLevel.MPEG2LevelLL,0,Android.Media.MediaCodecProfileLevel,Mpeg2levelll,remove, +E,23,android/media/MediaCodecInfo$CodecProfileLevel.MPEG2LevelML,1,Android.Media.MediaCodecProfileLevel,Mpeg2levelml,remove, +E,23,android/media/MediaCodecInfo$CodecProfileLevel.MPEG2Profile422,2,Android.Media.MediaCodecProfileType,Mpeg2profile422,remove, +E,23,android/media/MediaCodecInfo$CodecProfileLevel.MPEG2ProfileHigh,5,Android.Media.MediaCodecProfileType,Mpeg2profilehigh,remove, +E,23,android/media/MediaCodecInfo$CodecProfileLevel.MPEG2ProfileMain,1,Android.Media.MediaCodecProfileType,Mpeg2profilemain,remove, +E,23,android/media/MediaCodecInfo$CodecProfileLevel.MPEG2ProfileSimple,0,Android.Media.MediaCodecProfileType,Mpeg2profilesimple,remove, +E,23,android/media/MediaCodecInfo$CodecProfileLevel.MPEG2ProfileSNR,3,Android.Media.MediaCodecProfileType,Mpeg2profilesnr,remove, +E,23,android/media/MediaCodecInfo$CodecProfileLevel.MPEG2ProfileSpatial,4,Android.Media.MediaCodecProfileType,Mpeg2profilespatial,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.MPEG4Level0,1,Android.Media.MediaCodecProfileLevel,Mpeg4level0,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.MPEG4Level0b,2,Android.Media.MediaCodecProfileLevel,Mpeg4level0b,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.MPEG4Level1,4,Android.Media.MediaCodecProfileLevel,Mpeg4level1,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.MPEG4Level2,8,Android.Media.MediaCodecProfileLevel,Mpeg4level2,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.MPEG4Level3,16,Android.Media.MediaCodecProfileLevel,Mpeg4level3,remove, +E,24,android/media/MediaCodecInfo$CodecProfileLevel.MPEG4Level3b,24,Android.Media.MediaCodecProfileLevel,Mpeg4level3b,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.MPEG4Level4,32,Android.Media.MediaCodecProfileLevel,Mpeg4level4,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.MPEG4Level4a,64,Android.Media.MediaCodecProfileLevel,Mpeg4level4a,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.MPEG4Level5,128,Android.Media.MediaCodecProfileLevel,Mpeg4level5,remove, +E,24,android/media/MediaCodecInfo$CodecProfileLevel.MPEG4Level6,256,Android.Media.MediaCodecProfileLevel,Mpeg4level6,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.MPEG4ProfileAdvancedCoding,4096,Android.Media.MediaCodecProfileType,Mpeg4profileadvancedcoding,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.MPEG4ProfileAdvancedCore,8192,Android.Media.MediaCodecProfileType,Mpeg4profileadvancedcore,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.MPEG4ProfileAdvancedRealTime,1024,Android.Media.MediaCodecProfileType,Mpeg4profileadvancedrealtime,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.MPEG4ProfileAdvancedScalable,16384,Android.Media.MediaCodecProfileType,Mpeg4profileadvancedscalable,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.MPEG4ProfileAdvancedSimple,32768,Android.Media.MediaCodecProfileType,Mpeg4profileadvancedsimple,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.MPEG4ProfileBasicAnimated,256,Android.Media.MediaCodecProfileType,Mpeg4profilebasicanimated,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.MPEG4ProfileCore,4,Android.Media.MediaCodecProfileType,Mpeg4profilecore,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.MPEG4ProfileCoreScalable,2048,Android.Media.MediaCodecProfileType,Mpeg4profilecorescalable,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.MPEG4ProfileHybrid,512,Android.Media.MediaCodecProfileType,Mpeg4profilehybrid,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.MPEG4ProfileMain,8,Android.Media.MediaCodecProfileType,Mpeg4profilemain,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.MPEG4ProfileNbit,16,Android.Media.MediaCodecProfileType,Mpeg4profilenbit,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.MPEG4ProfileScalableTexture,32,Android.Media.MediaCodecProfileType,Mpeg4profilescalabletexture,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.MPEG4ProfileSimple,1,Android.Media.MediaCodecProfileType,Mpeg4profilesimple,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.MPEG4ProfileSimpleFace,64,Android.Media.MediaCodecProfileType,Mpeg4profilesimpleface,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.MPEG4ProfileSimpleFBA,128,Android.Media.MediaCodecProfileType,Mpeg4profilesimplefba,remove, +E,16,android/media/MediaCodecInfo$CodecProfileLevel.MPEG4ProfileSimpleScalable,2,Android.Media.MediaCodecProfileType,Mpeg4profilesimplescalable,remove, +E,18,android/media/MediaCodecInfo$CodecProfileLevel.VP8Level_Version0,1,Android.Media.MediaCodecProfileLevel,Vp8levelVersion0,remove, +E,18,android/media/MediaCodecInfo$CodecProfileLevel.VP8Level_Version1,2,Android.Media.MediaCodecProfileLevel,Vp8levelVersion1,remove, +E,18,android/media/MediaCodecInfo$CodecProfileLevel.VP8Level_Version2,4,Android.Media.MediaCodecProfileLevel,Vp8levelVersion2,remove, +E,18,android/media/MediaCodecInfo$CodecProfileLevel.VP8Level_Version3,8,Android.Media.MediaCodecProfileLevel,Vp8levelVersion3,remove, +E,18,android/media/MediaCodecInfo$CodecProfileLevel.VP8ProfileMain,1,Android.Media.MediaCodecProfileType,Vp8profilemain,remove, +E,24,android/media/MediaCodecInfo$CodecProfileLevel.VP9Level1,1,Android.Media.MediaCodecProfileLevel,Vp9level1,remove, +E,24,android/media/MediaCodecInfo$CodecProfileLevel.VP9Level11,2,Android.Media.MediaCodecProfileLevel,Vp9level11,remove, +E,24,android/media/MediaCodecInfo$CodecProfileLevel.VP9Level2,4,Android.Media.MediaCodecProfileLevel,Vp9level2,remove, +E,24,android/media/MediaCodecInfo$CodecProfileLevel.VP9Level21,8,Android.Media.MediaCodecProfileLevel,Vp9level21,remove, +E,24,android/media/MediaCodecInfo$CodecProfileLevel.VP9Level3,16,Android.Media.MediaCodecProfileLevel,Vp9level3,remove, +E,24,android/media/MediaCodecInfo$CodecProfileLevel.VP9Level31,32,Android.Media.MediaCodecProfileLevel,Vp9level31,remove, +E,24,android/media/MediaCodecInfo$CodecProfileLevel.VP9Level4,64,Android.Media.MediaCodecProfileLevel,Vp9level4,remove, +E,24,android/media/MediaCodecInfo$CodecProfileLevel.VP9Level41,128,Android.Media.MediaCodecProfileLevel,Vp9level41,remove, +E,24,android/media/MediaCodecInfo$CodecProfileLevel.VP9Level5,256,Android.Media.MediaCodecProfileLevel,Vp9level5,remove, +E,24,android/media/MediaCodecInfo$CodecProfileLevel.VP9Level51,512,Android.Media.MediaCodecProfileLevel,Vp9level51,remove, +E,24,android/media/MediaCodecInfo$CodecProfileLevel.VP9Level52,1024,Android.Media.MediaCodecProfileLevel,Vp9level52,remove, +E,24,android/media/MediaCodecInfo$CodecProfileLevel.VP9Level6,2048,Android.Media.MediaCodecProfileLevel,Vp9level6,remove, +E,24,android/media/MediaCodecInfo$CodecProfileLevel.VP9Level61,4096,Android.Media.MediaCodecProfileLevel,Vp9level61,remove, +E,24,android/media/MediaCodecInfo$CodecProfileLevel.VP9Level62,8192,Android.Media.MediaCodecProfileLevel,Vp9level62,remove, +E,24,android/media/MediaCodecInfo$CodecProfileLevel.VP9Profile0,1,Android.Media.MediaCodecProfileType,Vp9profile0,remove, +E,24,android/media/MediaCodecInfo$CodecProfileLevel.VP9Profile1,2,Android.Media.MediaCodecProfileType,Vp9profile1,remove, +E,24,android/media/MediaCodecInfo$CodecProfileLevel.VP9Profile2,4,Android.Media.MediaCodecProfileType,Vp9profile2,remove, +E,24,android/media/MediaCodecInfo$CodecProfileLevel.VP9Profile2HDR,4096,Android.Media.MediaCodecProfileType,Vp9profile2hdr,remove, +E,29,android/media/MediaCodecInfo$CodecProfileLevel.VP9Profile2HDR10Plus,16384,Android.Media.MediaCodecProfileType,Vp9profile2hdr10plus,remove, +E,24,android/media/MediaCodecInfo$CodecProfileLevel.VP9Profile3,8,Android.Media.MediaCodecProfileType,Vp9profile3,remove, +E,24,android/media/MediaCodecInfo$CodecProfileLevel.VP9Profile3HDR,8192,Android.Media.MediaCodecProfileType,Vp9profile3hdr,remove, +E,29,android/media/MediaCodecInfo$CodecProfileLevel.VP9Profile3HDR10Plus,32768,Android.Media.MediaCodecProfileType,Vp9profile3hdr10plus,remove, +E,21,android/media/MediaCodecInfo$EncoderCapabilities.BITRATE_MODE_CBR,2,Android.Media.BitrateMode,Cbr,keep, +E,21,android/media/MediaCodecInfo$EncoderCapabilities.BITRATE_MODE_CQ,0,Android.Media.BitrateMode,Cq,keep, +E,21,android/media/MediaCodecInfo$EncoderCapabilities.BITRATE_MODE_VBR,1,Android.Media.BitrateMode,Vbr,keep, +E,21,android/media/MediaCodecList.ALL_CODECS,1,Android.Media.MediaCodecListKind,AllCodecs,keep, +E,21,android/media/MediaCodecList.REGULAR_CODECS,0,Android.Media.MediaCodecListKind,RegularCodecs,keep, +?,23,android/media/MediaDrm$KeyRequest.REQUEST_TYPE_INITIAL,0,,,, +?,28,android/media/MediaDrm$KeyRequest.REQUEST_TYPE_NONE,3,,,, +?,23,android/media/MediaDrm$KeyRequest.REQUEST_TYPE_RELEASE,2,,,, +?,23,android/media/MediaDrm$KeyRequest.REQUEST_TYPE_RENEWAL,1,,,, +?,28,android/media/MediaDrm$KeyRequest.REQUEST_TYPE_UPDATE,4,,,, +E,23,android/media/MediaDrm$KeyStatus.STATUS_EXPIRED,1,Android.Media.MediaDrmStatusCode,Expired,keep, +E,23,android/media/MediaDrm$KeyStatus.STATUS_INTERNAL_ERROR,4,Android.Media.MediaDrmStatusCode,InternalError,keep, +E,23,android/media/MediaDrm$KeyStatus.STATUS_OUTPUT_NOT_ALLOWED,2,Android.Media.MediaDrmStatusCode,OutputNotAllowed,keep, +E,23,android/media/MediaDrm$KeyStatus.STATUS_PENDING,3,Android.Media.MediaDrmStatusCode,Pending,keep, +E,23,android/media/MediaDrm$KeyStatus.STATUS_USABLE,0,Android.Media.MediaDrmStatusCode,Usable,keep, +E,29,android/media/MediaDrm$KeyStatus.STATUS_USABLE_IN_FUTURE,5,Android.Media.MediaDrmStatusCode,UsableInFuture,keep, +E,29,android/media/MediaDrm$SessionException.ERROR_RESOURCE_CONTENTION,1,Android.Media.ErrorCode,ResourceContention,remove, +E,29,android/media/MediaDrm$SessionException.ERROR_UNKNOWN,0,Android.Media.ErrorCode,Unknown,remove, +E,18,android/media/MediaDrm.EVENT_KEY_EXPIRED,3,Android.Media.MediaDrmEventType,KeyExpired,remove, +E,18,android/media/MediaDrm.EVENT_KEY_REQUIRED,2,Android.Media.MediaDrmEventType,KeyRequired,remove, +E,18,android/media/MediaDrm.EVENT_PROVISION_REQUIRED,1,Android.Media.MediaDrmEventType,ProvisionRequired,remove, +E,23,android/media/MediaDrm.EVENT_SESSION_RECLAIMED,5,Android.Media.MediaDrmEventType,SessionReclaimed,remove, +E,18,android/media/MediaDrm.EVENT_VENDOR_DEFINED,4,Android.Media.MediaDrmEventType,VendorDefined,remove, +E,28,android/media/MediaDrm.HDCP_LEVEL_UNKNOWN,0,Android.Media.HdcpLevel,LevelUnknown,remove, +E,28,android/media/MediaDrm.HDCP_NO_DIGITAL_OUTPUT,2147483647,Android.Media.HdcpLevel,NoDigitalOutput,remove, +E,28,android/media/MediaDrm.HDCP_NONE,1,Android.Media.HdcpLevel,None,remove, +E,28,android/media/MediaDrm.HDCP_V1,2,Android.Media.HdcpLevel,V1,remove, +E,28,android/media/MediaDrm.HDCP_V2,3,Android.Media.HdcpLevel,V2,remove, +E,28,android/media/MediaDrm.HDCP_V2_1,4,Android.Media.HdcpLevel,V21,remove, +E,28,android/media/MediaDrm.HDCP_V2_2,5,Android.Media.HdcpLevel,V22,remove, +E,29,android/media/MediaDrm.HDCP_V2_3,6,Android.Media.HdcpLevel,V23,remove, +E,18,android/media/MediaDrm.KEY_TYPE_OFFLINE,2,Android.Media.MediaDrmKeyType,Offline,remove, +E,18,android/media/MediaDrm.KEY_TYPE_RELEASE,3,Android.Media.MediaDrmKeyType,Release,remove, +E,18,android/media/MediaDrm.KEY_TYPE_STREAMING,1,Android.Media.MediaDrmKeyType,Streaming,remove, +E,29,android/media/MediaDrm.OFFLINE_LICENSE_STATE_RELEASED,2,Android.Media.OfflineLicenseState,Released,remove, +E,29,android/media/MediaDrm.OFFLINE_LICENSE_STATE_UNKNOWN,0,Android.Media.OfflineLicenseState,Unknown,remove, +E,29,android/media/MediaDrm.OFFLINE_LICENSE_STATE_USABLE,1,Android.Media.OfflineLicenseState,Usable,remove, +E,28,android/media/MediaDrm.SECURITY_LEVEL_HW_SECURE_ALL,5,Android.Media.SecurityLevel,HwSecureAll,remove, +E,28,android/media/MediaDrm.SECURITY_LEVEL_HW_SECURE_CRYPTO,3,Android.Media.SecurityLevel,HwSecureCrypto,remove, +E,28,android/media/MediaDrm.SECURITY_LEVEL_HW_SECURE_DECODE,4,Android.Media.SecurityLevel,HwSecureDecode,remove, +E,28,android/media/MediaDrm.SECURITY_LEVEL_SW_SECURE_CRYPTO,1,Android.Media.SecurityLevel,SwSecureCrypto,remove, +E,28,android/media/MediaDrm.SECURITY_LEVEL_SW_SECURE_DECODE,2,Android.Media.SecurityLevel,SwSecureDecode,remove, +E,28,android/media/MediaDrm.SECURITY_LEVEL_UNKNOWN,0,Android.Media.SecurityLevel,Unknown,remove, +A,0,,0,Android.Media.MediaExtractorSampleFlags,None,remove,flags +E,16,android/media/MediaExtractor.SAMPLE_FLAG_ENCRYPTED,2,Android.Media.MediaExtractorSampleFlags,Encrypted,remove,flags +E,26,android/media/MediaExtractor.SAMPLE_FLAG_PARTIAL_FRAME,4,Android.Media.MediaExtractorSampleFlags,PartialFrame,remove,flags +E,16,android/media/MediaExtractor.SAMPLE_FLAG_SYNC,1,Android.Media.MediaExtractorSampleFlags,Sync,remove,flags +A,0,,0,Android.Media.MediaExtractorSeekTo,None,remove, +E,16,android/media/MediaExtractor.SEEK_TO_CLOSEST_SYNC,2,Android.Media.MediaExtractorSeekTo,ClosestSync,remove, +E,16,android/media/MediaExtractor.SEEK_TO_NEXT_SYNC,1,Android.Media.MediaExtractorSeekTo,NextSync,remove, +E,16,android/media/MediaExtractor.SEEK_TO_PREVIOUS_SYNC,0,Android.Media.MediaExtractorSeekTo,PreviousSync,remove, +E,24,android/media/MediaFormat.COLOR_RANGE_FULL,1,Android.Media.ColorRange,Full,remove, +E,24,android/media/MediaFormat.COLOR_RANGE_LIMITED,2,Android.Media.ColorRange,Limited,remove, +E,24,android/media/MediaFormat.COLOR_STANDARD_BT2020,6,Android.Media.ColorStandard,Bt2020,remove, +E,24,android/media/MediaFormat.COLOR_STANDARD_BT601_NTSC,4,Android.Media.ColorStandard,Bt601Ntsc,remove, +E,24,android/media/MediaFormat.COLOR_STANDARD_BT601_PAL,2,Android.Media.ColorStandard,Bt601Pal,remove, +E,24,android/media/MediaFormat.COLOR_STANDARD_BT709,1,Android.Media.ColorStandard,Bt709,remove, +E,24,android/media/MediaFormat.COLOR_TRANSFER_HLG,7,Android.Media.ColorTransfer,Hlg,remove, +E,24,android/media/MediaFormat.COLOR_TRANSFER_LINEAR,1,Android.Media.ColorTransfer,Linear,remove, +E,24,android/media/MediaFormat.COLOR_TRANSFER_SDR_VIDEO,3,Android.Media.ColorTransfer,SdrVideo,remove, +E,24,android/media/MediaFormat.COLOR_TRANSFER_ST2084,6,Android.Media.ColorTransfer,St2084,remove, +E,29,android/media/MediaFormat.TYPE_BYTE_BUFFER,5,Android.Media.MediaFormatType,ByteBuffer,remove, +E,29,android/media/MediaFormat.TYPE_FLOAT,3,Android.Media.MediaFormatType,Float,remove, +E,29,android/media/MediaFormat.TYPE_INTEGER,1,Android.Media.MediaFormatType,Integer,remove, +E,29,android/media/MediaFormat.TYPE_LONG,2,Android.Media.MediaFormatType,Long,remove, +E,29,android/media/MediaFormat.TYPE_NULL,0,Android.Media.MediaFormatType,Null,remove, +E,29,android/media/MediaFormat.TYPE_STRING,4,Android.Media.MediaFormatType,String,remove, +E,19,android/media/MediaMetadataEditor.BITMAP_KEY_ARTWORK,100,Android.Media.MediaMetadataEditKey,BitmapKeyArtwork,remove, +E,19,android/media/MediaMetadataEditor.RATING_KEY_BY_OTHERS,101,Android.Media.MediaMetadataEditKey,RatingKeyByOthers,remove, +E,19,android/media/MediaMetadataEditor.RATING_KEY_BY_USER,268435457,Android.Media.MediaMetadataEditKey,RatingKeyByUser,remove, +E,10,android/media/MediaMetadataRetriever.METADATA_KEY_ALBUM,1,Android.Media.MetadataKey,Album,remove, +E,10,android/media/MediaMetadataRetriever.METADATA_KEY_ALBUMARTIST,13,Android.Media.MetadataKey,Albumartist,remove, +E,10,android/media/MediaMetadataRetriever.METADATA_KEY_ARTIST,2,Android.Media.MetadataKey,Artist,remove, +E,10,android/media/MediaMetadataRetriever.METADATA_KEY_AUTHOR,3,Android.Media.MetadataKey,Author,remove, +E,15,android/media/MediaMetadataRetriever.METADATA_KEY_BITRATE,20,Android.Media.MetadataKey,Bitrate,remove, +E,23,android/media/MediaMetadataRetriever.METADATA_KEY_CAPTURE_FRAMERATE,25,Android.Media.MetadataKey,CaptureFramerate,remove, +E,10,android/media/MediaMetadataRetriever.METADATA_KEY_CD_TRACK_NUMBER,0,Android.Media.MetadataKey,CdTrackNumber,remove, +?,30,android/media/MediaMetadataRetriever.METADATA_KEY_COLOR_RANGE,37,,,, +?,30,android/media/MediaMetadataRetriever.METADATA_KEY_COLOR_STANDARD,35,,,, +?,30,android/media/MediaMetadataRetriever.METADATA_KEY_COLOR_TRANSFER,36,,,, +E,10,android/media/MediaMetadataRetriever.METADATA_KEY_COMPILATION,15,Android.Media.MetadataKey,Compilation,remove, +E,10,android/media/MediaMetadataRetriever.METADATA_KEY_COMPOSER,4,Android.Media.MetadataKey,Composer,remove, +E,10,android/media/MediaMetadataRetriever.METADATA_KEY_DATE,5,Android.Media.MetadataKey,Date,remove, +E,10,android/media/MediaMetadataRetriever.METADATA_KEY_DISC_NUMBER,14,Android.Media.MetadataKey,DiscNumber,remove, +E,10,android/media/MediaMetadataRetriever.METADATA_KEY_DURATION,9,Android.Media.MetadataKey,Duration,remove, +E,29,android/media/MediaMetadataRetriever.METADATA_KEY_EXIF_LENGTH,34,Android.Media.MetadataKey,ExifLength,remove, +E,29,android/media/MediaMetadataRetriever.METADATA_KEY_EXIF_OFFSET,33,Android.Media.MetadataKey,ExifOffset,remove, +E,10,android/media/MediaMetadataRetriever.METADATA_KEY_GENRE,6,Android.Media.MetadataKey,Genre,remove, +E,15,android/media/MediaMetadataRetriever.METADATA_KEY_HAS_AUDIO,16,Android.Media.MetadataKey,HasAudio,remove, +E,28,android/media/MediaMetadataRetriever.METADATA_KEY_HAS_IMAGE,26,Android.Media.MetadataKey,HasImage,remove, +E,15,android/media/MediaMetadataRetriever.METADATA_KEY_HAS_VIDEO,17,Android.Media.MetadataKey,HasVideo,remove, +E,28,android/media/MediaMetadataRetriever.METADATA_KEY_IMAGE_COUNT,27,Android.Media.MetadataKey,ImageCount,remove, +E,28,android/media/MediaMetadataRetriever.METADATA_KEY_IMAGE_HEIGHT,30,Android.Media.MetadataKey,ImageHeight,remove, +E,28,android/media/MediaMetadataRetriever.METADATA_KEY_IMAGE_PRIMARY,28,Android.Media.MetadataKey,ImagePrimary,remove, +E,28,android/media/MediaMetadataRetriever.METADATA_KEY_IMAGE_ROTATION,31,Android.Media.MetadataKey,ImageRotation,remove, +E,28,android/media/MediaMetadataRetriever.METADATA_KEY_IMAGE_WIDTH,29,Android.Media.MetadataKey,ImageWidth,remove, +E,15,android/media/MediaMetadataRetriever.METADATA_KEY_LOCATION,23,Android.Media.MetadataKey,Location,remove, +E,10,android/media/MediaMetadataRetriever.METADATA_KEY_MIMETYPE,12,Android.Media.MetadataKey,Mimetype,remove, +E,10,android/media/MediaMetadataRetriever.METADATA_KEY_NUM_TRACKS,10,Android.Media.MetadataKey,NumTracks,remove, +E,10,android/media/MediaMetadataRetriever.METADATA_KEY_TITLE,7,Android.Media.MetadataKey,Title,remove, +E,28,android/media/MediaMetadataRetriever.METADATA_KEY_VIDEO_FRAME_COUNT,32,Android.Media.MetadataKey,VideoFrameCount,remove, +E,15,android/media/MediaMetadataRetriever.METADATA_KEY_VIDEO_HEIGHT,19,Android.Media.MetadataKey,VideoHeight,remove, +E,17,android/media/MediaMetadataRetriever.METADATA_KEY_VIDEO_ROTATION,24,Android.Media.MetadataKey,VideoRotation,remove, +E,15,android/media/MediaMetadataRetriever.METADATA_KEY_VIDEO_WIDTH,18,Android.Media.MetadataKey,VideoWidth,remove, +E,10,android/media/MediaMetadataRetriever.METADATA_KEY_WRITER,11,Android.Media.MetadataKey,Writer,remove, +E,10,android/media/MediaMetadataRetriever.METADATA_KEY_YEAR,8,Android.Media.MetadataKey,Year,remove, +E,10,android/media/MediaMetadataRetriever.OPTION_CLOSEST,3,Android.Media.Option,Closest,remove, +E,10,android/media/MediaMetadataRetriever.OPTION_CLOSEST_SYNC,2,Android.Media.Option,ClosestSync,remove, +E,10,android/media/MediaMetadataRetriever.OPTION_NEXT_SYNC,1,Android.Media.Option,NextSync,remove, +E,10,android/media/MediaMetadataRetriever.OPTION_PREVIOUS_SYNC,0,Android.Media.Option,PreviousSync,remove, +E,26,android/media/MediaMuxer$OutputFormat.MUXER_OUTPUT_3GPP,2,Android.Media.MuxerOutputType,M3gpp,remove, +E,28,android/media/MediaMuxer$OutputFormat.MUXER_OUTPUT_HEIF,3,Android.Media.MuxerOutputType,Heif,remove, +E,18,android/media/MediaMuxer$OutputFormat.MUXER_OUTPUT_MPEG_4,0,Android.Media.MuxerOutputType,Mpeg4,remove, +E,29,android/media/MediaMuxer$OutputFormat.MUXER_OUTPUT_OGG,4,Android.Media.MuxerOutputType,Ogg,remove, +E,21,android/media/MediaMuxer$OutputFormat.MUXER_OUTPUT_WEBM,1,Android.Media.MuxerOutputType,Webm,remove, +?,0,android/media/MediaParser$SeekMap.UNKNOWN_DURATION,-2147483648,,,, +E,16,android/media/MediaPlayer$TrackInfo.MEDIA_TRACK_TYPE_AUDIO,2,Android.Media.MediaTrackType,Audio,remove, +E,23,android/media/MediaPlayer$TrackInfo.MEDIA_TRACK_TYPE_METADATA,5,Android.Media.MediaTrackType,Metadata,remove, +E,21,android/media/MediaPlayer$TrackInfo.MEDIA_TRACK_TYPE_SUBTITLE,4,Android.Media.MediaTrackType,Subtitle,remove, +E,16,android/media/MediaPlayer$TrackInfo.MEDIA_TRACK_TYPE_TIMEDTEXT,3,Android.Media.MediaTrackType,Timedtext,remove, +E,16,android/media/MediaPlayer$TrackInfo.MEDIA_TRACK_TYPE_UNKNOWN,0,Android.Media.MediaTrackType,Unknown,remove, +E,16,android/media/MediaPlayer$TrackInfo.MEDIA_TRACK_TYPE_VIDEO,1,Android.Media.MediaTrackType,Video,remove, +E,17,android/media/MediaPlayer.MEDIA_ERROR_IO,-1004,Android.Media.MediaError,Io,keep, +E,17,android/media/MediaPlayer.MEDIA_ERROR_MALFORMED,-1007,Android.Media.MediaError,Malformed,keep, +E,10,android/media/MediaPlayer.MEDIA_ERROR_NOT_VALID_FOR_PROGRESSIVE_PLAYBACK,200,Android.Media.MediaError,NotValidForProgressivePlayback,keep, +E,10,android/media/MediaPlayer.MEDIA_ERROR_SERVER_DIED,100,Android.Media.MediaError,ServerDied,keep, +E,17,android/media/MediaPlayer.MEDIA_ERROR_TIMED_OUT,-110,Android.Media.MediaError,TimedOut,keep, +E,10,android/media/MediaPlayer.MEDIA_ERROR_UNKNOWN,1,Android.Media.MediaError,Unknown,keep, +E,17,android/media/MediaPlayer.MEDIA_ERROR_UNSUPPORTED,-1010,Android.Media.MediaError,Unsupported,keep, +E,26,android/media/MediaPlayer.MEDIA_INFO_AUDIO_NOT_PLAYING,804,Android.Media.MediaInfo,AudioNotPlaying,keep, +E,10,android/media/MediaPlayer.MEDIA_INFO_BAD_INTERLEAVING,800,Android.Media.MediaInfo,BadInterleaving,keep, +E,10,android/media/MediaPlayer.MEDIA_INFO_BUFFERING_END,702,Android.Media.MediaInfo,BufferingEnd,keep, +E,10,android/media/MediaPlayer.MEDIA_INFO_BUFFERING_START,701,Android.Media.MediaInfo,BufferingStart,keep, +E,10,android/media/MediaPlayer.MEDIA_INFO_METADATA_UPDATE,802,Android.Media.MediaInfo,MetadataUpdate,keep, +E,10,android/media/MediaPlayer.MEDIA_INFO_NOT_SEEKABLE,801,Android.Media.MediaInfo,NotSeekable,keep, +E,28,android/media/MediaPlayer.MEDIA_INFO_STARTED_AS_NEXT,2,Android.Media.MediaInfo,StartedAsNext,keep, +E,19,android/media/MediaPlayer.MEDIA_INFO_SUBTITLE_TIMED_OUT,902,Android.Media.MediaInfo,SubtitleTimedOut,keep, +E,10,android/media/MediaPlayer.MEDIA_INFO_UNKNOWN,1,Android.Media.MediaInfo,Unknown,keep, +E,19,android/media/MediaPlayer.MEDIA_INFO_UNSUPPORTED_SUBTITLE,901,Android.Media.MediaInfo,UnsupportedSubtitle,keep, +E,26,android/media/MediaPlayer.MEDIA_INFO_VIDEO_NOT_PLAYING,805,Android.Media.MediaInfo,VideoNotPlaying,keep, +E,17,android/media/MediaPlayer.MEDIA_INFO_VIDEO_RENDERING_START,3,Android.Media.MediaInfo,VideoRenderingStart,keep, +E,10,android/media/MediaPlayer.MEDIA_INFO_VIDEO_TRACK_LAGGING,700,Android.Media.MediaInfo,VideoTrackLagging,keep, +E,26,android/media/MediaPlayer.PREPARE_DRM_STATUS_PREPARATION_ERROR,3,Android.Media.PrepareDrmStatus,PreparationError,keep, +E,26,android/media/MediaPlayer.PREPARE_DRM_STATUS_PROVISIONING_NETWORK_ERROR,1,Android.Media.PrepareDrmStatus,ProvisioningNetworkError,keep, +E,26,android/media/MediaPlayer.PREPARE_DRM_STATUS_PROVISIONING_SERVER_ERROR,2,Android.Media.PrepareDrmStatus,ProvisioningServerError,keep, +E,26,android/media/MediaPlayer.PREPARE_DRM_STATUS_SUCCESS,0,Android.Media.PrepareDrmStatus,Success,keep, +E,26,android/media/MediaPlayer.SEEK_CLOSEST,3,Android.Media.MediaPlayerSeekMode,Closest,keep, +E,26,android/media/MediaPlayer.SEEK_CLOSEST_SYNC,2,Android.Media.MediaPlayerSeekMode,ClosestSync,keep, +E,26,android/media/MediaPlayer.SEEK_NEXT_SYNC,1,Android.Media.MediaPlayerSeekMode,NextSync,keep, +E,26,android/media/MediaPlayer.SEEK_PREVIOUS_SYNC,0,Android.Media.MediaPlayerSeekMode,PreviousSync,keep, +E,16,android/media/MediaPlayer.VIDEO_SCALING_MODE_SCALE_TO_FIT,1,Android.Media.MediaPlayerVideoScalingModeNotInUse,ScaleToFit,remove, +E,16,android/media/MediaPlayer.VIDEO_SCALING_MODE_SCALE_TO_FIT_WITH_CROPPING,2,Android.Media.MediaPlayerVideoScalingModeNotInUse,ScaleToFitWithCropping,remove, +E,10,android/media/MediaRecorder$AudioEncoder.AAC,3,Android.Media.AudioEncoder,Aac,keep, +E,16,android/media/MediaRecorder$AudioEncoder.AAC_ELD,5,Android.Media.AudioEncoder,AacEld,keep, +E,10,android/media/MediaRecorder$AudioEncoder.AMR_NB,1,Android.Media.AudioEncoder,AmrNb,keep, +E,10,android/media/MediaRecorder$AudioEncoder.AMR_WB,2,Android.Media.AudioEncoder,AmrWb,keep, +E,10,android/media/MediaRecorder$AudioEncoder.DEFAULT,0,Android.Media.AudioEncoder,Default,keep, +E,16,android/media/MediaRecorder$AudioEncoder.HE_AAC,4,Android.Media.AudioEncoder,HeAac,keep, +E,29,android/media/MediaRecorder$AudioEncoder.OPUS,7,Android.Media.AudioEncoder,Opus,keep, +E,21,android/media/MediaRecorder$AudioEncoder.VORBIS,6,Android.Media.AudioEncoder,Vorbis,keep, +E,10,android/media/MediaRecorder$AudioSource.CAMCORDER,5,Android.Media.AudioSource,Camcorder,keep, +E,10,android/media/MediaRecorder$AudioSource.DEFAULT,0,Android.Media.AudioSource,Default,keep, +E,10,android/media/MediaRecorder$AudioSource.MIC,1,Android.Media.AudioSource,Mic,keep, +E,19,android/media/MediaRecorder$AudioSource.REMOTE_SUBMIX,8,Android.Media.AudioSource,RemoteSubmix,keep, +E,24,android/media/MediaRecorder$AudioSource.UNPROCESSED,9,Android.Media.AudioSource,Unprocessed,keep, +E,10,android/media/MediaRecorder$AudioSource.VOICE_CALL,4,Android.Media.AudioSource,VoiceCall,keep, +E,15,android/media/MediaRecorder$AudioSource.VOICE_COMMUNICATION,7,Android.Media.AudioSource,VoiceCommunication,keep, +E,10,android/media/MediaRecorder$AudioSource.VOICE_DOWNLINK,3,Android.Media.AudioSource,VoiceDownlink,keep, +E,29,android/media/MediaRecorder$AudioSource.VOICE_PERFORMANCE,10,Android.Media.AudioSource,VoicePerformance,keep, +E,10,android/media/MediaRecorder$AudioSource.VOICE_RECOGNITION,6,Android.Media.AudioSource,VoiceRecognition,keep, +E,10,android/media/MediaRecorder$AudioSource.VOICE_UPLINK,2,Android.Media.AudioSource,VoiceUplink,keep, +E,16,android/media/MediaRecorder$OutputFormat.AAC_ADTS,6,Android.Media.OutputFormat,AacAdts,keep, +E,10,android/media/MediaRecorder$OutputFormat.AMR_NB,3,Android.Media.OutputFormat,AmrNb,keep, +E,10,android/media/MediaRecorder$OutputFormat.AMR_WB,4,Android.Media.OutputFormat,AmrWb,keep, +E,10,android/media/MediaRecorder$OutputFormat.DEFAULT,0,Android.Media.OutputFormat,Default,keep, +E,26,android/media/MediaRecorder$OutputFormat.MPEG_2_TS,8,Android.Media.OutputFormat,Mpeg2Ts,keep, +E,10,android/media/MediaRecorder$OutputFormat.MPEG_4,2,Android.Media.OutputFormat,Mpeg4,keep, +E,29,android/media/MediaRecorder$OutputFormat.OGG,11,Android.Media.OutputFormat,Ogg,keep, +E,10,android/media/MediaRecorder$OutputFormat.RAW_AMR,3,Android.Media.OutputFormat,RawAmr,keep, +E,10,android/media/MediaRecorder$OutputFormat.THREE_GPP,1,Android.Media.OutputFormat,ThreeGpp,keep, +E,21,android/media/MediaRecorder$OutputFormat.WEBM,9,Android.Media.OutputFormat,Webm,keep, +E,10,android/media/MediaRecorder$VideoEncoder.DEFAULT,0,Android.Media.VideoEncoder,Default,keep, +E,10,android/media/MediaRecorder$VideoEncoder.H263,1,Android.Media.VideoEncoder,H263,keep, +E,10,android/media/MediaRecorder$VideoEncoder.H264,2,Android.Media.VideoEncoder,H264,keep, +E,24,android/media/MediaRecorder$VideoEncoder.HEVC,5,Android.Media.VideoEncoder,Hevc,keep, +E,10,android/media/MediaRecorder$VideoEncoder.MPEG_4_SP,3,Android.Media.VideoEncoder,Mpeg4Sp,keep, +E,21,android/media/MediaRecorder$VideoEncoder.VP8,4,Android.Media.VideoEncoder,Vp8,keep, +E,10,android/media/MediaRecorder$VideoSource.CAMERA,1,Android.Media.VideoSource,Camera,keep, +E,10,android/media/MediaRecorder$VideoSource.DEFAULT,0,Android.Media.VideoSource,Default,keep, +E,21,android/media/MediaRecorder$VideoSource.SURFACE,2,Android.Media.VideoSource,Surface,keep, +E,17,android/media/MediaRecorder.MEDIA_ERROR_SERVER_DIED,100,Android.Media.MediaRecorderError,ServerDied,remove, +E,10,android/media/MediaRecorder.MEDIA_RECORDER_ERROR_UNKNOWN,1,Android.Media.MediaRecorderError,Unknown,remove, +E,10,android/media/MediaRecorder.MEDIA_RECORDER_INFO_MAX_DURATION_REACHED,800,Android.Media.MediaRecorderInfo,MaxDurationReached,keep, +E,26,android/media/MediaRecorder.MEDIA_RECORDER_INFO_MAX_FILESIZE_APPROACHING,802,Android.Media.MediaRecorderInfo,MaxFilesizeApproaching,keep, +E,10,android/media/MediaRecorder.MEDIA_RECORDER_INFO_MAX_FILESIZE_REACHED,801,Android.Media.MediaRecorderInfo,MaxFilesizeReached,keep, +E,26,android/media/MediaRecorder.MEDIA_RECORDER_INFO_NEXT_OUTPUT_FILE_STARTED,803,Android.Media.MediaRecorderInfo,NextOutputFileStarted,keep, +E,10,android/media/MediaRecorder.MEDIA_RECORDER_INFO_UNKNOWN,1,Android.Media.MediaRecorderInfo,Unknown,keep, +E,30,android/media/MediaRoute2Info.CONNECTION_STATE_CONNECTED,2,Android.Media.MediaRoute2InfoConnectionStateType,ConnectionStateConnected,remove, +E,30,android/media/MediaRoute2Info.CONNECTION_STATE_CONNECTING,1,Android.Media.MediaRoute2InfoConnectionStateType,ConnectionStateConnecting,remove, +E,30,android/media/MediaRoute2Info.CONNECTION_STATE_DISCONNECTED,0,Android.Media.MediaRoute2InfoConnectionStateType,ConnectionStateDisconnected,remove, +E,30,android/media/MediaRoute2Info.PLAYBACK_VOLUME_FIXED,0,Android.Media.MediaRoute2InfoPlaybackVolumeType,PlaybackVolumeFixed,remove, +E,30,android/media/MediaRoute2Info.PLAYBACK_VOLUME_VARIABLE,1,Android.Media.MediaRoute2InfoPlaybackVolumeType,PlaybackVolumeVariable,remove, +E,30,android/media/MediaRoute2ProviderService.REASON_INVALID_COMMAND,4,Android.Media.MediaRoute2ProviderServiceReasonType,ReasonInvalidCommand,remove, +E,30,android/media/MediaRoute2ProviderService.REASON_NETWORK_ERROR,2,Android.Media.MediaRoute2ProviderServiceReasonType,ReasonNetworkError,remove, +E,30,android/media/MediaRoute2ProviderService.REASON_REJECTED,1,Android.Media.MediaRoute2ProviderServiceReasonType,ReasonRejected,remove, +E,30,android/media/MediaRoute2ProviderService.REASON_ROUTE_NOT_AVAILABLE,3,Android.Media.MediaRoute2ProviderServiceReasonType,ReasonRouteNotAvailable,remove, +E,30,android/media/MediaRoute2ProviderService.REASON_UNKNOWN_ERROR,0,Android.Media.MediaRoute2ProviderServiceReasonType,ReasonUnknownError,remove, +E,24,android/media/MediaRouter$RouteInfo.DEVICE_TYPE_BLUETOOTH,3,Android.Media.MediaRouterDeviceType,Bluetooth,remove, +E,24,android/media/MediaRouter$RouteInfo.DEVICE_TYPE_SPEAKER,2,Android.Media.MediaRouterDeviceType,Speaker,remove, +E,24,android/media/MediaRouter$RouteInfo.DEVICE_TYPE_TV,1,Android.Media.MediaRouterDeviceType,Tv,remove, +E,24,android/media/MediaRouter$RouteInfo.DEVICE_TYPE_UNKNOWN,0,Android.Media.MediaRouterDeviceType,Unknown,remove, +E,16,android/media/MediaRouter$RouteInfo.PLAYBACK_TYPE_LOCAL,0,Android.Media.MediaPlaybackType,Local,remove, +E,16,android/media/MediaRouter$RouteInfo.PLAYBACK_TYPE_REMOTE,1,Android.Media.MediaPlaybackType,Remote,remove, +E,16,android/media/MediaRouter$RouteInfo.PLAYBACK_VOLUME_FIXED,0,Android.Media.VolumeHandling,Fixed,remove, +E,16,android/media/MediaRouter$RouteInfo.PLAYBACK_VOLUME_VARIABLE,1,Android.Media.VolumeHandling,Variable,remove, +E,18,android/media/MediaRouter.CALLBACK_FLAG_PERFORM_ACTIVE_SCAN,1,Android.Media.MediaRouterCallbackFlags,PerformActiveScan,remove,flags +E,18,android/media/MediaRouter.CALLBACK_FLAG_UNFILTERED_EVENTS,2,Android.Media.MediaRouterCallbackFlags,UnfilteredEvents,remove,flags +E,16,android/media/MediaRouter.ROUTE_TYPE_LIVE_AUDIO,1,Android.Media.MediaRouteType,LiveAudio,remove, +E,17,android/media/MediaRouter.ROUTE_TYPE_LIVE_VIDEO,2,Android.Media.MediaRouteType,LiveVideo,remove, +E,16,android/media/MediaRouter.ROUTE_TYPE_USER,8388608,Android.Media.MediaRouteType,User,remove, +E,23,android/media/MediaSync.MEDIASYNC_ERROR_AUDIOTRACK_FAIL,1,Android.Media.MediaSyncErrorCode,AudiotrackFail,keep, +E,23,android/media/MediaSync.MEDIASYNC_ERROR_SURFACE_FAIL,2,Android.Media.MediaSyncErrorCode,SurfaceFail,keep, +E,16,android/media/MediaSyncEvent.SYNC_EVENT_NONE,0,Android.Media.MediaSyncEventType,None,remove, +E,16,android/media/MediaSyncEvent.SYNC_EVENT_PRESENTATION_COMPLETE,1,Android.Media.MediaSyncEventType,PresentationComplete,remove, +E,28,android/media/MicrophoneInfo.CHANNEL_MAPPING_DIRECT,1,Android.Media.MicrophoneChannelMapping,Direct,remove, +E,28,android/media/MicrophoneInfo.CHANNEL_MAPPING_PROCESSED,2,Android.Media.MicrophoneChannelMapping,Processed,remove, +E,28,android/media/MicrophoneInfo.DIRECTIONALITY_BI_DIRECTIONAL,2,Android.Media.MicrophoneDirectionality,BiDirectional,remove, +E,28,android/media/MicrophoneInfo.DIRECTIONALITY_CARDIOID,3,Android.Media.MicrophoneDirectionality,Cardioid,remove, +E,28,android/media/MicrophoneInfo.DIRECTIONALITY_HYPER_CARDIOID,4,Android.Media.MicrophoneDirectionality,HyperCardioid,remove, +E,28,android/media/MicrophoneInfo.DIRECTIONALITY_OMNI,1,Android.Media.MicrophoneDirectionality,Omni,remove, +E,28,android/media/MicrophoneInfo.DIRECTIONALITY_SUPER_CARDIOID,5,Android.Media.MicrophoneDirectionality,SuperCardioid,remove, +E,28,android/media/MicrophoneInfo.DIRECTIONALITY_UNKNOWN,0,Android.Media.MicrophoneDirectionality,Unknown,remove, +?,0,android/media/MicrophoneInfo.GROUP_UNKNOWN,-1,,,, +?,0,android/media/MicrophoneInfo.INDEX_IN_THE_GROUP_UNKNOWN,-1,,,, +E,28,android/media/MicrophoneInfo.LOCATION_MAINBODY,1,Android.Media.MicrophoneLocation,Mainbody,remove, +E,28,android/media/MicrophoneInfo.LOCATION_MAINBODY_MOVABLE,2,Android.Media.MicrophoneLocation,MainbodyMovable,remove, +E,28,android/media/MicrophoneInfo.LOCATION_PERIPHERAL,3,Android.Media.MicrophoneLocation,Peripheral,remove, +E,28,android/media/MicrophoneInfo.LOCATION_UNKNOWN,0,Android.Media.MicrophoneLocation,Unknown,remove, +E,23,android/media/midi/MidiDeviceInfo$PortInfo.TYPE_INPUT,1,Android.Media.Midi.MidiPortType,Input,keep, +E,23,android/media/midi/MidiDeviceInfo$PortInfo.TYPE_OUTPUT,2,Android.Media.Midi.MidiPortType,Output,keep, +E,23,android/media/midi/MidiDeviceInfo.TYPE_BLUETOOTH,3,Android.Media.Midi.MidiDeviceType,Bluetooth,keep, +E,23,android/media/midi/MidiDeviceInfo.TYPE_USB,1,Android.Media.Midi.MidiDeviceType,Usb,keep, +E,23,android/media/midi/MidiDeviceInfo.TYPE_VIRTUAL,2,Android.Media.Midi.MidiDeviceType,Virtual,keep, +E,23,android/media/PlaybackParams.AUDIO_FALLBACK_MODE_DEFAULT,0,Android.Media.AudioFallbackMode,Default,keep, +E,23,android/media/PlaybackParams.AUDIO_FALLBACK_MODE_FAIL,2,Android.Media.AudioFallbackMode,Fail,keep, +E,23,android/media/PlaybackParams.AUDIO_FALLBACK_MODE_MUTE,1,Android.Media.AudioFallbackMode,Mute,keep, +E,19,android/media/Rating.RATING_3_STARS,3,Android.Media.RatingStyle,R3Stars,remove, +E,19,android/media/Rating.RATING_4_STARS,4,Android.Media.RatingStyle,R4Stars,remove, +E,19,android/media/Rating.RATING_5_STARS,5,Android.Media.RatingStyle,R5Stars,remove, +E,19,android/media/Rating.RATING_HEART,1,Android.Media.RatingStyle,Heart,remove, +E,21,android/media/Rating.RATING_NONE,0,Android.Media.RatingStyle,None,remove, +E,19,android/media/Rating.RATING_PERCENTAGE,6,Android.Media.RatingStyle,Percentage,remove, +E,19,android/media/Rating.RATING_THUMB_UP_DOWN,2,Android.Media.RatingStyle,ThumbUpDown,remove, +E,15,android/media/RemoteControlClient$MetadataEditor.BITMAP_KEY_ARTWORK,100,Android.Media.BitmapKey,Artwork,remove, +E,15,android/media/RemoteControlClient.FLAG_KEY_MEDIA_FAST_FORWARD,64,Android.Media.RemoteControlFlags,FastForward,remove,flags +E,15,android/media/RemoteControlClient.FLAG_KEY_MEDIA_NEXT,128,Android.Media.RemoteControlFlags,Next,remove,flags +E,15,android/media/RemoteControlClient.FLAG_KEY_MEDIA_PAUSE,16,Android.Media.RemoteControlFlags,Pause,remove,flags +E,15,android/media/RemoteControlClient.FLAG_KEY_MEDIA_PLAY,4,Android.Media.RemoteControlFlags,Play,remove,flags +E,15,android/media/RemoteControlClient.FLAG_KEY_MEDIA_PLAY_PAUSE,8,Android.Media.RemoteControlFlags,PlayPause,remove,flags +E,18,android/media/RemoteControlClient.FLAG_KEY_MEDIA_POSITION_UPDATE,256,Android.Media.RemoteControlFlags,PositionUpdate,remove,flags +E,15,android/media/RemoteControlClient.FLAG_KEY_MEDIA_PREVIOUS,1,Android.Media.RemoteControlFlags,Previous,remove,flags +E,19,android/media/RemoteControlClient.FLAG_KEY_MEDIA_RATING,512,Android.Media.RemoteControlFlags,Rating,remove,flags +E,15,android/media/RemoteControlClient.FLAG_KEY_MEDIA_REWIND,2,Android.Media.RemoteControlFlags,Rewind,remove,flags +E,15,android/media/RemoteControlClient.FLAG_KEY_MEDIA_STOP,32,Android.Media.RemoteControlFlags,Stop,remove,flags +E,15,android/media/RemoteControlClient.PLAYSTATE_BUFFERING,8,Android.Media.RemoteControlPlayState,Buffering,remove, +E,15,android/media/RemoteControlClient.PLAYSTATE_ERROR,9,Android.Media.RemoteControlPlayState,Error,remove, +E,15,android/media/RemoteControlClient.PLAYSTATE_FAST_FORWARDING,4,Android.Media.RemoteControlPlayState,FastForwarding,remove, +E,15,android/media/RemoteControlClient.PLAYSTATE_PAUSED,2,Android.Media.RemoteControlPlayState,Paused,remove, +E,15,android/media/RemoteControlClient.PLAYSTATE_PLAYING,3,Android.Media.RemoteControlPlayState,Playing,remove, +E,15,android/media/RemoteControlClient.PLAYSTATE_REWINDING,5,Android.Media.RemoteControlPlayState,Rewinding,remove, +E,15,android/media/RemoteControlClient.PLAYSTATE_SKIPPING_BACKWARDS,7,Android.Media.RemoteControlPlayState,SkippingBackwards,remove, +E,15,android/media/RemoteControlClient.PLAYSTATE_SKIPPING_FORWARDS,6,Android.Media.RemoteControlPlayState,SkippingForwards,remove, +E,15,android/media/RemoteControlClient.PLAYSTATE_STOPPED,1,Android.Media.RemoteControlPlayState,Stopped,remove, +E,19,android/media/RemoteController.POSITION_SYNCHRONIZATION_CHECK,1,Android.Media.SynchronizationPosition,Check,remove, +E,19,android/media/RemoteController.POSITION_SYNCHRONIZATION_NONE,0,Android.Media.SynchronizationPosition,None,remove, +E,10,android/media/RingtoneManager.ID_COLUMN_INDEX,0,Android.Media.RingtoneColumnIndex,Id,keep, +E,10,android/media/RingtoneManager.TITLE_COLUMN_INDEX,1,Android.Media.RingtoneColumnIndex,Title,keep, +E,10,android/media/RingtoneManager.TYPE_ALARM,4,Android.Media.RingtoneType,Alarm,keep, +E,10,android/media/RingtoneManager.TYPE_ALL,7,Android.Media.RingtoneType,All,keep, +E,10,android/media/RingtoneManager.TYPE_NOTIFICATION,2,Android.Media.RingtoneType,Notification,keep, +E,10,android/media/RingtoneManager.TYPE_RINGTONE,1,Android.Media.RingtoneType,Ringtone,keep, +E,10,android/media/RingtoneManager.URI_COLUMN_INDEX,2,Android.Media.RingtoneColumnIndex,Uri,keep, +E,21,android/media/session/MediaController$PlaybackInfo.PLAYBACK_TYPE_LOCAL,1,Android.Media.Session.MediaPlaybackType,Local,keep, +E,21,android/media/session/MediaController$PlaybackInfo.PLAYBACK_TYPE_REMOTE,2,Android.Media.Session.MediaPlaybackType,Remote,keep, +?,0,android/media/session/MediaSession$QueueItem.UNKNOWN_ID,-1,,,, +A,0,,0,Android.Media.Session.MediaSessionFlags,None,remove,flags +E,21,android/media/session/MediaSession.FLAG_HANDLES_MEDIA_BUTTONS,1,Android.Media.Session.MediaSessionFlags,HandlesMediaButtons,remove,flags +E,21,android/media/session/MediaSession.FLAG_HANDLES_TRANSPORT_CONTROLS,2,Android.Media.Session.MediaSessionFlags,HandlesTransportControls,remove,flags +E,21,android/media/session/PlaybackState.STATE_BUFFERING,6,Android.Media.Session.PlaybackStateCode,Buffering,remove, +E,21,android/media/session/PlaybackState.STATE_CONNECTING,8,Android.Media.Session.PlaybackStateCode,Connecting,remove, +E,21,android/media/session/PlaybackState.STATE_ERROR,7,Android.Media.Session.PlaybackStateCode,Error,remove, +E,21,android/media/session/PlaybackState.STATE_FAST_FORWARDING,4,Android.Media.Session.PlaybackStateCode,FastForwarding,remove, +E,21,android/media/session/PlaybackState.STATE_NONE,0,Android.Media.Session.PlaybackStateCode,None,remove, +E,21,android/media/session/PlaybackState.STATE_PAUSED,2,Android.Media.Session.PlaybackStateCode,Paused,remove, +E,21,android/media/session/PlaybackState.STATE_PLAYING,3,Android.Media.Session.PlaybackStateCode,Playing,remove, +E,21,android/media/session/PlaybackState.STATE_REWINDING,5,Android.Media.Session.PlaybackStateCode,Rewinding,remove, +E,21,android/media/session/PlaybackState.STATE_SKIPPING_TO_NEXT,10,Android.Media.Session.PlaybackStateCode,SkippingToNext,remove, +E,21,android/media/session/PlaybackState.STATE_SKIPPING_TO_PREVIOUS,9,Android.Media.Session.PlaybackStateCode,SkippingToPrevious,remove, +E,21,android/media/session/PlaybackState.STATE_SKIPPING_TO_QUEUE_ITEM,11,Android.Media.Session.PlaybackStateCode,SkippingToQueueItem,remove, +E,21,android/media/session/PlaybackState.STATE_STOPPED,1,Android.Media.Session.PlaybackStateCode,Stopped,remove, +?,0,android/media/Session2Command$Result.RESULT_ERROR_UNKNOWN_ERROR,-1,,,, +?,0,android/media/Session2Command$Result.RESULT_INFO_SKIPPED,1,,,, +?,0,android/media/Session2Command$Result.RESULT_SUCCESS,0,,,, +?,0,android/media/Session2Command.COMMAND_CODE_CUSTOM,0,,,, +E,29,android/media/Session2Token.TYPE_SESSION,0,Android.Media.MediaSessionType,Session,remove, +E,29,android/media/Session2Token.TYPE_SESSION_SERVICE,1,Android.Media.MediaSessionType,SessionService,remove, +E,23,android/media/SyncParams.AUDIO_ADJUST_MODE_DEFAULT,0,Android.Media.AudioAdjustMode,Default,keep, +E,23,android/media/SyncParams.AUDIO_ADJUST_MODE_RESAMPLE,2,Android.Media.AudioAdjustMode,Resample,keep, +E,23,android/media/SyncParams.AUDIO_ADJUST_MODE_STRETCH,1,Android.Media.AudioAdjustMode,Stretch,keep, +E,23,android/media/SyncParams.SYNC_SOURCE_AUDIO,2,Android.Media.AudioSyncSource,Audio,keep, +E,23,android/media/SyncParams.SYNC_SOURCE_DEFAULT,0,Android.Media.AudioSyncSource,Default,keep, +E,23,android/media/SyncParams.SYNC_SOURCE_SYSTEM_CLOCK,1,Android.Media.AudioSyncSource,SystemClock,keep, +E,23,android/media/SyncParams.SYNC_SOURCE_VSYNC,3,Android.Media.AudioSyncSource,Vsync,keep, +A,0,,0,Android.Media.ThumnailExtractOptions,None,remove, +E,10,android/media/ThumbnailUtils.OPTIONS_RECYCLE_INPUT,2,Android.Media.ThumnailExtractOptions,RecycleInput,remove, +E,10,android/media/ToneGenerator.MAX_VOLUME,100,Android.Media.Volume,Max,keep, +E,10,android/media/ToneGenerator.MIN_VOLUME,0,Android.Media.Volume,Min,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_ABBR_ALERT,97,Android.Media.Tone,CdmaAbbrAlert,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_ABBR_INTERCEPT,37,Android.Media.Tone,CdmaAbbrIntercept,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_ABBR_REORDER,39,Android.Media.Tone,CdmaAbbrReorder,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_ALERT_AUTOREDIAL_LITE,87,Android.Media.Tone,CdmaAlertAutoredialLite,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_ALERT_CALL_GUARD,93,Android.Media.Tone,CdmaAlertCallGuard,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_ALERT_INCALL_LITE,91,Android.Media.Tone,CdmaAlertIncallLite,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_ALERT_NETWORK_LITE,86,Android.Media.Tone,CdmaAlertNetworkLite,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_ANSWER,42,Android.Media.Tone,CdmaAnswer,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_CALL_SIGNAL_ISDN_INTERGROUP,46,Android.Media.Tone,CdmaCallSignalIsdnIntergroup,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_CALL_SIGNAL_ISDN_NORMAL,45,Android.Media.Tone,CdmaCallSignalIsdnNormal,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_CALL_SIGNAL_ISDN_PAT3,48,Android.Media.Tone,CdmaCallSignalIsdnPat3,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_CALL_SIGNAL_ISDN_PAT5,50,Android.Media.Tone,CdmaCallSignalIsdnPat5,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_CALL_SIGNAL_ISDN_PAT6,51,Android.Media.Tone,CdmaCallSignalIsdnPat6,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_CALL_SIGNAL_ISDN_PAT7,52,Android.Media.Tone,CdmaCallSignalIsdnPat7,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_CALL_SIGNAL_ISDN_PING_RING,49,Android.Media.Tone,CdmaCallSignalIsdnPingRing,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_CALL_SIGNAL_ISDN_SP_PRI,47,Android.Media.Tone,CdmaCallSignalIsdnSpPri,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_CALLDROP_LITE,95,Android.Media.Tone,CdmaCalldropLite,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_CONFIRM,41,Android.Media.Tone,CdmaConfirm,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_DIAL_TONE_LITE,34,Android.Media.Tone,CdmaDialToneLite,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_EMERGENCY_RINGBACK,92,Android.Media.Tone,CdmaEmergencyRingback,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_HIGH_L,53,Android.Media.Tone,CdmaHighL,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_HIGH_PBX_L,71,Android.Media.Tone,CdmaHighPbxL,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_HIGH_PBX_S_X4,83,Android.Media.Tone,CdmaHighPbxSX4,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_HIGH_PBX_SLS,80,Android.Media.Tone,CdmaHighPbxSls,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_HIGH_PBX_SS,74,Android.Media.Tone,CdmaHighPbxSs,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_HIGH_PBX_SSL,77,Android.Media.Tone,CdmaHighPbxSsl,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_HIGH_S_X4,68,Android.Media.Tone,CdmaHighSX4,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_HIGH_SLS,65,Android.Media.Tone,CdmaHighSls,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_HIGH_SS,56,Android.Media.Tone,CdmaHighSs,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_HIGH_SS_2,62,Android.Media.Tone,CdmaHighSs2,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_HIGH_SSL,59,Android.Media.Tone,CdmaHighSsl,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_INTERCEPT,36,Android.Media.Tone,CdmaIntercept,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_KEYPAD_VOLUME_KEY_LITE,89,Android.Media.Tone,CdmaKeypadVolumeKeyLite,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_LOW_L,55,Android.Media.Tone,CdmaLowL,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_LOW_PBX_L,73,Android.Media.Tone,CdmaLowPbxL,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_LOW_PBX_S_X4,85,Android.Media.Tone,CdmaLowPbxSX4,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_LOW_PBX_SLS,82,Android.Media.Tone,CdmaLowPbxSls,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_LOW_PBX_SS,76,Android.Media.Tone,CdmaLowPbxSs,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_LOW_PBX_SSL,79,Android.Media.Tone,CdmaLowPbxSsl,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_LOW_S_X4,70,Android.Media.Tone,CdmaLowSX4,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_LOW_SLS,67,Android.Media.Tone,CdmaLowSls,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_LOW_SS,58,Android.Media.Tone,CdmaLowSs,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_LOW_SS_2,64,Android.Media.Tone,CdmaLowSs2,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_LOW_SSL,61,Android.Media.Tone,CdmaLowSsl,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_MED_L,54,Android.Media.Tone,CdmaMedL,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_MED_PBX_L,72,Android.Media.Tone,CdmaMedPbxL,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_MED_PBX_S_X4,84,Android.Media.Tone,CdmaMedPbxSX4,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_MED_PBX_SLS,81,Android.Media.Tone,CdmaMedPbxSls,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_MED_PBX_SS,75,Android.Media.Tone,CdmaMedPbxSs,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_MED_PBX_SSL,78,Android.Media.Tone,CdmaMedPbxSsl,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_MED_S_X4,69,Android.Media.Tone,CdmaMedSX4,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_MED_SLS,66,Android.Media.Tone,CdmaMedSls,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_MED_SS,57,Android.Media.Tone,CdmaMedSs,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_MED_SS_2,63,Android.Media.Tone,CdmaMedSs2,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_MED_SSL,60,Android.Media.Tone,CdmaMedSsl,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_NETWORK_BUSY,40,Android.Media.Tone,CdmaNetworkBusy,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_NETWORK_BUSY_ONE_SHOT,96,Android.Media.Tone,CdmaNetworkBusyOneShot,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_NETWORK_CALLWAITING,43,Android.Media.Tone,CdmaNetworkCallwaiting,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_NETWORK_USA_RINGBACK,35,Android.Media.Tone,CdmaNetworkUsaRingback,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_ONE_MIN_BEEP,88,Android.Media.Tone,CdmaOneMinBeep,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_PIP,44,Android.Media.Tone,CdmaPip,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_PRESSHOLDKEY_LITE,90,Android.Media.Tone,CdmaPressholdkeyLite,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_REORDER,38,Android.Media.Tone,CdmaReorder,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_SIGNAL_OFF,98,Android.Media.Tone,CdmaSignalOff,keep, +E,10,android/media/ToneGenerator.TONE_CDMA_SOFT_ERROR_LITE,94,Android.Media.Tone,CdmaSoftErrorLite,keep, +E,10,android/media/ToneGenerator.TONE_DTMF_0,0,Android.Media.Tone,Dtmf0,keep, +E,10,android/media/ToneGenerator.TONE_DTMF_1,1,Android.Media.Tone,Dtmf1,keep, +E,10,android/media/ToneGenerator.TONE_DTMF_2,2,Android.Media.Tone,Dtmf2,keep, +E,10,android/media/ToneGenerator.TONE_DTMF_3,3,Android.Media.Tone,Dtmf3,keep, +E,10,android/media/ToneGenerator.TONE_DTMF_4,4,Android.Media.Tone,Dtmf4,keep, +E,10,android/media/ToneGenerator.TONE_DTMF_5,5,Android.Media.Tone,Dtmf5,keep, +E,10,android/media/ToneGenerator.TONE_DTMF_6,6,Android.Media.Tone,Dtmf6,keep, +E,10,android/media/ToneGenerator.TONE_DTMF_7,7,Android.Media.Tone,Dtmf7,keep, +E,10,android/media/ToneGenerator.TONE_DTMF_8,8,Android.Media.Tone,Dtmf8,keep, +E,10,android/media/ToneGenerator.TONE_DTMF_9,9,Android.Media.Tone,Dtmf9,keep, +E,10,android/media/ToneGenerator.TONE_DTMF_A,12,Android.Media.Tone,DtmfA,keep, +E,10,android/media/ToneGenerator.TONE_DTMF_B,13,Android.Media.Tone,DtmfB,keep, +E,10,android/media/ToneGenerator.TONE_DTMF_C,14,Android.Media.Tone,DtmfC,keep, +E,10,android/media/ToneGenerator.TONE_DTMF_D,15,Android.Media.Tone,DtmfD,keep, +E,10,android/media/ToneGenerator.TONE_DTMF_P,11,Android.Media.Tone,DtmfP,keep, +E,10,android/media/ToneGenerator.TONE_DTMF_S,10,Android.Media.Tone,DtmfS,keep, +E,10,android/media/ToneGenerator.TONE_PROP_ACK,25,Android.Media.Tone,PropAck,keep, +E,10,android/media/ToneGenerator.TONE_PROP_BEEP,24,Android.Media.Tone,PropBeep,keep, +E,10,android/media/ToneGenerator.TONE_PROP_BEEP2,28,Android.Media.Tone,PropBeep2,keep, +E,10,android/media/ToneGenerator.TONE_PROP_NACK,26,Android.Media.Tone,PropNack,keep, +E,10,android/media/ToneGenerator.TONE_PROP_PROMPT,27,Android.Media.Tone,PropPrompt,keep, +E,10,android/media/ToneGenerator.TONE_SUP_BUSY,17,Android.Media.Tone,SupBusy,keep, +E,10,android/media/ToneGenerator.TONE_SUP_CALL_WAITING,22,Android.Media.Tone,SupCallWaiting,keep, +E,10,android/media/ToneGenerator.TONE_SUP_CONFIRM,32,Android.Media.Tone,SupConfirm,keep, +E,10,android/media/ToneGenerator.TONE_SUP_CONGESTION,18,Android.Media.Tone,SupCongestion,keep, +E,10,android/media/ToneGenerator.TONE_SUP_CONGESTION_ABBREV,31,Android.Media.Tone,SupCongestionAbbrev,keep, +E,10,android/media/ToneGenerator.TONE_SUP_DIAL,16,Android.Media.Tone,SupDial,keep, +E,10,android/media/ToneGenerator.TONE_SUP_ERROR,21,Android.Media.Tone,SupError,keep, +E,10,android/media/ToneGenerator.TONE_SUP_INTERCEPT,29,Android.Media.Tone,SupIntercept,keep, +E,10,android/media/ToneGenerator.TONE_SUP_INTERCEPT_ABBREV,30,Android.Media.Tone,SupInterceptAbbrev,keep, +E,10,android/media/ToneGenerator.TONE_SUP_PIP,33,Android.Media.Tone,SupPip,keep, +E,10,android/media/ToneGenerator.TONE_SUP_RADIO_ACK,19,Android.Media.Tone,SupRadioAck,keep, +E,10,android/media/ToneGenerator.TONE_SUP_RADIO_NOTAVAIL,20,Android.Media.Tone,SupRadioNotavail,keep, +E,10,android/media/ToneGenerator.TONE_SUP_RINGTONE,23,Android.Media.Tone,SupRingtone,keep, +E,26,android/media/tv/TvContract$PreviewPrograms.ASPECT_RATIO_1_1,3,Android.Media.TV.PreviewAspectRatio,A11,keep, +E,26,android/media/tv/TvContract$PreviewPrograms.ASPECT_RATIO_16_9,0,Android.Media.TV.PreviewAspectRatio,A169,keep, +E,26,android/media/tv/TvContract$PreviewPrograms.ASPECT_RATIO_2_3,4,Android.Media.TV.PreviewAspectRatio,A23,keep, +E,26,android/media/tv/TvContract$PreviewPrograms.ASPECT_RATIO_3_2,1,Android.Media.TV.PreviewAspectRatio,A32,keep, +E,26,android/media/tv/TvContract$PreviewPrograms.ASPECT_RATIO_4_3,2,Android.Media.TV.PreviewAspectRatio,A43,keep, +E,26,android/media/tv/TvContract$PreviewPrograms.AVAILABILITY_AVAILABLE,0,Android.Media.TV.PreviewAvailability,Available,keep, +E,26,android/media/tv/TvContract$PreviewPrograms.AVAILABILITY_FREE_WITH_SUBSCRIPTION,1,Android.Media.TV.PreviewAvailability,FreeWithSubscription,keep, +E,26,android/media/tv/TvContract$PreviewPrograms.AVAILABILITY_PAID_CONTENT,2,Android.Media.TV.PreviewAvailability,PaidContent,keep, +E,26,android/media/tv/TvContract$PreviewPrograms.INTERACTION_TYPE_FANS,3,Android.Media.TV.PreviewInteractionType,Fans,keep, +E,26,android/media/tv/TvContract$PreviewPrograms.INTERACTION_TYPE_FOLLOWERS,2,Android.Media.TV.PreviewInteractionType,Followers,keep, +E,26,android/media/tv/TvContract$PreviewPrograms.INTERACTION_TYPE_LIKES,4,Android.Media.TV.PreviewInteractionType,Likes,keep, +E,26,android/media/tv/TvContract$PreviewPrograms.INTERACTION_TYPE_LISTENS,1,Android.Media.TV.PreviewInteractionType,Listens,keep, +E,26,android/media/tv/TvContract$PreviewPrograms.INTERACTION_TYPE_THUMBS,5,Android.Media.TV.PreviewInteractionType,Thumbs,keep, +E,26,android/media/tv/TvContract$PreviewPrograms.INTERACTION_TYPE_VIEWERS,6,Android.Media.TV.PreviewInteractionType,Viewers,keep, +E,26,android/media/tv/TvContract$PreviewPrograms.INTERACTION_TYPE_VIEWS,0,Android.Media.TV.PreviewInteractionType,Views,keep, +E,26,android/media/tv/TvContract$PreviewPrograms.REVIEW_RATING_STYLE_PERCENTAGE,2,Android.Media.TV.PreviewReviewRatingStyle,Percentage,keep, +E,26,android/media/tv/TvContract$PreviewPrograms.REVIEW_RATING_STYLE_STARS,0,Android.Media.TV.PreviewReviewRatingStyle,Stars,keep, +E,26,android/media/tv/TvContract$PreviewPrograms.REVIEW_RATING_STYLE_THUMBS_UP_DOWN,1,Android.Media.TV.PreviewReviewRatingStyle,ThumbsUpDown,keep, +E,26,android/media/tv/TvContract$PreviewPrograms.TYPE_ALBUM,8,Android.Media.TV.PreviewType,Album,keep, +E,26,android/media/tv/TvContract$PreviewPrograms.TYPE_ARTIST,9,Android.Media.TV.PreviewType,Artist,keep, +E,26,android/media/tv/TvContract$PreviewPrograms.TYPE_CHANNEL,6,Android.Media.TV.PreviewType,Channel,keep, +E,26,android/media/tv/TvContract$PreviewPrograms.TYPE_CLIP,4,Android.Media.TV.PreviewType,Clip,keep, +E,26,android/media/tv/TvContract$PreviewPrograms.TYPE_EVENT,5,Android.Media.TV.PreviewType,Event,keep, +E,26,android/media/tv/TvContract$PreviewPrograms.TYPE_MOVIE,0,Android.Media.TV.PreviewType,Movie,keep, +E,26,android/media/tv/TvContract$PreviewPrograms.TYPE_PLAYLIST,10,Android.Media.TV.PreviewType,Playlist,keep, +E,26,android/media/tv/TvContract$PreviewPrograms.TYPE_STATION,11,Android.Media.TV.PreviewType,Station,keep, +E,26,android/media/tv/TvContract$PreviewPrograms.TYPE_TRACK,7,Android.Media.TV.PreviewType,Track,keep, +E,26,android/media/tv/TvContract$PreviewPrograms.TYPE_TV_EPISODE,3,Android.Media.TV.PreviewType,TvEpisode,keep, +E,26,android/media/tv/TvContract$PreviewPrograms.TYPE_TV_SEASON,2,Android.Media.TV.PreviewType,TvSeason,keep, +E,26,android/media/tv/TvContract$PreviewPrograms.TYPE_TV_SERIES,1,Android.Media.TV.PreviewType,TvSeries,keep, +E,26,android/media/tv/TvContract$Programs.REVIEW_RATING_STYLE_PERCENTAGE,2,Android.Media.TV.ReviewRatingStyle,Percentage,keep, +E,26,android/media/tv/TvContract$Programs.REVIEW_RATING_STYLE_STARS,0,Android.Media.TV.ReviewRatingStyle,Stars,keep, +E,26,android/media/tv/TvContract$Programs.REVIEW_RATING_STYLE_THUMBS_UP_DOWN,1,Android.Media.TV.ReviewRatingStyle,ThumbsUpDown,keep, +E,26,android/media/tv/TvContract$RecordedPrograms.REVIEW_RATING_STYLE_PERCENTAGE,2,Android.Media.TV.RecordedReviewRatingStyle,Percentage,keep, +E,26,android/media/tv/TvContract$RecordedPrograms.REVIEW_RATING_STYLE_STARS,0,Android.Media.TV.RecordedReviewRatingStyle,Stars,keep, +E,26,android/media/tv/TvContract$RecordedPrograms.REVIEW_RATING_STYLE_THUMBS_UP_DOWN,1,Android.Media.TV.RecordedReviewRatingStyle,ThumbsUpDown,keep, +E,26,android/media/tv/TvContract$WatchNextPrograms.ASPECT_RATIO_1_1,3,Android.Media.TV.WatchNextAspectRatio,A11,keep, +E,26,android/media/tv/TvContract$WatchNextPrograms.ASPECT_RATIO_16_9,0,Android.Media.TV.WatchNextAspectRatio,A169,keep, +E,26,android/media/tv/TvContract$WatchNextPrograms.ASPECT_RATIO_2_3,4,Android.Media.TV.WatchNextAspectRatio,A23,keep, +E,26,android/media/tv/TvContract$WatchNextPrograms.ASPECT_RATIO_3_2,1,Android.Media.TV.WatchNextAspectRatio,A32,keep, +E,26,android/media/tv/TvContract$WatchNextPrograms.ASPECT_RATIO_4_3,2,Android.Media.TV.WatchNextAspectRatio,A43,keep, +E,26,android/media/tv/TvContract$WatchNextPrograms.AVAILABILITY_AVAILABLE,0,Android.Media.TV.WatchNextAvailability,Available,keep, +E,26,android/media/tv/TvContract$WatchNextPrograms.AVAILABILITY_FREE_WITH_SUBSCRIPTION,1,Android.Media.TV.WatchNextAvailability,FreeWithSubscription,keep, +E,26,android/media/tv/TvContract$WatchNextPrograms.AVAILABILITY_PAID_CONTENT,2,Android.Media.TV.WatchNextAvailability,PaidContent,keep, +E,26,android/media/tv/TvContract$WatchNextPrograms.INTERACTION_TYPE_FANS,3,Android.Media.TV.WatchNextInteractionType,Fans,keep, +E,26,android/media/tv/TvContract$WatchNextPrograms.INTERACTION_TYPE_FOLLOWERS,2,Android.Media.TV.WatchNextInteractionType,Followers,keep, +E,26,android/media/tv/TvContract$WatchNextPrograms.INTERACTION_TYPE_LIKES,4,Android.Media.TV.WatchNextInteractionType,Likes,keep, +E,26,android/media/tv/TvContract$WatchNextPrograms.INTERACTION_TYPE_LISTENS,1,Android.Media.TV.WatchNextInteractionType,Listens,keep, +E,26,android/media/tv/TvContract$WatchNextPrograms.INTERACTION_TYPE_THUMBS,5,Android.Media.TV.WatchNextInteractionType,Thumbs,keep, +E,26,android/media/tv/TvContract$WatchNextPrograms.INTERACTION_TYPE_VIEWERS,6,Android.Media.TV.WatchNextInteractionType,Viewers,keep, +E,26,android/media/tv/TvContract$WatchNextPrograms.INTERACTION_TYPE_VIEWS,0,Android.Media.TV.WatchNextInteractionType,Views,keep, +E,26,android/media/tv/TvContract$WatchNextPrograms.REVIEW_RATING_STYLE_PERCENTAGE,2,Android.Media.TV.WatchNextReviewRatingStyle,Percentage,keep, +E,26,android/media/tv/TvContract$WatchNextPrograms.REVIEW_RATING_STYLE_STARS,0,Android.Media.TV.WatchNextReviewRatingStyle,Stars,keep, +E,26,android/media/tv/TvContract$WatchNextPrograms.REVIEW_RATING_STYLE_THUMBS_UP_DOWN,1,Android.Media.TV.WatchNextReviewRatingStyle,ThumbsUpDown,keep, +E,26,android/media/tv/TvContract$WatchNextPrograms.TYPE_ALBUM,8,Android.Media.TV.WatchNextType,Album,keep, +E,26,android/media/tv/TvContract$WatchNextPrograms.TYPE_ARTIST,9,Android.Media.TV.WatchNextType,Artist,keep, +E,26,android/media/tv/TvContract$WatchNextPrograms.TYPE_CHANNEL,6,Android.Media.TV.WatchNextType,Channel,keep, +E,26,android/media/tv/TvContract$WatchNextPrograms.TYPE_CLIP,4,Android.Media.TV.WatchNextType,Clip,keep, +E,26,android/media/tv/TvContract$WatchNextPrograms.TYPE_EVENT,5,Android.Media.TV.WatchNextType,Event,keep, +E,26,android/media/tv/TvContract$WatchNextPrograms.TYPE_MOVIE,0,Android.Media.TV.WatchNextType,Movie,keep, +E,26,android/media/tv/TvContract$WatchNextPrograms.TYPE_PLAYLIST,10,Android.Media.TV.WatchNextType,Playlist,keep, +E,26,android/media/tv/TvContract$WatchNextPrograms.TYPE_STATION,11,Android.Media.TV.WatchNextType,Station,keep, +E,26,android/media/tv/TvContract$WatchNextPrograms.TYPE_TRACK,7,Android.Media.TV.WatchNextType,Track,keep, +E,26,android/media/tv/TvContract$WatchNextPrograms.TYPE_TV_EPISODE,3,Android.Media.TV.WatchNextType,TvEpisode,keep, +E,26,android/media/tv/TvContract$WatchNextPrograms.TYPE_TV_SEASON,2,Android.Media.TV.WatchNextType,TvSeason,keep, +E,26,android/media/tv/TvContract$WatchNextPrograms.TYPE_TV_SERIES,1,Android.Media.TV.WatchNextType,TvSeries,keep, +E,26,android/media/tv/TvContract$WatchNextPrograms.WATCH_NEXT_TYPE_CONTINUE,0,Android.Media.TV.WatchNextWatchNextType,Continue,keep, +E,26,android/media/tv/TvContract$WatchNextPrograms.WATCH_NEXT_TYPE_NEW,2,Android.Media.TV.WatchNextWatchNextType,New,keep, +E,26,android/media/tv/TvContract$WatchNextPrograms.WATCH_NEXT_TYPE_NEXT,1,Android.Media.TV.WatchNextWatchNextType,Next,keep, +E,26,android/media/tv/TvContract$WatchNextPrograms.WATCH_NEXT_TYPE_WATCHLIST,3,Android.Media.TV.WatchNextWatchNextType,Watchlist,keep, +E,21,android/media/tv/TvInputInfo.TYPE_COMPONENT,1004,Android.Media.TV.TvInputType,Component,keep, +E,21,android/media/tv/TvInputInfo.TYPE_COMPOSITE,1001,Android.Media.TV.TvInputType,Composite,keep, +E,21,android/media/tv/TvInputInfo.TYPE_DISPLAY_PORT,1008,Android.Media.TV.TvInputType,DisplayPort,keep, +E,21,android/media/tv/TvInputInfo.TYPE_DVI,1006,Android.Media.TV.TvInputType,Dvi,keep, +E,21,android/media/tv/TvInputInfo.TYPE_HDMI,1007,Android.Media.TV.TvInputType,Hdmi,keep, +E,21,android/media/tv/TvInputInfo.TYPE_OTHER,1000,Android.Media.TV.TvInputType,Other,keep, +E,21,android/media/tv/TvInputInfo.TYPE_SCART,1003,Android.Media.TV.TvInputType,Scart,keep, +E,21,android/media/tv/TvInputInfo.TYPE_SVIDEO,1002,Android.Media.TV.TvInputType,Svideo,keep, +E,21,android/media/tv/TvInputInfo.TYPE_TUNER,0,Android.Media.TV.TvInputType,Tuner,keep, +E,21,android/media/tv/TvInputInfo.TYPE_VGA,1005,Android.Media.TV.TvInputType,Vga,keep, +E,21,android/media/tv/TvInputManager.INPUT_STATE_CONNECTED,0,Android.Media.TV.TvInputState,Connected,keep, +E,21,android/media/tv/TvInputManager.INPUT_STATE_CONNECTED_STANDBY,1,Android.Media.TV.TvInputState,ConnectedStandby,keep, +E,21,android/media/tv/TvInputManager.INPUT_STATE_DISCONNECTED,2,Android.Media.TV.TvInputState,Disconnected,keep, +E,24,android/media/tv/TvInputManager.RECORDING_ERROR_INSUFFICIENT_SPACE,1,Android.Media.TV.RecordingError,InsufficientSpace,remove, +E,24,android/media/tv/TvInputManager.RECORDING_ERROR_RESOURCE_BUSY,2,Android.Media.TV.RecordingError,ResourceBusy,remove, +E,24,android/media/tv/TvInputManager.RECORDING_ERROR_UNKNOWN,0,Android.Media.TV.RecordingError,Unknown,remove, +E,23,android/media/tv/TvInputManager.TIME_SHIFT_STATUS_AVAILABLE,3,Android.Media.TV.TimeShiftStatus,Available,keep, +E,23,android/media/tv/TvInputManager.TIME_SHIFT_STATUS_UNAVAILABLE,2,Android.Media.TV.TimeShiftStatus,Unavailable,keep, +E,23,android/media/tv/TvInputManager.TIME_SHIFT_STATUS_UNKNOWN,0,Android.Media.TV.TimeShiftStatus,Unknown,keep, +E,23,android/media/tv/TvInputManager.TIME_SHIFT_STATUS_UNSUPPORTED,1,Android.Media.TV.TimeShiftStatus,Unsupported,keep, +E,23,android/media/tv/TvInputManager.VIDEO_UNAVAILABLE_REASON_AUDIO_ONLY,4,Android.Media.TV.VideoUnavailableReason,AudioOnly,keep, +E,21,android/media/tv/TvInputManager.VIDEO_UNAVAILABLE_REASON_BUFFERING,3,Android.Media.TV.VideoUnavailableReason,Buffering,keep, +?,30,android/media/tv/TvInputManager.VIDEO_UNAVAILABLE_REASON_CAS_BLACKOUT,16,,,, +?,30,android/media/tv/TvInputManager.VIDEO_UNAVAILABLE_REASON_CAS_CARD_INVALID,15,,,, +?,30,android/media/tv/TvInputManager.VIDEO_UNAVAILABLE_REASON_CAS_CARD_MUTE,14,,,, +?,30,android/media/tv/TvInputManager.VIDEO_UNAVAILABLE_REASON_CAS_INSUFFICIENT_OUTPUT_PROTECTION,7,,,, +?,30,android/media/tv/TvInputManager.VIDEO_UNAVAILABLE_REASON_CAS_LICENSE_EXPIRED,10,,,, +?,30,android/media/tv/TvInputManager.VIDEO_UNAVAILABLE_REASON_CAS_NEED_ACTIVATION,11,,,, +?,30,android/media/tv/TvInputManager.VIDEO_UNAVAILABLE_REASON_CAS_NEED_PAIRING,12,,,, +?,30,android/media/tv/TvInputManager.VIDEO_UNAVAILABLE_REASON_CAS_NO_CARD,13,,,, +?,30,android/media/tv/TvInputManager.VIDEO_UNAVAILABLE_REASON_CAS_PVR_RECORDING_NOT_ALLOWED,8,,,, +?,30,android/media/tv/TvInputManager.VIDEO_UNAVAILABLE_REASON_CAS_REBOOTING,17,,,, +?,30,android/media/tv/TvInputManager.VIDEO_UNAVAILABLE_REASON_CAS_UNKNOWN,18,,,, +?,30,android/media/tv/TvInputManager.VIDEO_UNAVAILABLE_REASON_INSUFFICIENT_RESOURCE,6,,,, +?,30,android/media/tv/TvInputManager.VIDEO_UNAVAILABLE_REASON_NOT_CONNECTED,5,,,, +E,21,android/media/tv/TvInputManager.VIDEO_UNAVAILABLE_REASON_TUNING,1,Android.Media.TV.VideoUnavailableReason,Tuning,keep, +E,21,android/media/tv/TvInputManager.VIDEO_UNAVAILABLE_REASON_UNKNOWN,0,Android.Media.TV.VideoUnavailableReason,Unknown,keep, +E,21,android/media/tv/TvInputManager.VIDEO_UNAVAILABLE_REASON_WEAK_SIGNAL,2,Android.Media.TV.VideoUnavailableReason,WeakSignal,keep, +E,30,android/media/tv/TvInputService.PRIORITY_HINT_USE_CASE_TYPE_BACKGROUND,100,Android.Media.TvInputServicePriorityHintUseCaseType,PriorityHintUseCaseTypeBackground,remove, +E,30,android/media/tv/TvInputService.PRIORITY_HINT_USE_CASE_TYPE_LIVE,400,Android.Media.TvInputServicePriorityHintUseCaseType,PriorityHintUseCaseTypeLive,remove, +E,30,android/media/tv/TvInputService.PRIORITY_HINT_USE_CASE_TYPE_PLAYBACK,300,Android.Media.TvInputServicePriorityHintUseCaseType,PriorityHintUseCaseTypePlayback,remove, +E,30,android/media/tv/TvInputService.PRIORITY_HINT_USE_CASE_TYPE_RECORD,500,Android.Media.TvInputServicePriorityHintUseCaseType,PriorityHintUseCaseTypeRecord,remove, +E,30,android/media/tv/TvInputService.PRIORITY_HINT_USE_CASE_TYPE_SCAN,200,Android.Media.TvInputServicePriorityHintUseCaseType,PriorityHintUseCaseTypeScan,remove, +E,21,android/media/tv/TvTrackInfo.TYPE_AUDIO,0,Android.Media.TV.TvTrackInfoType,Audio,keep, +E,21,android/media/tv/TvTrackInfo.TYPE_SUBTITLE,2,Android.Media.TV.TvTrackInfoType,Subtitle,keep, +E,21,android/media/tv/TvTrackInfo.TYPE_VIDEO,1,Android.Media.TV.TvTrackInfoType,Video,keep, +E,21,android/media/VolumeProvider.VOLUME_CONTROL_ABSOLUTE,2,Android.Media.VolumeControl,Absolute,keep, +E,21,android/media/VolumeProvider.VOLUME_CONTROL_FIXED,0,Android.Media.VolumeControl,Fixed,keep, +E,21,android/media/VolumeProvider.VOLUME_CONTROL_RELATIVE,1,Android.Media.VolumeControl,Relative,keep, +E,26,android/media/VolumeShaper$Configuration.INTERPOLATOR_TYPE_CUBIC,2,Android.Media.VolumeInterpolatorType,Cubic,keep, +E,26,android/media/VolumeShaper$Configuration.INTERPOLATOR_TYPE_CUBIC_MONOTONIC,3,Android.Media.VolumeInterpolatorType,CubicMonotonic,keep, +E,26,android/media/VolumeShaper$Configuration.INTERPOLATOR_TYPE_LINEAR,1,Android.Media.VolumeInterpolatorType,Linear,keep, +E,26,android/media/VolumeShaper$Configuration.INTERPOLATOR_TYPE_STEP,0,Android.Media.VolumeInterpolatorType,Step,keep, +A,0,,0,Android.Mtp.AssociationType,None,remove, +E,15,android/mtp/MtpConstants.ASSOCIATION_TYPE_GENERIC_FOLDER,1,Android.Mtp.AssociationType,GenericFolder,remove, +E,15,android/mtp/MtpConstants.FORMAT_3GP_CONTAINER,47492,Android.Mtp.MtpFormat,F3gpContainer,keep, +E,15,android/mtp/MtpConstants.FORMAT_AAC,47363,Android.Mtp.MtpFormat,Aac,keep, +E,15,android/mtp/MtpConstants.FORMAT_ABSTRACT_AUDIO_ALBUM,47619,Android.Mtp.MtpFormat,AbstractAudioAlbum,keep, +E,15,android/mtp/MtpConstants.FORMAT_ABSTRACT_AUDIO_PLAYLIST,47625,Android.Mtp.MtpFormat,AbstractAudioPlaylist,keep, +E,15,android/mtp/MtpConstants.FORMAT_ABSTRACT_AV_PLAYLIST,47621,Android.Mtp.MtpFormat,AbstractAvPlaylist,keep, +E,15,android/mtp/MtpConstants.FORMAT_ABSTRACT_DOCUMENT,47745,Android.Mtp.MtpFormat,AbstractDocument,keep, +E,15,android/mtp/MtpConstants.FORMAT_ABSTRACT_IMAGE_ALBUM,47618,Android.Mtp.MtpFormat,AbstractImageAlbum,keep, +E,15,android/mtp/MtpConstants.FORMAT_ABSTRACT_MEDIACAST,47627,Android.Mtp.MtpFormat,AbstractMediacast,keep, +E,15,android/mtp/MtpConstants.FORMAT_ABSTRACT_MULTIMEDIA_ALBUM,47617,Android.Mtp.MtpFormat,AbstractMultimediaAlbum,keep, +E,15,android/mtp/MtpConstants.FORMAT_ABSTRACT_VIDEO_ALBUM,47620,Android.Mtp.MtpFormat,AbstractVideoAlbum,keep, +E,15,android/mtp/MtpConstants.FORMAT_ABSTRACT_VIDEO_PLAYLIST,47626,Android.Mtp.MtpFormat,AbstractVideoPlaylist,keep, +E,15,android/mtp/MtpConstants.FORMAT_AIFF,12295,Android.Mtp.MtpFormat,Aiff,keep, +E,15,android/mtp/MtpConstants.FORMAT_ASF,12300,Android.Mtp.MtpFormat,Asf,keep, +E,15,android/mtp/MtpConstants.FORMAT_ASSOCIATION,12289,Android.Mtp.MtpFormat,Association,keep, +E,15,android/mtp/MtpConstants.FORMAT_ASX_PLAYLIST,47635,Android.Mtp.MtpFormat,AsxPlaylist,keep, +E,15,android/mtp/MtpConstants.FORMAT_AUDIBLE,47364,Android.Mtp.MtpFormat,Audible,keep, +E,15,android/mtp/MtpConstants.FORMAT_AVI,12298,Android.Mtp.MtpFormat,Avi,keep, +E,15,android/mtp/MtpConstants.FORMAT_BMP,14340,Android.Mtp.MtpFormat,Bmp,keep, +E,24,android/mtp/MtpConstants.FORMAT_DEFINED,14336,Android.Mtp.MtpFormat,Defined,keep, +E,24,android/mtp/MtpConstants.FORMAT_DNG,14353,Android.Mtp.MtpFormat,Dng,keep, +E,15,android/mtp/MtpConstants.FORMAT_DPOF,12294,Android.Mtp.MtpFormat,Dpof,keep, +E,15,android/mtp/MtpConstants.FORMAT_EXECUTABLE,12291,Android.Mtp.MtpFormat,Executable,keep, +E,15,android/mtp/MtpConstants.FORMAT_EXIF_JPEG,14337,Android.Mtp.MtpFormat,ExifJpeg,keep, +E,15,android/mtp/MtpConstants.FORMAT_FLAC,47366,Android.Mtp.MtpFormat,Flac,keep, +E,15,android/mtp/MtpConstants.FORMAT_GIF,14343,Android.Mtp.MtpFormat,Gif,keep, +E,15,android/mtp/MtpConstants.FORMAT_HTML,12293,Android.Mtp.MtpFormat,Html,keep, +E,15,android/mtp/MtpConstants.FORMAT_JFIF,14344,Android.Mtp.MtpFormat,Jfif,keep, +E,15,android/mtp/MtpConstants.FORMAT_JP2,14351,Android.Mtp.MtpFormat,Jp2,keep, +E,15,android/mtp/MtpConstants.FORMAT_JPX,14352,Android.Mtp.MtpFormat,Jpx,keep, +E,15,android/mtp/MtpConstants.FORMAT_M3U_PLAYLIST,47633,Android.Mtp.MtpFormat,M3uPlaylist,keep, +E,15,android/mtp/MtpConstants.FORMAT_MP2,47491,Android.Mtp.MtpFormat,Mp2,keep, +E,15,android/mtp/MtpConstants.FORMAT_MP3,12297,Android.Mtp.MtpFormat,Mp3,keep, +E,15,android/mtp/MtpConstants.FORMAT_MP4_CONTAINER,47490,Android.Mtp.MtpFormat,Mp4Container,keep, +E,15,android/mtp/MtpConstants.FORMAT_MPEG,12299,Android.Mtp.MtpFormat,Mpeg,keep, +E,15,android/mtp/MtpConstants.FORMAT_MPL_PLAYLIST,47634,Android.Mtp.MtpFormat,MplPlaylist,keep, +E,15,android/mtp/MtpConstants.FORMAT_MS_EXCEL_SPREADSHEET,47749,Android.Mtp.MtpFormat,MsExcelSpreadsheet,keep, +E,15,android/mtp/MtpConstants.FORMAT_MS_POWERPOINT_PRESENTATION,47750,Android.Mtp.MtpFormat,MsPowerpointPresentation,keep, +E,15,android/mtp/MtpConstants.FORMAT_MS_WORD_DOCUMENT,47747,Android.Mtp.MtpFormat,MsWordDocument,keep, +E,15,android/mtp/MtpConstants.FORMAT_OGG,47362,Android.Mtp.MtpFormat,Ogg,keep, +E,15,android/mtp/MtpConstants.FORMAT_PICT,14346,Android.Mtp.MtpFormat,Pict,keep, +E,15,android/mtp/MtpConstants.FORMAT_PLS_PLAYLIST,47636,Android.Mtp.MtpFormat,PlsPlaylist,keep, +E,15,android/mtp/MtpConstants.FORMAT_PNG,14347,Android.Mtp.MtpFormat,Png,keep, +E,15,android/mtp/MtpConstants.FORMAT_SCRIPT,12290,Android.Mtp.MtpFormat,Script,keep, +E,15,android/mtp/MtpConstants.FORMAT_TEXT,12292,Android.Mtp.MtpFormat,Text,keep, +E,15,android/mtp/MtpConstants.FORMAT_TIFF,14349,Android.Mtp.MtpFormat,Tiff,keep, +E,15,android/mtp/MtpConstants.FORMAT_TIFF_EP,14338,Android.Mtp.MtpFormat,TiffEp,keep, +E,15,android/mtp/MtpConstants.FORMAT_UNDEFINED,12288,Android.Mtp.MtpFormat,Undefined,keep, +E,15,android/mtp/MtpConstants.FORMAT_UNDEFINED_AUDIO,47360,Android.Mtp.MtpFormat,UndefinedAudio,keep, +E,15,android/mtp/MtpConstants.FORMAT_UNDEFINED_COLLECTION,47616,Android.Mtp.MtpFormat,UndefinedCollection,keep, +E,15,android/mtp/MtpConstants.FORMAT_UNDEFINED_DOCUMENT,47744,Android.Mtp.MtpFormat,UndefinedDocument,keep, +E,15,android/mtp/MtpConstants.FORMAT_UNDEFINED_FIRMWARE,47106,Android.Mtp.MtpFormat,UndefinedFirmware,keep, +E,15,android/mtp/MtpConstants.FORMAT_UNDEFINED_VIDEO,47488,Android.Mtp.MtpFormat,UndefinedVideo,keep, +E,15,android/mtp/MtpConstants.FORMAT_WAV,12296,Android.Mtp.MtpFormat,Wav,keep, +E,15,android/mtp/MtpConstants.FORMAT_WINDOWS_IMAGE_FORMAT,47233,Android.Mtp.MtpFormat,WindowsImageFormat,keep, +E,15,android/mtp/MtpConstants.FORMAT_WMA,47361,Android.Mtp.MtpFormat,Wma,keep, +E,15,android/mtp/MtpConstants.FORMAT_WMV,47489,Android.Mtp.MtpFormat,Wmv,keep, +E,15,android/mtp/MtpConstants.FORMAT_WPL_PLAYLIST,47632,Android.Mtp.MtpFormat,WplPlaylist,keep, +E,15,android/mtp/MtpConstants.FORMAT_XML_DOCUMENT,47746,Android.Mtp.MtpFormat,XmlDocument,keep, +E,24,android/mtp/MtpConstants.OPERATION_CLOSE_SESSION,4099,Android.Mtp.OperationCode,CloseSession,remove, +E,24,android/mtp/MtpConstants.OPERATION_COPY_OBJECT,4122,Android.Mtp.OperationCode,CopyObject,remove, +E,24,android/mtp/MtpConstants.OPERATION_DELETE_OBJECT,4107,Android.Mtp.OperationCode,DeleteObject,remove, +E,24,android/mtp/MtpConstants.OPERATION_FORMAT_STORE,4111,Android.Mtp.OperationCode,FormatStore,remove, +E,24,android/mtp/MtpConstants.OPERATION_GET_DEVICE_INFO,4097,Android.Mtp.OperationCode,GetDeviceInfo,remove, +E,24,android/mtp/MtpConstants.OPERATION_GET_DEVICE_PROP_DESC,4116,Android.Mtp.OperationCode,GetDevicePropDesc,remove, +E,24,android/mtp/MtpConstants.OPERATION_GET_DEVICE_PROP_VALUE,4117,Android.Mtp.OperationCode,GetDevicePropValue,remove, +E,24,android/mtp/MtpConstants.OPERATION_GET_NUM_OBJECTS,4102,Android.Mtp.OperationCode,GetNumObjects,remove, +E,24,android/mtp/MtpConstants.OPERATION_GET_OBJECT,4105,Android.Mtp.OperationCode,GetObject,remove, +E,24,android/mtp/MtpConstants.OPERATION_GET_OBJECT_HANDLES,4103,Android.Mtp.OperationCode,GetObjectHandles,remove, +E,24,android/mtp/MtpConstants.OPERATION_GET_OBJECT_INFO,4104,Android.Mtp.OperationCode,GetObjectInfo,remove, +E,24,android/mtp/MtpConstants.OPERATION_GET_OBJECT_PROP_DESC,38914,Android.Mtp.OperationCode,GetObjectPropDesc,remove, +E,24,android/mtp/MtpConstants.OPERATION_GET_OBJECT_PROP_VALUE,38915,Android.Mtp.OperationCode,GetObjectPropValue,remove, +E,24,android/mtp/MtpConstants.OPERATION_GET_OBJECT_PROPS_SUPPORTED,38913,Android.Mtp.OperationCode,GetObjectPropsSupported,remove, +E,24,android/mtp/MtpConstants.OPERATION_GET_OBJECT_REFERENCES,38928,Android.Mtp.OperationCode,GetObjectReferences,remove, +E,24,android/mtp/MtpConstants.OPERATION_GET_PARTIAL_OBJECT,4123,Android.Mtp.OperationCode,GetPartialObject,remove, +E,24,android/mtp/MtpConstants.OPERATION_GET_PARTIAL_OBJECT_64,38337,Android.Mtp.OperationCode,GetPartialObject64,remove, +E,24,android/mtp/MtpConstants.OPERATION_GET_STORAGE_I_DS,4100,Android.Mtp.OperationCode,GetStorageIDs,remove, +E,24,android/mtp/MtpConstants.OPERATION_GET_STORAGE_INFO,4101,Android.Mtp.OperationCode,GetStorageInfo,remove, +E,24,android/mtp/MtpConstants.OPERATION_GET_THUMB,4106,Android.Mtp.OperationCode,GetThumb,remove, +E,24,android/mtp/MtpConstants.OPERATION_INITIATE_CAPTURE,4110,Android.Mtp.OperationCode,InitiateCapture,remove, +E,24,android/mtp/MtpConstants.OPERATION_INITIATE_OPEN_CAPTURE,4124,Android.Mtp.OperationCode,InitiateOpenCapture,remove, +E,24,android/mtp/MtpConstants.OPERATION_MOVE_OBJECT,4121,Android.Mtp.OperationCode,MoveObject,remove, +E,24,android/mtp/MtpConstants.OPERATION_OPEN_SESSION,4098,Android.Mtp.OperationCode,OpenSession,remove, +E,24,android/mtp/MtpConstants.OPERATION_POWER_DOWN,4115,Android.Mtp.OperationCode,PowerDown,remove, +E,24,android/mtp/MtpConstants.OPERATION_RESET_DEVICE,4112,Android.Mtp.OperationCode,ResetDevice,remove, +E,24,android/mtp/MtpConstants.OPERATION_RESET_DEVICE_PROP_VALUE,4119,Android.Mtp.OperationCode,ResetDevicePropValue,remove, +E,24,android/mtp/MtpConstants.OPERATION_SELF_TEST,4113,Android.Mtp.OperationCode,SelfTest,remove, +E,24,android/mtp/MtpConstants.OPERATION_SEND_OBJECT,4109,Android.Mtp.OperationCode,SendObject,remove, +E,24,android/mtp/MtpConstants.OPERATION_SEND_OBJECT_INFO,4108,Android.Mtp.OperationCode,SendObjectInfo,remove, +E,24,android/mtp/MtpConstants.OPERATION_SET_DEVICE_PROP_VALUE,4118,Android.Mtp.OperationCode,SetDevicePropValue,remove, +E,24,android/mtp/MtpConstants.OPERATION_SET_OBJECT_PROP_VALUE,38916,Android.Mtp.OperationCode,SetObjectPropValue,remove, +E,24,android/mtp/MtpConstants.OPERATION_SET_OBJECT_PROTECTION,4114,Android.Mtp.OperationCode,SetObjectProtection,remove, +E,24,android/mtp/MtpConstants.OPERATION_SET_OBJECT_REFERENCES,38929,Android.Mtp.OperationCode,SetObjectReferences,remove, +E,24,android/mtp/MtpConstants.OPERATION_SKIP,38944,Android.Mtp.OperationCode,Skip,remove, +E,24,android/mtp/MtpConstants.OPERATION_TERMINATE_OPEN_CAPTURE,4120,Android.Mtp.OperationCode,TerminateOpenCapture,remove, +E,15,android/mtp/MtpConstants.PROTECTION_STATUS_NON_TRANSFERABLE_DATA,32771,Android.Mtp.ProtectionStatus,NonTransferableData,keep, +E,15,android/mtp/MtpConstants.PROTECTION_STATUS_NONE,0,Android.Mtp.ProtectionStatus,None,keep, +E,15,android/mtp/MtpConstants.PROTECTION_STATUS_READ_ONLY,32769,Android.Mtp.ProtectionStatus,ReadOnly,keep, +E,15,android/mtp/MtpConstants.PROTECTION_STATUS_READ_ONLY_DATA,32770,Android.Mtp.ProtectionStatus,ReadOnlyData,keep, +E,24,android/mtp/MtpEvent.EVENT_CANCEL_TRANSACTION,16385,Android.Mtp.EventCode,CancelTransaction,remove, +E,24,android/mtp/MtpEvent.EVENT_CAPTURE_COMPLETE,16397,Android.Mtp.EventCode,CaptureComplete,remove, +E,24,android/mtp/MtpEvent.EVENT_DEVICE_INFO_CHANGED,16392,Android.Mtp.EventCode,DeviceInfoChanged,remove, +E,24,android/mtp/MtpEvent.EVENT_DEVICE_PROP_CHANGED,16390,Android.Mtp.EventCode,DevicePropChanged,remove, +E,24,android/mtp/MtpEvent.EVENT_DEVICE_RESET,16395,Android.Mtp.EventCode,DeviceReset,remove, +E,24,android/mtp/MtpEvent.EVENT_OBJECT_ADDED,16386,Android.Mtp.EventCode,ObjectAdded,remove, +E,24,android/mtp/MtpEvent.EVENT_OBJECT_INFO_CHANGED,16391,Android.Mtp.EventCode,ObjectInfoChanged,remove, +E,24,android/mtp/MtpEvent.EVENT_OBJECT_PROP_CHANGED,51201,Android.Mtp.EventCode,ObjectPropChanged,remove, +E,24,android/mtp/MtpEvent.EVENT_OBJECT_PROP_DESC_CHANGED,51202,Android.Mtp.EventCode,ObjectPropDescChanged,remove, +E,24,android/mtp/MtpEvent.EVENT_OBJECT_REFERENCES_CHANGED,51203,Android.Mtp.EventCode,ObjectReferencesChanged,remove, +E,24,android/mtp/MtpEvent.EVENT_OBJECT_REMOVED,16387,Android.Mtp.EventCode,ObjectRemoved,remove, +E,24,android/mtp/MtpEvent.EVENT_REQUEST_OBJECT_TRANSFER,16393,Android.Mtp.EventCode,RequestObjectTransfer,remove, +E,24,android/mtp/MtpEvent.EVENT_STORAGE_INFO_CHANGED,16396,Android.Mtp.EventCode,StorageInfoChanged,remove, +E,24,android/mtp/MtpEvent.EVENT_STORE_ADDED,16388,Android.Mtp.EventCode,StoreAdded,remove, +E,24,android/mtp/MtpEvent.EVENT_STORE_FULL,16394,Android.Mtp.EventCode,StoreFull,remove, +E,24,android/mtp/MtpEvent.EVENT_STORE_REMOVED,16389,Android.Mtp.EventCode,StoreRemoved,remove, +E,24,android/mtp/MtpEvent.EVENT_UNDEFINED,16384,Android.Mtp.EventCode,Undefined,remove, +E,24,android/mtp/MtpEvent.EVENT_UNREPORTED_STATUS,16398,Android.Mtp.EventCode,UnreportedStatus,remove, +?,0,android/net/ConnectivityDiagnosticsManager$ConnectivityReport.NETWORK_PROBE_DNS,4,,,, +?,0,android/net/ConnectivityDiagnosticsManager$ConnectivityReport.NETWORK_PROBE_FALLBACK,32,,,, +?,0,android/net/ConnectivityDiagnosticsManager$ConnectivityReport.NETWORK_PROBE_HTTP,8,,,, +?,0,android/net/ConnectivityDiagnosticsManager$ConnectivityReport.NETWORK_PROBE_HTTPS,16,,,, +?,0,android/net/ConnectivityDiagnosticsManager$ConnectivityReport.NETWORK_PROBE_PRIVATE_DNS,64,,,, +?,0,android/net/ConnectivityDiagnosticsManager$ConnectivityReport.NETWORK_VALIDATION_RESULT_INVALID,0,,,, +?,0,android/net/ConnectivityDiagnosticsManager$ConnectivityReport.NETWORK_VALIDATION_RESULT_PARTIALLY_VALID,2,,,, +?,0,android/net/ConnectivityDiagnosticsManager$ConnectivityReport.NETWORK_VALIDATION_RESULT_SKIPPED,3,,,, +?,0,android/net/ConnectivityDiagnosticsManager$ConnectivityReport.NETWORK_VALIDATION_RESULT_VALID,1,,,, +?,0,android/net/ConnectivityDiagnosticsManager$DataStallReport.DETECTION_METHOD_DNS_EVENTS,1,,,, +?,0,android/net/ConnectivityDiagnosticsManager$DataStallReport.DETECTION_METHOD_TCP_METRICS,2,,,, +?,0,android/net/ConnectivityManager.DEFAULT_NETWORK_PREFERENCE,1,,,, +E,26,android/net/ConnectivityManager.MULTIPATH_PREFERENCE_HANDOVER,1,Android.Net.MultipathPreference,Handover,keep, +E,26,android/net/ConnectivityManager.MULTIPATH_PREFERENCE_PERFORMANCE,4,Android.Net.MultipathPreference,Performance,keep, +E,26,android/net/ConnectivityManager.MULTIPATH_PREFERENCE_RELIABILITY,2,Android.Net.MultipathPreference,Reliability,keep, +E,24,android/net/ConnectivityManager.RESTRICT_BACKGROUND_STATUS_DISABLED,1,Android.Net.RestrictBackgroundStatus,Disabled,remove, +E,24,android/net/ConnectivityManager.RESTRICT_BACKGROUND_STATUS_ENABLED,3,Android.Net.RestrictBackgroundStatus,Enabled,remove, +E,24,android/net/ConnectivityManager.RESTRICT_BACKGROUND_STATUS_WHITELISTED,2,Android.Net.RestrictBackgroundStatus,Whitelisted,remove, +E,15,android/net/ConnectivityManager.TYPE_BLUETOOTH,7,Android.Net.ConnectivityType,Bluetooth,keep, +E,15,android/net/ConnectivityManager.TYPE_DUMMY,8,Android.Net.ConnectivityType,Dummy,keep, +E,15,android/net/ConnectivityManager.TYPE_ETHERNET,9,Android.Net.ConnectivityType,Ethernet,keep, +E,10,android/net/ConnectivityManager.TYPE_MOBILE,0,Android.Net.ConnectivityType,Mobile,keep, +E,10,android/net/ConnectivityManager.TYPE_MOBILE_DUN,4,Android.Net.ConnectivityType,MobileDun,keep, +E,10,android/net/ConnectivityManager.TYPE_MOBILE_HIPRI,5,Android.Net.ConnectivityType,MobileHipri,keep, +E,10,android/net/ConnectivityManager.TYPE_MOBILE_MMS,2,Android.Net.ConnectivityType,MobileMms,keep, +E,10,android/net/ConnectivityManager.TYPE_MOBILE_SUPL,3,Android.Net.ConnectivityType,MobileSupl,keep, +E,21,android/net/ConnectivityManager.TYPE_VPN,17,Android.Net.ConnectivityType,Vpn,keep, +E,10,android/net/ConnectivityManager.TYPE_WIFI,1,Android.Net.ConnectivityType,Wifi,keep, +E,10,android/net/ConnectivityManager.TYPE_WIMAX,6,Android.Net.ConnectivityType,Wimax,keep, +E,30,android/net/DataStallReport.DETECTION_METHOD_DNS_EVENTS,1,Android.Net.DataStallReportDetectionMethodType,DetectionMethodDnsEvents,remove, +E,30,android/net/DataStallReport.DETECTION_METHOD_TCP_METRICS,2,Android.Net.DataStallReportDetectionMethodType,DetectionMethodTcpMetrics,remove, +?,0,android/net/DnsResolver.CLASS_IN,1,,,, +?,0,android/net/DnsResolver.ERROR_PARSE,0,,,, +?,0,android/net/DnsResolver.ERROR_SYSTEM,1,,,, +E,29,android/net/DnsResolver.FLAG_EMPTY,0,Android.Net.DnsResolverFlag,Empty,remove, +E,29,android/net/DnsResolver.FLAG_NO_CACHE_LOOKUP,4,Android.Net.DnsResolverFlag,NoCacheLookup,remove, +E,29,android/net/DnsResolver.FLAG_NO_CACHE_STORE,2,Android.Net.DnsResolverFlag,NoCacheStore,remove, +E,29,android/net/DnsResolver.FLAG_NO_RETRY,1,Android.Net.DnsResolverFlag,NoRetry,remove, +E,29,android/net/DnsResolver.TYPE_A,1,Android.Net.DnsResolverType,A,remove, +E,29,android/net/DnsResolver.TYPE_AAAA,28,Android.Net.DnsResolverType,Aaaa,remove, +E,15,android/net/http/SslError.SSL_DATE_INVALID,4,Android.Net.Http.SslErrorType,DateInvalid,remove, +E,10,android/net/http/SslError.SSL_EXPIRED,1,Android.Net.Http.SslErrorType,Expired,remove, +E,10,android/net/http/SslError.SSL_IDMISMATCH,2,Android.Net.Http.SslErrorType,Idmismatch,remove, +E,15,android/net/http/SslError.SSL_INVALID,5,Android.Net.Http.SslErrorType,Invalid,remove, +E,10,android/net/http/SslError.SSL_MAX_ERROR,6,Android.Net.Http.SslErrorType,MaxError,remove, +E,10,android/net/http/SslError.SSL_NOTYETVALID,0,Android.Net.Http.SslErrorType,Notyetvalid,remove, +E,10,android/net/http/SslError.SSL_UNTRUSTED,3,Android.Net.Http.SslErrorType,Untrusted,remove, +E,28,android/net/IpSecManager.DIRECTION_IN,0,Android.Net.IpSecTransportDirection,In,remove, +E,28,android/net/IpSecManager.DIRECTION_OUT,1,Android.Net.IpSecTransportDirection,Out,remove, +E,19,android/net/LocalSocket.SOCKET_DGRAM,1,Android.Net.SocketType,Dgram,remove, +E,19,android/net/LocalSocket.SOCKET_SEQPACKET,3,Android.Net.SocketType,Seqpacket,remove, +E,19,android/net/LocalSocket.SOCKET_STREAM,2,Android.Net.SocketType,Stream,remove, +E,28,android/net/MacAddress.TYPE_BROADCAST,3,Android.Net.MacAddressType,Broadcast,remove, +E,28,android/net/MacAddress.TYPE_MULTICAST,2,Android.Net.MacAddressType,Multicast,remove, +E,28,android/net/MacAddress.TYPE_UNICAST,1,Android.Net.MacAddressType,Unicast,remove, +E,23,android/net/NetworkCapabilities.NET_CAPABILITY_CAPTIVE_PORTAL,17,Android.Net.NetCapability,CaptivePortal,remove, +E,21,android/net/NetworkCapabilities.NET_CAPABILITY_CBS,5,Android.Net.NetCapability,Cbs,remove, +E,21,android/net/NetworkCapabilities.NET_CAPABILITY_DUN,2,Android.Net.NetCapability,Dun,remove, +E,21,android/net/NetworkCapabilities.NET_CAPABILITY_EIMS,10,Android.Net.NetCapability,Eims,remove, +E,28,android/net/NetworkCapabilities.NET_CAPABILITY_FOREGROUND,19,Android.Net.NetCapability,Foreground,remove, +E,21,android/net/NetworkCapabilities.NET_CAPABILITY_FOTA,3,Android.Net.NetCapability,Fota,remove, +E,21,android/net/NetworkCapabilities.NET_CAPABILITY_IA,7,Android.Net.NetCapability,Ia,remove, +E,21,android/net/NetworkCapabilities.NET_CAPABILITY_IMS,4,Android.Net.NetCapability,Ims,remove, +E,21,android/net/NetworkCapabilities.NET_CAPABILITY_INTERNET,12,Android.Net.NetCapability,Internet,remove, +E,29,android/net/NetworkCapabilities.NET_CAPABILITY_MCX,23,Android.Net.NetCapability,Mcx,remove, +E,21,android/net/NetworkCapabilities.NET_CAPABILITY_MMS,0,Android.Net.NetCapability,Mms,remove, +E,28,android/net/NetworkCapabilities.NET_CAPABILITY_NOT_CONGESTED,20,Android.Net.NetCapability,NotCongested,remove, +E,21,android/net/NetworkCapabilities.NET_CAPABILITY_NOT_METERED,11,Android.Net.NetCapability,NotMetered,remove, +E,21,android/net/NetworkCapabilities.NET_CAPABILITY_NOT_RESTRICTED,13,Android.Net.NetCapability,NotRestricted,remove, +E,28,android/net/NetworkCapabilities.NET_CAPABILITY_NOT_ROAMING,18,Android.Net.NetCapability,NotRoaming,remove, +E,28,android/net/NetworkCapabilities.NET_CAPABILITY_NOT_SUSPENDED,21,Android.Net.NetCapability,NotSuspended,remove, +E,21,android/net/NetworkCapabilities.NET_CAPABILITY_NOT_VPN,15,Android.Net.NetCapability,NotVpn,remove, +E,21,android/net/NetworkCapabilities.NET_CAPABILITY_RCS,8,Android.Net.NetCapability,Rcs,remove, +E,21,android/net/NetworkCapabilities.NET_CAPABILITY_SUPL,1,Android.Net.NetCapability,Supl,remove, +E,21,android/net/NetworkCapabilities.NET_CAPABILITY_TRUSTED,14,Android.Net.NetCapability,Trusted,remove, +E,23,android/net/NetworkCapabilities.NET_CAPABILITY_VALIDATED,16,Android.Net.NetCapability,Validated,remove, +E,21,android/net/NetworkCapabilities.NET_CAPABILITY_WIFI_P2P,6,Android.Net.NetCapability,WifiP2p,remove, +E,21,android/net/NetworkCapabilities.NET_CAPABILITY_XCAP,9,Android.Net.NetCapability,Xcap,remove, +?,29,android/net/NetworkCapabilities.SIGNAL_STRENGTH_UNSPECIFIED,-2147483648,,,, +E,21,android/net/NetworkCapabilities.TRANSPORT_BLUETOOTH,2,Android.Net.TransportType,Bluetooth,remove, +E,21,android/net/NetworkCapabilities.TRANSPORT_CELLULAR,0,Android.Net.TransportType,Cellular,remove, +E,21,android/net/NetworkCapabilities.TRANSPORT_ETHERNET,3,Android.Net.TransportType,Ethernet,remove, +E,27,android/net/NetworkCapabilities.TRANSPORT_LOWPAN,6,Android.Net.TransportType,Lowpan,remove, +E,21,android/net/NetworkCapabilities.TRANSPORT_VPN,4,Android.Net.TransportType,Vpn,remove, +E,21,android/net/NetworkCapabilities.TRANSPORT_WIFI,1,Android.Net.TransportType,Wifi,remove, +E,26,android/net/NetworkCapabilities.TRANSPORT_WIFI_AWARE,5,Android.Net.TransportType,WifiAware,remove, +E,16,android/net/nsd/NsdManager.FAILURE_ALREADY_ACTIVE,3,Android.Net.Nsd.NsdFailure,AlreadyActive,remove, +E,16,android/net/nsd/NsdManager.FAILURE_INTERNAL_ERROR,0,Android.Net.Nsd.NsdFailure,InternalError,remove, +E,16,android/net/nsd/NsdManager.FAILURE_MAX_LIMIT,4,Android.Net.Nsd.NsdFailure,MaxLimit,remove, +?,0,android/net/nsd/NsdManager.NSD_STATE_DISABLED,1,,,, +?,0,android/net/nsd/NsdManager.NSD_STATE_ENABLED,2,,,, +E,16,android/net/nsd/NsdManager.PROTOCOL_DNS_SD,1,Android.Net.Nsd.NsdProtocol,DnsSd,remove, +E,30,android/net/PlatformVpnProfile.TYPE_IKEV2_IPSEC_PSK,7,Android.Net.PlatformVpnProfileTypeIkev2IpsecType,TypeIkev2IpsecPsk,remove, +E,30,android/net/PlatformVpnProfile.TYPE_IKEV2_IPSEC_RSA,8,Android.Net.PlatformVpnProfileTypeIkev2IpsecType,TypeIkev2IpsecRsa,remove, +E,30,android/net/PlatformVpnProfile.TYPE_IKEV2_IPSEC_USER_PASS,6,Android.Net.PlatformVpnProfileTypeIkev2IpsecType,TypeIkev2IpsecUserPass,remove, +?,0,android/net/PskKeyManager.MAX_IDENTITY_HINT_LENGTH_BYTES,128,,,, +?,0,android/net/PskKeyManager.MAX_IDENTITY_LENGTH_BYTES,128,,,, +?,0,android/net/PskKeyManager.MAX_KEY_LENGTH_BYTES,256,,,, +E,15,android/net/rtp/AudioGroup.MODE_ECHO_SUPPRESSION,3,Android.Net.Rtp.AudioGroupMode,EchoSuppression,keep, +E,15,android/net/rtp/AudioGroup.MODE_MUTED,1,Android.Net.Rtp.AudioGroupMode,Muted,keep, +E,15,android/net/rtp/AudioGroup.MODE_NORMAL,2,Android.Net.Rtp.AudioGroupMode,Normal,keep, +E,15,android/net/rtp/AudioGroup.MODE_ON_HOLD,0,Android.Net.Rtp.AudioGroupMode,OnHold,keep, +E,15,android/net/rtp/RtpStream.MODE_NORMAL,0,Android.Net.Rtp.RtpStreamMode,Normal,keep, +E,15,android/net/rtp/RtpStream.MODE_RECEIVE_ONLY,2,Android.Net.Rtp.RtpStreamMode,ReceiveOnly,keep, +E,15,android/net/rtp/RtpStream.MODE_SEND_ONLY,1,Android.Net.Rtp.RtpStreamMode,SendOnly,keep, +E,10,android/net/sip/SipErrorCode.CLIENT_ERROR,-4,Android.Net.Sip.SipErrorCodes,ClientError,remove, +E,10,android/net/sip/SipErrorCode.CROSS_DOMAIN_AUTHENTICATION,-11,Android.Net.Sip.SipErrorCodes,CrossDomainAuthentication,remove, +E,10,android/net/sip/SipErrorCode.DATA_CONNECTION_LOST,-10,Android.Net.Sip.SipErrorCodes,DataConnectionLost,remove, +E,10,android/net/sip/SipErrorCode.IN_PROGRESS,-9,Android.Net.Sip.SipErrorCodes,InProgress,remove, +E,10,android/net/sip/SipErrorCode.INVALID_CREDENTIALS,-8,Android.Net.Sip.SipErrorCodes,InvalidCredentials,remove, +E,10,android/net/sip/SipErrorCode.INVALID_REMOTE_URI,-6,Android.Net.Sip.SipErrorCodes,InvalidRemoteUri,remove, +E,10,android/net/sip/SipErrorCode.NO_ERROR,0,Android.Net.Sip.SipErrorCodes,NoError,remove, +E,10,android/net/sip/SipErrorCode.PEER_NOT_REACHABLE,-7,Android.Net.Sip.SipErrorCodes,PeerNotReachable,remove, +E,10,android/net/sip/SipErrorCode.SERVER_ERROR,-2,Android.Net.Sip.SipErrorCodes,ServerError,remove, +E,10,android/net/sip/SipErrorCode.SERVER_UNREACHABLE,-12,Android.Net.Sip.SipErrorCodes,ServerUnreachable,remove, +E,10,android/net/sip/SipErrorCode.SOCKET_ERROR,-1,Android.Net.Sip.SipErrorCodes,SocketError,remove, +E,10,android/net/sip/SipErrorCode.TIME_OUT,-5,Android.Net.Sip.SipErrorCodes,TimeOut,remove, +E,10,android/net/sip/SipErrorCode.TRANSACTION_TERMINTED,-3,Android.Net.Sip.SipErrorCodes,TransactionTerminted,remove, +?,0,android/net/sip/SipManager.INCOMING_CALL_RESULT_CODE,101,,,, +E,10,android/net/sip/SipSession$State.DEREGISTERING,2,Android.Net.Sip.SipSessionState,Deregistering,remove, +E,10,android/net/sip/SipSession$State.IN_CALL,8,Android.Net.Sip.SipSessionState,InCall,remove, +E,10,android/net/sip/SipSession$State.INCOMING_CALL,3,Android.Net.Sip.SipSessionState,IncomingCall,remove, +E,10,android/net/sip/SipSession$State.INCOMING_CALL_ANSWERING,4,Android.Net.Sip.SipSessionState,IncomingCallAnswering,remove, +E,10,android/net/sip/SipSession$State.NOT_DEFINED,101,Android.Net.Sip.SipSessionState,NotDefined,remove, +E,10,android/net/sip/SipSession$State.OUTGOING_CALL,5,Android.Net.Sip.SipSessionState,OutgoingCall,remove, +E,10,android/net/sip/SipSession$State.OUTGOING_CALL_CANCELING,7,Android.Net.Sip.SipSessionState,OutgoingCallCanceling,remove, +E,10,android/net/sip/SipSession$State.OUTGOING_CALL_RING_BACK,6,Android.Net.Sip.SipSessionState,OutgoingCallRingBack,remove, +E,10,android/net/sip/SipSession$State.PINGING,9,Android.Net.Sip.SipSessionState,Pinging,remove, +E,10,android/net/sip/SipSession$State.READY_TO_CALL,0,Android.Net.Sip.SipSessionState,ReadyToCall,remove, +E,10,android/net/sip/SipSession$State.REGISTERING,1,Android.Net.Sip.SipSessionState,Registering,remove, +E,29,android/net/SocketKeepalive.ERROR_HARDWARE_ERROR,-31,Android.Net.ErrorCode,HardwareError,remove, +E,29,android/net/SocketKeepalive.ERROR_INSUFFICIENT_RESOURCES,-32,Android.Net.ErrorCode,InsufficientResources,remove, +E,29,android/net/SocketKeepalive.ERROR_INVALID_INTERVAL,-24,Android.Net.ErrorCode,InvalidInterval,remove, +E,29,android/net/SocketKeepalive.ERROR_INVALID_IP_ADDRESS,-21,Android.Net.ErrorCode,InvalidIpAddress,remove, +E,29,android/net/SocketKeepalive.ERROR_INVALID_LENGTH,-23,Android.Net.ErrorCode,InvalidLength,remove, +E,29,android/net/SocketKeepalive.ERROR_INVALID_NETWORK,-20,Android.Net.ErrorCode,InvalidNetwork,remove, +E,29,android/net/SocketKeepalive.ERROR_INVALID_PORT,-22,Android.Net.ErrorCode,InvalidPort,remove, +E,29,android/net/SocketKeepalive.ERROR_INVALID_SOCKET,-25,Android.Net.ErrorCode,InvalidSocket,remove, +E,29,android/net/SocketKeepalive.ERROR_SOCKET_NOT_IDLE,-26,Android.Net.ErrorCode,SocketNotIdle,remove, +E,29,android/net/SocketKeepalive.ERROR_UNSUPPORTED,-30,Android.Net.ErrorCode,Unsupported,remove, +?,0,android/net/TrafficStats.UNSUPPORTED,-1,,,, +E,10,android/net/UrlQuerySanitizer$IllegalCharacterValueSanitizer.ALL_BUT_NUL_AND_ANGLE_BRACKETS_LEGAL,1439,Android.Net.IllegalCharacterFlags,AllButNulAndAngleBracketsLegal,keep,flags +E,10,android/net/UrlQuerySanitizer$IllegalCharacterValueSanitizer.ALL_BUT_NUL_LEGAL,1535,Android.Net.IllegalCharacterFlags,AllButNulLegal,keep,flags +E,10,android/net/UrlQuerySanitizer$IllegalCharacterValueSanitizer.ALL_BUT_WHITESPACE_LEGAL,1532,Android.Net.IllegalCharacterFlags,AllButWhitespaceLegal,keep,flags +E,10,android/net/UrlQuerySanitizer$IllegalCharacterValueSanitizer.ALL_ILLEGAL,0,Android.Net.IllegalCharacterFlags,AllIllegal,keep,flags +E,10,android/net/UrlQuerySanitizer$IllegalCharacterValueSanitizer.ALL_OK,2047,Android.Net.IllegalCharacterFlags,AllOk,keep,flags +E,10,android/net/UrlQuerySanitizer$IllegalCharacterValueSanitizer.ALL_WHITESPACE_OK,3,Android.Net.IllegalCharacterFlags,AllWhitespaceOk,keep,flags +E,10,android/net/UrlQuerySanitizer$IllegalCharacterValueSanitizer.AMP_AND_SPACE_LEGAL,129,Android.Net.IllegalCharacterFlags,AmpAndSpaceLegal,keep,flags +E,10,android/net/UrlQuerySanitizer$IllegalCharacterValueSanitizer.AMP_LEGAL,128,Android.Net.IllegalCharacterFlags,AmpLegal,keep,flags +E,10,android/net/UrlQuerySanitizer$IllegalCharacterValueSanitizer.AMP_OK,128,Android.Net.IllegalCharacterFlags,AmpOk,keep,flags +E,10,android/net/UrlQuerySanitizer$IllegalCharacterValueSanitizer.DQUOTE_OK,8,Android.Net.IllegalCharacterFlags,DquoteOk,keep,flags +E,10,android/net/UrlQuerySanitizer$IllegalCharacterValueSanitizer.GT_OK,64,Android.Net.IllegalCharacterFlags,GtOk,keep,flags +E,10,android/net/UrlQuerySanitizer$IllegalCharacterValueSanitizer.LT_OK,32,Android.Net.IllegalCharacterFlags,LtOk,keep,flags +E,10,android/net/UrlQuerySanitizer$IllegalCharacterValueSanitizer.NON_7_BIT_ASCII_OK,4,Android.Net.IllegalCharacterFlags,Non7BitAsciiOk,keep,flags +E,10,android/net/UrlQuerySanitizer$IllegalCharacterValueSanitizer.NUL_OK,512,Android.Net.IllegalCharacterFlags,NulOk,keep,flags +E,10,android/net/UrlQuerySanitizer$IllegalCharacterValueSanitizer.OTHER_WHITESPACE_OK,2,Android.Net.IllegalCharacterFlags,OtherWhitespaceOk,keep,flags +E,10,android/net/UrlQuerySanitizer$IllegalCharacterValueSanitizer.PCT_OK,256,Android.Net.IllegalCharacterFlags,PctOk,keep,flags +E,10,android/net/UrlQuerySanitizer$IllegalCharacterValueSanitizer.SCRIPT_URL_OK,1024,Android.Net.IllegalCharacterFlags,ScriptUrlOk,keep,flags +E,10,android/net/UrlQuerySanitizer$IllegalCharacterValueSanitizer.SPACE_LEGAL,1,Android.Net.IllegalCharacterFlags,SpaceLegal,keep,flags +E,10,android/net/UrlQuerySanitizer$IllegalCharacterValueSanitizer.SPACE_OK,1,Android.Net.IllegalCharacterFlags,SpaceOk,keep,flags +E,10,android/net/UrlQuerySanitizer$IllegalCharacterValueSanitizer.SQUOTE_OK,16,Android.Net.IllegalCharacterFlags,SquoteOk,keep,flags +E,10,android/net/UrlQuerySanitizer$IllegalCharacterValueSanitizer.URL_AND_SPACE_LEGAL,405,Android.Net.IllegalCharacterFlags,UrlAndSpaceLegal,keep,flags +E,10,android/net/UrlQuerySanitizer$IllegalCharacterValueSanitizer.URL_LEGAL,404,Android.Net.IllegalCharacterFlags,UrlLegal,keep,flags +A,0,,0,Android.Net.Wifi.Aware.CharacteristicsWifiAwareCipherSuiteNcsSkType,None,remove, +E,30,android/net/wifi/aware/Characteristics.WIFI_AWARE_CIPHER_SUITE_NCS_SK_128,1,Android.Net.Wifi.Aware.CharacteristicsWifiAwareCipherSuiteNcsSkType,WifiAwareCipherSuiteNcsSk128,remove, +E,30,android/net/wifi/aware/Characteristics.WIFI_AWARE_CIPHER_SUITE_NCS_SK_256,2,Android.Net.Wifi.Aware.CharacteristicsWifiAwareCipherSuiteNcsSkType,WifiAwareCipherSuiteNcsSk256,remove, +E,26,android/net/wifi/aware/PublishConfig.PUBLISH_TYPE_SOLICITED,1,Android.Net.Wifi.Aware.PublishType,Solicited,keep, +E,26,android/net/wifi/aware/PublishConfig.PUBLISH_TYPE_UNSOLICITED,0,Android.Net.Wifi.Aware.PublishType,Unsolicited,keep, +E,26,android/net/wifi/aware/SubscribeConfig.SUBSCRIBE_TYPE_ACTIVE,1,Android.Net.Wifi.Aware.SubscribeType,Active,keep, +E,26,android/net/wifi/aware/SubscribeConfig.SUBSCRIBE_TYPE_PASSIVE,0,Android.Net.Wifi.Aware.SubscribeType,Passive,keep, +E,26,android/net/wifi/aware/WifiAwareManager.WIFI_AWARE_DATA_PATH_ROLE_INITIATOR,0,Android.Net.Wifi.Aware.WifiAwareDataPathRole,Initiator,keep, +E,26,android/net/wifi/aware/WifiAwareManager.WIFI_AWARE_DATA_PATH_ROLE_RESPONDER,1,Android.Net.Wifi.Aware.WifiAwareDataPathRole,Responder,keep, +?,0,android/net/wifi/EasyConnectStatusCallback.EASY_CONNECT_EVENT_FAILURE_AUTHENTICATION,-2,,,, +?,0,android/net/wifi/EasyConnectStatusCallback.EASY_CONNECT_EVENT_FAILURE_BUSY,-5,,,, +?,0,android/net/wifi/EasyConnectStatusCallback.EASY_CONNECT_EVENT_FAILURE_CANNOT_FIND_NETWORK,-10,,,, +?,0,android/net/wifi/EasyConnectStatusCallback.EASY_CONNECT_EVENT_FAILURE_CONFIGURATION,-4,,,, +?,0,android/net/wifi/EasyConnectStatusCallback.EASY_CONNECT_EVENT_FAILURE_ENROLLEE_AUTHENTICATION,-11,,,, +?,0,android/net/wifi/EasyConnectStatusCallback.EASY_CONNECT_EVENT_FAILURE_ENROLLEE_REJECTED_CONFIGURATION,-12,,,, +?,0,android/net/wifi/EasyConnectStatusCallback.EASY_CONNECT_EVENT_FAILURE_GENERIC,-7,,,, +?,0,android/net/wifi/EasyConnectStatusCallback.EASY_CONNECT_EVENT_FAILURE_INVALID_NETWORK,-9,,,, +?,0,android/net/wifi/EasyConnectStatusCallback.EASY_CONNECT_EVENT_FAILURE_INVALID_URI,-1,,,, +?,0,android/net/wifi/EasyConnectStatusCallback.EASY_CONNECT_EVENT_FAILURE_NOT_COMPATIBLE,-3,,,, +?,0,android/net/wifi/EasyConnectStatusCallback.EASY_CONNECT_EVENT_FAILURE_NOT_SUPPORTED,-8,,,, +?,0,android/net/wifi/EasyConnectStatusCallback.EASY_CONNECT_EVENT_FAILURE_TIMEOUT,-6,,,, +E,16,android/net/wifi/p2p/nsd/WifiP2pServiceInfo.SERVICE_TYPE_ALL,0,Android.Net.Wifi.P2p.Nsd.ServiceType,All,remove, +E,16,android/net/wifi/p2p/nsd/WifiP2pServiceInfo.SERVICE_TYPE_BONJOUR,1,Android.Net.Wifi.P2p.Nsd.ServiceType,Bonjour,remove, +E,16,android/net/wifi/p2p/nsd/WifiP2pServiceInfo.SERVICE_TYPE_UPNP,2,Android.Net.Wifi.P2p.Nsd.ServiceType,Upnp,remove, +E,16,android/net/wifi/p2p/nsd/WifiP2pServiceInfo.SERVICE_TYPE_VENDOR_SPECIFIC,255,Android.Net.Wifi.P2p.Nsd.ServiceType,VendorSpecific,remove, +E,29,android/net/wifi/p2p/WifiP2pConfig.GROUP_OWNER_BAND_2GHZ,1,Android.Net.Wifi.P2p.Frequency,Band2ghz,remove, +E,29,android/net/wifi/p2p/WifiP2pConfig.GROUP_OWNER_BAND_5GHZ,2,Android.Net.Wifi.P2p.Frequency,Band5ghz,remove, +E,29,android/net/wifi/p2p/WifiP2pConfig.GROUP_OWNER_BAND_AUTO,0,Android.Net.Wifi.P2p.Frequency,BandAuto,remove, +?,30,android/net/wifi/p2p/WifiP2pConfig.GROUP_OWNER_INTENT_AUTO,-1,,,, +?,30,android/net/wifi/p2p/WifiP2pConfig.GROUP_OWNER_INTENT_MAX,15,,,, +?,30,android/net/wifi/p2p/WifiP2pConfig.GROUP_OWNER_INTENT_MIN,0,,,, +E,15,android/net/wifi/p2p/WifiP2pDevice.AVAILABLE,3,Android.Net.Wifi.P2p.WifiP2pDeviceState,Available,remove, +E,15,android/net/wifi/p2p/WifiP2pDevice.CONNECTED,0,Android.Net.Wifi.P2p.WifiP2pDeviceState,Connected,remove, +E,15,android/net/wifi/p2p/WifiP2pDevice.FAILED,2,Android.Net.Wifi.P2p.WifiP2pDeviceState,Failed,remove, +E,15,android/net/wifi/p2p/WifiP2pDevice.INVITED,1,Android.Net.Wifi.P2p.WifiP2pDeviceState,Invited,remove, +E,15,android/net/wifi/p2p/WifiP2pDevice.UNAVAILABLE,4,Android.Net.Wifi.P2p.WifiP2pDeviceState,Unavailable,remove, +E,30,android/net/wifi/p2p/WifiP2pGroup.NETWORK_ID_PERSISTENT,-2,Android.Net.Wifi.P2p.WifiP2pGroupNetworkIdType,NetworkIdPersistent,remove, +E,30,android/net/wifi/p2p/WifiP2pGroup.NETWORK_ID_TEMPORARY,-1,Android.Net.Wifi.P2p.WifiP2pGroupNetworkIdType,NetworkIdTemporary,remove, +E,15,android/net/wifi/p2p/WifiP2pManager.BUSY,2,Android.Net.Wifi.P2p.WifiP2pFailureReason,Busy,remove, +E,15,android/net/wifi/p2p/WifiP2pManager.ERROR,0,Android.Net.Wifi.P2p.WifiP2pFailureReason,Error,remove, +E,16,android/net/wifi/p2p/WifiP2pManager.NO_SERVICE_REQUESTS,3,Android.Net.Wifi.P2p.WifiP2pFailureReason,NoServiceRequests,remove, +E,15,android/net/wifi/p2p/WifiP2pManager.P2P_UNSUPPORTED,1,Android.Net.Wifi.P2p.WifiP2pFailureReason,P2pUnsupported,remove, +?,16,android/net/wifi/p2p/WifiP2pManager.WIFI_P2P_DISCOVERY_STARTED,2,,,, +?,16,android/net/wifi/p2p/WifiP2pManager.WIFI_P2P_DISCOVERY_STOPPED,1,,,, +E,15,android/net/wifi/p2p/WifiP2pManager.WIFI_P2P_STATE_DISABLED,1,Android.Net.Wifi.P2p.WifiP2pState,Disabled,remove, +E,15,android/net/wifi/p2p/WifiP2pManager.WIFI_P2P_STATE_ENABLED,2,Android.Net.Wifi.P2p.WifiP2pState,Enabled,remove, +E,30,android/net/wifi/p2p/WifiP2pWfdInfo.DEVICE_TYPE_PRIMARY_SINK,1,Android.Net.Wifi.P2p.WifiP2pWfdInfoDeviceType,DeviceTypePrimarySink,remove, +E,30,android/net/wifi/p2p/WifiP2pWfdInfo.DEVICE_TYPE_SECONDARY_SINK,2,Android.Net.Wifi.P2p.WifiP2pWfdInfoDeviceType,DeviceTypeSecondarySink,remove, +E,30,android/net/wifi/p2p/WifiP2pWfdInfo.DEVICE_TYPE_SOURCE_OR_PRIMARY_SINK,3,Android.Net.Wifi.P2p.WifiP2pWfdInfoDeviceType,DeviceTypeSourceOrPrimarySink,remove, +E,30,android/net/wifi/p2p/WifiP2pWfdInfo.DEVICE_TYPE_WFD_SOURCE,0,Android.Net.Wifi.P2p.WifiP2pWfdInfoDeviceType,DeviceTypeWfdSource,remove, +?,0,android/net/wifi/rtt/CivicLocationKeys.ADDITIONAL_CODE,32,,,, +?,0,android/net/wifi/rtt/CivicLocationKeys.APT,26,,,, +?,0,android/net/wifi/rtt/CivicLocationKeys.BOROUGH,4,,,, +?,0,android/net/wifi/rtt/CivicLocationKeys.BRANCH_ROAD_NAME,36,,,, +?,0,android/net/wifi/rtt/CivicLocationKeys.BUILDING,25,,,, +?,0,android/net/wifi/rtt/CivicLocationKeys.CITY,3,,,, +?,0,android/net/wifi/rtt/CivicLocationKeys.COUNTY,2,,,, +?,0,android/net/wifi/rtt/CivicLocationKeys.DESK,33,,,, +?,0,android/net/wifi/rtt/CivicLocationKeys.FLOOR,27,,,, +?,0,android/net/wifi/rtt/CivicLocationKeys.GROUP_OF_STREETS,6,,,, +?,0,android/net/wifi/rtt/CivicLocationKeys.HNO,19,,,, +?,0,android/net/wifi/rtt/CivicLocationKeys.HNS,20,,,, +?,0,android/net/wifi/rtt/CivicLocationKeys.LANGUAGE,0,,,, +?,0,android/net/wifi/rtt/CivicLocationKeys.LMK,21,,,, +?,0,android/net/wifi/rtt/CivicLocationKeys.LOC,22,,,, +?,0,android/net/wifi/rtt/CivicLocationKeys.NAM,23,,,, +?,0,android/net/wifi/rtt/CivicLocationKeys.NEIGHBORHOOD,5,,,, +?,0,android/net/wifi/rtt/CivicLocationKeys.PCN,30,,,, +?,0,android/net/wifi/rtt/CivicLocationKeys.PO_BOX,31,,,, +?,0,android/net/wifi/rtt/CivicLocationKeys.POD,17,,,, +?,0,android/net/wifi/rtt/CivicLocationKeys.POSTAL_CODE,24,,,, +?,0,android/net/wifi/rtt/CivicLocationKeys.PRD,16,,,, +?,0,android/net/wifi/rtt/CivicLocationKeys.PRIMARY_ROAD_NAME,34,,,, +?,0,android/net/wifi/rtt/CivicLocationKeys.ROAD_SECTION,35,,,, +?,0,android/net/wifi/rtt/CivicLocationKeys.ROOM,28,,,, +?,0,android/net/wifi/rtt/CivicLocationKeys.SCRIPT,128,,,, +?,0,android/net/wifi/rtt/CivicLocationKeys.STATE,1,,,, +?,0,android/net/wifi/rtt/CivicLocationKeys.STREET_NAME_POST_MODIFIER,39,,,, +?,0,android/net/wifi/rtt/CivicLocationKeys.STREET_NAME_PRE_MODIFIER,38,,,, +?,0,android/net/wifi/rtt/CivicLocationKeys.STS,18,,,, +?,0,android/net/wifi/rtt/CivicLocationKeys.SUBBRANCH_ROAD_NAME,37,,,, +?,0,android/net/wifi/rtt/CivicLocationKeys.TYPE_OF_PLACE,29,,,, +E,28,android/net/wifi/rtt/RangingResult.STATUS_FAIL,1,Android.Net.Wifi.Rtt.RangingStatus,Fail,remove, +E,28,android/net/wifi/rtt/RangingResult.STATUS_RESPONDER_DOES_NOT_SUPPORT_IEEE80211MC,2,Android.Net.Wifi.Rtt.RangingStatus,ResponderDoesNotSupportIeee80211mc,remove, +E,28,android/net/wifi/rtt/RangingResult.STATUS_SUCCESS,0,Android.Net.Wifi.Rtt.RangingStatus,Success,remove, +E,28,android/net/wifi/rtt/RangingResultCallback.STATUS_CODE_FAIL,1,Android.Net.Wifi.Rtt.RangingResultStatusCode,Fail,remove, +E,28,android/net/wifi/rtt/RangingResultCallback.STATUS_CODE_FAIL_RTT_NOT_AVAILABLE,2,Android.Net.Wifi.Rtt.RangingResultStatusCode,FailRttNotAvailable,remove, +E,29,android/net/wifi/rtt/ResponderLocation.ALTITUDE_FLOORS,2,Android.Net.Wifi.Rtt.AltitudeType,Floors,remove, +E,29,android/net/wifi/rtt/ResponderLocation.ALTITUDE_METERS,1,Android.Net.Wifi.Rtt.AltitudeType,Meters,remove, +E,29,android/net/wifi/rtt/ResponderLocation.ALTITUDE_UNDEFINED,0,Android.Net.Wifi.Rtt.AltitudeType,Undefined,remove, +E,29,android/net/wifi/rtt/ResponderLocation.DATUM_NAD83_MLLW,3,Android.Net.Wifi.Rtt.DatumType,Nad83Mllw,remove, +E,29,android/net/wifi/rtt/ResponderLocation.DATUM_NAD83_NAV88,2,Android.Net.Wifi.Rtt.DatumType,Nad83Nav88,remove, +E,29,android/net/wifi/rtt/ResponderLocation.DATUM_UNDEFINED,0,Android.Net.Wifi.Rtt.DatumType,Undefined,remove, +E,29,android/net/wifi/rtt/ResponderLocation.DATUM_WGS84,1,Android.Net.Wifi.Rtt.DatumType,Wgs84,remove, +?,0,android/net/wifi/rtt/ResponderLocation.LCI_VERSION_1,1,,,, +E,29,android/net/wifi/rtt/ResponderLocation.LOCATION_FIXED,0,Android.Net.Wifi.Rtt.LocationMode,Fixed,remove, +E,29,android/net/wifi/rtt/ResponderLocation.LOCATION_MOVEMENT_UNKNOWN,2,Android.Net.Wifi.Rtt.LocationMode,MovementUnknown,remove, +E,29,android/net/wifi/rtt/ResponderLocation.LOCATION_RESERVED,3,Android.Net.Wifi.Rtt.LocationMode,Reserved,remove, +E,29,android/net/wifi/rtt/ResponderLocation.LOCATION_VARIABLE,1,Android.Net.Wifi.Rtt.LocationMode,Variable,remove, +E,23,android/net/wifi/ScanResult.CHANNEL_WIDTH_160MHZ,3,Android.Net.Wifi.WifiChannelWidth,Width160mhz,keep, +E,23,android/net/wifi/ScanResult.CHANNEL_WIDTH_20MHZ,0,Android.Net.Wifi.WifiChannelWidth,Width20mhz,keep, +E,23,android/net/wifi/ScanResult.CHANNEL_WIDTH_40MHZ,1,Android.Net.Wifi.WifiChannelWidth,Width40mhz,keep, +E,23,android/net/wifi/ScanResult.CHANNEL_WIDTH_80MHZ,2,Android.Net.Wifi.WifiChannelWidth,Width80mhz,keep, +E,23,android/net/wifi/ScanResult.CHANNEL_WIDTH_80MHZ_PLUS_MHZ,4,Android.Net.Wifi.WifiChannelWidth,Width80mhzPlusMhz,keep, +E,30,android/net/wifi/ScanResult.WIFI_STANDARD_11AC,5,Android.Net.Wifi.ScanResultWifiStandardType,WifiStandard11Ac,remove, +E,30,android/net/wifi/ScanResult.WIFI_STANDARD_11AX,6,Android.Net.Wifi.ScanResultWifiStandardType,WifiStandard11Ax,remove, +E,30,android/net/wifi/ScanResult.WIFI_STANDARD_11N,4,Android.Net.Wifi.ScanResultWifiStandardType,WifiStandard11N,remove, +E,30,android/net/wifi/ScanResult.WIFI_STANDARD_LEGACY,1,Android.Net.Wifi.ScanResultWifiStandardType,WifiStandardLegacy,remove, +E,30,android/net/wifi/ScanResult.WIFI_STANDARD_UNKNOWN,0,Android.Net.Wifi.ScanResultWifiStandardType,WifiStandardUnknown,remove, +E,30,android/net/wifi/SoftApConfiguration.SECURITY_TYPE_OPEN,0,Android.Net.Wifi.SoftApConfigurationSecurityType,SecurityTypeOpen,remove, +E,30,android/net/wifi/SoftApConfiguration.SECURITY_TYPE_WPA2_PSK,1,Android.Net.Wifi.SoftApConfigurationSecurityType,SecurityTypeWpa2Psk,remove, +E,30,android/net/wifi/SoftApConfiguration.SECURITY_TYPE_WPA3_SAE,3,Android.Net.Wifi.SoftApConfigurationSecurityType,SecurityTypeWpa3Sae,remove, +E,30,android/net/wifi/SoftApConfiguration.SECURITY_TYPE_WPA3_SAE_TRANSITION,2,Android.Net.Wifi.SoftApConfigurationSecurityType,SecurityTypeWpa3SaeTransition,remove, +E,10,android/net/wifi/WifiConfiguration$AuthAlgorithm.LEAP,2,Android.Net.Wifi.AuthAlgorithmType,Leap,remove, +E,10,android/net/wifi/WifiConfiguration$AuthAlgorithm.OPEN,0,Android.Net.Wifi.AuthAlgorithmType,Open,remove, +?,30,android/net/wifi/WifiConfiguration$AuthAlgorithm.SAE,3,,,, +E,10,android/net/wifi/WifiConfiguration$AuthAlgorithm.SHARED,1,Android.Net.Wifi.AuthAlgorithmType,Shared,remove, +E,10,android/net/wifi/WifiConfiguration$GroupCipher.CCMP,3,Android.Net.Wifi.GroupCipherType,Ccmp,remove, +E,29,android/net/wifi/WifiConfiguration$GroupCipher.GCMP_256,5,Android.Net.Wifi.GroupCipherType,Gcmp256,remove, +?,30,android/net/wifi/WifiConfiguration$GroupCipher.SMS4,6,,,, +E,10,android/net/wifi/WifiConfiguration$GroupCipher.TKIP,2,Android.Net.Wifi.GroupCipherType,Tkip,remove, +E,10,android/net/wifi/WifiConfiguration$GroupCipher.WEP104,1,Android.Net.Wifi.GroupCipherType,Wep104,remove, +E,10,android/net/wifi/WifiConfiguration$GroupCipher.WEP40,0,Android.Net.Wifi.GroupCipherType,Wep40,remove, +?,0,android/net/wifi/WifiConfiguration$GroupMgmtCipher.BIP_CMAC_256,0,,,, +?,0,android/net/wifi/WifiConfiguration$GroupMgmtCipher.BIP_GMAC_128,1,,,, +?,0,android/net/wifi/WifiConfiguration$GroupMgmtCipher.BIP_GMAC_256,2,,,, +E,10,android/net/wifi/WifiConfiguration$KeyMgmt.IEEE8021X,3,Android.Net.Wifi.KeyManagementType,Ieee8021x,remove, +E,10,android/net/wifi/WifiConfiguration$KeyMgmt.NONE,0,Android.Net.Wifi.KeyManagementType,None,remove, +E,29,android/net/wifi/WifiConfiguration$KeyMgmt.OWE,9,Android.Net.Wifi.KeyManagementType,Owe,remove, +E,29,android/net/wifi/WifiConfiguration$KeyMgmt.SAE,8,Android.Net.Wifi.KeyManagementType,Sae,remove, +E,29,android/net/wifi/WifiConfiguration$KeyMgmt.SUITE_B_192,10,Android.Net.Wifi.KeyManagementType,SuiteB192,remove, +E,10,android/net/wifi/WifiConfiguration$KeyMgmt.WPA_EAP,2,Android.Net.Wifi.KeyManagementType,WpaEap,remove, +E,10,android/net/wifi/WifiConfiguration$KeyMgmt.WPA_PSK,1,Android.Net.Wifi.KeyManagementType,WpaPsk,remove, +E,10,android/net/wifi/WifiConfiguration$PairwiseCipher.CCMP,2,Android.Net.Wifi.PairwiseCipherType,Ccmp,remove, +E,29,android/net/wifi/WifiConfiguration$PairwiseCipher.GCMP_256,3,Android.Net.Wifi.PairwiseCipherType,Gcmp256,remove, +E,10,android/net/wifi/WifiConfiguration$PairwiseCipher.NONE,0,Android.Net.Wifi.PairwiseCipherType,None,remove, +?,30,android/net/wifi/WifiConfiguration$PairwiseCipher.SMS4,4,,,, +E,10,android/net/wifi/WifiConfiguration$PairwiseCipher.TKIP,1,Android.Net.Wifi.PairwiseCipherType,Tkip,remove, +E,10,android/net/wifi/WifiConfiguration$Protocol.RSN,1,Android.Net.Wifi.ProtocolType,Rsn,remove, +?,30,android/net/wifi/WifiConfiguration$Protocol.WAPI,3,,,, +E,10,android/net/wifi/WifiConfiguration$Protocol.WPA,0,Android.Net.Wifi.ProtocolType,Wpa,remove, +E,10,android/net/wifi/WifiConfiguration$Status.CURRENT,0,Android.Net.Wifi.WifiStatus,Current,remove, +E,10,android/net/wifi/WifiConfiguration$Status.DISABLED,1,Android.Net.Wifi.WifiStatus,Disabled,remove, +E,10,android/net/wifi/WifiConfiguration$Status.ENABLED,2,Android.Net.Wifi.WifiStatus,Enabled,remove, +E,30,android/net/wifi/WifiConfiguration.SECURITY_TYPE_EAP,3,Android.Net.Wifi.WifiConfigurationSecurityType,SecurityTypeEap,remove, +E,30,android/net/wifi/WifiConfiguration.SECURITY_TYPE_EAP_SUITE_B,5,Android.Net.Wifi.WifiConfigurationSecurityType,SecurityTypeEapSuiteB,remove, +E,30,android/net/wifi/WifiConfiguration.SECURITY_TYPE_OPEN,0,Android.Net.Wifi.WifiConfigurationSecurityType,SecurityTypeOpen,remove, +E,30,android/net/wifi/WifiConfiguration.SECURITY_TYPE_OWE,6,Android.Net.Wifi.WifiConfigurationSecurityType,SecurityTypeOwe,remove, +E,30,android/net/wifi/WifiConfiguration.SECURITY_TYPE_PSK,2,Android.Net.Wifi.WifiConfigurationSecurityType,SecurityTypePsk,remove, +E,30,android/net/wifi/WifiConfiguration.SECURITY_TYPE_SAE,4,Android.Net.Wifi.WifiConfigurationSecurityType,SecurityTypeSae,remove, +E,30,android/net/wifi/WifiConfiguration.SECURITY_TYPE_WAPI_CERT,8,Android.Net.Wifi.WifiConfigurationSecurityType,SecurityTypeWapiCert,remove, +E,30,android/net/wifi/WifiConfiguration.SECURITY_TYPE_WAPI_PSK,7,Android.Net.Wifi.WifiConfigurationSecurityType,SecurityTypeWapiPsk,remove, +E,30,android/net/wifi/WifiConfiguration.SECURITY_TYPE_WEP,1,Android.Net.Wifi.WifiConfigurationSecurityType,SecurityTypeWep,remove, +E,21,android/net/wifi/WifiEnterpriseConfig$Eap.AKA,5,Android.Net.Wifi.WifiEapMethod,Aka,remove, +E,23,android/net/wifi/WifiEnterpriseConfig$Eap.AKA_PRIME,6,Android.Net.Wifi.WifiEapMethod,AkaPrime,remove, +E,18,android/net/wifi/WifiEnterpriseConfig$Eap.NONE,-1,Android.Net.Wifi.WifiEapMethod,None,remove, +E,18,android/net/wifi/WifiEnterpriseConfig$Eap.PEAP,0,Android.Net.Wifi.WifiEapMethod,Peap,remove, +E,18,android/net/wifi/WifiEnterpriseConfig$Eap.PWD,3,Android.Net.Wifi.WifiEapMethod,Pwd,remove, +E,21,android/net/wifi/WifiEnterpriseConfig$Eap.SIM,4,Android.Net.Wifi.WifiEapMethod,Sim,remove, +E,18,android/net/wifi/WifiEnterpriseConfig$Eap.TLS,1,Android.Net.Wifi.WifiEapMethod,Tls,remove, +E,18,android/net/wifi/WifiEnterpriseConfig$Eap.TTLS,2,Android.Net.Wifi.WifiEapMethod,Ttls,remove, +E,24,android/net/wifi/WifiEnterpriseConfig$Eap.UNAUTH_TLS,7,Android.Net.Wifi.WifiEapMethod,UnauthTls,remove, +?,30,android/net/wifi/WifiEnterpriseConfig$Eap.WAPI_CERT,8,,,, +E,26,android/net/wifi/WifiEnterpriseConfig$Phase2.AKA,6,Android.Net.Wifi.WifiPhase2Method,Aka,remove, +E,26,android/net/wifi/WifiEnterpriseConfig$Phase2.AKA_PRIME,7,Android.Net.Wifi.WifiPhase2Method,AkaPrime,remove, +E,18,android/net/wifi/WifiEnterpriseConfig$Phase2.GTC,4,Android.Net.Wifi.WifiPhase2Method,Gtc,remove, +E,18,android/net/wifi/WifiEnterpriseConfig$Phase2.MSCHAP,2,Android.Net.Wifi.WifiPhase2Method,Mschap,remove, +E,18,android/net/wifi/WifiEnterpriseConfig$Phase2.MSCHAPV2,3,Android.Net.Wifi.WifiPhase2Method,Mschapv2,remove, +E,18,android/net/wifi/WifiEnterpriseConfig$Phase2.NONE,0,Android.Net.Wifi.WifiPhase2Method,None,remove, +E,18,android/net/wifi/WifiEnterpriseConfig$Phase2.PAP,1,Android.Net.Wifi.WifiPhase2Method,Pap,remove, +E,26,android/net/wifi/WifiEnterpriseConfig$Phase2.SIM,5,Android.Net.Wifi.WifiPhase2Method,Sim,remove, +?,29,android/net/wifi/WifiInfo.LINK_SPEED_UNKNOWN,-1,,,, +E,26,android/net/wifi/WifiManager$LocalOnlyHotspotCallback.ERROR_GENERIC,2,Android.Net.Wifi.LocalOnlyHotspotCallbackErrorCode,Generic,keep, +E,26,android/net/wifi/WifiManager$LocalOnlyHotspotCallback.ERROR_INCOMPATIBLE_MODE,3,Android.Net.Wifi.LocalOnlyHotspotCallbackErrorCode,IncompatibleMode,keep, +E,26,android/net/wifi/WifiManager$LocalOnlyHotspotCallback.ERROR_NO_CHANNEL,1,Android.Net.Wifi.LocalOnlyHotspotCallbackErrorCode,NoChannel,keep, +E,26,android/net/wifi/WifiManager$LocalOnlyHotspotCallback.ERROR_TETHERING_DISALLOWED,4,Android.Net.Wifi.LocalOnlyHotspotCallbackErrorCode,TetheringDisallowed,keep, +?,0,android/net/wifi/WifiManager.ERROR_AUTHENTICATING,1,,,, +E,29,android/net/wifi/WifiManager.STATUS_NETWORK_SUGGESTIONS_ERROR_ADD_DUPLICATE,3,Android.Net.Wifi.NetworkStatus,SuggestionsErrorAddDuplicate,remove, +E,29,android/net/wifi/WifiManager.STATUS_NETWORK_SUGGESTIONS_ERROR_ADD_EXCEEDS_MAX_PER_APP,4,Android.Net.Wifi.NetworkStatus,SuggestionsErrorAddExceedsMaxPerApp,remove, +?,30,android/net/wifi/WifiManager.STATUS_NETWORK_SUGGESTIONS_ERROR_ADD_INVALID,7,,,, +?,30,android/net/wifi/WifiManager.STATUS_NETWORK_SUGGESTIONS_ERROR_ADD_NOT_ALLOWED,6,,,, +E,29,android/net/wifi/WifiManager.STATUS_NETWORK_SUGGESTIONS_ERROR_APP_DISALLOWED,2,Android.Net.Wifi.NetworkStatus,SuggestionsErrorAppDisallowed,remove, +E,29,android/net/wifi/WifiManager.STATUS_NETWORK_SUGGESTIONS_ERROR_INTERNAL,1,Android.Net.Wifi.NetworkStatus,SuggestionsErrorInternal,remove, +E,29,android/net/wifi/WifiManager.STATUS_NETWORK_SUGGESTIONS_ERROR_REMOVE_INVALID,5,Android.Net.Wifi.NetworkStatus,SuggestionsErrorRemoveInvalid,remove, +E,29,android/net/wifi/WifiManager.STATUS_NETWORK_SUGGESTIONS_SUCCESS,0,Android.Net.Wifi.NetworkStatus,SuggestionsSuccess,remove, +E,30,android/net/wifi/WifiManager.STATUS_SUGGESTION_CONNECTION_FAILURE_ASSOCIATION,1,Android.Net.Wifi.WifiManagerStatusSuggestionConnectionFailureType,StatusSuggestionConnectionFailureAssociation,remove, +E,30,android/net/wifi/WifiManager.STATUS_SUGGESTION_CONNECTION_FAILURE_AUTHENTICATION,2,Android.Net.Wifi.WifiManagerStatusSuggestionConnectionFailureType,StatusSuggestionConnectionFailureAuthentication,remove, +E,30,android/net/wifi/WifiManager.STATUS_SUGGESTION_CONNECTION_FAILURE_IP_PROVISIONING,3,Android.Net.Wifi.WifiManagerStatusSuggestionConnectionFailureType,StatusSuggestionConnectionFailureIpProvisioning,remove, +E,30,android/net/wifi/WifiManager.STATUS_SUGGESTION_CONNECTION_FAILURE_UNKNOWN,0,Android.Net.Wifi.WifiManagerStatusSuggestionConnectionFailureType,StatusSuggestionConnectionFailureUnknown,remove, +E,10,android/net/wifi/WifiManager.WIFI_MODE_FULL,1,Android.Net.WifiMode,Full,keep, +E,15,android/net/wifi/WifiManager.WIFI_MODE_FULL_HIGH_PERF,3,Android.Net.WifiMode,FullHighPerf,keep, +E,29,android/net/wifi/WifiManager.WIFI_MODE_FULL_LOW_LATENCY,4,Android.Net.WifiMode,FullLowLatency,keep, +E,10,android/net/wifi/WifiManager.WIFI_MODE_SCAN_ONLY,2,Android.Net.WifiMode,ScanOnly,keep, +E,10,android/net/wifi/WifiManager.WIFI_STATE_DISABLED,1,Android.Net.WifiState,Disabled,keep, +E,10,android/net/wifi/WifiManager.WIFI_STATE_DISABLING,0,Android.Net.WifiState,Disabling,keep, +E,10,android/net/wifi/WifiManager.WIFI_STATE_ENABLED,3,Android.Net.WifiState,Enabled,keep, +E,10,android/net/wifi/WifiManager.WIFI_STATE_ENABLING,2,Android.Net.WifiState,Enabling,keep, +E,10,android/net/wifi/WifiManager.WIFI_STATE_UNKNOWN,4,Android.Net.WifiState,Unknown,keep, +E,21,android/net/wifi/WifiManager.WPS_AUTH_FAILURE,6,Android.Net.Wifi.WpsFailureReason,AuthFailure,keep, +E,21,android/net/wifi/WifiManager.WPS_OVERLAP_ERROR,3,Android.Net.Wifi.WpsFailureReason,OverlapError,keep, +E,21,android/net/wifi/WifiManager.WPS_TIMED_OUT,7,Android.Net.Wifi.WpsFailureReason,TimedOut,keep, +E,21,android/net/wifi/WifiManager.WPS_TKIP_ONLY_PROHIBITED,5,Android.Net.Wifi.WpsFailureReason,TkipOnlyProhibited,keep, +E,21,android/net/wifi/WifiManager.WPS_WEP_PROHIBITED,4,Android.Net.Wifi.WpsFailureReason,WepProhibited,keep, +?,0,android/net/wifi/WpsInfo.DISPLAY,1,,,, +?,0,android/net/wifi/WpsInfo.INVALID,4,,,, +?,0,android/net/wifi/WpsInfo.KEYPAD,2,,,, +?,0,android/net/wifi/WpsInfo.LABEL,3,,,, +?,0,android/net/wifi/WpsInfo.PBC,0,,,, +E,19,android/nfc/cardemulation/CardEmulation.SELECTION_MODE_ALWAYS_ASK,1,Android.Nfc.CardEmulators.CardSelectionMode,AlwaysAsk,remove, +E,19,android/nfc/cardemulation/CardEmulation.SELECTION_MODE_ASK_IF_CONFLICT,2,Android.Nfc.CardEmulators.CardSelectionMode,AskIfConflict,remove, +E,19,android/nfc/cardemulation/CardEmulation.SELECTION_MODE_PREFER_DEFAULT,0,Android.Nfc.CardEmulators.CardSelectionMode,PreferDefault,remove, +E,19,android/nfc/cardemulation/HostApduService.DEACTIVATION_DESELECTED,1,Android.Nfc.CardEmulators.DeactivationReason,Deselected,remove, +E,19,android/nfc/cardemulation/HostApduService.DEACTIVATION_LINK_LOSS,0,Android.Nfc.CardEmulators.DeactivationReason,LinkLoss,remove, +E,24,android/nfc/cardemulation/HostNfcFService.DEACTIVATION_LINK_LOSS,0,Android.Nfc.CardEmulators.DeactivationReasonF,DeactivationLinkLoss,remove, +E,19,android/nfc/NfcAdapter.FLAG_READER_NFC_A,1,Android.Nfc.NfcReaderFlags,NfcA,remove, +E,19,android/nfc/NfcAdapter.FLAG_READER_NFC_B,2,Android.Nfc.NfcReaderFlags,NfcB,remove, +E,19,android/nfc/NfcAdapter.FLAG_READER_NFC_BARCODE,16,Android.Nfc.NfcReaderFlags,NfcBarcode,remove, +E,19,android/nfc/NfcAdapter.FLAG_READER_NFC_F,4,Android.Nfc.NfcReaderFlags,NfcF,remove, +E,19,android/nfc/NfcAdapter.FLAG_READER_NFC_V,8,Android.Nfc.NfcReaderFlags,NfcV,remove, +E,19,android/nfc/NfcAdapter.FLAG_READER_NO_PLATFORM_SOUNDS,256,Android.Nfc.NfcReaderFlags,NoPlatformSounds,remove, +E,19,android/nfc/NfcAdapter.FLAG_READER_SKIP_NDEF_CHECK,128,Android.Nfc.NfcReaderFlags,SkipNdefCheck,remove, +?,30,android/nfc/NfcAdapter.PREFERRED_PAYMENT_CHANGED,2,,,, +?,30,android/nfc/NfcAdapter.PREFERRED_PAYMENT_LOADED,1,,,, +?,30,android/nfc/NfcAdapter.PREFERRED_PAYMENT_UPDATED,3,,,, +?,18,android/nfc/NfcAdapter.STATE_OFF,1,,,, +?,18,android/nfc/NfcAdapter.STATE_ON,3,,,, +?,18,android/nfc/NfcAdapter.STATE_TURNING_OFF,4,,,, +?,18,android/nfc/NfcAdapter.STATE_TURNING_ON,2,,,, +?,0,android/nfc/tech/MifareClassic.BLOCK_SIZE,16,,,, +E,10,android/nfc/tech/MifareClassic.SIZE_1K,1024,Android.Nfc.Tech.MifareClassicSize,Ize1k,remove, +E,10,android/nfc/tech/MifareClassic.SIZE_2K,2048,Android.Nfc.Tech.MifareClassicSize,Ize2k,remove, +E,10,android/nfc/tech/MifareClassic.SIZE_4K,4096,Android.Nfc.Tech.MifareClassicSize,Ize4k,remove, +E,10,android/nfc/tech/MifareClassic.SIZE_MINI,320,Android.Nfc.Tech.MifareClassicSize,IzeMini,remove, +E,10,android/nfc/tech/MifareClassic.TYPE_CLASSIC,0,Android.Nfc.Tech.MifareClassicType,Classic,remove, +E,10,android/nfc/tech/MifareClassic.TYPE_PLUS,1,Android.Nfc.Tech.MifareClassicType,Plus,remove, +E,10,android/nfc/tech/MifareClassic.TYPE_PRO,2,Android.Nfc.Tech.MifareClassicType,Pro,remove, +E,10,android/nfc/tech/MifareClassic.TYPE_UNKNOWN,-1,Android.Nfc.Tech.MifareClassicType,Unknown,remove, +?,0,android/nfc/tech/MifareUltralight.PAGE_SIZE,4,,,, +E,10,android/nfc/tech/MifareUltralight.TYPE_ULTRALIGHT,1,Android.Nfc.Tech.MifareUltralightType,Ultralight,remove, +E,10,android/nfc/tech/MifareUltralight.TYPE_ULTRALIGHT_C,2,Android.Nfc.Tech.MifareUltralightType,UltralightC,remove, +E,10,android/nfc/tech/MifareUltralight.TYPE_UNKNOWN,-1,Android.Nfc.Tech.MifareUltralightType,Unknown,remove, +E,17,android/nfc/tech/NfcBarcode.TYPE_KOVIO,1,Android.Nfc.Tech.NfcBarcodeType,Kovio,remove, +E,17,android/nfc/tech/NfcBarcode.TYPE_UNKNOWN,-1,Android.Nfc.Tech.NfcBarcodeType,Unknown,remove, +?,0,android/opengl/EGL14.EGL_ALPHA_MASK_SIZE,12350,,,, +?,0,android/opengl/EGL14.EGL_ALPHA_SIZE,12321,,,, +?,0,android/opengl/EGL14.EGL_BACK_BUFFER,12420,,,, +?,0,android/opengl/EGL14.EGL_BAD_ACCESS,12290,,,, +?,0,android/opengl/EGL14.EGL_BAD_ALLOC,12291,,,, +?,0,android/opengl/EGL14.EGL_BAD_ATTRIBUTE,12292,,,, +?,0,android/opengl/EGL14.EGL_BAD_CONFIG,12293,,,, +?,0,android/opengl/EGL14.EGL_BAD_CONTEXT,12294,,,, +?,0,android/opengl/EGL14.EGL_BAD_CURRENT_SURFACE,12295,,,, +?,0,android/opengl/EGL14.EGL_BAD_DISPLAY,12296,,,, +?,0,android/opengl/EGL14.EGL_BAD_MATCH,12297,,,, +?,0,android/opengl/EGL14.EGL_BAD_NATIVE_PIXMAP,12298,,,, +?,0,android/opengl/EGL14.EGL_BAD_NATIVE_WINDOW,12299,,,, +?,0,android/opengl/EGL14.EGL_BAD_PARAMETER,12300,,,, +?,0,android/opengl/EGL14.EGL_BAD_SURFACE,12301,,,, +?,0,android/opengl/EGL14.EGL_BIND_TO_TEXTURE_RGB,12345,,,, +?,0,android/opengl/EGL14.EGL_BIND_TO_TEXTURE_RGBA,12346,,,, +?,0,android/opengl/EGL14.EGL_BLUE_SIZE,12322,,,, +?,0,android/opengl/EGL14.EGL_BUFFER_DESTROYED,12437,,,, +?,0,android/opengl/EGL14.EGL_BUFFER_PRESERVED,12436,,,, +?,0,android/opengl/EGL14.EGL_BUFFER_SIZE,12320,,,, +?,0,android/opengl/EGL14.EGL_CLIENT_APIS,12429,,,, +?,0,android/opengl/EGL14.EGL_COLOR_BUFFER_TYPE,12351,,,, +?,0,android/opengl/EGL14.EGL_CONFIG_CAVEAT,12327,,,, +?,0,android/opengl/EGL14.EGL_CONFIG_ID,12328,,,, +?,0,android/opengl/EGL14.EGL_CONFORMANT,12354,,,, +?,0,android/opengl/EGL14.EGL_CONTEXT_CLIENT_TYPE,12439,,,, +?,0,android/opengl/EGL14.EGL_CONTEXT_CLIENT_VERSION,12440,,,, +?,0,android/opengl/EGL14.EGL_CONTEXT_LOST,12302,,,, +?,0,android/opengl/EGL14.EGL_CORE_NATIVE_ENGINE,12379,,,, +?,0,android/opengl/EGL14.EGL_DEFAULT_DISPLAY,0,,,, +?,0,android/opengl/EGL14.EGL_DEPTH_SIZE,12325,,,, +?,0,android/opengl/EGL14.EGL_DISPLAY_SCALING,10000,,,, +?,0,android/opengl/EGL14.EGL_DRAW,12377,,,, +?,0,android/opengl/EGL14.EGL_EXTENSIONS,12373,,,, +?,0,android/opengl/EGL14.EGL_FALSE,0,,,, +?,0,android/opengl/EGL14.EGL_GREEN_SIZE,12323,,,, +?,0,android/opengl/EGL14.EGL_HEIGHT,12374,,,, +?,0,android/opengl/EGL14.EGL_HORIZONTAL_RESOLUTION,12432,,,, +?,0,android/opengl/EGL14.EGL_LARGEST_PBUFFER,12376,,,, +?,0,android/opengl/EGL14.EGL_LEVEL,12329,,,, +?,0,android/opengl/EGL14.EGL_LUMINANCE_BUFFER,12431,,,, +?,0,android/opengl/EGL14.EGL_LUMINANCE_SIZE,12349,,,, +?,0,android/opengl/EGL14.EGL_MATCH_NATIVE_PIXMAP,12353,,,, +?,0,android/opengl/EGL14.EGL_MAX_PBUFFER_HEIGHT,12330,,,, +?,0,android/opengl/EGL14.EGL_MAX_PBUFFER_PIXELS,12331,,,, +?,0,android/opengl/EGL14.EGL_MAX_PBUFFER_WIDTH,12332,,,, +?,0,android/opengl/EGL14.EGL_MAX_SWAP_INTERVAL,12348,,,, +?,0,android/opengl/EGL14.EGL_MIN_SWAP_INTERVAL,12347,,,, +?,0,android/opengl/EGL14.EGL_MIPMAP_LEVEL,12419,,,, +?,0,android/opengl/EGL14.EGL_MIPMAP_TEXTURE,12418,,,, +?,0,android/opengl/EGL14.EGL_MULTISAMPLE_RESOLVE,12441,,,, +?,0,android/opengl/EGL14.EGL_MULTISAMPLE_RESOLVE_BOX,12443,,,, +?,0,android/opengl/EGL14.EGL_MULTISAMPLE_RESOLVE_BOX_BIT,512,,,, +?,0,android/opengl/EGL14.EGL_MULTISAMPLE_RESOLVE_DEFAULT,12442,,,, +?,0,android/opengl/EGL14.EGL_NATIVE_RENDERABLE,12333,,,, +?,0,android/opengl/EGL14.EGL_NATIVE_VISUAL_ID,12334,,,, +?,0,android/opengl/EGL14.EGL_NATIVE_VISUAL_TYPE,12335,,,, +?,0,android/opengl/EGL14.EGL_NO_TEXTURE,12380,,,, +?,0,android/opengl/EGL14.EGL_NON_CONFORMANT_CONFIG,12369,,,, +?,0,android/opengl/EGL14.EGL_NONE,12344,,,, +?,0,android/opengl/EGL14.EGL_NOT_INITIALIZED,12289,,,, +?,0,android/opengl/EGL14.EGL_OPENGL_API,12450,,,, +?,0,android/opengl/EGL14.EGL_OPENGL_BIT,8,,,, +?,0,android/opengl/EGL14.EGL_OPENGL_ES_API,12448,,,, +?,0,android/opengl/EGL14.EGL_OPENGL_ES_BIT,1,,,, +?,0,android/opengl/EGL14.EGL_OPENGL_ES2_BIT,4,,,, +?,0,android/opengl/EGL14.EGL_OPENVG_API,12449,,,, +?,0,android/opengl/EGL14.EGL_OPENVG_BIT,2,,,, +?,0,android/opengl/EGL14.EGL_OPENVG_IMAGE,12438,,,, +?,0,android/opengl/EGL14.EGL_PBUFFER_BIT,1,,,, +?,0,android/opengl/EGL14.EGL_PIXEL_ASPECT_RATIO,12434,,,, +?,0,android/opengl/EGL14.EGL_PIXMAP_BIT,2,,,, +?,0,android/opengl/EGL14.EGL_READ,12378,,,, +?,0,android/opengl/EGL14.EGL_RED_SIZE,12324,,,, +?,0,android/opengl/EGL14.EGL_RENDER_BUFFER,12422,,,, +?,0,android/opengl/EGL14.EGL_RENDERABLE_TYPE,12352,,,, +?,0,android/opengl/EGL14.EGL_RGB_BUFFER,12430,,,, +?,0,android/opengl/EGL14.EGL_SAMPLE_BUFFERS,12338,,,, +?,0,android/opengl/EGL14.EGL_SAMPLES,12337,,,, +?,0,android/opengl/EGL14.EGL_SINGLE_BUFFER,12421,,,, +?,0,android/opengl/EGL14.EGL_SLOW_CONFIG,12368,,,, +?,0,android/opengl/EGL14.EGL_STENCIL_SIZE,12326,,,, +?,0,android/opengl/EGL14.EGL_SUCCESS,12288,,,, +?,0,android/opengl/EGL14.EGL_SURFACE_TYPE,12339,,,, +?,0,android/opengl/EGL14.EGL_SWAP_BEHAVIOR,12435,,,, +?,0,android/opengl/EGL14.EGL_SWAP_BEHAVIOR_PRESERVED_BIT,1024,,,, +?,0,android/opengl/EGL14.EGL_TEXTURE_2D,12383,,,, +?,0,android/opengl/EGL14.EGL_TEXTURE_FORMAT,12416,,,, +?,0,android/opengl/EGL14.EGL_TEXTURE_RGB,12381,,,, +?,0,android/opengl/EGL14.EGL_TEXTURE_RGBA,12382,,,, +?,0,android/opengl/EGL14.EGL_TEXTURE_TARGET,12417,,,, +?,0,android/opengl/EGL14.EGL_TRANSPARENT_BLUE_VALUE,12341,,,, +?,0,android/opengl/EGL14.EGL_TRANSPARENT_GREEN_VALUE,12342,,,, +?,0,android/opengl/EGL14.EGL_TRANSPARENT_RED_VALUE,12343,,,, +?,0,android/opengl/EGL14.EGL_TRANSPARENT_RGB,12370,,,, +?,0,android/opengl/EGL14.EGL_TRANSPARENT_TYPE,12340,,,, +?,0,android/opengl/EGL14.EGL_TRUE,1,,,, +?,0,android/opengl/EGL14.EGL_VENDOR,12371,,,, +?,0,android/opengl/EGL14.EGL_VERSION,12372,,,, +?,0,android/opengl/EGL14.EGL_VERTICAL_RESOLUTION,12433,,,, +?,0,android/opengl/EGL14.EGL_VG_ALPHA_FORMAT,12424,,,, +?,0,android/opengl/EGL14.EGL_VG_ALPHA_FORMAT_NONPRE,12427,,,, +?,0,android/opengl/EGL14.EGL_VG_ALPHA_FORMAT_PRE,12428,,,, +?,0,android/opengl/EGL14.EGL_VG_ALPHA_FORMAT_PRE_BIT,64,,,, +?,0,android/opengl/EGL14.EGL_VG_COLORSPACE,12423,,,, +?,0,android/opengl/EGL14.EGL_VG_COLORSPACE_LINEAR,12426,,,, +?,0,android/opengl/EGL14.EGL_VG_COLORSPACE_LINEAR_BIT,32,,,, +?,0,android/opengl/EGL14.EGL_VG_COLORSPACE_sRGB,12425,,,, +?,0,android/opengl/EGL14.EGL_WIDTH,12375,,,, +?,0,android/opengl/EGL14.EGL_WINDOW_BIT,4,,,, +?,0,android/opengl/EGL15.EGL_CL_EVENT_HANDLE,12444,,,, +?,0,android/opengl/EGL15.EGL_CONDITION_SATISFIED,12534,,,, +?,0,android/opengl/EGL15.EGL_CONTEXT_MAJOR_VERSION,12440,,,, +?,0,android/opengl/EGL15.EGL_CONTEXT_MINOR_VERSION,12539,,,, +?,0,android/opengl/EGL15.EGL_CONTEXT_OPENGL_COMPATIBILITY_PROFILE_BIT,2,,,, +?,0,android/opengl/EGL15.EGL_CONTEXT_OPENGL_CORE_PROFILE_BIT,1,,,, +?,0,android/opengl/EGL15.EGL_CONTEXT_OPENGL_DEBUG,12720,,,, +?,0,android/opengl/EGL15.EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE,12721,,,, +?,0,android/opengl/EGL15.EGL_CONTEXT_OPENGL_PROFILE_MASK,12541,,,, +?,0,android/opengl/EGL15.EGL_CONTEXT_OPENGL_RESET_NOTIFICATION_STRATEGY,12733,,,, +?,0,android/opengl/EGL15.EGL_CONTEXT_OPENGL_ROBUST_ACCESS,12722,,,, +?,0,android/opengl/EGL15.EGL_GL_COLORSPACE,12445,,,, +?,0,android/opengl/EGL15.EGL_GL_COLORSPACE_LINEAR,12426,,,, +?,0,android/opengl/EGL15.EGL_GL_COLORSPACE_SRGB,12425,,,, +?,0,android/opengl/EGL15.EGL_GL_RENDERBUFFER,12473,,,, +?,0,android/opengl/EGL15.EGL_GL_TEXTURE_2D,12465,,,, +?,0,android/opengl/EGL15.EGL_GL_TEXTURE_3D,12466,,,, +?,0,android/opengl/EGL15.EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_X,12468,,,, +?,0,android/opengl/EGL15.EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Y,12470,,,, +?,0,android/opengl/EGL15.EGL_GL_TEXTURE_CUBE_MAP_NEGATIVE_Z,12472,,,, +?,0,android/opengl/EGL15.EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_X,12467,,,, +?,0,android/opengl/EGL15.EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Y,12469,,,, +?,0,android/opengl/EGL15.EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_Z,12471,,,, +?,0,android/opengl/EGL15.EGL_GL_TEXTURE_LEVEL,12476,,,, +?,0,android/opengl/EGL15.EGL_GL_TEXTURE_ZOFFSET,12477,,,, +?,0,android/opengl/EGL15.EGL_IMAGE_PRESERVED,12498,,,, +?,0,android/opengl/EGL15.EGL_LOSE_CONTEXT_ON_RESET,12735,,,, +?,0,android/opengl/EGL15.EGL_NO_RESET_NOTIFICATION,12734,,,, +?,0,android/opengl/EGL15.EGL_OPENGL_ES3_BIT,64,,,, +?,0,android/opengl/EGL15.EGL_PLATFORM_ANDROID_KHR,12609,,,, +?,0,android/opengl/EGL15.EGL_SIGNALED,12530,,,, +?,0,android/opengl/EGL15.EGL_SYNC_CL_EVENT,12542,,,, +?,0,android/opengl/EGL15.EGL_SYNC_CL_EVENT_COMPLETE,12543,,,, +?,0,android/opengl/EGL15.EGL_SYNC_CONDITION,12536,,,, +?,0,android/opengl/EGL15.EGL_SYNC_FENCE,12537,,,, +?,0,android/opengl/EGL15.EGL_SYNC_FLUSH_COMMANDS_BIT,1,,,, +?,0,android/opengl/EGL15.EGL_SYNC_PRIOR_COMMANDS_COMPLETE,12528,,,, +?,0,android/opengl/EGL15.EGL_SYNC_STATUS,12529,,,, +?,0,android/opengl/EGL15.EGL_SYNC_TYPE,12535,,,, +?,0,android/opengl/EGL15.EGL_TIMEOUT_EXPIRED,12533,,,, +?,0,android/opengl/EGL15.EGL_UNSIGNALED,12531,,,, +?,0,android/opengl/EGLExt.EGL_CONTEXT_FLAGS_KHR,12540,,,, +?,0,android/opengl/EGLExt.EGL_CONTEXT_MAJOR_VERSION_KHR,12440,,,, +?,0,android/opengl/EGLExt.EGL_CONTEXT_MINOR_VERSION_KHR,12539,,,, +?,0,android/opengl/EGLExt.EGL_OPENGL_ES3_BIT_KHR,64,,,, +?,26,android/opengl/EGLExt.EGL_RECORDABLE_ANDROID,12610,,,, +?,0,android/opengl/ETC1.DECODED_BLOCK_SIZE,48,,,, +?,0,android/opengl/ETC1.ENCODED_BLOCK_SIZE,8,,,, +?,0,android/opengl/ETC1.ETC_PKM_HEADER_SIZE,16,,,, +?,0,android/opengl/ETC1.ETC1_RGB8_OES,36196,,,, +E,10,android/opengl/GLDebugHelper.CONFIG_CHECK_GL_ERROR,1,Android.Opengl.GLDebugConfig,CheckGlError,remove, +E,10,android/opengl/GLDebugHelper.CONFIG_CHECK_THREAD,2,Android.Opengl.GLDebugConfig,CheckThread,remove, +E,10,android/opengl/GLDebugHelper.CONFIG_LOG_ARGUMENT_NAMES,4,Android.Opengl.GLDebugConfig,LogArgumentNames,remove, +?,0,android/opengl/GLDebugHelper.ERROR_WRONG_THREAD,28672,,,, +?,0,android/opengl/GLES10.GL_ADD,260,,,, +?,0,android/opengl/GLES10.GL_ALIASED_LINE_WIDTH_RANGE,33902,,,, +?,0,android/opengl/GLES10.GL_ALIASED_POINT_SIZE_RANGE,33901,,,, +?,0,android/opengl/GLES10.GL_ALPHA,6406,,,, +?,0,android/opengl/GLES10.GL_ALPHA_BITS,3413,,,, +?,0,android/opengl/GLES10.GL_ALPHA_TEST,3008,,,, +?,0,android/opengl/GLES10.GL_ALWAYS,519,,,, +?,0,android/opengl/GLES10.GL_AMBIENT,4608,,,, +?,0,android/opengl/GLES10.GL_AMBIENT_AND_DIFFUSE,5634,,,, +?,0,android/opengl/GLES10.GL_AND,5377,,,, +?,0,android/opengl/GLES10.GL_AND_INVERTED,5380,,,, +?,0,android/opengl/GLES10.GL_AND_REVERSE,5378,,,, +?,0,android/opengl/GLES10.GL_BACK,1029,,,, +?,0,android/opengl/GLES10.GL_BLEND,3042,,,, +?,0,android/opengl/GLES10.GL_BLUE_BITS,3412,,,, +?,0,android/opengl/GLES10.GL_BYTE,5120,,,, +?,0,android/opengl/GLES10.GL_CCW,2305,,,, +?,0,android/opengl/GLES10.GL_CLAMP_TO_EDGE,33071,,,, +?,0,android/opengl/GLES10.GL_CLEAR,5376,,,, +?,0,android/opengl/GLES10.GL_COLOR_ARRAY,32886,,,, +?,0,android/opengl/GLES10.GL_COLOR_BUFFER_BIT,16384,,,, +?,0,android/opengl/GLES10.GL_COLOR_LOGIC_OP,3058,,,, +?,0,android/opengl/GLES10.GL_COLOR_MATERIAL,2903,,,, +?,0,android/opengl/GLES10.GL_COMPRESSED_TEXTURE_FORMATS,34467,,,, +?,0,android/opengl/GLES10.GL_CONSTANT_ATTENUATION,4615,,,, +?,0,android/opengl/GLES10.GL_COPY,5379,,,, +?,0,android/opengl/GLES10.GL_COPY_INVERTED,5388,,,, +?,0,android/opengl/GLES10.GL_CULL_FACE,2884,,,, +?,0,android/opengl/GLES10.GL_CW,2304,,,, +?,0,android/opengl/GLES10.GL_DECAL,8449,,,, +?,0,android/opengl/GLES10.GL_DECR,7683,,,, +?,0,android/opengl/GLES10.GL_DEPTH_BITS,3414,,,, +?,0,android/opengl/GLES10.GL_DEPTH_BUFFER_BIT,256,,,, +?,0,android/opengl/GLES10.GL_DEPTH_TEST,2929,,,, +?,0,android/opengl/GLES10.GL_DIFFUSE,4609,,,, +?,0,android/opengl/GLES10.GL_DITHER,3024,,,, +?,0,android/opengl/GLES10.GL_DONT_CARE,4352,,,, +?,0,android/opengl/GLES10.GL_DST_ALPHA,772,,,, +?,0,android/opengl/GLES10.GL_DST_COLOR,774,,,, +?,0,android/opengl/GLES10.GL_EMISSION,5632,,,, +?,0,android/opengl/GLES10.GL_EQUAL,514,,,, +?,0,android/opengl/GLES10.GL_EQUIV,5385,,,, +?,0,android/opengl/GLES10.GL_EXP,2048,,,, +?,0,android/opengl/GLES10.GL_EXP2,2049,,,, +?,0,android/opengl/GLES10.GL_EXTENSIONS,7939,,,, +?,0,android/opengl/GLES10.GL_FALSE,0,,,, +?,0,android/opengl/GLES10.GL_FASTEST,4353,,,, +?,0,android/opengl/GLES10.GL_FIXED,5132,,,, +?,0,android/opengl/GLES10.GL_FLAT,7424,,,, +?,0,android/opengl/GLES10.GL_FLOAT,5126,,,, +?,0,android/opengl/GLES10.GL_FOG,2912,,,, +?,0,android/opengl/GLES10.GL_FOG_COLOR,2918,,,, +?,0,android/opengl/GLES10.GL_FOG_DENSITY,2914,,,, +?,0,android/opengl/GLES10.GL_FOG_END,2916,,,, +?,0,android/opengl/GLES10.GL_FOG_HINT,3156,,,, +?,0,android/opengl/GLES10.GL_FOG_MODE,2917,,,, +?,0,android/opengl/GLES10.GL_FOG_START,2915,,,, +?,0,android/opengl/GLES10.GL_FRONT,1028,,,, +?,0,android/opengl/GLES10.GL_FRONT_AND_BACK,1032,,,, +?,0,android/opengl/GLES10.GL_GEQUAL,518,,,, +?,0,android/opengl/GLES10.GL_GREATER,516,,,, +?,0,android/opengl/GLES10.GL_GREEN_BITS,3411,,,, +?,0,android/opengl/GLES10.GL_IMPLEMENTATION_COLOR_READ_FORMAT_OES,35739,,,, +?,0,android/opengl/GLES10.GL_IMPLEMENTATION_COLOR_READ_TYPE_OES,35738,,,, +?,0,android/opengl/GLES10.GL_INCR,7682,,,, +?,0,android/opengl/GLES10.GL_INVALID_ENUM,1280,,,, +?,0,android/opengl/GLES10.GL_INVALID_OPERATION,1282,,,, +?,0,android/opengl/GLES10.GL_INVALID_VALUE,1281,,,, +?,0,android/opengl/GLES10.GL_INVERT,5386,,,, +?,0,android/opengl/GLES10.GL_KEEP,7680,,,, +?,0,android/opengl/GLES10.GL_LEQUAL,515,,,, +?,0,android/opengl/GLES10.GL_LESS,513,,,, +?,0,android/opengl/GLES10.GL_LIGHT_MODEL_AMBIENT,2899,,,, +?,0,android/opengl/GLES10.GL_LIGHT_MODEL_TWO_SIDE,2898,,,, +?,0,android/opengl/GLES10.GL_LIGHT0,16384,,,, +?,0,android/opengl/GLES10.GL_LIGHT1,16385,,,, +?,0,android/opengl/GLES10.GL_LIGHT2,16386,,,, +?,0,android/opengl/GLES10.GL_LIGHT3,16387,,,, +?,0,android/opengl/GLES10.GL_LIGHT4,16388,,,, +?,0,android/opengl/GLES10.GL_LIGHT5,16389,,,, +?,0,android/opengl/GLES10.GL_LIGHT6,16390,,,, +?,0,android/opengl/GLES10.GL_LIGHT7,16391,,,, +?,0,android/opengl/GLES10.GL_LIGHTING,2896,,,, +?,0,android/opengl/GLES10.GL_LINE_LOOP,2,,,, +?,0,android/opengl/GLES10.GL_LINE_SMOOTH,2848,,,, +?,0,android/opengl/GLES10.GL_LINE_SMOOTH_HINT,3154,,,, +?,0,android/opengl/GLES10.GL_LINE_STRIP,3,,,, +?,0,android/opengl/GLES10.GL_LINEAR,9729,,,, +?,0,android/opengl/GLES10.GL_LINEAR_ATTENUATION,4616,,,, +?,0,android/opengl/GLES10.GL_LINEAR_MIPMAP_LINEAR,9987,,,, +?,0,android/opengl/GLES10.GL_LINEAR_MIPMAP_NEAREST,9985,,,, +?,0,android/opengl/GLES10.GL_LINES,1,,,, +?,0,android/opengl/GLES10.GL_LUMINANCE,6409,,,, +?,0,android/opengl/GLES10.GL_LUMINANCE_ALPHA,6410,,,, +?,0,android/opengl/GLES10.GL_MAX_ELEMENTS_INDICES,33001,,,, +?,0,android/opengl/GLES10.GL_MAX_ELEMENTS_VERTICES,33000,,,, +?,0,android/opengl/GLES10.GL_MAX_LIGHTS,3377,,,, +?,0,android/opengl/GLES10.GL_MAX_MODELVIEW_STACK_DEPTH,3382,,,, +?,0,android/opengl/GLES10.GL_MAX_PROJECTION_STACK_DEPTH,3384,,,, +?,0,android/opengl/GLES10.GL_MAX_TEXTURE_SIZE,3379,,,, +?,0,android/opengl/GLES10.GL_MAX_TEXTURE_STACK_DEPTH,3385,,,, +?,0,android/opengl/GLES10.GL_MAX_TEXTURE_UNITS,34018,,,, +?,0,android/opengl/GLES10.GL_MAX_VIEWPORT_DIMS,3386,,,, +?,0,android/opengl/GLES10.GL_MODELVIEW,5888,,,, +?,0,android/opengl/GLES10.GL_MODULATE,8448,,,, +?,0,android/opengl/GLES10.GL_MULTISAMPLE,32925,,,, +?,0,android/opengl/GLES10.GL_NAND,5390,,,, +?,0,android/opengl/GLES10.GL_NEAREST,9728,,,, +?,0,android/opengl/GLES10.GL_NEAREST_MIPMAP_LINEAR,9986,,,, +?,0,android/opengl/GLES10.GL_NEAREST_MIPMAP_NEAREST,9984,,,, +?,0,android/opengl/GLES10.GL_NEVER,512,,,, +?,0,android/opengl/GLES10.GL_NICEST,4354,,,, +?,0,android/opengl/GLES10.GL_NO_ERROR,0,,,, +?,0,android/opengl/GLES10.GL_NOOP,5381,,,, +?,0,android/opengl/GLES10.GL_NOR,5384,,,, +?,0,android/opengl/GLES10.GL_NORMAL_ARRAY,32885,,,, +?,0,android/opengl/GLES10.GL_NORMALIZE,2977,,,, +?,0,android/opengl/GLES10.GL_NOTEQUAL,517,,,, +?,0,android/opengl/GLES10.GL_NUM_COMPRESSED_TEXTURE_FORMATS,34466,,,, +?,0,android/opengl/GLES10.GL_ONE,1,,,, +?,0,android/opengl/GLES10.GL_ONE_MINUS_DST_ALPHA,773,,,, +?,0,android/opengl/GLES10.GL_ONE_MINUS_DST_COLOR,775,,,, +?,0,android/opengl/GLES10.GL_ONE_MINUS_SRC_ALPHA,771,,,, +?,0,android/opengl/GLES10.GL_ONE_MINUS_SRC_COLOR,769,,,, +?,0,android/opengl/GLES10.GL_OR,5383,,,, +?,0,android/opengl/GLES10.GL_OR_INVERTED,5389,,,, +?,0,android/opengl/GLES10.GL_OR_REVERSE,5387,,,, +?,0,android/opengl/GLES10.GL_OUT_OF_MEMORY,1285,,,, +?,0,android/opengl/GLES10.GL_PACK_ALIGNMENT,3333,,,, +?,0,android/opengl/GLES10.GL_PALETTE4_R5_G6_B5_OES,35730,,,, +?,0,android/opengl/GLES10.GL_PALETTE4_RGB5_A1_OES,35732,,,, +?,0,android/opengl/GLES10.GL_PALETTE4_RGB8_OES,35728,,,, +?,0,android/opengl/GLES10.GL_PALETTE4_RGBA4_OES,35731,,,, +?,0,android/opengl/GLES10.GL_PALETTE4_RGBA8_OES,35729,,,, +?,0,android/opengl/GLES10.GL_PALETTE8_R5_G6_B5_OES,35735,,,, +?,0,android/opengl/GLES10.GL_PALETTE8_RGB5_A1_OES,35737,,,, +?,0,android/opengl/GLES10.GL_PALETTE8_RGB8_OES,35733,,,, +?,0,android/opengl/GLES10.GL_PALETTE8_RGBA4_OES,35736,,,, +?,0,android/opengl/GLES10.GL_PALETTE8_RGBA8_OES,35734,,,, +?,0,android/opengl/GLES10.GL_PERSPECTIVE_CORRECTION_HINT,3152,,,, +?,0,android/opengl/GLES10.GL_POINT_FADE_THRESHOLD_SIZE,33064,,,, +?,0,android/opengl/GLES10.GL_POINT_SIZE,2833,,,, +?,0,android/opengl/GLES10.GL_POINT_SMOOTH,2832,,,, +?,0,android/opengl/GLES10.GL_POINT_SMOOTH_HINT,3153,,,, +?,0,android/opengl/GLES10.GL_POINTS,0,,,, +?,0,android/opengl/GLES10.GL_POLYGON_OFFSET_FILL,32823,,,, +?,0,android/opengl/GLES10.GL_POLYGON_SMOOTH_HINT,3155,,,, +?,0,android/opengl/GLES10.GL_POSITION,4611,,,, +?,0,android/opengl/GLES10.GL_PROJECTION,5889,,,, +?,0,android/opengl/GLES10.GL_QUADRATIC_ATTENUATION,4617,,,, +?,0,android/opengl/GLES10.GL_RED_BITS,3410,,,, +?,0,android/opengl/GLES10.GL_RENDERER,7937,,,, +?,0,android/opengl/GLES10.GL_REPEAT,10497,,,, +?,0,android/opengl/GLES10.GL_REPLACE,7681,,,, +?,0,android/opengl/GLES10.GL_RESCALE_NORMAL,32826,,,, +?,0,android/opengl/GLES10.GL_RGB,6407,,,, +?,0,android/opengl/GLES10.GL_RGBA,6408,,,, +?,0,android/opengl/GLES10.GL_SAMPLE_ALPHA_TO_COVERAGE,32926,,,, +?,0,android/opengl/GLES10.GL_SAMPLE_ALPHA_TO_ONE,32927,,,, +?,0,android/opengl/GLES10.GL_SAMPLE_COVERAGE,32928,,,, +?,0,android/opengl/GLES10.GL_SCISSOR_TEST,3089,,,, +?,0,android/opengl/GLES10.GL_SET,5391,,,, +?,0,android/opengl/GLES10.GL_SHININESS,5633,,,, +?,0,android/opengl/GLES10.GL_SHORT,5122,,,, +?,0,android/opengl/GLES10.GL_SMOOTH,7425,,,, +?,0,android/opengl/GLES10.GL_SMOOTH_LINE_WIDTH_RANGE,2850,,,, +?,0,android/opengl/GLES10.GL_SMOOTH_POINT_SIZE_RANGE,2834,,,, +?,0,android/opengl/GLES10.GL_SPECULAR,4610,,,, +?,0,android/opengl/GLES10.GL_SPOT_CUTOFF,4614,,,, +?,0,android/opengl/GLES10.GL_SPOT_DIRECTION,4612,,,, +?,0,android/opengl/GLES10.GL_SPOT_EXPONENT,4613,,,, +?,0,android/opengl/GLES10.GL_SRC_ALPHA,770,,,, +?,0,android/opengl/GLES10.GL_SRC_ALPHA_SATURATE,776,,,, +?,0,android/opengl/GLES10.GL_SRC_COLOR,768,,,, +?,0,android/opengl/GLES10.GL_STACK_OVERFLOW,1283,,,, +?,0,android/opengl/GLES10.GL_STACK_UNDERFLOW,1284,,,, +?,0,android/opengl/GLES10.GL_STENCIL_BITS,3415,,,, +?,0,android/opengl/GLES10.GL_STENCIL_BUFFER_BIT,1024,,,, +?,0,android/opengl/GLES10.GL_STENCIL_TEST,2960,,,, +?,0,android/opengl/GLES10.GL_SUBPIXEL_BITS,3408,,,, +?,0,android/opengl/GLES10.GL_TEXTURE,5890,,,, +?,0,android/opengl/GLES10.GL_TEXTURE_2D,3553,,,, +?,0,android/opengl/GLES10.GL_TEXTURE_COORD_ARRAY,32888,,,, +?,0,android/opengl/GLES10.GL_TEXTURE_ENV,8960,,,, +?,0,android/opengl/GLES10.GL_TEXTURE_ENV_COLOR,8705,,,, +?,0,android/opengl/GLES10.GL_TEXTURE_ENV_MODE,8704,,,, +?,0,android/opengl/GLES10.GL_TEXTURE_MAG_FILTER,10240,,,, +?,0,android/opengl/GLES10.GL_TEXTURE_MIN_FILTER,10241,,,, +?,0,android/opengl/GLES10.GL_TEXTURE_WRAP_S,10242,,,, +?,0,android/opengl/GLES10.GL_TEXTURE_WRAP_T,10243,,,, +?,0,android/opengl/GLES10.GL_TEXTURE0,33984,,,, +?,0,android/opengl/GLES10.GL_TEXTURE1,33985,,,, +?,0,android/opengl/GLES10.GL_TEXTURE10,33994,,,, +?,0,android/opengl/GLES10.GL_TEXTURE11,33995,,,, +?,0,android/opengl/GLES10.GL_TEXTURE12,33996,,,, +?,0,android/opengl/GLES10.GL_TEXTURE13,33997,,,, +?,0,android/opengl/GLES10.GL_TEXTURE14,33998,,,, +?,0,android/opengl/GLES10.GL_TEXTURE15,33999,,,, +?,0,android/opengl/GLES10.GL_TEXTURE16,34000,,,, +?,0,android/opengl/GLES10.GL_TEXTURE17,34001,,,, +?,0,android/opengl/GLES10.GL_TEXTURE18,34002,,,, +?,0,android/opengl/GLES10.GL_TEXTURE19,34003,,,, +?,0,android/opengl/GLES10.GL_TEXTURE2,33986,,,, +?,0,android/opengl/GLES10.GL_TEXTURE20,34004,,,, +?,0,android/opengl/GLES10.GL_TEXTURE21,34005,,,, +?,0,android/opengl/GLES10.GL_TEXTURE22,34006,,,, +?,0,android/opengl/GLES10.GL_TEXTURE23,34007,,,, +?,0,android/opengl/GLES10.GL_TEXTURE24,34008,,,, +?,0,android/opengl/GLES10.GL_TEXTURE25,34009,,,, +?,0,android/opengl/GLES10.GL_TEXTURE26,34010,,,, +?,0,android/opengl/GLES10.GL_TEXTURE27,34011,,,, +?,0,android/opengl/GLES10.GL_TEXTURE28,34012,,,, +?,0,android/opengl/GLES10.GL_TEXTURE29,34013,,,, +?,0,android/opengl/GLES10.GL_TEXTURE3,33987,,,, +?,0,android/opengl/GLES10.GL_TEXTURE30,34014,,,, +?,0,android/opengl/GLES10.GL_TEXTURE31,34015,,,, +?,0,android/opengl/GLES10.GL_TEXTURE4,33988,,,, +?,0,android/opengl/GLES10.GL_TEXTURE5,33989,,,, +?,0,android/opengl/GLES10.GL_TEXTURE6,33990,,,, +?,0,android/opengl/GLES10.GL_TEXTURE7,33991,,,, +?,0,android/opengl/GLES10.GL_TEXTURE8,33992,,,, +?,0,android/opengl/GLES10.GL_TEXTURE9,33993,,,, +?,0,android/opengl/GLES10.GL_TRIANGLE_FAN,6,,,, +?,0,android/opengl/GLES10.GL_TRIANGLE_STRIP,5,,,, +?,0,android/opengl/GLES10.GL_TRIANGLES,4,,,, +?,0,android/opengl/GLES10.GL_TRUE,1,,,, +?,0,android/opengl/GLES10.GL_UNPACK_ALIGNMENT,3317,,,, +?,0,android/opengl/GLES10.GL_UNSIGNED_BYTE,5121,,,, +?,0,android/opengl/GLES10.GL_UNSIGNED_SHORT,5123,,,, +?,0,android/opengl/GLES10.GL_UNSIGNED_SHORT_4_4_4_4,32819,,,, +?,0,android/opengl/GLES10.GL_UNSIGNED_SHORT_5_5_5_1,32820,,,, +?,0,android/opengl/GLES10.GL_UNSIGNED_SHORT_5_6_5,33635,,,, +?,0,android/opengl/GLES10.GL_VENDOR,7936,,,, +?,0,android/opengl/GLES10.GL_VERSION,7938,,,, +?,0,android/opengl/GLES10.GL_VERTEX_ARRAY,32884,,,, +?,0,android/opengl/GLES10.GL_XOR,5382,,,, +?,0,android/opengl/GLES10.GL_ZERO,0,,,, +?,0,android/opengl/GLES11.GL_ACTIVE_TEXTURE,34016,,,, +?,0,android/opengl/GLES11.GL_ADD_SIGNED,34164,,,, +?,0,android/opengl/GLES11.GL_ALPHA_SCALE,3356,,,, +?,0,android/opengl/GLES11.GL_ALPHA_TEST_FUNC,3009,,,, +?,0,android/opengl/GLES11.GL_ALPHA_TEST_REF,3010,,,, +?,0,android/opengl/GLES11.GL_ARRAY_BUFFER,34962,,,, +?,0,android/opengl/GLES11.GL_ARRAY_BUFFER_BINDING,34964,,,, +?,0,android/opengl/GLES11.GL_BLEND_DST,3040,,,, +?,0,android/opengl/GLES11.GL_BLEND_SRC,3041,,,, +?,0,android/opengl/GLES11.GL_BUFFER_ACCESS,35003,,,, +?,0,android/opengl/GLES11.GL_BUFFER_SIZE,34660,,,, +?,0,android/opengl/GLES11.GL_BUFFER_USAGE,34661,,,, +?,0,android/opengl/GLES11.GL_CLIENT_ACTIVE_TEXTURE,34017,,,, +?,0,android/opengl/GLES11.GL_CLIP_PLANE0,12288,,,, +?,0,android/opengl/GLES11.GL_CLIP_PLANE1,12289,,,, +?,0,android/opengl/GLES11.GL_CLIP_PLANE2,12290,,,, +?,0,android/opengl/GLES11.GL_CLIP_PLANE3,12291,,,, +?,0,android/opengl/GLES11.GL_CLIP_PLANE4,12292,,,, +?,0,android/opengl/GLES11.GL_CLIP_PLANE5,12293,,,, +?,0,android/opengl/GLES11.GL_COLOR_ARRAY_BUFFER_BINDING,34968,,,, +?,0,android/opengl/GLES11.GL_COLOR_ARRAY_POINTER,32912,,,, +?,0,android/opengl/GLES11.GL_COLOR_ARRAY_SIZE,32897,,,, +?,0,android/opengl/GLES11.GL_COLOR_ARRAY_STRIDE,32899,,,, +?,0,android/opengl/GLES11.GL_COLOR_ARRAY_TYPE,32898,,,, +?,0,android/opengl/GLES11.GL_COLOR_CLEAR_VALUE,3106,,,, +?,0,android/opengl/GLES11.GL_COLOR_WRITEMASK,3107,,,, +?,0,android/opengl/GLES11.GL_COMBINE,34160,,,, +?,0,android/opengl/GLES11.GL_COMBINE_ALPHA,34162,,,, +?,0,android/opengl/GLES11.GL_COMBINE_RGB,34161,,,, +?,0,android/opengl/GLES11.GL_CONSTANT,34166,,,, +?,0,android/opengl/GLES11.GL_COORD_REPLACE_OES,34914,,,, +?,0,android/opengl/GLES11.GL_CULL_FACE_MODE,2885,,,, +?,0,android/opengl/GLES11.GL_CURRENT_COLOR,2816,,,, +?,0,android/opengl/GLES11.GL_CURRENT_NORMAL,2818,,,, +?,0,android/opengl/GLES11.GL_CURRENT_TEXTURE_COORDS,2819,,,, +?,0,android/opengl/GLES11.GL_DEPTH_CLEAR_VALUE,2931,,,, +?,0,android/opengl/GLES11.GL_DEPTH_FUNC,2932,,,, +?,0,android/opengl/GLES11.GL_DEPTH_RANGE,2928,,,, +?,0,android/opengl/GLES11.GL_DEPTH_WRITEMASK,2930,,,, +?,0,android/opengl/GLES11.GL_DOT3_RGB,34478,,,, +?,0,android/opengl/GLES11.GL_DOT3_RGBA,34479,,,, +?,0,android/opengl/GLES11.GL_DYNAMIC_DRAW,35048,,,, +?,0,android/opengl/GLES11.GL_ELEMENT_ARRAY_BUFFER,34963,,,, +?,0,android/opengl/GLES11.GL_ELEMENT_ARRAY_BUFFER_BINDING,34965,,,, +?,0,android/opengl/GLES11.GL_FRONT_FACE,2886,,,, +?,0,android/opengl/GLES11.GL_GENERATE_MIPMAP,33169,,,, +?,0,android/opengl/GLES11.GL_GENERATE_MIPMAP_HINT,33170,,,, +?,0,android/opengl/GLES11.GL_INTERPOLATE,34165,,,, +?,0,android/opengl/GLES11.GL_LINE_WIDTH,2849,,,, +?,0,android/opengl/GLES11.GL_LOGIC_OP_MODE,3056,,,, +?,0,android/opengl/GLES11.GL_MATRIX_MODE,2976,,,, +?,0,android/opengl/GLES11.GL_MAX_CLIP_PLANES,3378,,,, +?,0,android/opengl/GLES11.GL_MODELVIEW_MATRIX,2982,,,, +?,0,android/opengl/GLES11.GL_MODELVIEW_MATRIX_FLOAT_AS_INT_BITS_OES,35213,,,, +?,0,android/opengl/GLES11.GL_MODELVIEW_STACK_DEPTH,2979,,,, +?,0,android/opengl/GLES11.GL_NORMAL_ARRAY_BUFFER_BINDING,34967,,,, +?,0,android/opengl/GLES11.GL_NORMAL_ARRAY_POINTER,32911,,,, +?,0,android/opengl/GLES11.GL_NORMAL_ARRAY_STRIDE,32895,,,, +?,0,android/opengl/GLES11.GL_NORMAL_ARRAY_TYPE,32894,,,, +?,0,android/opengl/GLES11.GL_OPERAND0_ALPHA,34200,,,, +?,0,android/opengl/GLES11.GL_OPERAND0_RGB,34192,,,, +?,0,android/opengl/GLES11.GL_OPERAND1_ALPHA,34201,,,, +?,0,android/opengl/GLES11.GL_OPERAND1_RGB,34193,,,, +?,0,android/opengl/GLES11.GL_OPERAND2_ALPHA,34202,,,, +?,0,android/opengl/GLES11.GL_OPERAND2_RGB,34194,,,, +?,0,android/opengl/GLES11.GL_POINT_DISTANCE_ATTENUATION,33065,,,, +?,0,android/opengl/GLES11.GL_POINT_FADE_THRESHOLD_SIZE,33064,,,, +?,0,android/opengl/GLES11.GL_POINT_SIZE,2833,,,, +?,0,android/opengl/GLES11.GL_POINT_SIZE_ARRAY_BUFFER_BINDING_OES,35743,,,, +?,0,android/opengl/GLES11.GL_POINT_SIZE_ARRAY_OES,35740,,,, +?,0,android/opengl/GLES11.GL_POINT_SIZE_ARRAY_POINTER_OES,35212,,,, +?,0,android/opengl/GLES11.GL_POINT_SIZE_ARRAY_STRIDE_OES,35211,,,, +?,0,android/opengl/GLES11.GL_POINT_SIZE_ARRAY_TYPE_OES,35210,,,, +?,0,android/opengl/GLES11.GL_POINT_SIZE_MAX,33063,,,, +?,0,android/opengl/GLES11.GL_POINT_SIZE_MIN,33062,,,, +?,0,android/opengl/GLES11.GL_POINT_SPRITE_OES,34913,,,, +?,0,android/opengl/GLES11.GL_POLYGON_OFFSET_FACTOR,32824,,,, +?,0,android/opengl/GLES11.GL_POLYGON_OFFSET_UNITS,10752,,,, +?,0,android/opengl/GLES11.GL_PREVIOUS,34168,,,, +?,0,android/opengl/GLES11.GL_PRIMARY_COLOR,34167,,,, +?,0,android/opengl/GLES11.GL_PROJECTION_MATRIX,2983,,,, +?,0,android/opengl/GLES11.GL_PROJECTION_MATRIX_FLOAT_AS_INT_BITS_OES,35214,,,, +?,0,android/opengl/GLES11.GL_PROJECTION_STACK_DEPTH,2980,,,, +?,0,android/opengl/GLES11.GL_RGB_SCALE,34163,,,, +?,0,android/opengl/GLES11.GL_SAMPLE_BUFFERS,32936,,,, +?,0,android/opengl/GLES11.GL_SAMPLE_COVERAGE_INVERT,32939,,,, +?,0,android/opengl/GLES11.GL_SAMPLE_COVERAGE_VALUE,32938,,,, +?,0,android/opengl/GLES11.GL_SAMPLES,32937,,,, +?,0,android/opengl/GLES11.GL_SCISSOR_BOX,3088,,,, +?,0,android/opengl/GLES11.GL_SHADE_MODEL,2900,,,, +?,0,android/opengl/GLES11.GL_SRC0_ALPHA,34184,,,, +?,0,android/opengl/GLES11.GL_SRC0_RGB,34176,,,, +?,0,android/opengl/GLES11.GL_SRC1_ALPHA,34185,,,, +?,0,android/opengl/GLES11.GL_SRC1_RGB,34177,,,, +?,0,android/opengl/GLES11.GL_SRC2_ALPHA,34186,,,, +?,0,android/opengl/GLES11.GL_SRC2_RGB,34178,,,, +?,0,android/opengl/GLES11.GL_STATIC_DRAW,35044,,,, +?,0,android/opengl/GLES11.GL_STENCIL_CLEAR_VALUE,2961,,,, +?,0,android/opengl/GLES11.GL_STENCIL_FAIL,2964,,,, +?,0,android/opengl/GLES11.GL_STENCIL_FUNC,2962,,,, +?,0,android/opengl/GLES11.GL_STENCIL_PASS_DEPTH_FAIL,2965,,,, +?,0,android/opengl/GLES11.GL_STENCIL_PASS_DEPTH_PASS,2966,,,, +?,0,android/opengl/GLES11.GL_STENCIL_REF,2967,,,, +?,0,android/opengl/GLES11.GL_STENCIL_VALUE_MASK,2963,,,, +?,0,android/opengl/GLES11.GL_STENCIL_WRITEMASK,2968,,,, +?,0,android/opengl/GLES11.GL_SUBTRACT,34023,,,, +?,0,android/opengl/GLES11.GL_TEXTURE_BINDING_2D,32873,,,, +?,0,android/opengl/GLES11.GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING,34970,,,, +?,0,android/opengl/GLES11.GL_TEXTURE_COORD_ARRAY_POINTER,32914,,,, +?,0,android/opengl/GLES11.GL_TEXTURE_COORD_ARRAY_SIZE,32904,,,, +?,0,android/opengl/GLES11.GL_TEXTURE_COORD_ARRAY_STRIDE,32906,,,, +?,0,android/opengl/GLES11.GL_TEXTURE_COORD_ARRAY_TYPE,32905,,,, +?,0,android/opengl/GLES11.GL_TEXTURE_MATRIX,2984,,,, +?,0,android/opengl/GLES11.GL_TEXTURE_MATRIX_FLOAT_AS_INT_BITS_OES,35215,,,, +?,0,android/opengl/GLES11.GL_TEXTURE_STACK_DEPTH,2981,,,, +?,0,android/opengl/GLES11.GL_VERTEX_ARRAY_BUFFER_BINDING,34966,,,, +?,0,android/opengl/GLES11.GL_VERTEX_ARRAY_POINTER,32910,,,, +?,0,android/opengl/GLES11.GL_VERTEX_ARRAY_SIZE,32890,,,, +?,0,android/opengl/GLES11.GL_VERTEX_ARRAY_STRIDE,32892,,,, +?,0,android/opengl/GLES11.GL_VERTEX_ARRAY_TYPE,32891,,,, +?,0,android/opengl/GLES11.GL_VIEWPORT,2978,,,, +?,0,android/opengl/GLES11.GL_WRITE_ONLY,35001,,,, +?,0,android/opengl/GLES11Ext.GL_3DC_X_AMD,34809,,,, +?,0,android/opengl/GLES11Ext.GL_3DC_XY_AMD,34810,,,, +?,0,android/opengl/GLES11Ext.GL_ATC_RGB_AMD,35986,,,, +?,0,android/opengl/GLES11Ext.GL_ATC_RGBA_EXPLICIT_ALPHA_AMD,35987,,,, +?,0,android/opengl/GLES11Ext.GL_ATC_RGBA_INTERPOLATED_ALPHA_AMD,34798,,,, +?,0,android/opengl/GLES11Ext.GL_BGRA,32993,,,, +?,0,android/opengl/GLES11Ext.GL_BLEND_DST_ALPHA_OES,32970,,,, +?,0,android/opengl/GLES11Ext.GL_BLEND_DST_RGB_OES,32968,,,, +?,0,android/opengl/GLES11Ext.GL_BLEND_EQUATION_ALPHA_OES,34877,,,, +?,0,android/opengl/GLES11Ext.GL_BLEND_EQUATION_OES,32777,,,, +?,0,android/opengl/GLES11Ext.GL_BLEND_EQUATION_RGB_OES,32777,,,, +?,0,android/opengl/GLES11Ext.GL_BLEND_SRC_ALPHA_OES,32971,,,, +?,0,android/opengl/GLES11Ext.GL_BLEND_SRC_RGB_OES,32969,,,, +?,0,android/opengl/GLES11Ext.GL_BUFFER_ACCESS_OES,35003,,,, +?,0,android/opengl/GLES11Ext.GL_BUFFER_MAP_POINTER_OES,35005,,,, +?,0,android/opengl/GLES11Ext.GL_BUFFER_MAPPED_OES,35004,,,, +?,0,android/opengl/GLES11Ext.GL_COLOR_ATTACHMENT0_OES,36064,,,, +?,0,android/opengl/GLES11Ext.GL_CURRENT_PALETTE_MATRIX_OES,34883,,,, +?,0,android/opengl/GLES11Ext.GL_DECR_WRAP_OES,34056,,,, +?,0,android/opengl/GLES11Ext.GL_DEPTH_ATTACHMENT_OES,36096,,,, +?,0,android/opengl/GLES11Ext.GL_DEPTH_COMPONENT16_OES,33189,,,, +?,0,android/opengl/GLES11Ext.GL_DEPTH_COMPONENT24_OES,33190,,,, +?,0,android/opengl/GLES11Ext.GL_DEPTH_COMPONENT32_OES,33191,,,, +?,0,android/opengl/GLES11Ext.GL_DEPTH_STENCIL_OES,34041,,,, +?,0,android/opengl/GLES11Ext.GL_DEPTH24_STENCIL8_OES,35056,,,, +?,0,android/opengl/GLES11Ext.GL_ETC1_RGB8_OES,36196,,,, +?,0,android/opengl/GLES11Ext.GL_FIXED_OES,5132,,,, +?,0,android/opengl/GLES11Ext.GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_OES,36049,,,, +?,0,android/opengl/GLES11Ext.GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_OES,36048,,,, +?,0,android/opengl/GLES11Ext.GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_OES,36051,,,, +?,0,android/opengl/GLES11Ext.GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_OES,36050,,,, +?,0,android/opengl/GLES11Ext.GL_FRAMEBUFFER_BINDING_OES,36006,,,, +?,0,android/opengl/GLES11Ext.GL_FRAMEBUFFER_COMPLETE_OES,36053,,,, +?,0,android/opengl/GLES11Ext.GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_OES,36054,,,, +?,0,android/opengl/GLES11Ext.GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_OES,36057,,,, +?,0,android/opengl/GLES11Ext.GL_FRAMEBUFFER_INCOMPLETE_FORMATS_OES,36058,,,, +?,0,android/opengl/GLES11Ext.GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_OES,36055,,,, +?,0,android/opengl/GLES11Ext.GL_FRAMEBUFFER_OES,36160,,,, +?,0,android/opengl/GLES11Ext.GL_FRAMEBUFFER_UNSUPPORTED_OES,36061,,,, +?,0,android/opengl/GLES11Ext.GL_FUNC_ADD_OES,32774,,,, +?,0,android/opengl/GLES11Ext.GL_FUNC_REVERSE_SUBTRACT_OES,32779,,,, +?,0,android/opengl/GLES11Ext.GL_FUNC_SUBTRACT_OES,32778,,,, +?,0,android/opengl/GLES11Ext.GL_INCR_WRAP_OES,34055,,,, +?,0,android/opengl/GLES11Ext.GL_INVALID_FRAMEBUFFER_OPERATION_OES,1286,,,, +?,0,android/opengl/GLES11Ext.GL_MATRIX_INDEX_ARRAY_BUFFER_BINDING_OES,35742,,,, +?,0,android/opengl/GLES11Ext.GL_MATRIX_INDEX_ARRAY_OES,34884,,,, +?,0,android/opengl/GLES11Ext.GL_MATRIX_INDEX_ARRAY_POINTER_OES,34889,,,, +?,0,android/opengl/GLES11Ext.GL_MATRIX_INDEX_ARRAY_SIZE_OES,34886,,,, +?,0,android/opengl/GLES11Ext.GL_MATRIX_INDEX_ARRAY_STRIDE_OES,34888,,,, +?,0,android/opengl/GLES11Ext.GL_MATRIX_INDEX_ARRAY_TYPE_OES,34887,,,, +?,0,android/opengl/GLES11Ext.GL_MATRIX_PALETTE_OES,34880,,,, +?,0,android/opengl/GLES11Ext.GL_MAX_CUBE_MAP_TEXTURE_SIZE_OES,34076,,,, +?,0,android/opengl/GLES11Ext.GL_MAX_PALETTE_MATRICES_OES,34882,,,, +?,0,android/opengl/GLES11Ext.GL_MAX_RENDERBUFFER_SIZE_OES,34024,,,, +?,0,android/opengl/GLES11Ext.GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT,34047,,,, +?,0,android/opengl/GLES11Ext.GL_MAX_VERTEX_UNITS_OES,34468,,,, +?,0,android/opengl/GLES11Ext.GL_MIRRORED_REPEAT_OES,33648,,,, +?,0,android/opengl/GLES11Ext.GL_MODELVIEW_MATRIX_FLOAT_AS_INT_BITS_OES,35213,,,, +?,0,android/opengl/GLES11Ext.GL_NONE_OES,0,,,, +?,0,android/opengl/GLES11Ext.GL_NORMAL_MAP_OES,34065,,,, +?,0,android/opengl/GLES11Ext.GL_PROJECTION_MATRIX_FLOAT_AS_INT_BITS_OES,35214,,,, +?,0,android/opengl/GLES11Ext.GL_REFLECTION_MAP_OES,34066,,,, +?,0,android/opengl/GLES11Ext.GL_RENDERBUFFER_ALPHA_SIZE_OES,36179,,,, +?,0,android/opengl/GLES11Ext.GL_RENDERBUFFER_BINDING_OES,36007,,,, +?,0,android/opengl/GLES11Ext.GL_RENDERBUFFER_BLUE_SIZE_OES,36178,,,, +?,0,android/opengl/GLES11Ext.GL_RENDERBUFFER_DEPTH_SIZE_OES,36180,,,, +?,0,android/opengl/GLES11Ext.GL_RENDERBUFFER_GREEN_SIZE_OES,36177,,,, +?,0,android/opengl/GLES11Ext.GL_RENDERBUFFER_HEIGHT_OES,36163,,,, +?,0,android/opengl/GLES11Ext.GL_RENDERBUFFER_INTERNAL_FORMAT_OES,36164,,,, +?,0,android/opengl/GLES11Ext.GL_RENDERBUFFER_OES,36161,,,, +?,0,android/opengl/GLES11Ext.GL_RENDERBUFFER_RED_SIZE_OES,36176,,,, +?,0,android/opengl/GLES11Ext.GL_RENDERBUFFER_STENCIL_SIZE_OES,36181,,,, +?,0,android/opengl/GLES11Ext.GL_RENDERBUFFER_WIDTH_OES,36162,,,, +?,15,android/opengl/GLES11Ext.GL_REQUIRED_TEXTURE_IMAGE_UNITS_OES,36200,,,, +?,0,android/opengl/GLES11Ext.GL_RGB5_A1_OES,32855,,,, +?,0,android/opengl/GLES11Ext.GL_RGB565_OES,36194,,,, +?,0,android/opengl/GLES11Ext.GL_RGB8_OES,32849,,,, +?,0,android/opengl/GLES11Ext.GL_RGBA4_OES,32854,,,, +?,0,android/opengl/GLES11Ext.GL_RGBA8_OES,32856,,,, +?,15,android/opengl/GLES11Ext.GL_SAMPLER_EXTERNAL_OES,36198,,,, +?,0,android/opengl/GLES11Ext.GL_STENCIL_ATTACHMENT_OES,36128,,,, +?,0,android/opengl/GLES11Ext.GL_STENCIL_INDEX1_OES,36166,,,, +?,0,android/opengl/GLES11Ext.GL_STENCIL_INDEX4_OES,36167,,,, +?,0,android/opengl/GLES11Ext.GL_STENCIL_INDEX8_OES,36168,,,, +?,0,android/opengl/GLES11Ext.GL_TEXTURE_BINDING_CUBE_MAP_OES,34068,,,, +?,15,android/opengl/GLES11Ext.GL_TEXTURE_BINDING_EXTERNAL_OES,36199,,,, +?,0,android/opengl/GLES11Ext.GL_TEXTURE_CROP_RECT_OES,35741,,,, +?,0,android/opengl/GLES11Ext.GL_TEXTURE_CUBE_MAP_NEGATIVE_X_OES,34070,,,, +?,0,android/opengl/GLES11Ext.GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_OES,34072,,,, +?,0,android/opengl/GLES11Ext.GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_OES,34074,,,, +?,0,android/opengl/GLES11Ext.GL_TEXTURE_CUBE_MAP_OES,34067,,,, +?,0,android/opengl/GLES11Ext.GL_TEXTURE_CUBE_MAP_POSITIVE_X_OES,34069,,,, +?,0,android/opengl/GLES11Ext.GL_TEXTURE_CUBE_MAP_POSITIVE_Y_OES,34071,,,, +?,0,android/opengl/GLES11Ext.GL_TEXTURE_CUBE_MAP_POSITIVE_Z_OES,34073,,,, +?,15,android/opengl/GLES11Ext.GL_TEXTURE_EXTERNAL_OES,36197,,,, +?,0,android/opengl/GLES11Ext.GL_TEXTURE_GEN_MODE_OES,9472,,,, +?,0,android/opengl/GLES11Ext.GL_TEXTURE_GEN_STR_OES,36192,,,, +?,0,android/opengl/GLES11Ext.GL_TEXTURE_MATRIX_FLOAT_AS_INT_BITS_OES,35215,,,, +?,0,android/opengl/GLES11Ext.GL_TEXTURE_MAX_ANISOTROPY_EXT,34046,,,, +?,0,android/opengl/GLES11Ext.GL_UNSIGNED_INT_24_8_OES,34042,,,, +?,0,android/opengl/GLES11Ext.GL_WEIGHT_ARRAY_BUFFER_BINDING_OES,34974,,,, +?,0,android/opengl/GLES11Ext.GL_WEIGHT_ARRAY_OES,34477,,,, +?,0,android/opengl/GLES11Ext.GL_WEIGHT_ARRAY_POINTER_OES,34476,,,, +?,0,android/opengl/GLES11Ext.GL_WEIGHT_ARRAY_SIZE_OES,34475,,,, +?,0,android/opengl/GLES11Ext.GL_WEIGHT_ARRAY_STRIDE_OES,34474,,,, +?,0,android/opengl/GLES11Ext.GL_WEIGHT_ARRAY_TYPE_OES,34473,,,, +?,0,android/opengl/GLES11Ext.GL_WRITE_ONLY_OES,35001,,,, +?,0,android/opengl/GLES20.GL_ACTIVE_ATTRIBUTE_MAX_LENGTH,35722,,,, +?,0,android/opengl/GLES20.GL_ACTIVE_ATTRIBUTES,35721,,,, +?,0,android/opengl/GLES20.GL_ACTIVE_TEXTURE,34016,,,, +?,0,android/opengl/GLES20.GL_ACTIVE_UNIFORM_MAX_LENGTH,35719,,,, +?,0,android/opengl/GLES20.GL_ACTIVE_UNIFORMS,35718,,,, +?,0,android/opengl/GLES20.GL_ALIASED_LINE_WIDTH_RANGE,33902,,,, +?,0,android/opengl/GLES20.GL_ALIASED_POINT_SIZE_RANGE,33901,,,, +?,0,android/opengl/GLES20.GL_ALPHA,6406,,,, +?,0,android/opengl/GLES20.GL_ALPHA_BITS,3413,,,, +?,0,android/opengl/GLES20.GL_ALWAYS,519,,,, +?,0,android/opengl/GLES20.GL_ARRAY_BUFFER,34962,,,, +?,0,android/opengl/GLES20.GL_ARRAY_BUFFER_BINDING,34964,,,, +?,0,android/opengl/GLES20.GL_ATTACHED_SHADERS,35717,,,, +?,0,android/opengl/GLES20.GL_BACK,1029,,,, +?,0,android/opengl/GLES20.GL_BLEND,3042,,,, +?,0,android/opengl/GLES20.GL_BLEND_COLOR,32773,,,, +?,0,android/opengl/GLES20.GL_BLEND_DST_ALPHA,32970,,,, +?,0,android/opengl/GLES20.GL_BLEND_DST_RGB,32968,,,, +?,0,android/opengl/GLES20.GL_BLEND_EQUATION,32777,,,, +?,0,android/opengl/GLES20.GL_BLEND_EQUATION_ALPHA,34877,,,, +?,0,android/opengl/GLES20.GL_BLEND_EQUATION_RGB,32777,,,, +?,0,android/opengl/GLES20.GL_BLEND_SRC_ALPHA,32971,,,, +?,0,android/opengl/GLES20.GL_BLEND_SRC_RGB,32969,,,, +?,0,android/opengl/GLES20.GL_BLUE_BITS,3412,,,, +?,0,android/opengl/GLES20.GL_BOOL,35670,,,, +?,0,android/opengl/GLES20.GL_BOOL_VEC2,35671,,,, +?,0,android/opengl/GLES20.GL_BOOL_VEC3,35672,,,, +?,0,android/opengl/GLES20.GL_BOOL_VEC4,35673,,,, +?,0,android/opengl/GLES20.GL_BUFFER_SIZE,34660,,,, +?,0,android/opengl/GLES20.GL_BUFFER_USAGE,34661,,,, +?,0,android/opengl/GLES20.GL_BYTE,5120,,,, +?,0,android/opengl/GLES20.GL_CCW,2305,,,, +?,0,android/opengl/GLES20.GL_CLAMP_TO_EDGE,33071,,,, +?,0,android/opengl/GLES20.GL_COLOR_ATTACHMENT0,36064,,,, +?,0,android/opengl/GLES20.GL_COLOR_BUFFER_BIT,16384,,,, +?,0,android/opengl/GLES20.GL_COLOR_CLEAR_VALUE,3106,,,, +?,0,android/opengl/GLES20.GL_COLOR_WRITEMASK,3107,,,, +?,0,android/opengl/GLES20.GL_COMPILE_STATUS,35713,,,, +?,0,android/opengl/GLES20.GL_COMPRESSED_TEXTURE_FORMATS,34467,,,, +?,0,android/opengl/GLES20.GL_CONSTANT_ALPHA,32771,,,, +?,0,android/opengl/GLES20.GL_CONSTANT_COLOR,32769,,,, +?,0,android/opengl/GLES20.GL_CULL_FACE,2884,,,, +?,0,android/opengl/GLES20.GL_CULL_FACE_MODE,2885,,,, +?,0,android/opengl/GLES20.GL_CURRENT_PROGRAM,35725,,,, +?,0,android/opengl/GLES20.GL_CURRENT_VERTEX_ATTRIB,34342,,,, +?,0,android/opengl/GLES20.GL_CW,2304,,,, +?,0,android/opengl/GLES20.GL_DECR,7683,,,, +?,0,android/opengl/GLES20.GL_DECR_WRAP,34056,,,, +?,0,android/opengl/GLES20.GL_DELETE_STATUS,35712,,,, +?,0,android/opengl/GLES20.GL_DEPTH_ATTACHMENT,36096,,,, +?,0,android/opengl/GLES20.GL_DEPTH_BITS,3414,,,, +?,0,android/opengl/GLES20.GL_DEPTH_BUFFER_BIT,256,,,, +?,0,android/opengl/GLES20.GL_DEPTH_CLEAR_VALUE,2931,,,, +?,0,android/opengl/GLES20.GL_DEPTH_COMPONENT,6402,,,, +?,0,android/opengl/GLES20.GL_DEPTH_COMPONENT16,33189,,,, +?,0,android/opengl/GLES20.GL_DEPTH_FUNC,2932,,,, +?,0,android/opengl/GLES20.GL_DEPTH_RANGE,2928,,,, +?,0,android/opengl/GLES20.GL_DEPTH_TEST,2929,,,, +?,0,android/opengl/GLES20.GL_DEPTH_WRITEMASK,2930,,,, +?,0,android/opengl/GLES20.GL_DITHER,3024,,,, +?,0,android/opengl/GLES20.GL_DONT_CARE,4352,,,, +?,0,android/opengl/GLES20.GL_DST_ALPHA,772,,,, +?,0,android/opengl/GLES20.GL_DST_COLOR,774,,,, +?,0,android/opengl/GLES20.GL_DYNAMIC_DRAW,35048,,,, +?,0,android/opengl/GLES20.GL_ELEMENT_ARRAY_BUFFER,34963,,,, +?,0,android/opengl/GLES20.GL_ELEMENT_ARRAY_BUFFER_BINDING,34965,,,, +?,0,android/opengl/GLES20.GL_EQUAL,514,,,, +?,0,android/opengl/GLES20.GL_EXTENSIONS,7939,,,, +?,0,android/opengl/GLES20.GL_FALSE,0,,,, +?,0,android/opengl/GLES20.GL_FASTEST,4353,,,, +?,0,android/opengl/GLES20.GL_FIXED,5132,,,, +?,0,android/opengl/GLES20.GL_FLOAT,5126,,,, +?,0,android/opengl/GLES20.GL_FLOAT_MAT2,35674,,,, +?,0,android/opengl/GLES20.GL_FLOAT_MAT3,35675,,,, +?,0,android/opengl/GLES20.GL_FLOAT_MAT4,35676,,,, +?,0,android/opengl/GLES20.GL_FLOAT_VEC2,35664,,,, +?,0,android/opengl/GLES20.GL_FLOAT_VEC3,35665,,,, +?,0,android/opengl/GLES20.GL_FLOAT_VEC4,35666,,,, +?,0,android/opengl/GLES20.GL_FRAGMENT_SHADER,35632,,,, +?,0,android/opengl/GLES20.GL_FRAMEBUFFER,36160,,,, +?,0,android/opengl/GLES20.GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME,36049,,,, +?,0,android/opengl/GLES20.GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE,36048,,,, +?,0,android/opengl/GLES20.GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE,36051,,,, +?,0,android/opengl/GLES20.GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL,36050,,,, +?,0,android/opengl/GLES20.GL_FRAMEBUFFER_BINDING,36006,,,, +?,0,android/opengl/GLES20.GL_FRAMEBUFFER_COMPLETE,36053,,,, +?,0,android/opengl/GLES20.GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT,36054,,,, +?,0,android/opengl/GLES20.GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS,36057,,,, +?,0,android/opengl/GLES20.GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT,36055,,,, +?,0,android/opengl/GLES20.GL_FRAMEBUFFER_UNSUPPORTED,36061,,,, +?,0,android/opengl/GLES20.GL_FRONT,1028,,,, +?,0,android/opengl/GLES20.GL_FRONT_AND_BACK,1032,,,, +?,0,android/opengl/GLES20.GL_FRONT_FACE,2886,,,, +?,0,android/opengl/GLES20.GL_FUNC_ADD,32774,,,, +?,0,android/opengl/GLES20.GL_FUNC_REVERSE_SUBTRACT,32779,,,, +?,0,android/opengl/GLES20.GL_FUNC_SUBTRACT,32778,,,, +?,0,android/opengl/GLES20.GL_GENERATE_MIPMAP_HINT,33170,,,, +?,0,android/opengl/GLES20.GL_GEQUAL,518,,,, +?,0,android/opengl/GLES20.GL_GREATER,516,,,, +?,0,android/opengl/GLES20.GL_GREEN_BITS,3411,,,, +?,0,android/opengl/GLES20.GL_HIGH_FLOAT,36338,,,, +?,0,android/opengl/GLES20.GL_HIGH_INT,36341,,,, +?,0,android/opengl/GLES20.GL_IMPLEMENTATION_COLOR_READ_FORMAT,35739,,,, +?,0,android/opengl/GLES20.GL_IMPLEMENTATION_COLOR_READ_TYPE,35738,,,, +?,0,android/opengl/GLES20.GL_INCR,7682,,,, +?,0,android/opengl/GLES20.GL_INCR_WRAP,34055,,,, +?,0,android/opengl/GLES20.GL_INFO_LOG_LENGTH,35716,,,, +?,0,android/opengl/GLES20.GL_INT,5124,,,, +?,0,android/opengl/GLES20.GL_INT_VEC2,35667,,,, +?,0,android/opengl/GLES20.GL_INT_VEC3,35668,,,, +?,0,android/opengl/GLES20.GL_INT_VEC4,35669,,,, +?,0,android/opengl/GLES20.GL_INVALID_ENUM,1280,,,, +?,0,android/opengl/GLES20.GL_INVALID_FRAMEBUFFER_OPERATION,1286,,,, +?,0,android/opengl/GLES20.GL_INVALID_OPERATION,1282,,,, +?,0,android/opengl/GLES20.GL_INVALID_VALUE,1281,,,, +?,0,android/opengl/GLES20.GL_INVERT,5386,,,, +?,0,android/opengl/GLES20.GL_KEEP,7680,,,, +?,0,android/opengl/GLES20.GL_LEQUAL,515,,,, +?,0,android/opengl/GLES20.GL_LESS,513,,,, +?,0,android/opengl/GLES20.GL_LINE_LOOP,2,,,, +?,0,android/opengl/GLES20.GL_LINE_STRIP,3,,,, +?,0,android/opengl/GLES20.GL_LINE_WIDTH,2849,,,, +?,0,android/opengl/GLES20.GL_LINEAR,9729,,,, +?,0,android/opengl/GLES20.GL_LINEAR_MIPMAP_LINEAR,9987,,,, +?,0,android/opengl/GLES20.GL_LINEAR_MIPMAP_NEAREST,9985,,,, +?,0,android/opengl/GLES20.GL_LINES,1,,,, +?,0,android/opengl/GLES20.GL_LINK_STATUS,35714,,,, +?,0,android/opengl/GLES20.GL_LOW_FLOAT,36336,,,, +?,0,android/opengl/GLES20.GL_LOW_INT,36339,,,, +?,0,android/opengl/GLES20.GL_LUMINANCE,6409,,,, +?,0,android/opengl/GLES20.GL_LUMINANCE_ALPHA,6410,,,, +?,0,android/opengl/GLES20.GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS,35661,,,, +?,0,android/opengl/GLES20.GL_MAX_CUBE_MAP_TEXTURE_SIZE,34076,,,, +?,0,android/opengl/GLES20.GL_MAX_FRAGMENT_UNIFORM_VECTORS,36349,,,, +?,0,android/opengl/GLES20.GL_MAX_RENDERBUFFER_SIZE,34024,,,, +?,0,android/opengl/GLES20.GL_MAX_TEXTURE_IMAGE_UNITS,34930,,,, +?,0,android/opengl/GLES20.GL_MAX_TEXTURE_SIZE,3379,,,, +?,0,android/opengl/GLES20.GL_MAX_VARYING_VECTORS,36348,,,, +?,0,android/opengl/GLES20.GL_MAX_VERTEX_ATTRIBS,34921,,,, +?,0,android/opengl/GLES20.GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS,35660,,,, +?,0,android/opengl/GLES20.GL_MAX_VERTEX_UNIFORM_VECTORS,36347,,,, +?,0,android/opengl/GLES20.GL_MAX_VIEWPORT_DIMS,3386,,,, +?,0,android/opengl/GLES20.GL_MEDIUM_FLOAT,36337,,,, +?,0,android/opengl/GLES20.GL_MEDIUM_INT,36340,,,, +?,0,android/opengl/GLES20.GL_MIRRORED_REPEAT,33648,,,, +?,0,android/opengl/GLES20.GL_NEAREST,9728,,,, +?,0,android/opengl/GLES20.GL_NEAREST_MIPMAP_LINEAR,9986,,,, +?,0,android/opengl/GLES20.GL_NEAREST_MIPMAP_NEAREST,9984,,,, +?,0,android/opengl/GLES20.GL_NEVER,512,,,, +?,0,android/opengl/GLES20.GL_NICEST,4354,,,, +?,0,android/opengl/GLES20.GL_NO_ERROR,0,,,, +?,0,android/opengl/GLES20.GL_NONE,0,,,, +?,0,android/opengl/GLES20.GL_NOTEQUAL,517,,,, +?,0,android/opengl/GLES20.GL_NUM_COMPRESSED_TEXTURE_FORMATS,34466,,,, +?,0,android/opengl/GLES20.GL_NUM_SHADER_BINARY_FORMATS,36345,,,, +?,0,android/opengl/GLES20.GL_ONE,1,,,, +?,0,android/opengl/GLES20.GL_ONE_MINUS_CONSTANT_ALPHA,32772,,,, +?,0,android/opengl/GLES20.GL_ONE_MINUS_CONSTANT_COLOR,32770,,,, +?,0,android/opengl/GLES20.GL_ONE_MINUS_DST_ALPHA,773,,,, +?,0,android/opengl/GLES20.GL_ONE_MINUS_DST_COLOR,775,,,, +?,0,android/opengl/GLES20.GL_ONE_MINUS_SRC_ALPHA,771,,,, +?,0,android/opengl/GLES20.GL_ONE_MINUS_SRC_COLOR,769,,,, +?,0,android/opengl/GLES20.GL_OUT_OF_MEMORY,1285,,,, +?,0,android/opengl/GLES20.GL_PACK_ALIGNMENT,3333,,,, +?,0,android/opengl/GLES20.GL_POINTS,0,,,, +?,0,android/opengl/GLES20.GL_POLYGON_OFFSET_FACTOR,32824,,,, +?,0,android/opengl/GLES20.GL_POLYGON_OFFSET_FILL,32823,,,, +?,0,android/opengl/GLES20.GL_POLYGON_OFFSET_UNITS,10752,,,, +?,0,android/opengl/GLES20.GL_RED_BITS,3410,,,, +?,0,android/opengl/GLES20.GL_RENDERBUFFER,36161,,,, +?,0,android/opengl/GLES20.GL_RENDERBUFFER_ALPHA_SIZE,36179,,,, +?,0,android/opengl/GLES20.GL_RENDERBUFFER_BINDING,36007,,,, +?,0,android/opengl/GLES20.GL_RENDERBUFFER_BLUE_SIZE,36178,,,, +?,0,android/opengl/GLES20.GL_RENDERBUFFER_DEPTH_SIZE,36180,,,, +?,0,android/opengl/GLES20.GL_RENDERBUFFER_GREEN_SIZE,36177,,,, +?,0,android/opengl/GLES20.GL_RENDERBUFFER_HEIGHT,36163,,,, +?,0,android/opengl/GLES20.GL_RENDERBUFFER_INTERNAL_FORMAT,36164,,,, +?,0,android/opengl/GLES20.GL_RENDERBUFFER_RED_SIZE,36176,,,, +?,0,android/opengl/GLES20.GL_RENDERBUFFER_STENCIL_SIZE,36181,,,, +?,0,android/opengl/GLES20.GL_RENDERBUFFER_WIDTH,36162,,,, +?,0,android/opengl/GLES20.GL_RENDERER,7937,,,, +?,0,android/opengl/GLES20.GL_REPEAT,10497,,,, +?,0,android/opengl/GLES20.GL_REPLACE,7681,,,, +?,0,android/opengl/GLES20.GL_RGB,6407,,,, +?,0,android/opengl/GLES20.GL_RGB5_A1,32855,,,, +?,0,android/opengl/GLES20.GL_RGB565,36194,,,, +?,0,android/opengl/GLES20.GL_RGBA,6408,,,, +?,0,android/opengl/GLES20.GL_RGBA4,32854,,,, +?,0,android/opengl/GLES20.GL_SAMPLE_ALPHA_TO_COVERAGE,32926,,,, +?,0,android/opengl/GLES20.GL_SAMPLE_BUFFERS,32936,,,, +?,0,android/opengl/GLES20.GL_SAMPLE_COVERAGE,32928,,,, +?,0,android/opengl/GLES20.GL_SAMPLE_COVERAGE_INVERT,32939,,,, +?,0,android/opengl/GLES20.GL_SAMPLE_COVERAGE_VALUE,32938,,,, +?,0,android/opengl/GLES20.GL_SAMPLER_2D,35678,,,, +?,0,android/opengl/GLES20.GL_SAMPLER_CUBE,35680,,,, +?,0,android/opengl/GLES20.GL_SAMPLES,32937,,,, +?,0,android/opengl/GLES20.GL_SCISSOR_BOX,3088,,,, +?,0,android/opengl/GLES20.GL_SCISSOR_TEST,3089,,,, +?,0,android/opengl/GLES20.GL_SHADER_BINARY_FORMATS,36344,,,, +?,0,android/opengl/GLES20.GL_SHADER_COMPILER,36346,,,, +?,0,android/opengl/GLES20.GL_SHADER_SOURCE_LENGTH,35720,,,, +?,0,android/opengl/GLES20.GL_SHADER_TYPE,35663,,,, +?,0,android/opengl/GLES20.GL_SHADING_LANGUAGE_VERSION,35724,,,, +?,0,android/opengl/GLES20.GL_SHORT,5122,,,, +?,0,android/opengl/GLES20.GL_SRC_ALPHA,770,,,, +?,0,android/opengl/GLES20.GL_SRC_ALPHA_SATURATE,776,,,, +?,0,android/opengl/GLES20.GL_SRC_COLOR,768,,,, +?,0,android/opengl/GLES20.GL_STATIC_DRAW,35044,,,, +?,0,android/opengl/GLES20.GL_STENCIL_ATTACHMENT,36128,,,, +?,0,android/opengl/GLES20.GL_STENCIL_BACK_FAIL,34817,,,, +?,0,android/opengl/GLES20.GL_STENCIL_BACK_FUNC,34816,,,, +?,0,android/opengl/GLES20.GL_STENCIL_BACK_PASS_DEPTH_FAIL,34818,,,, +?,0,android/opengl/GLES20.GL_STENCIL_BACK_PASS_DEPTH_PASS,34819,,,, +?,0,android/opengl/GLES20.GL_STENCIL_BACK_REF,36003,,,, +?,0,android/opengl/GLES20.GL_STENCIL_BACK_VALUE_MASK,36004,,,, +?,0,android/opengl/GLES20.GL_STENCIL_BACK_WRITEMASK,36005,,,, +?,0,android/opengl/GLES20.GL_STENCIL_BITS,3415,,,, +?,0,android/opengl/GLES20.GL_STENCIL_BUFFER_BIT,1024,,,, +?,0,android/opengl/GLES20.GL_STENCIL_CLEAR_VALUE,2961,,,, +?,0,android/opengl/GLES20.GL_STENCIL_FAIL,2964,,,, +?,0,android/opengl/GLES20.GL_STENCIL_FUNC,2962,,,, +?,0,android/opengl/GLES20.GL_STENCIL_INDEX,6401,,,, +?,0,android/opengl/GLES20.GL_STENCIL_INDEX8,36168,,,, +?,0,android/opengl/GLES20.GL_STENCIL_PASS_DEPTH_FAIL,2965,,,, +?,0,android/opengl/GLES20.GL_STENCIL_PASS_DEPTH_PASS,2966,,,, +?,0,android/opengl/GLES20.GL_STENCIL_REF,2967,,,, +?,0,android/opengl/GLES20.GL_STENCIL_TEST,2960,,,, +?,0,android/opengl/GLES20.GL_STENCIL_VALUE_MASK,2963,,,, +?,0,android/opengl/GLES20.GL_STENCIL_WRITEMASK,2968,,,, +?,0,android/opengl/GLES20.GL_STREAM_DRAW,35040,,,, +?,0,android/opengl/GLES20.GL_SUBPIXEL_BITS,3408,,,, +?,0,android/opengl/GLES20.GL_TEXTURE,5890,,,, +?,0,android/opengl/GLES20.GL_TEXTURE_2D,3553,,,, +?,0,android/opengl/GLES20.GL_TEXTURE_BINDING_2D,32873,,,, +?,0,android/opengl/GLES20.GL_TEXTURE_BINDING_CUBE_MAP,34068,,,, +?,0,android/opengl/GLES20.GL_TEXTURE_CUBE_MAP,34067,,,, +?,0,android/opengl/GLES20.GL_TEXTURE_CUBE_MAP_NEGATIVE_X,34070,,,, +?,0,android/opengl/GLES20.GL_TEXTURE_CUBE_MAP_NEGATIVE_Y,34072,,,, +?,0,android/opengl/GLES20.GL_TEXTURE_CUBE_MAP_NEGATIVE_Z,34074,,,, +?,0,android/opengl/GLES20.GL_TEXTURE_CUBE_MAP_POSITIVE_X,34069,,,, +?,0,android/opengl/GLES20.GL_TEXTURE_CUBE_MAP_POSITIVE_Y,34071,,,, +?,0,android/opengl/GLES20.GL_TEXTURE_CUBE_MAP_POSITIVE_Z,34073,,,, +?,0,android/opengl/GLES20.GL_TEXTURE_MAG_FILTER,10240,,,, +?,0,android/opengl/GLES20.GL_TEXTURE_MIN_FILTER,10241,,,, +?,0,android/opengl/GLES20.GL_TEXTURE_WRAP_S,10242,,,, +?,0,android/opengl/GLES20.GL_TEXTURE_WRAP_T,10243,,,, +?,0,android/opengl/GLES20.GL_TEXTURE0,33984,,,, +?,0,android/opengl/GLES20.GL_TEXTURE1,33985,,,, +?,0,android/opengl/GLES20.GL_TEXTURE10,33994,,,, +?,0,android/opengl/GLES20.GL_TEXTURE11,33995,,,, +?,0,android/opengl/GLES20.GL_TEXTURE12,33996,,,, +?,0,android/opengl/GLES20.GL_TEXTURE13,33997,,,, +?,0,android/opengl/GLES20.GL_TEXTURE14,33998,,,, +?,0,android/opengl/GLES20.GL_TEXTURE15,33999,,,, +?,0,android/opengl/GLES20.GL_TEXTURE16,34000,,,, +?,0,android/opengl/GLES20.GL_TEXTURE17,34001,,,, +?,0,android/opengl/GLES20.GL_TEXTURE18,34002,,,, +?,0,android/opengl/GLES20.GL_TEXTURE19,34003,,,, +?,0,android/opengl/GLES20.GL_TEXTURE2,33986,,,, +?,0,android/opengl/GLES20.GL_TEXTURE20,34004,,,, +?,0,android/opengl/GLES20.GL_TEXTURE21,34005,,,, +?,0,android/opengl/GLES20.GL_TEXTURE22,34006,,,, +?,0,android/opengl/GLES20.GL_TEXTURE23,34007,,,, +?,0,android/opengl/GLES20.GL_TEXTURE24,34008,,,, +?,0,android/opengl/GLES20.GL_TEXTURE25,34009,,,, +?,0,android/opengl/GLES20.GL_TEXTURE26,34010,,,, +?,0,android/opengl/GLES20.GL_TEXTURE27,34011,,,, +?,0,android/opengl/GLES20.GL_TEXTURE28,34012,,,, +?,0,android/opengl/GLES20.GL_TEXTURE29,34013,,,, +?,0,android/opengl/GLES20.GL_TEXTURE3,33987,,,, +?,0,android/opengl/GLES20.GL_TEXTURE30,34014,,,, +?,0,android/opengl/GLES20.GL_TEXTURE31,34015,,,, +?,0,android/opengl/GLES20.GL_TEXTURE4,33988,,,, +?,0,android/opengl/GLES20.GL_TEXTURE5,33989,,,, +?,0,android/opengl/GLES20.GL_TEXTURE6,33990,,,, +?,0,android/opengl/GLES20.GL_TEXTURE7,33991,,,, +?,0,android/opengl/GLES20.GL_TEXTURE8,33992,,,, +?,0,android/opengl/GLES20.GL_TEXTURE9,33993,,,, +?,0,android/opengl/GLES20.GL_TRIANGLE_FAN,6,,,, +?,0,android/opengl/GLES20.GL_TRIANGLE_STRIP,5,,,, +?,0,android/opengl/GLES20.GL_TRIANGLES,4,,,, +?,0,android/opengl/GLES20.GL_TRUE,1,,,, +?,0,android/opengl/GLES20.GL_UNPACK_ALIGNMENT,3317,,,, +?,0,android/opengl/GLES20.GL_UNSIGNED_BYTE,5121,,,, +?,0,android/opengl/GLES20.GL_UNSIGNED_INT,5125,,,, +?,0,android/opengl/GLES20.GL_UNSIGNED_SHORT,5123,,,, +?,0,android/opengl/GLES20.GL_UNSIGNED_SHORT_4_4_4_4,32819,,,, +?,0,android/opengl/GLES20.GL_UNSIGNED_SHORT_5_5_5_1,32820,,,, +?,0,android/opengl/GLES20.GL_UNSIGNED_SHORT_5_6_5,33635,,,, +?,0,android/opengl/GLES20.GL_VALIDATE_STATUS,35715,,,, +?,0,android/opengl/GLES20.GL_VENDOR,7936,,,, +?,0,android/opengl/GLES20.GL_VERSION,7938,,,, +?,0,android/opengl/GLES20.GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING,34975,,,, +?,0,android/opengl/GLES20.GL_VERTEX_ATTRIB_ARRAY_ENABLED,34338,,,, +?,0,android/opengl/GLES20.GL_VERTEX_ATTRIB_ARRAY_NORMALIZED,34922,,,, +?,0,android/opengl/GLES20.GL_VERTEX_ATTRIB_ARRAY_POINTER,34373,,,, +?,0,android/opengl/GLES20.GL_VERTEX_ATTRIB_ARRAY_SIZE,34339,,,, +?,0,android/opengl/GLES20.GL_VERTEX_ATTRIB_ARRAY_STRIDE,34340,,,, +?,0,android/opengl/GLES20.GL_VERTEX_ATTRIB_ARRAY_TYPE,34341,,,, +?,0,android/opengl/GLES20.GL_VERTEX_SHADER,35633,,,, +?,0,android/opengl/GLES20.GL_VIEWPORT,2978,,,, +?,0,android/opengl/GLES20.GL_ZERO,0,,,, +?,0,android/opengl/GLES30.GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH,35381,,,, +?,0,android/opengl/GLES30.GL_ACTIVE_UNIFORM_BLOCKS,35382,,,, +?,0,android/opengl/GLES30.GL_ALREADY_SIGNALED,37146,,,, +?,0,android/opengl/GLES30.GL_ANY_SAMPLES_PASSED,35887,,,, +?,0,android/opengl/GLES30.GL_ANY_SAMPLES_PASSED_CONSERVATIVE,36202,,,, +?,0,android/opengl/GLES30.GL_BLUE,6405,,,, +?,0,android/opengl/GLES30.GL_BUFFER_ACCESS_FLAGS,37151,,,, +?,0,android/opengl/GLES30.GL_BUFFER_MAP_LENGTH,37152,,,, +?,0,android/opengl/GLES30.GL_BUFFER_MAP_OFFSET,37153,,,, +?,0,android/opengl/GLES30.GL_BUFFER_MAP_POINTER,35005,,,, +?,0,android/opengl/GLES30.GL_BUFFER_MAPPED,35004,,,, +?,0,android/opengl/GLES30.GL_COLOR,6144,,,, +?,0,android/opengl/GLES30.GL_COLOR_ATTACHMENT1,36065,,,, +?,0,android/opengl/GLES30.GL_COLOR_ATTACHMENT10,36074,,,, +?,0,android/opengl/GLES30.GL_COLOR_ATTACHMENT11,36075,,,, +?,0,android/opengl/GLES30.GL_COLOR_ATTACHMENT12,36076,,,, +?,0,android/opengl/GLES30.GL_COLOR_ATTACHMENT13,36077,,,, +?,0,android/opengl/GLES30.GL_COLOR_ATTACHMENT14,36078,,,, +?,0,android/opengl/GLES30.GL_COLOR_ATTACHMENT15,36079,,,, +?,0,android/opengl/GLES30.GL_COLOR_ATTACHMENT2,36066,,,, +?,0,android/opengl/GLES30.GL_COLOR_ATTACHMENT3,36067,,,, +?,0,android/opengl/GLES30.GL_COLOR_ATTACHMENT4,36068,,,, +?,0,android/opengl/GLES30.GL_COLOR_ATTACHMENT5,36069,,,, +?,0,android/opengl/GLES30.GL_COLOR_ATTACHMENT6,36070,,,, +?,0,android/opengl/GLES30.GL_COLOR_ATTACHMENT7,36071,,,, +?,0,android/opengl/GLES30.GL_COLOR_ATTACHMENT8,36072,,,, +?,0,android/opengl/GLES30.GL_COLOR_ATTACHMENT9,36073,,,, +?,0,android/opengl/GLES30.GL_COMPARE_REF_TO_TEXTURE,34894,,,, +?,0,android/opengl/GLES30.GL_COMPRESSED_R11_EAC,37488,,,, +?,0,android/opengl/GLES30.GL_COMPRESSED_RG11_EAC,37490,,,, +?,0,android/opengl/GLES30.GL_COMPRESSED_RGB8_ETC2,37492,,,, +?,0,android/opengl/GLES30.GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2,37494,,,, +?,0,android/opengl/GLES30.GL_COMPRESSED_RGBA8_ETC2_EAC,37496,,,, +?,0,android/opengl/GLES30.GL_COMPRESSED_SIGNED_R11_EAC,37489,,,, +?,0,android/opengl/GLES30.GL_COMPRESSED_SIGNED_RG11_EAC,37491,,,, +?,0,android/opengl/GLES30.GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC,37497,,,, +?,0,android/opengl/GLES30.GL_COMPRESSED_SRGB8_ETC2,37493,,,, +?,0,android/opengl/GLES30.GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2,37495,,,, +?,0,android/opengl/GLES30.GL_CONDITION_SATISFIED,37148,,,, +?,0,android/opengl/GLES30.GL_COPY_READ_BUFFER,36662,,,, +?,0,android/opengl/GLES30.GL_COPY_READ_BUFFER_BINDING,36662,,,, +?,0,android/opengl/GLES30.GL_COPY_WRITE_BUFFER,36663,,,, +?,0,android/opengl/GLES30.GL_COPY_WRITE_BUFFER_BINDING,36663,,,, +?,0,android/opengl/GLES30.GL_CURRENT_QUERY,34917,,,, +?,0,android/opengl/GLES30.GL_DEPTH,6145,,,, +?,0,android/opengl/GLES30.GL_DEPTH_COMPONENT24,33190,,,, +?,0,android/opengl/GLES30.GL_DEPTH_COMPONENT32F,36012,,,, +?,0,android/opengl/GLES30.GL_DEPTH_STENCIL,34041,,,, +?,0,android/opengl/GLES30.GL_DEPTH_STENCIL_ATTACHMENT,33306,,,, +?,0,android/opengl/GLES30.GL_DEPTH24_STENCIL8,35056,,,, +?,0,android/opengl/GLES30.GL_DEPTH32F_STENCIL8,36013,,,, +?,0,android/opengl/GLES30.GL_DRAW_BUFFER0,34853,,,, +?,0,android/opengl/GLES30.GL_DRAW_BUFFER1,34854,,,, +?,0,android/opengl/GLES30.GL_DRAW_BUFFER10,34863,,,, +?,0,android/opengl/GLES30.GL_DRAW_BUFFER11,34864,,,, +?,0,android/opengl/GLES30.GL_DRAW_BUFFER12,34865,,,, +?,0,android/opengl/GLES30.GL_DRAW_BUFFER13,34866,,,, +?,0,android/opengl/GLES30.GL_DRAW_BUFFER14,34867,,,, +?,0,android/opengl/GLES30.GL_DRAW_BUFFER15,34868,,,, +?,0,android/opengl/GLES30.GL_DRAW_BUFFER2,34855,,,, +?,0,android/opengl/GLES30.GL_DRAW_BUFFER3,34856,,,, +?,0,android/opengl/GLES30.GL_DRAW_BUFFER4,34857,,,, +?,0,android/opengl/GLES30.GL_DRAW_BUFFER5,34858,,,, +?,0,android/opengl/GLES30.GL_DRAW_BUFFER6,34859,,,, +?,0,android/opengl/GLES30.GL_DRAW_BUFFER7,34860,,,, +?,0,android/opengl/GLES30.GL_DRAW_BUFFER8,34861,,,, +?,0,android/opengl/GLES30.GL_DRAW_BUFFER9,34862,,,, +?,0,android/opengl/GLES30.GL_DRAW_FRAMEBUFFER,36009,,,, +?,0,android/opengl/GLES30.GL_DRAW_FRAMEBUFFER_BINDING,36006,,,, +?,0,android/opengl/GLES30.GL_DYNAMIC_COPY,35050,,,, +?,0,android/opengl/GLES30.GL_DYNAMIC_READ,35049,,,, +?,0,android/opengl/GLES30.GL_FLOAT_32_UNSIGNED_INT_24_8_REV,36269,,,, +?,0,android/opengl/GLES30.GL_FLOAT_MAT2x3,35685,,,, +?,0,android/opengl/GLES30.GL_FLOAT_MAT2x4,35686,,,, +?,0,android/opengl/GLES30.GL_FLOAT_MAT3x2,35687,,,, +?,0,android/opengl/GLES30.GL_FLOAT_MAT3x4,35688,,,, +?,0,android/opengl/GLES30.GL_FLOAT_MAT4x2,35689,,,, +?,0,android/opengl/GLES30.GL_FLOAT_MAT4x3,35690,,,, +?,0,android/opengl/GLES30.GL_FRAGMENT_SHADER_DERIVATIVE_HINT,35723,,,, +?,0,android/opengl/GLES30.GL_FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE,33301,,,, +?,0,android/opengl/GLES30.GL_FRAMEBUFFER_ATTACHMENT_BLUE_SIZE,33300,,,, +?,0,android/opengl/GLES30.GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING,33296,,,, +?,0,android/opengl/GLES30.GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE,33297,,,, +?,0,android/opengl/GLES30.GL_FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE,33302,,,, +?,0,android/opengl/GLES30.GL_FRAMEBUFFER_ATTACHMENT_GREEN_SIZE,33299,,,, +?,0,android/opengl/GLES30.GL_FRAMEBUFFER_ATTACHMENT_RED_SIZE,33298,,,, +?,0,android/opengl/GLES30.GL_FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE,33303,,,, +?,0,android/opengl/GLES30.GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER,36052,,,, +?,0,android/opengl/GLES30.GL_FRAMEBUFFER_DEFAULT,33304,,,, +?,0,android/opengl/GLES30.GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE,36182,,,, +?,0,android/opengl/GLES30.GL_FRAMEBUFFER_UNDEFINED,33305,,,, +?,0,android/opengl/GLES30.GL_GREEN,6404,,,, +?,0,android/opengl/GLES30.GL_HALF_FLOAT,5131,,,, +?,0,android/opengl/GLES30.GL_INT_2_10_10_10_REV,36255,,,, +?,0,android/opengl/GLES30.GL_INT_SAMPLER_2D,36298,,,, +?,0,android/opengl/GLES30.GL_INT_SAMPLER_2D_ARRAY,36303,,,, +?,0,android/opengl/GLES30.GL_INT_SAMPLER_3D,36299,,,, +?,0,android/opengl/GLES30.GL_INT_SAMPLER_CUBE,36300,,,, +?,0,android/opengl/GLES30.GL_INTERLEAVED_ATTRIBS,35980,,,, +?,0,android/opengl/GLES30.GL_INVALID_INDEX,-1,,,, +?,0,android/opengl/GLES30.GL_MAJOR_VERSION,33307,,,, +?,0,android/opengl/GLES30.GL_MAP_FLUSH_EXPLICIT_BIT,16,,,, +?,0,android/opengl/GLES30.GL_MAP_INVALIDATE_BUFFER_BIT,8,,,, +?,0,android/opengl/GLES30.GL_MAP_INVALIDATE_RANGE_BIT,4,,,, +?,0,android/opengl/GLES30.GL_MAP_READ_BIT,1,,,, +?,0,android/opengl/GLES30.GL_MAP_UNSYNCHRONIZED_BIT,32,,,, +?,0,android/opengl/GLES30.GL_MAP_WRITE_BIT,2,,,, +?,0,android/opengl/GLES30.GL_MAX,32776,,,, +?,0,android/opengl/GLES30.GL_MAX_3D_TEXTURE_SIZE,32883,,,, +?,0,android/opengl/GLES30.GL_MAX_ARRAY_TEXTURE_LAYERS,35071,,,, +?,0,android/opengl/GLES30.GL_MAX_COLOR_ATTACHMENTS,36063,,,, +?,0,android/opengl/GLES30.GL_MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS,35379,,,, +?,0,android/opengl/GLES30.GL_MAX_COMBINED_UNIFORM_BLOCKS,35374,,,, +?,0,android/opengl/GLES30.GL_MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS,35377,,,, +?,0,android/opengl/GLES30.GL_MAX_DRAW_BUFFERS,34852,,,, +?,0,android/opengl/GLES30.GL_MAX_ELEMENT_INDEX,36203,,,, +?,0,android/opengl/GLES30.GL_MAX_ELEMENTS_INDICES,33001,,,, +?,0,android/opengl/GLES30.GL_MAX_ELEMENTS_VERTICES,33000,,,, +?,0,android/opengl/GLES30.GL_MAX_FRAGMENT_INPUT_COMPONENTS,37157,,,, +?,0,android/opengl/GLES30.GL_MAX_FRAGMENT_UNIFORM_BLOCKS,35373,,,, +?,0,android/opengl/GLES30.GL_MAX_FRAGMENT_UNIFORM_COMPONENTS,35657,,,, +?,0,android/opengl/GLES30.GL_MAX_PROGRAM_TEXEL_OFFSET,35077,,,, +?,0,android/opengl/GLES30.GL_MAX_SAMPLES,36183,,,, +?,0,android/opengl/GLES30.GL_MAX_SERVER_WAIT_TIMEOUT,37137,,,, +?,0,android/opengl/GLES30.GL_MAX_TEXTURE_LOD_BIAS,34045,,,, +?,0,android/opengl/GLES30.GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS,35978,,,, +?,0,android/opengl/GLES30.GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS,35979,,,, +?,0,android/opengl/GLES30.GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS,35968,,,, +?,0,android/opengl/GLES30.GL_MAX_UNIFORM_BLOCK_SIZE,35376,,,, +?,0,android/opengl/GLES30.GL_MAX_UNIFORM_BUFFER_BINDINGS,35375,,,, +?,0,android/opengl/GLES30.GL_MAX_VARYING_COMPONENTS,35659,,,, +?,0,android/opengl/GLES30.GL_MAX_VERTEX_OUTPUT_COMPONENTS,37154,,,, +?,0,android/opengl/GLES30.GL_MAX_VERTEX_UNIFORM_BLOCKS,35371,,,, +?,0,android/opengl/GLES30.GL_MAX_VERTEX_UNIFORM_COMPONENTS,35658,,,, +?,0,android/opengl/GLES30.GL_MIN,32775,,,, +?,0,android/opengl/GLES30.GL_MIN_PROGRAM_TEXEL_OFFSET,35076,,,, +?,0,android/opengl/GLES30.GL_MINOR_VERSION,33308,,,, +?,0,android/opengl/GLES30.GL_NUM_EXTENSIONS,33309,,,, +?,0,android/opengl/GLES30.GL_NUM_PROGRAM_BINARY_FORMATS,34814,,,, +?,0,android/opengl/GLES30.GL_NUM_SAMPLE_COUNTS,37760,,,, +?,0,android/opengl/GLES30.GL_OBJECT_TYPE,37138,,,, +?,0,android/opengl/GLES30.GL_PACK_ROW_LENGTH,3330,,,, +?,0,android/opengl/GLES30.GL_PACK_SKIP_PIXELS,3332,,,, +?,0,android/opengl/GLES30.GL_PACK_SKIP_ROWS,3331,,,, +?,0,android/opengl/GLES30.GL_PIXEL_PACK_BUFFER,35051,,,, +?,0,android/opengl/GLES30.GL_PIXEL_PACK_BUFFER_BINDING,35053,,,, +?,0,android/opengl/GLES30.GL_PIXEL_UNPACK_BUFFER,35052,,,, +?,0,android/opengl/GLES30.GL_PIXEL_UNPACK_BUFFER_BINDING,35055,,,, +?,0,android/opengl/GLES30.GL_PRIMITIVE_RESTART_FIXED_INDEX,36201,,,, +?,0,android/opengl/GLES30.GL_PROGRAM_BINARY_FORMATS,34815,,,, +?,0,android/opengl/GLES30.GL_PROGRAM_BINARY_LENGTH,34625,,,, +?,0,android/opengl/GLES30.GL_PROGRAM_BINARY_RETRIEVABLE_HINT,33367,,,, +?,0,android/opengl/GLES30.GL_QUERY_RESULT,34918,,,, +?,0,android/opengl/GLES30.GL_QUERY_RESULT_AVAILABLE,34919,,,, +?,0,android/opengl/GLES30.GL_R11F_G11F_B10F,35898,,,, +?,0,android/opengl/GLES30.GL_R16F,33325,,,, +?,0,android/opengl/GLES30.GL_R16I,33331,,,, +?,0,android/opengl/GLES30.GL_R16UI,33332,,,, +?,0,android/opengl/GLES30.GL_R32F,33326,,,, +?,0,android/opengl/GLES30.GL_R32I,33333,,,, +?,0,android/opengl/GLES30.GL_R32UI,33334,,,, +?,0,android/opengl/GLES30.GL_R8,33321,,,, +?,0,android/opengl/GLES30.GL_R8_SNORM,36756,,,, +?,0,android/opengl/GLES30.GL_R8I,33329,,,, +?,0,android/opengl/GLES30.GL_R8UI,33330,,,, +?,0,android/opengl/GLES30.GL_RASTERIZER_DISCARD,35977,,,, +?,0,android/opengl/GLES30.GL_READ_BUFFER,3074,,,, +?,0,android/opengl/GLES30.GL_READ_FRAMEBUFFER,36008,,,, +?,0,android/opengl/GLES30.GL_READ_FRAMEBUFFER_BINDING,36010,,,, +?,0,android/opengl/GLES30.GL_RED,6403,,,, +?,0,android/opengl/GLES30.GL_RED_INTEGER,36244,,,, +?,0,android/opengl/GLES30.GL_RENDERBUFFER_SAMPLES,36011,,,, +?,0,android/opengl/GLES30.GL_RG,33319,,,, +?,0,android/opengl/GLES30.GL_RG_INTEGER,33320,,,, +?,0,android/opengl/GLES30.GL_RG16F,33327,,,, +?,0,android/opengl/GLES30.GL_RG16I,33337,,,, +?,0,android/opengl/GLES30.GL_RG16UI,33338,,,, +?,0,android/opengl/GLES30.GL_RG32F,33328,,,, +?,0,android/opengl/GLES30.GL_RG32I,33339,,,, +?,0,android/opengl/GLES30.GL_RG32UI,33340,,,, +?,0,android/opengl/GLES30.GL_RG8,33323,,,, +?,0,android/opengl/GLES30.GL_RG8_SNORM,36757,,,, +?,0,android/opengl/GLES30.GL_RG8I,33335,,,, +?,0,android/opengl/GLES30.GL_RG8UI,33336,,,, +?,0,android/opengl/GLES30.GL_RGB_INTEGER,36248,,,, +?,0,android/opengl/GLES30.GL_RGB10_A2,32857,,,, +?,0,android/opengl/GLES30.GL_RGB10_A2UI,36975,,,, +?,0,android/opengl/GLES30.GL_RGB16F,34843,,,, +?,0,android/opengl/GLES30.GL_RGB16I,36233,,,, +?,0,android/opengl/GLES30.GL_RGB16UI,36215,,,, +?,0,android/opengl/GLES30.GL_RGB32F,34837,,,, +?,0,android/opengl/GLES30.GL_RGB32I,36227,,,, +?,0,android/opengl/GLES30.GL_RGB32UI,36209,,,, +?,0,android/opengl/GLES30.GL_RGB8,32849,,,, +?,0,android/opengl/GLES30.GL_RGB8_SNORM,36758,,,, +?,0,android/opengl/GLES30.GL_RGB8I,36239,,,, +?,0,android/opengl/GLES30.GL_RGB8UI,36221,,,, +?,0,android/opengl/GLES30.GL_RGB9_E5,35901,,,, +?,0,android/opengl/GLES30.GL_RGBA_INTEGER,36249,,,, +?,0,android/opengl/GLES30.GL_RGBA16F,34842,,,, +?,0,android/opengl/GLES30.GL_RGBA16I,36232,,,, +?,0,android/opengl/GLES30.GL_RGBA16UI,36214,,,, +?,0,android/opengl/GLES30.GL_RGBA32F,34836,,,, +?,0,android/opengl/GLES30.GL_RGBA32I,36226,,,, +?,0,android/opengl/GLES30.GL_RGBA32UI,36208,,,, +?,0,android/opengl/GLES30.GL_RGBA8,32856,,,, +?,0,android/opengl/GLES30.GL_RGBA8_SNORM,36759,,,, +?,0,android/opengl/GLES30.GL_RGBA8I,36238,,,, +?,0,android/opengl/GLES30.GL_RGBA8UI,36220,,,, +?,0,android/opengl/GLES30.GL_SAMPLER_2D_ARRAY,36289,,,, +?,0,android/opengl/GLES30.GL_SAMPLER_2D_ARRAY_SHADOW,36292,,,, +?,0,android/opengl/GLES30.GL_SAMPLER_2D_SHADOW,35682,,,, +?,0,android/opengl/GLES30.GL_SAMPLER_3D,35679,,,, +?,0,android/opengl/GLES30.GL_SAMPLER_BINDING,35097,,,, +?,0,android/opengl/GLES30.GL_SAMPLER_CUBE_SHADOW,36293,,,, +?,0,android/opengl/GLES30.GL_SEPARATE_ATTRIBS,35981,,,, +?,0,android/opengl/GLES30.GL_SIGNALED,37145,,,, +?,0,android/opengl/GLES30.GL_SIGNED_NORMALIZED,36764,,,, +?,0,android/opengl/GLES30.GL_SRGB,35904,,,, +?,0,android/opengl/GLES30.GL_SRGB8,35905,,,, +?,0,android/opengl/GLES30.GL_SRGB8_ALPHA8,35907,,,, +?,0,android/opengl/GLES30.GL_STATIC_COPY,35046,,,, +?,0,android/opengl/GLES30.GL_STATIC_READ,35045,,,, +?,0,android/opengl/GLES30.GL_STENCIL,6146,,,, +?,0,android/opengl/GLES30.GL_STREAM_COPY,35042,,,, +?,0,android/opengl/GLES30.GL_STREAM_READ,35041,,,, +?,0,android/opengl/GLES30.GL_SYNC_CONDITION,37139,,,, +?,0,android/opengl/GLES30.GL_SYNC_FENCE,37142,,,, +?,0,android/opengl/GLES30.GL_SYNC_FLAGS,37141,,,, +?,0,android/opengl/GLES30.GL_SYNC_FLUSH_COMMANDS_BIT,1,,,, +?,0,android/opengl/GLES30.GL_SYNC_GPU_COMMANDS_COMPLETE,37143,,,, +?,0,android/opengl/GLES30.GL_SYNC_STATUS,37140,,,, +?,0,android/opengl/GLES30.GL_TEXTURE_2D_ARRAY,35866,,,, +?,0,android/opengl/GLES30.GL_TEXTURE_3D,32879,,,, +?,0,android/opengl/GLES30.GL_TEXTURE_BASE_LEVEL,33084,,,, +?,0,android/opengl/GLES30.GL_TEXTURE_BINDING_2D_ARRAY,35869,,,, +?,0,android/opengl/GLES30.GL_TEXTURE_BINDING_3D,32874,,,, +?,0,android/opengl/GLES30.GL_TEXTURE_COMPARE_FUNC,34893,,,, +?,0,android/opengl/GLES30.GL_TEXTURE_COMPARE_MODE,34892,,,, +?,0,android/opengl/GLES30.GL_TEXTURE_IMMUTABLE_FORMAT,37167,,,, +?,0,android/opengl/GLES30.GL_TEXTURE_IMMUTABLE_LEVELS,33503,,,, +?,0,android/opengl/GLES30.GL_TEXTURE_MAX_LEVEL,33085,,,, +?,0,android/opengl/GLES30.GL_TEXTURE_MAX_LOD,33083,,,, +?,0,android/opengl/GLES30.GL_TEXTURE_MIN_LOD,33082,,,, +?,0,android/opengl/GLES30.GL_TEXTURE_SWIZZLE_A,36421,,,, +?,0,android/opengl/GLES30.GL_TEXTURE_SWIZZLE_B,36420,,,, +?,0,android/opengl/GLES30.GL_TEXTURE_SWIZZLE_G,36419,,,, +?,0,android/opengl/GLES30.GL_TEXTURE_SWIZZLE_R,36418,,,, +?,0,android/opengl/GLES30.GL_TEXTURE_WRAP_R,32882,,,, +?,0,android/opengl/GLES30.GL_TIMEOUT_EXPIRED,37147,,,, +?,0,android/opengl/GLES30.GL_TRANSFORM_FEEDBACK,36386,,,, +?,0,android/opengl/GLES30.GL_TRANSFORM_FEEDBACK_ACTIVE,36388,,,, +?,0,android/opengl/GLES30.GL_TRANSFORM_FEEDBACK_BINDING,36389,,,, +?,0,android/opengl/GLES30.GL_TRANSFORM_FEEDBACK_BUFFER,35982,,,, +?,0,android/opengl/GLES30.GL_TRANSFORM_FEEDBACK_BUFFER_BINDING,35983,,,, +?,0,android/opengl/GLES30.GL_TRANSFORM_FEEDBACK_BUFFER_MODE,35967,,,, +?,0,android/opengl/GLES30.GL_TRANSFORM_FEEDBACK_BUFFER_SIZE,35973,,,, +?,0,android/opengl/GLES30.GL_TRANSFORM_FEEDBACK_BUFFER_START,35972,,,, +?,0,android/opengl/GLES30.GL_TRANSFORM_FEEDBACK_PAUSED,36387,,,, +?,0,android/opengl/GLES30.GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN,35976,,,, +?,0,android/opengl/GLES30.GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH,35958,,,, +?,0,android/opengl/GLES30.GL_TRANSFORM_FEEDBACK_VARYINGS,35971,,,, +?,0,android/opengl/GLES30.GL_UNIFORM_ARRAY_STRIDE,35388,,,, +?,0,android/opengl/GLES30.GL_UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES,35395,,,, +?,0,android/opengl/GLES30.GL_UNIFORM_BLOCK_ACTIVE_UNIFORMS,35394,,,, +?,0,android/opengl/GLES30.GL_UNIFORM_BLOCK_BINDING,35391,,,, +?,0,android/opengl/GLES30.GL_UNIFORM_BLOCK_DATA_SIZE,35392,,,, +?,0,android/opengl/GLES30.GL_UNIFORM_BLOCK_INDEX,35386,,,, +?,0,android/opengl/GLES30.GL_UNIFORM_BLOCK_NAME_LENGTH,35393,,,, +?,0,android/opengl/GLES30.GL_UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER,35398,,,, +?,0,android/opengl/GLES30.GL_UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER,35396,,,, +?,0,android/opengl/GLES30.GL_UNIFORM_BUFFER,35345,,,, +?,0,android/opengl/GLES30.GL_UNIFORM_BUFFER_BINDING,35368,,,, +?,0,android/opengl/GLES30.GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT,35380,,,, +?,0,android/opengl/GLES30.GL_UNIFORM_BUFFER_SIZE,35370,,,, +?,0,android/opengl/GLES30.GL_UNIFORM_BUFFER_START,35369,,,, +?,0,android/opengl/GLES30.GL_UNIFORM_IS_ROW_MAJOR,35390,,,, +?,0,android/opengl/GLES30.GL_UNIFORM_MATRIX_STRIDE,35389,,,, +?,0,android/opengl/GLES30.GL_UNIFORM_NAME_LENGTH,35385,,,, +?,0,android/opengl/GLES30.GL_UNIFORM_OFFSET,35387,,,, +?,0,android/opengl/GLES30.GL_UNIFORM_SIZE,35384,,,, +?,0,android/opengl/GLES30.GL_UNIFORM_TYPE,35383,,,, +?,0,android/opengl/GLES30.GL_UNPACK_IMAGE_HEIGHT,32878,,,, +?,0,android/opengl/GLES30.GL_UNPACK_ROW_LENGTH,3314,,,, +?,0,android/opengl/GLES30.GL_UNPACK_SKIP_IMAGES,32877,,,, +?,0,android/opengl/GLES30.GL_UNPACK_SKIP_PIXELS,3316,,,, +?,0,android/opengl/GLES30.GL_UNPACK_SKIP_ROWS,3315,,,, +?,0,android/opengl/GLES30.GL_UNSIGNALED,37144,,,, +?,0,android/opengl/GLES30.GL_UNSIGNED_INT_10F_11F_11F_REV,35899,,,, +?,0,android/opengl/GLES30.GL_UNSIGNED_INT_2_10_10_10_REV,33640,,,, +?,0,android/opengl/GLES30.GL_UNSIGNED_INT_24_8,34042,,,, +?,0,android/opengl/GLES30.GL_UNSIGNED_INT_5_9_9_9_REV,35902,,,, +?,0,android/opengl/GLES30.GL_UNSIGNED_INT_SAMPLER_2D,36306,,,, +?,0,android/opengl/GLES30.GL_UNSIGNED_INT_SAMPLER_2D_ARRAY,36311,,,, +?,0,android/opengl/GLES30.GL_UNSIGNED_INT_SAMPLER_3D,36307,,,, +?,0,android/opengl/GLES30.GL_UNSIGNED_INT_SAMPLER_CUBE,36308,,,, +?,0,android/opengl/GLES30.GL_UNSIGNED_INT_VEC2,36294,,,, +?,0,android/opengl/GLES30.GL_UNSIGNED_INT_VEC3,36295,,,, +?,0,android/opengl/GLES30.GL_UNSIGNED_INT_VEC4,36296,,,, +?,0,android/opengl/GLES30.GL_UNSIGNED_NORMALIZED,35863,,,, +?,0,android/opengl/GLES30.GL_VERTEX_ARRAY_BINDING,34229,,,, +?,0,android/opengl/GLES30.GL_VERTEX_ATTRIB_ARRAY_DIVISOR,35070,,,, +?,0,android/opengl/GLES30.GL_VERTEX_ATTRIB_ARRAY_INTEGER,35069,,,, +?,0,android/opengl/GLES30.GL_WAIT_FAILED,37149,,,, +?,0,android/opengl/GLES31.GL_ACTIVE_ATOMIC_COUNTER_BUFFERS,37593,,,, +?,0,android/opengl/GLES31.GL_ACTIVE_PROGRAM,33369,,,, +?,0,android/opengl/GLES31.GL_ACTIVE_RESOURCES,37621,,,, +?,0,android/opengl/GLES31.GL_ACTIVE_VARIABLES,37637,,,, +?,24,android/opengl/GLES31.GL_ALL_BARRIER_BITS,-1,,,, +?,0,android/opengl/GLES31.GL_ALL_SHADER_BITS,-1,,,, +?,0,android/opengl/GLES31.GL_ARRAY_SIZE,37627,,,, +?,0,android/opengl/GLES31.GL_ARRAY_STRIDE,37630,,,, +?,0,android/opengl/GLES31.GL_ATOMIC_COUNTER_BARRIER_BIT,4096,,,, +?,0,android/opengl/GLES31.GL_ATOMIC_COUNTER_BUFFER,37568,,,, +?,0,android/opengl/GLES31.GL_ATOMIC_COUNTER_BUFFER_BINDING,37569,,,, +?,0,android/opengl/GLES31.GL_ATOMIC_COUNTER_BUFFER_INDEX,37633,,,, +?,0,android/opengl/GLES31.GL_ATOMIC_COUNTER_BUFFER_SIZE,37571,,,, +?,0,android/opengl/GLES31.GL_ATOMIC_COUNTER_BUFFER_START,37570,,,, +?,0,android/opengl/GLES31.GL_BLOCK_INDEX,37629,,,, +?,0,android/opengl/GLES31.GL_BUFFER_BINDING,37634,,,, +?,0,android/opengl/GLES31.GL_BUFFER_DATA_SIZE,37635,,,, +?,0,android/opengl/GLES31.GL_BUFFER_UPDATE_BARRIER_BIT,512,,,, +?,0,android/opengl/GLES31.GL_BUFFER_VARIABLE,37605,,,, +?,0,android/opengl/GLES31.GL_COMMAND_BARRIER_BIT,64,,,, +?,0,android/opengl/GLES31.GL_COMPUTE_SHADER,37305,,,, +?,0,android/opengl/GLES31.GL_COMPUTE_SHADER_BIT,32,,,, +?,0,android/opengl/GLES31.GL_COMPUTE_WORK_GROUP_SIZE,33383,,,, +?,0,android/opengl/GLES31.GL_DEPTH_STENCIL_TEXTURE_MODE,37098,,,, +?,0,android/opengl/GLES31.GL_DISPATCH_INDIRECT_BUFFER,37102,,,, +?,0,android/opengl/GLES31.GL_DISPATCH_INDIRECT_BUFFER_BINDING,37103,,,, +?,0,android/opengl/GLES31.GL_DRAW_INDIRECT_BUFFER,36671,,,, +?,0,android/opengl/GLES31.GL_DRAW_INDIRECT_BUFFER_BINDING,36675,,,, +?,24,android/opengl/GLES31.GL_ELEMENT_ARRAY_BARRIER_BIT,2,,,, +?,0,android/opengl/GLES31.GL_FRAGMENT_SHADER_BIT,2,,,, +?,0,android/opengl/GLES31.GL_FRAMEBUFFER_BARRIER_BIT,1024,,,, +?,0,android/opengl/GLES31.GL_FRAMEBUFFER_DEFAULT_FIXED_SAMPLE_LOCATIONS,37652,,,, +?,0,android/opengl/GLES31.GL_FRAMEBUFFER_DEFAULT_HEIGHT,37649,,,, +?,0,android/opengl/GLES31.GL_FRAMEBUFFER_DEFAULT_SAMPLES,37651,,,, +?,0,android/opengl/GLES31.GL_FRAMEBUFFER_DEFAULT_WIDTH,37648,,,, +?,0,android/opengl/GLES31.GL_IMAGE_2D,36941,,,, +?,0,android/opengl/GLES31.GL_IMAGE_2D_ARRAY,36947,,,, +?,0,android/opengl/GLES31.GL_IMAGE_3D,36942,,,, +?,0,android/opengl/GLES31.GL_IMAGE_BINDING_ACCESS,36670,,,, +?,0,android/opengl/GLES31.GL_IMAGE_BINDING_FORMAT,36974,,,, +?,0,android/opengl/GLES31.GL_IMAGE_BINDING_LAYER,36669,,,, +?,0,android/opengl/GLES31.GL_IMAGE_BINDING_LAYERED,36668,,,, +?,0,android/opengl/GLES31.GL_IMAGE_BINDING_LEVEL,36667,,,, +?,0,android/opengl/GLES31.GL_IMAGE_BINDING_NAME,36666,,,, +?,0,android/opengl/GLES31.GL_IMAGE_CUBE,36944,,,, +?,0,android/opengl/GLES31.GL_IMAGE_FORMAT_COMPATIBILITY_BY_CLASS,37065,,,, +?,0,android/opengl/GLES31.GL_IMAGE_FORMAT_COMPATIBILITY_BY_SIZE,37064,,,, +?,0,android/opengl/GLES31.GL_IMAGE_FORMAT_COMPATIBILITY_TYPE,37063,,,, +?,0,android/opengl/GLES31.GL_INT_IMAGE_2D,36952,,,, +?,0,android/opengl/GLES31.GL_INT_IMAGE_2D_ARRAY,36958,,,, +?,0,android/opengl/GLES31.GL_INT_IMAGE_3D,36953,,,, +?,0,android/opengl/GLES31.GL_INT_IMAGE_CUBE,36955,,,, +?,0,android/opengl/GLES31.GL_INT_SAMPLER_2D_MULTISAMPLE,37129,,,, +?,0,android/opengl/GLES31.GL_IS_ROW_MAJOR,37632,,,, +?,0,android/opengl/GLES31.GL_LOCATION,37646,,,, +?,0,android/opengl/GLES31.GL_MATRIX_STRIDE,37631,,,, +?,0,android/opengl/GLES31.GL_MAX_ATOMIC_COUNTER_BUFFER_BINDINGS,37596,,,, +?,0,android/opengl/GLES31.GL_MAX_ATOMIC_COUNTER_BUFFER_SIZE,37592,,,, +?,0,android/opengl/GLES31.GL_MAX_COLOR_TEXTURE_SAMPLES,37134,,,, +?,0,android/opengl/GLES31.GL_MAX_COMBINED_ATOMIC_COUNTER_BUFFERS,37585,,,, +?,0,android/opengl/GLES31.GL_MAX_COMBINED_ATOMIC_COUNTERS,37591,,,, +?,0,android/opengl/GLES31.GL_MAX_COMBINED_COMPUTE_UNIFORM_COMPONENTS,33382,,,, +?,0,android/opengl/GLES31.GL_MAX_COMBINED_IMAGE_UNIFORMS,37071,,,, +?,0,android/opengl/GLES31.GL_MAX_COMBINED_SHADER_OUTPUT_RESOURCES,36665,,,, +?,0,android/opengl/GLES31.GL_MAX_COMBINED_SHADER_STORAGE_BLOCKS,37084,,,, +?,0,android/opengl/GLES31.GL_MAX_COMPUTE_ATOMIC_COUNTER_BUFFERS,33380,,,, +?,0,android/opengl/GLES31.GL_MAX_COMPUTE_ATOMIC_COUNTERS,33381,,,, +?,0,android/opengl/GLES31.GL_MAX_COMPUTE_IMAGE_UNIFORMS,37309,,,, +?,0,android/opengl/GLES31.GL_MAX_COMPUTE_SHADER_STORAGE_BLOCKS,37083,,,, +?,0,android/opengl/GLES31.GL_MAX_COMPUTE_SHARED_MEMORY_SIZE,33378,,,, +?,0,android/opengl/GLES31.GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS,37308,,,, +?,0,android/opengl/GLES31.GL_MAX_COMPUTE_UNIFORM_BLOCKS,37307,,,, +?,0,android/opengl/GLES31.GL_MAX_COMPUTE_UNIFORM_COMPONENTS,33379,,,, +?,0,android/opengl/GLES31.GL_MAX_COMPUTE_WORK_GROUP_COUNT,37310,,,, +?,0,android/opengl/GLES31.GL_MAX_COMPUTE_WORK_GROUP_INVOCATIONS,37099,,,, +?,0,android/opengl/GLES31.GL_MAX_COMPUTE_WORK_GROUP_SIZE,37311,,,, +?,0,android/opengl/GLES31.GL_MAX_DEPTH_TEXTURE_SAMPLES,37135,,,, +?,0,android/opengl/GLES31.GL_MAX_FRAGMENT_ATOMIC_COUNTER_BUFFERS,37584,,,, +?,0,android/opengl/GLES31.GL_MAX_FRAGMENT_ATOMIC_COUNTERS,37590,,,, +?,0,android/opengl/GLES31.GL_MAX_FRAGMENT_IMAGE_UNIFORMS,37070,,,, +?,0,android/opengl/GLES31.GL_MAX_FRAGMENT_SHADER_STORAGE_BLOCKS,37082,,,, +?,0,android/opengl/GLES31.GL_MAX_FRAMEBUFFER_HEIGHT,37654,,,, +?,0,android/opengl/GLES31.GL_MAX_FRAMEBUFFER_SAMPLES,37656,,,, +?,0,android/opengl/GLES31.GL_MAX_FRAMEBUFFER_WIDTH,37653,,,, +?,0,android/opengl/GLES31.GL_MAX_IMAGE_UNITS,36664,,,, +?,0,android/opengl/GLES31.GL_MAX_INTEGER_SAMPLES,37136,,,, +?,0,android/opengl/GLES31.GL_MAX_NAME_LENGTH,37622,,,, +?,0,android/opengl/GLES31.GL_MAX_NUM_ACTIVE_VARIABLES,37623,,,, +?,0,android/opengl/GLES31.GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET,36447,,,, +?,0,android/opengl/GLES31.GL_MAX_SAMPLE_MASK_WORDS,36441,,,, +?,0,android/opengl/GLES31.GL_MAX_SHADER_STORAGE_BLOCK_SIZE,37086,,,, +?,0,android/opengl/GLES31.GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS,37085,,,, +?,0,android/opengl/GLES31.GL_MAX_UNIFORM_LOCATIONS,33390,,,, +?,0,android/opengl/GLES31.GL_MAX_VERTEX_ATOMIC_COUNTER_BUFFERS,37580,,,, +?,0,android/opengl/GLES31.GL_MAX_VERTEX_ATOMIC_COUNTERS,37586,,,, +?,0,android/opengl/GLES31.GL_MAX_VERTEX_ATTRIB_BINDINGS,33498,,,, +?,0,android/opengl/GLES31.GL_MAX_VERTEX_ATTRIB_RELATIVE_OFFSET,33497,,,, +?,0,android/opengl/GLES31.GL_MAX_VERTEX_ATTRIB_STRIDE,33509,,,, +?,0,android/opengl/GLES31.GL_MAX_VERTEX_IMAGE_UNIFORMS,37066,,,, +?,0,android/opengl/GLES31.GL_MAX_VERTEX_SHADER_STORAGE_BLOCKS,37078,,,, +?,0,android/opengl/GLES31.GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET,36446,,,, +?,0,android/opengl/GLES31.GL_NAME_LENGTH,37625,,,, +?,0,android/opengl/GLES31.GL_NUM_ACTIVE_VARIABLES,37636,,,, +?,0,android/opengl/GLES31.GL_OFFSET,37628,,,, +?,0,android/opengl/GLES31.GL_PIXEL_BUFFER_BARRIER_BIT,128,,,, +?,0,android/opengl/GLES31.GL_PROGRAM_INPUT,37603,,,, +?,0,android/opengl/GLES31.GL_PROGRAM_OUTPUT,37604,,,, +?,0,android/opengl/GLES31.GL_PROGRAM_PIPELINE_BINDING,33370,,,, +?,0,android/opengl/GLES31.GL_PROGRAM_SEPARABLE,33368,,,, +?,0,android/opengl/GLES31.GL_READ_ONLY,35000,,,, +?,0,android/opengl/GLES31.GL_READ_WRITE,35002,,,, +?,0,android/opengl/GLES31.GL_REFERENCED_BY_COMPUTE_SHADER,37643,,,, +?,0,android/opengl/GLES31.GL_REFERENCED_BY_FRAGMENT_SHADER,37642,,,, +?,0,android/opengl/GLES31.GL_REFERENCED_BY_VERTEX_SHADER,37638,,,, +?,0,android/opengl/GLES31.GL_SAMPLE_MASK,36433,,,, +?,0,android/opengl/GLES31.GL_SAMPLE_MASK_VALUE,36434,,,, +?,0,android/opengl/GLES31.GL_SAMPLE_POSITION,36432,,,, +?,0,android/opengl/GLES31.GL_SAMPLER_2D_MULTISAMPLE,37128,,,, +?,24,android/opengl/GLES31.GL_SHADER_IMAGE_ACCESS_BARRIER_BIT,32,,,, +?,0,android/opengl/GLES31.GL_SHADER_STORAGE_BARRIER_BIT,8192,,,, +?,0,android/opengl/GLES31.GL_SHADER_STORAGE_BLOCK,37606,,,, +?,0,android/opengl/GLES31.GL_SHADER_STORAGE_BUFFER,37074,,,, +?,0,android/opengl/GLES31.GL_SHADER_STORAGE_BUFFER_BINDING,37075,,,, +?,0,android/opengl/GLES31.GL_SHADER_STORAGE_BUFFER_OFFSET_ALIGNMENT,37087,,,, +?,0,android/opengl/GLES31.GL_SHADER_STORAGE_BUFFER_SIZE,37077,,,, +?,0,android/opengl/GLES31.GL_SHADER_STORAGE_BUFFER_START,37076,,,, +?,0,android/opengl/GLES31.GL_STENCIL_INDEX,6401,,,, +?,0,android/opengl/GLES31.GL_TEXTURE_2D_MULTISAMPLE,37120,,,, +?,0,android/opengl/GLES31.GL_TEXTURE_ALPHA_SIZE,32863,,,, +?,0,android/opengl/GLES31.GL_TEXTURE_ALPHA_TYPE,35859,,,, +?,0,android/opengl/GLES31.GL_TEXTURE_BINDING_2D_MULTISAMPLE,37124,,,, +?,0,android/opengl/GLES31.GL_TEXTURE_BLUE_SIZE,32862,,,, +?,0,android/opengl/GLES31.GL_TEXTURE_BLUE_TYPE,35858,,,, +?,0,android/opengl/GLES31.GL_TEXTURE_COMPRESSED,34465,,,, +?,0,android/opengl/GLES31.GL_TEXTURE_DEPTH,32881,,,, +?,0,android/opengl/GLES31.GL_TEXTURE_DEPTH_SIZE,34890,,,, +?,0,android/opengl/GLES31.GL_TEXTURE_DEPTH_TYPE,35862,,,, +?,0,android/opengl/GLES31.GL_TEXTURE_FETCH_BARRIER_BIT,8,,,, +?,0,android/opengl/GLES31.GL_TEXTURE_FIXED_SAMPLE_LOCATIONS,37127,,,, +?,0,android/opengl/GLES31.GL_TEXTURE_GREEN_SIZE,32861,,,, +?,0,android/opengl/GLES31.GL_TEXTURE_GREEN_TYPE,35857,,,, +?,0,android/opengl/GLES31.GL_TEXTURE_HEIGHT,4097,,,, +?,0,android/opengl/GLES31.GL_TEXTURE_INTERNAL_FORMAT,4099,,,, +?,0,android/opengl/GLES31.GL_TEXTURE_RED_SIZE,32860,,,, +?,0,android/opengl/GLES31.GL_TEXTURE_RED_TYPE,35856,,,, +?,0,android/opengl/GLES31.GL_TEXTURE_SAMPLES,37126,,,, +?,0,android/opengl/GLES31.GL_TEXTURE_SHARED_SIZE,35903,,,, +?,0,android/opengl/GLES31.GL_TEXTURE_STENCIL_SIZE,35057,,,, +?,0,android/opengl/GLES31.GL_TEXTURE_UPDATE_BARRIER_BIT,256,,,, +?,0,android/opengl/GLES31.GL_TEXTURE_WIDTH,4096,,,, +?,0,android/opengl/GLES31.GL_TOP_LEVEL_ARRAY_SIZE,37644,,,, +?,0,android/opengl/GLES31.GL_TOP_LEVEL_ARRAY_STRIDE,37645,,,, +?,0,android/opengl/GLES31.GL_TRANSFORM_FEEDBACK_BARRIER_BIT,2048,,,, +?,0,android/opengl/GLES31.GL_TRANSFORM_FEEDBACK_VARYING,37620,,,, +?,0,android/opengl/GLES31.GL_TYPE,37626,,,, +?,0,android/opengl/GLES31.GL_UNIFORM,37601,,,, +?,0,android/opengl/GLES31.GL_UNIFORM_BARRIER_BIT,4,,,, +?,0,android/opengl/GLES31.GL_UNIFORM_BLOCK,37602,,,, +?,0,android/opengl/GLES31.GL_UNSIGNED_INT_ATOMIC_COUNTER,37595,,,, +?,0,android/opengl/GLES31.GL_UNSIGNED_INT_IMAGE_2D,36963,,,, +?,0,android/opengl/GLES31.GL_UNSIGNED_INT_IMAGE_2D_ARRAY,36969,,,, +?,0,android/opengl/GLES31.GL_UNSIGNED_INT_IMAGE_3D,36964,,,, +?,0,android/opengl/GLES31.GL_UNSIGNED_INT_IMAGE_CUBE,36966,,,, +?,0,android/opengl/GLES31.GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE,37130,,,, +?,24,android/opengl/GLES31.GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT,1,,,, +?,0,android/opengl/GLES31.GL_VERTEX_ATTRIB_BINDING,33492,,,, +?,0,android/opengl/GLES31.GL_VERTEX_ATTRIB_RELATIVE_OFFSET,33493,,,, +?,0,android/opengl/GLES31.GL_VERTEX_BINDING_BUFFER,36687,,,, +?,0,android/opengl/GLES31.GL_VERTEX_BINDING_DIVISOR,33494,,,, +?,0,android/opengl/GLES31.GL_VERTEX_BINDING_OFFSET,33495,,,, +?,0,android/opengl/GLES31.GL_VERTEX_BINDING_STRIDE,33496,,,, +?,0,android/opengl/GLES31.GL_VERTEX_SHADER_BIT,1,,,, +?,0,android/opengl/GLES31.GL_WRITE_ONLY,35001,,,, +?,0,android/opengl/GLES31Ext.GL_BLEND_ADVANCED_COHERENT_KHR,37509,,,, +?,0,android/opengl/GLES31Ext.GL_BUFFER_KHR,33504,,,, +?,0,android/opengl/GLES31Ext.GL_CLAMP_TO_BORDER_EXT,33069,,,, +?,0,android/opengl/GLES31Ext.GL_COLORBURN_KHR,37530,,,, +?,0,android/opengl/GLES31Ext.GL_COLORDODGE_KHR,37529,,,, +?,0,android/opengl/GLES31Ext.GL_COMPRESSED_RGBA_ASTC_10x10_KHR,37819,,,, +?,0,android/opengl/GLES31Ext.GL_COMPRESSED_RGBA_ASTC_10x5_KHR,37816,,,, +?,0,android/opengl/GLES31Ext.GL_COMPRESSED_RGBA_ASTC_10x6_KHR,37817,,,, +?,0,android/opengl/GLES31Ext.GL_COMPRESSED_RGBA_ASTC_10x8_KHR,37818,,,, +?,0,android/opengl/GLES31Ext.GL_COMPRESSED_RGBA_ASTC_12x10_KHR,37820,,,, +?,0,android/opengl/GLES31Ext.GL_COMPRESSED_RGBA_ASTC_12x12_KHR,37821,,,, +?,0,android/opengl/GLES31Ext.GL_COMPRESSED_RGBA_ASTC_4x4_KHR,37808,,,, +?,0,android/opengl/GLES31Ext.GL_COMPRESSED_RGBA_ASTC_5x4_KHR,37809,,,, +?,0,android/opengl/GLES31Ext.GL_COMPRESSED_RGBA_ASTC_5x5_KHR,37810,,,, +?,0,android/opengl/GLES31Ext.GL_COMPRESSED_RGBA_ASTC_6x5_KHR,37811,,,, +?,0,android/opengl/GLES31Ext.GL_COMPRESSED_RGBA_ASTC_6x6_KHR,37812,,,, +?,0,android/opengl/GLES31Ext.GL_COMPRESSED_RGBA_ASTC_8x5_KHR,37813,,,, +?,0,android/opengl/GLES31Ext.GL_COMPRESSED_RGBA_ASTC_8x6_KHR,37814,,,, +?,0,android/opengl/GLES31Ext.GL_COMPRESSED_RGBA_ASTC_8x8_KHR,37815,,,, +?,0,android/opengl/GLES31Ext.GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10_KHR,37851,,,, +?,0,android/opengl/GLES31Ext.GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5_KHR,37848,,,, +?,0,android/opengl/GLES31Ext.GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6_KHR,37849,,,, +?,0,android/opengl/GLES31Ext.GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8_KHR,37850,,,, +?,0,android/opengl/GLES31Ext.GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10_KHR,37852,,,, +?,0,android/opengl/GLES31Ext.GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR,37853,,,, +?,0,android/opengl/GLES31Ext.GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHR,37840,,,, +?,0,android/opengl/GLES31Ext.GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4_KHR,37841,,,, +?,0,android/opengl/GLES31Ext.GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5_KHR,37842,,,, +?,0,android/opengl/GLES31Ext.GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5_KHR,37843,,,, +?,0,android/opengl/GLES31Ext.GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6_KHR,37844,,,, +?,0,android/opengl/GLES31Ext.GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5_KHR,37845,,,, +?,0,android/opengl/GLES31Ext.GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6_KHR,37846,,,, +?,0,android/opengl/GLES31Ext.GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8_KHR,37847,,,, +?,0,android/opengl/GLES31Ext.GL_CONTEXT_FLAG_DEBUG_BIT_KHR,2,,,, +?,0,android/opengl/GLES31Ext.GL_DARKEN_KHR,37527,,,, +?,0,android/opengl/GLES31Ext.GL_DEBUG_CALLBACK_FUNCTION_KHR,33348,,,, +?,0,android/opengl/GLES31Ext.GL_DEBUG_CALLBACK_USER_PARAM_KHR,33349,,,, +?,0,android/opengl/GLES31Ext.GL_DEBUG_GROUP_STACK_DEPTH_KHR,33389,,,, +?,0,android/opengl/GLES31Ext.GL_DEBUG_LOGGED_MESSAGES_KHR,37189,,,, +?,0,android/opengl/GLES31Ext.GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH_KHR,33347,,,, +?,0,android/opengl/GLES31Ext.GL_DEBUG_OUTPUT_KHR,37600,,,, +?,0,android/opengl/GLES31Ext.GL_DEBUG_OUTPUT_SYNCHRONOUS_KHR,33346,,,, +?,0,android/opengl/GLES31Ext.GL_DEBUG_SEVERITY_HIGH_KHR,37190,,,, +?,0,android/opengl/GLES31Ext.GL_DEBUG_SEVERITY_LOW_KHR,37192,,,, +?,0,android/opengl/GLES31Ext.GL_DEBUG_SEVERITY_MEDIUM_KHR,37191,,,, +?,0,android/opengl/GLES31Ext.GL_DEBUG_SEVERITY_NOTIFICATION_KHR,33387,,,, +?,0,android/opengl/GLES31Ext.GL_DEBUG_SOURCE_API_KHR,33350,,,, +?,0,android/opengl/GLES31Ext.GL_DEBUG_SOURCE_APPLICATION_KHR,33354,,,, +?,0,android/opengl/GLES31Ext.GL_DEBUG_SOURCE_OTHER_KHR,33355,,,, +?,0,android/opengl/GLES31Ext.GL_DEBUG_SOURCE_SHADER_COMPILER_KHR,33352,,,, +?,0,android/opengl/GLES31Ext.GL_DEBUG_SOURCE_THIRD_PARTY_KHR,33353,,,, +?,0,android/opengl/GLES31Ext.GL_DEBUG_SOURCE_WINDOW_SYSTEM_KHR,33351,,,, +?,0,android/opengl/GLES31Ext.GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR_KHR,33357,,,, +?,0,android/opengl/GLES31Ext.GL_DEBUG_TYPE_ERROR_KHR,33356,,,, +?,0,android/opengl/GLES31Ext.GL_DEBUG_TYPE_MARKER_KHR,33384,,,, +?,0,android/opengl/GLES31Ext.GL_DEBUG_TYPE_OTHER_KHR,33361,,,, +?,0,android/opengl/GLES31Ext.GL_DEBUG_TYPE_PERFORMANCE_KHR,33360,,,, +?,0,android/opengl/GLES31Ext.GL_DEBUG_TYPE_POP_GROUP_KHR,33386,,,, +?,0,android/opengl/GLES31Ext.GL_DEBUG_TYPE_PORTABILITY_KHR,33359,,,, +?,0,android/opengl/GLES31Ext.GL_DEBUG_TYPE_PUSH_GROUP_KHR,33385,,,, +?,0,android/opengl/GLES31Ext.GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR_KHR,33358,,,, +?,0,android/opengl/GLES31Ext.GL_DECODE_EXT,35401,,,, +?,0,android/opengl/GLES31Ext.GL_DIFFERENCE_KHR,37534,,,, +?,0,android/opengl/GLES31Ext.GL_EXCLUSION_KHR,37536,,,, +?,0,android/opengl/GLES31Ext.GL_FIRST_VERTEX_CONVENTION_EXT,36429,,,, +?,0,android/opengl/GLES31Ext.GL_FRACTIONAL_EVEN_EXT,36476,,,, +?,0,android/opengl/GLES31Ext.GL_FRACTIONAL_ODD_EXT,36475,,,, +?,0,android/opengl/GLES31Ext.GL_FRAGMENT_INTERPOLATION_OFFSET_BITS_OES,36445,,,, +?,0,android/opengl/GLES31Ext.GL_FRAMEBUFFER_ATTACHMENT_LAYERED_EXT,36263,,,, +?,0,android/opengl/GLES31Ext.GL_FRAMEBUFFER_DEFAULT_LAYERS_EXT,37650,,,, +?,0,android/opengl/GLES31Ext.GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_EXT,36264,,,, +?,0,android/opengl/GLES31Ext.GL_GEOMETRY_LINKED_INPUT_TYPE_EXT,35095,,,, +?,0,android/opengl/GLES31Ext.GL_GEOMETRY_LINKED_OUTPUT_TYPE_EXT,35096,,,, +?,0,android/opengl/GLES31Ext.GL_GEOMETRY_LINKED_VERTICES_OUT_EXT,35094,,,, +?,0,android/opengl/GLES31Ext.GL_GEOMETRY_SHADER_BIT_EXT,4,,,, +?,0,android/opengl/GLES31Ext.GL_GEOMETRY_SHADER_EXT,36313,,,, +?,0,android/opengl/GLES31Ext.GL_GEOMETRY_SHADER_INVOCATIONS_EXT,34943,,,, +?,0,android/opengl/GLES31Ext.GL_HARDLIGHT_KHR,37531,,,, +?,0,android/opengl/GLES31Ext.GL_HSL_COLOR_KHR,37551,,,, +?,0,android/opengl/GLES31Ext.GL_HSL_HUE_KHR,37549,,,, +?,0,android/opengl/GLES31Ext.GL_HSL_LUMINOSITY_KHR,37552,,,, +?,0,android/opengl/GLES31Ext.GL_HSL_SATURATION_KHR,37550,,,, +?,0,android/opengl/GLES31Ext.GL_IMAGE_BUFFER_EXT,36945,,,, +?,0,android/opengl/GLES31Ext.GL_IMAGE_CUBE_MAP_ARRAY_EXT,36948,,,, +?,0,android/opengl/GLES31Ext.GL_INT_IMAGE_BUFFER_EXT,36956,,,, +?,0,android/opengl/GLES31Ext.GL_INT_IMAGE_CUBE_MAP_ARRAY_EXT,36959,,,, +?,0,android/opengl/GLES31Ext.GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY_OES,37132,,,, +?,0,android/opengl/GLES31Ext.GL_INT_SAMPLER_BUFFER_EXT,36304,,,, +?,0,android/opengl/GLES31Ext.GL_INT_SAMPLER_CUBE_MAP_ARRAY_EXT,36878,,,, +?,0,android/opengl/GLES31Ext.GL_IS_PER_PATCH_EXT,37607,,,, +?,0,android/opengl/GLES31Ext.GL_ISOLINES_EXT,36474,,,, +?,0,android/opengl/GLES31Ext.GL_LAST_VERTEX_CONVENTION_EXT,36430,,,, +?,0,android/opengl/GLES31Ext.GL_LAYER_PROVOKING_VERTEX_EXT,33374,,,, +?,0,android/opengl/GLES31Ext.GL_LIGHTEN_KHR,37528,,,, +?,0,android/opengl/GLES31Ext.GL_LINE_STRIP_ADJACENCY_EXT,11,,,, +?,0,android/opengl/GLES31Ext.GL_LINES_ADJACENCY_EXT,10,,,, +?,0,android/opengl/GLES31Ext.GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS_EXT,35378,,,, +?,0,android/opengl/GLES31Ext.GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS_EXT,36382,,,, +?,0,android/opengl/GLES31Ext.GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS_EXT,36383,,,, +?,0,android/opengl/GLES31Ext.GL_MAX_DEBUG_GROUP_STACK_DEPTH_KHR,33388,,,, +?,0,android/opengl/GLES31Ext.GL_MAX_DEBUG_LOGGED_MESSAGES_KHR,37188,,,, +?,0,android/opengl/GLES31Ext.GL_MAX_DEBUG_MESSAGE_LENGTH_KHR,37187,,,, +?,0,android/opengl/GLES31Ext.GL_MAX_FRAGMENT_INTERPOLATION_OFFSET_OES,36444,,,, +?,0,android/opengl/GLES31Ext.GL_MAX_FRAMEBUFFER_LAYERS_EXT,37655,,,, +?,0,android/opengl/GLES31Ext.GL_MAX_GEOMETRY_ATOMIC_COUNTER_BUFFERS_EXT,37583,,,, +?,0,android/opengl/GLES31Ext.GL_MAX_GEOMETRY_ATOMIC_COUNTERS_EXT,37589,,,, +?,0,android/opengl/GLES31Ext.GL_MAX_GEOMETRY_IMAGE_UNIFORMS_EXT,37069,,,, +?,0,android/opengl/GLES31Ext.GL_MAX_GEOMETRY_INPUT_COMPONENTS_EXT,37155,,,, +?,0,android/opengl/GLES31Ext.GL_MAX_GEOMETRY_OUTPUT_COMPONENTS_EXT,37156,,,, +?,0,android/opengl/GLES31Ext.GL_MAX_GEOMETRY_OUTPUT_VERTICES_EXT,36320,,,, +?,0,android/opengl/GLES31Ext.GL_MAX_GEOMETRY_SHADER_INVOCATIONS_EXT,36442,,,, +?,0,android/opengl/GLES31Ext.GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS_EXT,37079,,,, +?,0,android/opengl/GLES31Ext.GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_EXT,35881,,,, +?,0,android/opengl/GLES31Ext.GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS_EXT,36321,,,, +?,0,android/opengl/GLES31Ext.GL_MAX_GEOMETRY_UNIFORM_BLOCKS_EXT,35372,,,, +?,0,android/opengl/GLES31Ext.GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_EXT,36319,,,, +?,0,android/opengl/GLES31Ext.GL_MAX_LABEL_LENGTH_KHR,33512,,,, +?,0,android/opengl/GLES31Ext.GL_MAX_PATCH_VERTICES_EXT,36477,,,, +?,0,android/opengl/GLES31Ext.GL_MAX_TESS_CONTROL_ATOMIC_COUNTER_BUFFERS_EXT,37581,,,, +?,0,android/opengl/GLES31Ext.GL_MAX_TESS_CONTROL_ATOMIC_COUNTERS_EXT,37587,,,, +?,0,android/opengl/GLES31Ext.GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS_EXT,37067,,,, +?,0,android/opengl/GLES31Ext.GL_MAX_TESS_CONTROL_INPUT_COMPONENTS_EXT,34924,,,, +?,0,android/opengl/GLES31Ext.GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS_EXT,36483,,,, +?,0,android/opengl/GLES31Ext.GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS_EXT,37080,,,, +?,0,android/opengl/GLES31Ext.GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS_EXT,36481,,,, +?,0,android/opengl/GLES31Ext.GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS_EXT,36485,,,, +?,0,android/opengl/GLES31Ext.GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS_EXT,36489,,,, +?,0,android/opengl/GLES31Ext.GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS_EXT,36479,,,, +?,0,android/opengl/GLES31Ext.GL_MAX_TESS_EVALUATION_ATOMIC_COUNTER_BUFFERS_EXT,37582,,,, +?,0,android/opengl/GLES31Ext.GL_MAX_TESS_EVALUATION_ATOMIC_COUNTERS_EXT,37588,,,, +?,0,android/opengl/GLES31Ext.GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS_EXT,37068,,,, +?,0,android/opengl/GLES31Ext.GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS_EXT,34925,,,, +?,0,android/opengl/GLES31Ext.GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS_EXT,36486,,,, +?,0,android/opengl/GLES31Ext.GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS_EXT,37081,,,, +?,0,android/opengl/GLES31Ext.GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS_EXT,36482,,,, +?,0,android/opengl/GLES31Ext.GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS_EXT,36490,,,, +?,0,android/opengl/GLES31Ext.GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS_EXT,36480,,,, +?,0,android/opengl/GLES31Ext.GL_MAX_TESS_GEN_LEVEL_EXT,36478,,,, +?,0,android/opengl/GLES31Ext.GL_MAX_TESS_PATCH_COMPONENTS_EXT,36484,,,, +?,0,android/opengl/GLES31Ext.GL_MAX_TEXTURE_BUFFER_SIZE_EXT,35883,,,, +?,0,android/opengl/GLES31Ext.GL_MIN_FRAGMENT_INTERPOLATION_OFFSET_OES,36443,,,, +?,0,android/opengl/GLES31Ext.GL_MIN_SAMPLE_SHADING_VALUE_OES,35895,,,, +?,0,android/opengl/GLES31Ext.GL_MULTIPLY_KHR,37524,,,, +?,0,android/opengl/GLES31Ext.GL_OVERLAY_KHR,37526,,,, +?,0,android/opengl/GLES31Ext.GL_PATCH_VERTICES_EXT,36466,,,, +?,0,android/opengl/GLES31Ext.GL_PATCHES_EXT,14,,,, +?,0,android/opengl/GLES31Ext.GL_PRIMITIVE_BOUNDING_BOX_EXT,37566,,,, +?,0,android/opengl/GLES31Ext.GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED,33313,,,, +?,0,android/opengl/GLES31Ext.GL_PRIMITIVES_GENERATED_EXT,35975,,,, +?,0,android/opengl/GLES31Ext.GL_PROGRAM_KHR,33506,,,, +?,0,android/opengl/GLES31Ext.GL_QUADS_EXT,7,,,, +?,0,android/opengl/GLES31Ext.GL_QUERY_KHR,33507,,,, +?,0,android/opengl/GLES31Ext.GL_REFERENCED_BY_GEOMETRY_SHADER_EXT,37641,,,, +?,0,android/opengl/GLES31Ext.GL_REFERENCED_BY_TESS_CONTROL_SHADER_EXT,37639,,,, +?,0,android/opengl/GLES31Ext.GL_REFERENCED_BY_TESS_EVALUATION_SHADER_EXT,37640,,,, +?,0,android/opengl/GLES31Ext.GL_SAMPLE_SHADING_OES,35894,,,, +?,0,android/opengl/GLES31Ext.GL_SAMPLER_2D_MULTISAMPLE_ARRAY_OES,37131,,,, +?,0,android/opengl/GLES31Ext.GL_SAMPLER_BUFFER_EXT,36290,,,, +?,0,android/opengl/GLES31Ext.GL_SAMPLER_CUBE_MAP_ARRAY_EXT,36876,,,, +?,0,android/opengl/GLES31Ext.GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW_EXT,36877,,,, +?,0,android/opengl/GLES31Ext.GL_SAMPLER_KHR,33510,,,, +?,0,android/opengl/GLES31Ext.GL_SCREEN_KHR,37525,,,, +?,0,android/opengl/GLES31Ext.GL_SHADER_KHR,33505,,,, +?,0,android/opengl/GLES31Ext.GL_SKIP_DECODE_EXT,35402,,,, +?,0,android/opengl/GLES31Ext.GL_SOFTLIGHT_KHR,37532,,,, +?,0,android/opengl/GLES31Ext.GL_STACK_OVERFLOW_KHR,1283,,,, +?,0,android/opengl/GLES31Ext.GL_STACK_UNDERFLOW_KHR,1284,,,, +?,0,android/opengl/GLES31Ext.GL_STENCIL_INDEX_OES,6401,,,, +?,0,android/opengl/GLES31Ext.GL_STENCIL_INDEX8_OES,36168,,,, +?,0,android/opengl/GLES31Ext.GL_TESS_CONTROL_OUTPUT_VERTICES_EXT,36469,,,, +?,0,android/opengl/GLES31Ext.GL_TESS_CONTROL_SHADER_BIT_EXT,8,,,, +?,0,android/opengl/GLES31Ext.GL_TESS_CONTROL_SHADER_EXT,36488,,,, +?,0,android/opengl/GLES31Ext.GL_TESS_EVALUATION_SHADER_BIT_EXT,16,,,, +?,0,android/opengl/GLES31Ext.GL_TESS_EVALUATION_SHADER_EXT,36487,,,, +?,0,android/opengl/GLES31Ext.GL_TESS_GEN_MODE_EXT,36470,,,, +?,0,android/opengl/GLES31Ext.GL_TESS_GEN_POINT_MODE_EXT,36473,,,, +?,0,android/opengl/GLES31Ext.GL_TESS_GEN_SPACING_EXT,36471,,,, +?,0,android/opengl/GLES31Ext.GL_TESS_GEN_VERTEX_ORDER_EXT,36472,,,, +?,0,android/opengl/GLES31Ext.GL_TEXTURE_2D_MULTISAMPLE_ARRAY_OES,37122,,,, +?,0,android/opengl/GLES31Ext.GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY_OES,37125,,,, +?,0,android/opengl/GLES31Ext.GL_TEXTURE_BINDING_BUFFER_EXT,35884,,,, +?,0,android/opengl/GLES31Ext.GL_TEXTURE_BINDING_CUBE_MAP_ARRAY_EXT,36874,,,, +?,0,android/opengl/GLES31Ext.GL_TEXTURE_BORDER_COLOR_EXT,4100,,,, +?,0,android/opengl/GLES31Ext.GL_TEXTURE_BUFFER_BINDING_EXT,35882,,,, +?,0,android/opengl/GLES31Ext.GL_TEXTURE_BUFFER_DATA_STORE_BINDING_EXT,35885,,,, +?,0,android/opengl/GLES31Ext.GL_TEXTURE_BUFFER_EXT,35882,,,, +?,0,android/opengl/GLES31Ext.GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT_EXT,37279,,,, +?,0,android/opengl/GLES31Ext.GL_TEXTURE_BUFFER_OFFSET_EXT,37277,,,, +?,0,android/opengl/GLES31Ext.GL_TEXTURE_BUFFER_SIZE_EXT,37278,,,, +?,0,android/opengl/GLES31Ext.GL_TEXTURE_CUBE_MAP_ARRAY_EXT,36873,,,, +?,0,android/opengl/GLES31Ext.GL_TEXTURE_SRGB_DECODE_EXT,35400,,,, +?,0,android/opengl/GLES31Ext.GL_TRIANGLE_STRIP_ADJACENCY_EXT,13,,,, +?,0,android/opengl/GLES31Ext.GL_TRIANGLES_ADJACENCY_EXT,12,,,, +?,0,android/opengl/GLES31Ext.GL_UNDEFINED_VERTEX_EXT,33376,,,, +?,0,android/opengl/GLES31Ext.GL_UNSIGNED_INT_IMAGE_BUFFER_EXT,36967,,,, +?,0,android/opengl/GLES31Ext.GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY_EXT,36970,,,, +?,0,android/opengl/GLES31Ext.GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY_OES,37133,,,, +?,0,android/opengl/GLES31Ext.GL_UNSIGNED_INT_SAMPLER_BUFFER_EXT,36312,,,, +?,0,android/opengl/GLES31Ext.GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY_EXT,36879,,,, +?,0,android/opengl/GLES31Ext.GL_VERTEX_ARRAY_KHR,32884,,,, +?,0,android/opengl/GLES32.GL_BUFFER,33504,,,, +?,0,android/opengl/GLES32.GL_CLAMP_TO_BORDER,33069,,,, +?,0,android/opengl/GLES32.GL_COLORBURN,37530,,,, +?,0,android/opengl/GLES32.GL_COLORDODGE,37529,,,, +?,0,android/opengl/GLES32.GL_COMPRESSED_RGBA_ASTC_10x10,37819,,,, +?,0,android/opengl/GLES32.GL_COMPRESSED_RGBA_ASTC_10x5,37816,,,, +?,0,android/opengl/GLES32.GL_COMPRESSED_RGBA_ASTC_10x6,37817,,,, +?,0,android/opengl/GLES32.GL_COMPRESSED_RGBA_ASTC_10x8,37818,,,, +?,0,android/opengl/GLES32.GL_COMPRESSED_RGBA_ASTC_12x10,37820,,,, +?,0,android/opengl/GLES32.GL_COMPRESSED_RGBA_ASTC_12x12,37821,,,, +?,0,android/opengl/GLES32.GL_COMPRESSED_RGBA_ASTC_4x4,37808,,,, +?,0,android/opengl/GLES32.GL_COMPRESSED_RGBA_ASTC_5x4,37809,,,, +?,0,android/opengl/GLES32.GL_COMPRESSED_RGBA_ASTC_5x5,37810,,,, +?,0,android/opengl/GLES32.GL_COMPRESSED_RGBA_ASTC_6x5,37811,,,, +?,0,android/opengl/GLES32.GL_COMPRESSED_RGBA_ASTC_6x6,37812,,,, +?,0,android/opengl/GLES32.GL_COMPRESSED_RGBA_ASTC_8x5,37813,,,, +?,0,android/opengl/GLES32.GL_COMPRESSED_RGBA_ASTC_8x6,37814,,,, +?,0,android/opengl/GLES32.GL_COMPRESSED_RGBA_ASTC_8x8,37815,,,, +?,0,android/opengl/GLES32.GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10,37851,,,, +?,0,android/opengl/GLES32.GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5,37848,,,, +?,0,android/opengl/GLES32.GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6,37849,,,, +?,0,android/opengl/GLES32.GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8,37850,,,, +?,0,android/opengl/GLES32.GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10,37852,,,, +?,0,android/opengl/GLES32.GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12,37853,,,, +?,0,android/opengl/GLES32.GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4,37840,,,, +?,0,android/opengl/GLES32.GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4,37841,,,, +?,0,android/opengl/GLES32.GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5,37842,,,, +?,0,android/opengl/GLES32.GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5,37843,,,, +?,0,android/opengl/GLES32.GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6,37844,,,, +?,0,android/opengl/GLES32.GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5,37845,,,, +?,0,android/opengl/GLES32.GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6,37846,,,, +?,0,android/opengl/GLES32.GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8,37847,,,, +?,0,android/opengl/GLES32.GL_CONTEXT_FLAG_DEBUG_BIT,2,,,, +?,0,android/opengl/GLES32.GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT,4,,,, +?,0,android/opengl/GLES32.GL_CONTEXT_FLAGS,33310,,,, +?,0,android/opengl/GLES32.GL_CONTEXT_LOST,1287,,,, +?,0,android/opengl/GLES32.GL_DARKEN,37527,,,, +?,0,android/opengl/GLES32.GL_DEBUG_CALLBACK_FUNCTION,33348,,,, +?,0,android/opengl/GLES32.GL_DEBUG_CALLBACK_USER_PARAM,33349,,,, +?,0,android/opengl/GLES32.GL_DEBUG_GROUP_STACK_DEPTH,33389,,,, +?,0,android/opengl/GLES32.GL_DEBUG_LOGGED_MESSAGES,37189,,,, +?,0,android/opengl/GLES32.GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH,33347,,,, +?,0,android/opengl/GLES32.GL_DEBUG_OUTPUT,37600,,,, +?,0,android/opengl/GLES32.GL_DEBUG_OUTPUT_SYNCHRONOUS,33346,,,, +?,0,android/opengl/GLES32.GL_DEBUG_SEVERITY_HIGH,37190,,,, +?,0,android/opengl/GLES32.GL_DEBUG_SEVERITY_LOW,37192,,,, +?,0,android/opengl/GLES32.GL_DEBUG_SEVERITY_MEDIUM,37191,,,, +?,0,android/opengl/GLES32.GL_DEBUG_SEVERITY_NOTIFICATION,33387,,,, +?,0,android/opengl/GLES32.GL_DEBUG_SOURCE_API,33350,,,, +?,0,android/opengl/GLES32.GL_DEBUG_SOURCE_APPLICATION,33354,,,, +?,0,android/opengl/GLES32.GL_DEBUG_SOURCE_OTHER,33355,,,, +?,0,android/opengl/GLES32.GL_DEBUG_SOURCE_SHADER_COMPILER,33352,,,, +?,0,android/opengl/GLES32.GL_DEBUG_SOURCE_THIRD_PARTY,33353,,,, +?,0,android/opengl/GLES32.GL_DEBUG_SOURCE_WINDOW_SYSTEM,33351,,,, +?,0,android/opengl/GLES32.GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR,33357,,,, +?,0,android/opengl/GLES32.GL_DEBUG_TYPE_ERROR,33356,,,, +?,0,android/opengl/GLES32.GL_DEBUG_TYPE_MARKER,33384,,,, +?,0,android/opengl/GLES32.GL_DEBUG_TYPE_OTHER,33361,,,, +?,0,android/opengl/GLES32.GL_DEBUG_TYPE_PERFORMANCE,33360,,,, +?,0,android/opengl/GLES32.GL_DEBUG_TYPE_POP_GROUP,33386,,,, +?,0,android/opengl/GLES32.GL_DEBUG_TYPE_PORTABILITY,33359,,,, +?,0,android/opengl/GLES32.GL_DEBUG_TYPE_PUSH_GROUP,33385,,,, +?,0,android/opengl/GLES32.GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR,33358,,,, +?,0,android/opengl/GLES32.GL_DIFFERENCE,37534,,,, +?,0,android/opengl/GLES32.GL_EXCLUSION,37536,,,, +?,0,android/opengl/GLES32.GL_FIRST_VERTEX_CONVENTION,36429,,,, +?,0,android/opengl/GLES32.GL_FRACTIONAL_EVEN,36476,,,, +?,0,android/opengl/GLES32.GL_FRACTIONAL_ODD,36475,,,, +?,0,android/opengl/GLES32.GL_FRAGMENT_INTERPOLATION_OFFSET_BITS,36445,,,, +?,0,android/opengl/GLES32.GL_FRAMEBUFFER_ATTACHMENT_LAYERED,36263,,,, +?,0,android/opengl/GLES32.GL_FRAMEBUFFER_DEFAULT_LAYERS,37650,,,, +?,0,android/opengl/GLES32.GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS,36264,,,, +?,0,android/opengl/GLES32.GL_GEOMETRY_INPUT_TYPE,35095,,,, +?,0,android/opengl/GLES32.GL_GEOMETRY_OUTPUT_TYPE,35096,,,, +?,0,android/opengl/GLES32.GL_GEOMETRY_SHADER,36313,,,, +?,0,android/opengl/GLES32.GL_GEOMETRY_SHADER_BIT,4,,,, +?,0,android/opengl/GLES32.GL_GEOMETRY_SHADER_INVOCATIONS,34943,,,, +?,0,android/opengl/GLES32.GL_GEOMETRY_VERTICES_OUT,35094,,,, +?,0,android/opengl/GLES32.GL_GUILTY_CONTEXT_RESET,33363,,,, +?,0,android/opengl/GLES32.GL_HARDLIGHT,37531,,,, +?,0,android/opengl/GLES32.GL_HSL_COLOR,37551,,,, +?,0,android/opengl/GLES32.GL_HSL_HUE,37549,,,, +?,0,android/opengl/GLES32.GL_HSL_LUMINOSITY,37552,,,, +?,0,android/opengl/GLES32.GL_HSL_SATURATION,37550,,,, +?,0,android/opengl/GLES32.GL_IMAGE_BUFFER,36945,,,, +?,0,android/opengl/GLES32.GL_IMAGE_CUBE_MAP_ARRAY,36948,,,, +?,0,android/opengl/GLES32.GL_INNOCENT_CONTEXT_RESET,33364,,,, +?,0,android/opengl/GLES32.GL_INT_IMAGE_BUFFER,36956,,,, +?,0,android/opengl/GLES32.GL_INT_IMAGE_CUBE_MAP_ARRAY,36959,,,, +?,0,android/opengl/GLES32.GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY,37132,,,, +?,0,android/opengl/GLES32.GL_INT_SAMPLER_BUFFER,36304,,,, +?,0,android/opengl/GLES32.GL_INT_SAMPLER_CUBE_MAP_ARRAY,36878,,,, +?,0,android/opengl/GLES32.GL_IS_PER_PATCH,37607,,,, +?,0,android/opengl/GLES32.GL_ISOLINES,36474,,,, +?,0,android/opengl/GLES32.GL_LAST_VERTEX_CONVENTION,36430,,,, +?,0,android/opengl/GLES32.GL_LAYER_PROVOKING_VERTEX,33374,,,, +?,0,android/opengl/GLES32.GL_LIGHTEN,37528,,,, +?,0,android/opengl/GLES32.GL_LINE_STRIP_ADJACENCY,11,,,, +?,0,android/opengl/GLES32.GL_LINES_ADJACENCY,10,,,, +?,0,android/opengl/GLES32.GL_LOSE_CONTEXT_ON_RESET,33362,,,, +?,0,android/opengl/GLES32.GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS,35378,,,, +?,0,android/opengl/GLES32.GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS,36382,,,, +?,0,android/opengl/GLES32.GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS,36383,,,, +?,0,android/opengl/GLES32.GL_MAX_DEBUG_GROUP_STACK_DEPTH,33388,,,, +?,0,android/opengl/GLES32.GL_MAX_DEBUG_LOGGED_MESSAGES,37188,,,, +?,0,android/opengl/GLES32.GL_MAX_DEBUG_MESSAGE_LENGTH,37187,,,, +?,0,android/opengl/GLES32.GL_MAX_FRAGMENT_INTERPOLATION_OFFSET,36444,,,, +?,0,android/opengl/GLES32.GL_MAX_FRAMEBUFFER_LAYERS,37655,,,, +?,0,android/opengl/GLES32.GL_MAX_GEOMETRY_ATOMIC_COUNTER_BUFFERS,37583,,,, +?,0,android/opengl/GLES32.GL_MAX_GEOMETRY_ATOMIC_COUNTERS,37589,,,, +?,0,android/opengl/GLES32.GL_MAX_GEOMETRY_IMAGE_UNIFORMS,37069,,,, +?,0,android/opengl/GLES32.GL_MAX_GEOMETRY_INPUT_COMPONENTS,37155,,,, +?,0,android/opengl/GLES32.GL_MAX_GEOMETRY_OUTPUT_COMPONENTS,37156,,,, +?,0,android/opengl/GLES32.GL_MAX_GEOMETRY_OUTPUT_VERTICES,36320,,,, +?,0,android/opengl/GLES32.GL_MAX_GEOMETRY_SHADER_INVOCATIONS,36442,,,, +?,0,android/opengl/GLES32.GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS,37079,,,, +?,0,android/opengl/GLES32.GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS,35881,,,, +?,0,android/opengl/GLES32.GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS,36321,,,, +?,0,android/opengl/GLES32.GL_MAX_GEOMETRY_UNIFORM_BLOCKS,35372,,,, +?,0,android/opengl/GLES32.GL_MAX_GEOMETRY_UNIFORM_COMPONENTS,36319,,,, +?,0,android/opengl/GLES32.GL_MAX_LABEL_LENGTH,33512,,,, +?,0,android/opengl/GLES32.GL_MAX_PATCH_VERTICES,36477,,,, +?,0,android/opengl/GLES32.GL_MAX_TESS_CONTROL_ATOMIC_COUNTER_BUFFERS,37581,,,, +?,0,android/opengl/GLES32.GL_MAX_TESS_CONTROL_ATOMIC_COUNTERS,37587,,,, +?,0,android/opengl/GLES32.GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS,37067,,,, +?,0,android/opengl/GLES32.GL_MAX_TESS_CONTROL_INPUT_COMPONENTS,34924,,,, +?,0,android/opengl/GLES32.GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS,36483,,,, +?,0,android/opengl/GLES32.GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS,37080,,,, +?,0,android/opengl/GLES32.GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS,36481,,,, +?,0,android/opengl/GLES32.GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS,36485,,,, +?,0,android/opengl/GLES32.GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS,36489,,,, +?,0,android/opengl/GLES32.GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS,36479,,,, +?,0,android/opengl/GLES32.GL_MAX_TESS_EVALUATION_ATOMIC_COUNTER_BUFFERS,37582,,,, +?,0,android/opengl/GLES32.GL_MAX_TESS_EVALUATION_ATOMIC_COUNTERS,37588,,,, +?,0,android/opengl/GLES32.GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS,37068,,,, +?,0,android/opengl/GLES32.GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS,34925,,,, +?,0,android/opengl/GLES32.GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS,36486,,,, +?,0,android/opengl/GLES32.GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS,37081,,,, +?,0,android/opengl/GLES32.GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS,36482,,,, +?,0,android/opengl/GLES32.GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS,36490,,,, +?,0,android/opengl/GLES32.GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS,36480,,,, +?,0,android/opengl/GLES32.GL_MAX_TESS_GEN_LEVEL,36478,,,, +?,0,android/opengl/GLES32.GL_MAX_TESS_PATCH_COMPONENTS,36484,,,, +?,0,android/opengl/GLES32.GL_MAX_TEXTURE_BUFFER_SIZE,35883,,,, +?,0,android/opengl/GLES32.GL_MIN_FRAGMENT_INTERPOLATION_OFFSET,36443,,,, +?,0,android/opengl/GLES32.GL_MIN_SAMPLE_SHADING_VALUE,35895,,,, +?,0,android/opengl/GLES32.GL_MULTIPLY,37524,,,, +?,0,android/opengl/GLES32.GL_MULTISAMPLE_LINE_WIDTH_GRANULARITY,37762,,,, +?,0,android/opengl/GLES32.GL_MULTISAMPLE_LINE_WIDTH_RANGE,37761,,,, +?,0,android/opengl/GLES32.GL_NO_RESET_NOTIFICATION,33377,,,, +?,0,android/opengl/GLES32.GL_OVERLAY,37526,,,, +?,0,android/opengl/GLES32.GL_PATCH_VERTICES,36466,,,, +?,0,android/opengl/GLES32.GL_PATCHES,14,,,, +?,0,android/opengl/GLES32.GL_PRIMITIVE_BOUNDING_BOX,37566,,,, +?,0,android/opengl/GLES32.GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED,33313,,,, +?,0,android/opengl/GLES32.GL_PRIMITIVES_GENERATED,35975,,,, +?,0,android/opengl/GLES32.GL_PROGRAM,33506,,,, +?,0,android/opengl/GLES32.GL_PROGRAM_PIPELINE,33508,,,, +?,0,android/opengl/GLES32.GL_QUADS,7,,,, +?,0,android/opengl/GLES32.GL_QUERY,33507,,,, +?,0,android/opengl/GLES32.GL_REFERENCED_BY_GEOMETRY_SHADER,37641,,,, +?,0,android/opengl/GLES32.GL_REFERENCED_BY_TESS_CONTROL_SHADER,37639,,,, +?,0,android/opengl/GLES32.GL_REFERENCED_BY_TESS_EVALUATION_SHADER,37640,,,, +?,0,android/opengl/GLES32.GL_RESET_NOTIFICATION_STRATEGY,33366,,,, +?,0,android/opengl/GLES32.GL_SAMPLE_SHADING,35894,,,, +?,0,android/opengl/GLES32.GL_SAMPLER,33510,,,, +?,0,android/opengl/GLES32.GL_SAMPLER_2D_MULTISAMPLE_ARRAY,37131,,,, +?,0,android/opengl/GLES32.GL_SAMPLER_BUFFER,36290,,,, +?,0,android/opengl/GLES32.GL_SAMPLER_CUBE_MAP_ARRAY,36876,,,, +?,0,android/opengl/GLES32.GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW,36877,,,, +?,0,android/opengl/GLES32.GL_SCREEN,37525,,,, +?,0,android/opengl/GLES32.GL_SHADER,33505,,,, +?,0,android/opengl/GLES32.GL_SOFTLIGHT,37532,,,, +?,0,android/opengl/GLES32.GL_STACK_OVERFLOW,1283,,,, +?,0,android/opengl/GLES32.GL_STACK_UNDERFLOW,1284,,,, +?,0,android/opengl/GLES32.GL_TESS_CONTROL_OUTPUT_VERTICES,36469,,,, +?,0,android/opengl/GLES32.GL_TESS_CONTROL_SHADER,36488,,,, +?,0,android/opengl/GLES32.GL_TESS_CONTROL_SHADER_BIT,8,,,, +?,0,android/opengl/GLES32.GL_TESS_EVALUATION_SHADER,36487,,,, +?,0,android/opengl/GLES32.GL_TESS_EVALUATION_SHADER_BIT,16,,,, +?,0,android/opengl/GLES32.GL_TESS_GEN_MODE,36470,,,, +?,0,android/opengl/GLES32.GL_TESS_GEN_POINT_MODE,36473,,,, +?,0,android/opengl/GLES32.GL_TESS_GEN_SPACING,36471,,,, +?,0,android/opengl/GLES32.GL_TESS_GEN_VERTEX_ORDER,36472,,,, +?,0,android/opengl/GLES32.GL_TEXTURE_2D_MULTISAMPLE_ARRAY,37122,,,, +?,0,android/opengl/GLES32.GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY,37125,,,, +?,0,android/opengl/GLES32.GL_TEXTURE_BINDING_BUFFER,35884,,,, +?,0,android/opengl/GLES32.GL_TEXTURE_BINDING_CUBE_MAP_ARRAY,36874,,,, +?,0,android/opengl/GLES32.GL_TEXTURE_BORDER_COLOR,4100,,,, +?,0,android/opengl/GLES32.GL_TEXTURE_BUFFER,35882,,,, +?,0,android/opengl/GLES32.GL_TEXTURE_BUFFER_BINDING,35882,,,, +?,0,android/opengl/GLES32.GL_TEXTURE_BUFFER_DATA_STORE_BINDING,35885,,,, +?,0,android/opengl/GLES32.GL_TEXTURE_BUFFER_OFFSET,37277,,,, +?,0,android/opengl/GLES32.GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT,37279,,,, +?,0,android/opengl/GLES32.GL_TEXTURE_BUFFER_SIZE,37278,,,, +?,0,android/opengl/GLES32.GL_TEXTURE_CUBE_MAP_ARRAY,36873,,,, +?,0,android/opengl/GLES32.GL_TRIANGLE_STRIP_ADJACENCY,13,,,, +?,0,android/opengl/GLES32.GL_TRIANGLES_ADJACENCY,12,,,, +?,0,android/opengl/GLES32.GL_UNDEFINED_VERTEX,33376,,,, +?,0,android/opengl/GLES32.GL_UNKNOWN_CONTEXT_RESET,33365,,,, +?,0,android/opengl/GLES32.GL_UNSIGNED_INT_IMAGE_BUFFER,36967,,,, +?,0,android/opengl/GLES32.GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY,36970,,,, +?,0,android/opengl/GLES32.GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY,37133,,,, +?,0,android/opengl/GLES32.GL_UNSIGNED_INT_SAMPLER_BUFFER,36312,,,, +?,0,android/opengl/GLES32.GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY,36879,,,, +?,0,android/opengl/GLES32.GL_VERTEX_ARRAY,32884,,,, +E,10,android/opengl/GLSurfaceView.DEBUG_CHECK_GL_ERROR,1,Android.Opengl.DebugFlags,CheckGlError,remove,flags +E,10,android/opengl/GLSurfaceView.DEBUG_LOG_GL_CALLS,2,Android.Opengl.DebugFlags,LogGlCalls,remove,flags +E,10,android/opengl/GLSurfaceView.RENDERMODE_CONTINUOUSLY,1,Android.Opengl.Rendermode,Continuously,remove, +E,10,android/opengl/GLSurfaceView.RENDERMODE_WHEN_DIRTY,0,Android.Opengl.Rendermode,WhenDirty,remove, +E,15,android/os/BatteryManager.BATTERY_HEALTH_COLD,7,Android.OS.BatteryHealth,Cold,remove, +E,10,android/os/BatteryManager.BATTERY_HEALTH_DEAD,4,Android.OS.BatteryHealth,Dead,remove, +E,10,android/os/BatteryManager.BATTERY_HEALTH_GOOD,2,Android.OS.BatteryHealth,Good,remove, +E,10,android/os/BatteryManager.BATTERY_HEALTH_OVER_VOLTAGE,5,Android.OS.BatteryHealth,OverVoltage,remove, +E,10,android/os/BatteryManager.BATTERY_HEALTH_OVERHEAT,3,Android.OS.BatteryHealth,Overheat,remove, +E,10,android/os/BatteryManager.BATTERY_HEALTH_UNKNOWN,1,Android.OS.BatteryHealth,Unknown,remove, +E,10,android/os/BatteryManager.BATTERY_HEALTH_UNSPECIFIED_FAILURE,6,Android.OS.BatteryHealth,UnspecifiedFailure,remove, +E,10,android/os/BatteryManager.BATTERY_PLUGGED_AC,1,Android.OS.BatteryPlugged,Ac,remove, +E,10,android/os/BatteryManager.BATTERY_PLUGGED_USB,2,Android.OS.BatteryPlugged,Usb,remove, +E,17,android/os/BatteryManager.BATTERY_PLUGGED_WIRELESS,4,Android.OS.BatteryPlugged,Wireless,remove, +E,21,android/os/BatteryManager.BATTERY_PROPERTY_CAPACITY,4,Android.OS.BatteryProperty,Capacity,remove, +E,21,android/os/BatteryManager.BATTERY_PROPERTY_CHARGE_COUNTER,1,Android.OS.BatteryProperty,ChargeCounter,remove, +E,21,android/os/BatteryManager.BATTERY_PROPERTY_CURRENT_AVERAGE,3,Android.OS.BatteryProperty,CurrentAverage,remove, +E,21,android/os/BatteryManager.BATTERY_PROPERTY_CURRENT_NOW,2,Android.OS.BatteryProperty,CurrentNow,remove, +E,21,android/os/BatteryManager.BATTERY_PROPERTY_ENERGY_COUNTER,5,Android.OS.BatteryProperty,EnergyCounter,remove, +E,26,android/os/BatteryManager.BATTERY_PROPERTY_STATUS,6,Android.OS.BatteryProperty,Status,remove, +E,10,android/os/BatteryManager.BATTERY_STATUS_CHARGING,2,Android.OS.BatteryStatus,Charging,remove, +E,10,android/os/BatteryManager.BATTERY_STATUS_DISCHARGING,3,Android.OS.BatteryStatus,Discharging,remove, +E,10,android/os/BatteryManager.BATTERY_STATUS_FULL,5,Android.OS.BatteryStatus,Full,remove, +E,10,android/os/BatteryManager.BATTERY_STATUS_NOT_CHARGING,4,Android.OS.BatteryStatus,NotCharging,remove, +E,10,android/os/BatteryManager.BATTERY_STATUS_UNKNOWN,1,Android.OS.BatteryStatus,Unknown,remove, +E,10,android/os/Build$VERSION_CODES.BASE,1,Android.OS.BuildVersionCodes,Base,remove, +E,10,android/os/Build$VERSION_CODES.BASE_1_1,2,Android.OS.BuildVersionCodes,Base11,remove, +E,10,android/os/Build$VERSION_CODES.CUPCAKE,3,Android.OS.BuildVersionCodes,Cupcake,remove, +E,10,android/os/Build$VERSION_CODES.CUR_DEVELOPMENT,10000,Android.OS.BuildVersionCodes,CurDevelopment,remove, +E,10,android/os/Build$VERSION_CODES.DONUT,4,Android.OS.BuildVersionCodes,Donut,remove, +E,10,android/os/Build$VERSION_CODES.ECLAIR,5,Android.OS.BuildVersionCodes,Eclair,remove, +E,10,android/os/Build$VERSION_CODES.ECLAIR_0_1,6,Android.OS.BuildVersionCodes,Eclair01,remove, +E,10,android/os/Build$VERSION_CODES.ECLAIR_MR1,7,Android.OS.BuildVersionCodes,EclairMr1,remove, +E,10,android/os/Build$VERSION_CODES.FROYO,8,Android.OS.BuildVersionCodes,Froyo,remove, +E,10,android/os/Build$VERSION_CODES.GINGERBREAD,9,Android.OS.BuildVersionCodes,Gingerbread,remove, +E,10,android/os/Build$VERSION_CODES.GINGERBREAD_MR1,10,Android.OS.BuildVersionCodes,GingerbreadMr1,remove, +E,15,android/os/Build$VERSION_CODES.HONEYCOMB,11,Android.OS.BuildVersionCodes,Honeycomb,remove, +E,15,android/os/Build$VERSION_CODES.HONEYCOMB_MR1,12,Android.OS.BuildVersionCodes,HoneycombMr1,remove, +E,15,android/os/Build$VERSION_CODES.HONEYCOMB_MR2,13,Android.OS.BuildVersionCodes,HoneycombMr2,remove, +E,15,android/os/Build$VERSION_CODES.ICE_CREAM_SANDWICH,14,Android.OS.BuildVersionCodes,IceCreamSandwich,remove, +E,15,android/os/Build$VERSION_CODES.ICE_CREAM_SANDWICH_MR1,15,Android.OS.BuildVersionCodes,IceCreamSandwichMr1,remove, +E,16,android/os/Build$VERSION_CODES.JELLY_BEAN,16,Android.OS.BuildVersionCodes,JellyBean,remove, +E,17,android/os/Build$VERSION_CODES.JELLY_BEAN_MR1,17,Android.OS.BuildVersionCodes,JellyBeanMr1,remove, +E,18,android/os/Build$VERSION_CODES.JELLY_BEAN_MR2,18,Android.OS.BuildVersionCodes,JellyBeanMr2,remove, +E,19,android/os/Build$VERSION_CODES.KITKAT,19,Android.OS.BuildVersionCodes,Kitkat,remove, +E,20,android/os/Build$VERSION_CODES.KITKAT_WATCH,20,Android.OS.BuildVersionCodes,KitkatWatch,remove, +E,21,android/os/Build$VERSION_CODES.LOLLIPOP,21,Android.OS.BuildVersionCodes,Lollipop,remove, +E,22,android/os/Build$VERSION_CODES.LOLLIPOP_MR1,22,Android.OS.BuildVersionCodes,LollipopMr1,remove, +E,23,android/os/Build$VERSION_CODES.M,23,Android.OS.BuildVersionCodes,M,remove, +E,24,android/os/Build$VERSION_CODES.N,24,Android.OS.BuildVersionCodes,N,remove, +E,25,android/os/Build$VERSION_CODES.N_MR1,25,Android.OS.BuildVersionCodes,NMr1,remove, +E,26,android/os/Build$VERSION_CODES.O,26,Android.OS.BuildVersionCodes,O,remove, +E,27,android/os/Build$VERSION_CODES.O_MR1,27,Android.OS.BuildVersionCodes,OMr1,remove, +E,28,android/os/Build$VERSION_CODES.P,28,Android.OS.BuildVersionCodes,P,remove, +E,29,android/os/Build$VERSION_CODES.Q,29,Android.OS.BuildVersionCodes,Q,remove, +?,30,android/os/Build$VERSION_CODES.R,10000,,,, +E,30,android/os/Composition.PRIMITIVE_CLICK,1,Android.OS.CompositionPrimitiveType,PrimitiveClick,remove, +E,30,android/os/Composition.PRIMITIVE_LIGHT_TICK,7,Android.OS.CompositionPrimitiveType,PrimitiveLightTick,remove, +E,30,android/os/Composition.PRIMITIVE_QUICK_FALL,6,Android.OS.CompositionPrimitiveType,PrimitiveQuickFall,remove, +E,30,android/os/Composition.PRIMITIVE_QUICK_RISE,4,Android.OS.CompositionPrimitiveType,PrimitiveQuickRise,remove, +E,30,android/os/Composition.PRIMITIVE_SLOW_RISE,5,Android.OS.CompositionPrimitiveType,PrimitiveSlowRise,remove, +E,30,android/os/Composition.PRIMITIVE_SPIN,3,Android.OS.CompositionPrimitiveType,PrimitiveSpin,remove, +E,30,android/os/Composition.PRIMITIVE_THUD,2,Android.OS.CompositionPrimitiveType,PrimitiveThud,remove, +A,0,,0,Android.OS.DebugShow,Default,remove, +E,10,android/os/Debug.SHOW_CLASSLOADER,2,Android.OS.DebugShow,Classloader,remove, +E,10,android/os/Debug.SHOW_FULL_DETAIL,1,Android.OS.DebugShow,FullDetail,remove, +E,10,android/os/Debug.SHOW_INITIALIZED,4,Android.OS.DebugShow,Initialized,remove, +A,0,,0,Android.OS.DebugTraceOptions,None,remove, +E,10,android/os/Debug.TRACE_COUNT_ALLOCS,1,Android.OS.DebugTraceOptions,CountAllocs,remove, +A,0,,0,Android.OS.DropBoxManagerFlags,None,remove,flags +E,10,android/os/DropBoxManager.IS_EMPTY,1,Android.OS.DropBoxManagerFlags,IsEmpty,remove,flags +E,10,android/os/DropBoxManager.IS_GZIPPED,4,Android.OS.DropBoxManagerFlags,IsGzipped,remove,flags +E,10,android/os/DropBoxManager.IS_TEXT,2,Android.OS.DropBoxManagerFlags,IsText,remove,flags +E,10,android/os/FileObserver.ACCESS,1,Android.OS.FileObserverEvents,Access,keep,flags +E,10,android/os/FileObserver.ALL_EVENTS,4095,Android.OS.FileObserverEvents,AllEvents,keep,flags +E,10,android/os/FileObserver.ATTRIB,4,Android.OS.FileObserverEvents,Attrib,keep,flags +E,10,android/os/FileObserver.CLOSE_NOWRITE,16,Android.OS.FileObserverEvents,CloseNowrite,keep,flags +E,10,android/os/FileObserver.CLOSE_WRITE,8,Android.OS.FileObserverEvents,CloseWrite,keep,flags +E,10,android/os/FileObserver.CREATE,256,Android.OS.FileObserverEvents,Create,keep,flags +E,10,android/os/FileObserver.DELETE,512,Android.OS.FileObserverEvents,Delete,keep,flags +E,10,android/os/FileObserver.DELETE_SELF,1024,Android.OS.FileObserverEvents,DeleteSelf,keep,flags +E,10,android/os/FileObserver.MODIFY,2,Android.OS.FileObserverEvents,Modify,keep,flags +E,10,android/os/FileObserver.MOVE_SELF,2048,Android.OS.FileObserverEvents,MoveSelf,keep,flags +E,10,android/os/FileObserver.MOVED_FROM,64,Android.OS.FileObserverEvents,MovedFrom,keep,flags +E,10,android/os/FileObserver.MOVED_TO,128,Android.OS.FileObserverEvents,MovedTo,keep,flags +E,10,android/os/FileObserver.OPEN,32,Android.OS.FileObserverEvents,Open,keep,flags +E,24,android/os/HardwarePropertiesManager.DEVICE_TEMPERATURE_BATTERY,2,Android.OS.DeviceTemperatureType,Battery,remove, +E,24,android/os/HardwarePropertiesManager.DEVICE_TEMPERATURE_CPU,0,Android.OS.DeviceTemperatureType,Cpu,remove, +E,24,android/os/HardwarePropertiesManager.DEVICE_TEMPERATURE_GPU,1,Android.OS.DeviceTemperatureType,Gpu,remove, +E,24,android/os/HardwarePropertiesManager.DEVICE_TEMPERATURE_SKIN,3,Android.OS.DeviceTemperatureType,Skin,remove, +E,24,android/os/HardwarePropertiesManager.TEMPERATURE_CURRENT,0,Android.OS.TemperatureSource,Current,remove, +E,24,android/os/HardwarePropertiesManager.TEMPERATURE_SHUTDOWN,2,Android.OS.TemperatureSource,Shutdown,remove, +E,24,android/os/HardwarePropertiesManager.TEMPERATURE_THROTTLING,1,Android.OS.TemperatureSource,Throttling,remove, +E,24,android/os/HardwarePropertiesManager.TEMPERATURE_THROTTLING_BELOW_VR_MIN,3,Android.OS.TemperatureSource,ThrottlingBelowVrMin,remove, +?,0,android/os/health/PackageHealthStats.MEASUREMENTS_WAKEUP_ALARMS_COUNT,40002,,,, +?,0,android/os/health/PackageHealthStats.STATS_SERVICES,40001,,,, +?,0,android/os/health/PidHealthStats.MEASUREMENT_WAKE_NESTING_COUNT,20001,,,, +?,0,android/os/health/PidHealthStats.MEASUREMENT_WAKE_START_MS,20003,,,, +?,0,android/os/health/PidHealthStats.MEASUREMENT_WAKE_SUM_MS,20002,,,, +?,0,android/os/health/ProcessHealthStats.MEASUREMENT_ANR_COUNT,30005,,,, +?,0,android/os/health/ProcessHealthStats.MEASUREMENT_CRASHES_COUNT,30004,,,, +?,0,android/os/health/ProcessHealthStats.MEASUREMENT_FOREGROUND_MS,30006,,,, +?,0,android/os/health/ProcessHealthStats.MEASUREMENT_STARTS_COUNT,30003,,,, +?,0,android/os/health/ProcessHealthStats.MEASUREMENT_SYSTEM_TIME_MS,30002,,,, +?,0,android/os/health/ProcessHealthStats.MEASUREMENT_USER_TIME_MS,30001,,,, +?,0,android/os/health/ServiceHealthStats.MEASUREMENT_LAUNCH_COUNT,50002,,,, +?,0,android/os/health/ServiceHealthStats.MEASUREMENT_START_SERVICE_COUNT,50001,,,, +?,0,android/os/health/UidHealthStats.MEASUREMENT_BLUETOOTH_IDLE_MS,10020,,,, +?,0,android/os/health/UidHealthStats.MEASUREMENT_BLUETOOTH_POWER_MAMS,10023,,,, +?,0,android/os/health/UidHealthStats.MEASUREMENT_BLUETOOTH_RX_BYTES,10052,,,, +?,0,android/os/health/UidHealthStats.MEASUREMENT_BLUETOOTH_RX_MS,10021,,,, +?,0,android/os/health/UidHealthStats.MEASUREMENT_BLUETOOTH_RX_PACKETS,10058,,,, +?,0,android/os/health/UidHealthStats.MEASUREMENT_BLUETOOTH_TX_BYTES,10053,,,, +?,0,android/os/health/UidHealthStats.MEASUREMENT_BLUETOOTH_TX_MS,10022,,,, +?,0,android/os/health/UidHealthStats.MEASUREMENT_BLUETOOTH_TX_PACKETS,10059,,,, +?,0,android/os/health/UidHealthStats.MEASUREMENT_BUTTON_USER_ACTIVITY_COUNT,10046,,,, +?,0,android/os/health/UidHealthStats.MEASUREMENT_CPU_POWER_MAMS,10064,,,, +?,0,android/os/health/UidHealthStats.MEASUREMENT_MOBILE_IDLE_MS,10024,,,, +?,0,android/os/health/UidHealthStats.MEASUREMENT_MOBILE_POWER_MAMS,10027,,,, +?,0,android/os/health/UidHealthStats.MEASUREMENT_MOBILE_RX_BYTES,10048,,,, +?,0,android/os/health/UidHealthStats.MEASUREMENT_MOBILE_RX_MS,10025,,,, +?,0,android/os/health/UidHealthStats.MEASUREMENT_MOBILE_RX_PACKETS,10054,,,, +?,0,android/os/health/UidHealthStats.MEASUREMENT_MOBILE_TX_BYTES,10049,,,, +?,0,android/os/health/UidHealthStats.MEASUREMENT_MOBILE_TX_MS,10026,,,, +?,0,android/os/health/UidHealthStats.MEASUREMENT_MOBILE_TX_PACKETS,10055,,,, +?,0,android/os/health/UidHealthStats.MEASUREMENT_OTHER_USER_ACTIVITY_COUNT,10045,,,, +?,0,android/os/health/UidHealthStats.MEASUREMENT_REALTIME_BATTERY_MS,10001,,,, +?,0,android/os/health/UidHealthStats.MEASUREMENT_REALTIME_SCREEN_OFF_BATTERY_MS,10003,,,, +?,0,android/os/health/UidHealthStats.MEASUREMENT_SYSTEM_CPU_TIME_MS,10063,,,, +?,0,android/os/health/UidHealthStats.MEASUREMENT_TOUCH_USER_ACTIVITY_COUNT,10047,,,, +?,0,android/os/health/UidHealthStats.MEASUREMENT_UPTIME_BATTERY_MS,10002,,,, +?,0,android/os/health/UidHealthStats.MEASUREMENT_UPTIME_SCREEN_OFF_BATTERY_MS,10004,,,, +?,0,android/os/health/UidHealthStats.MEASUREMENT_USER_CPU_TIME_MS,10062,,,, +?,0,android/os/health/UidHealthStats.MEASUREMENT_WIFI_FULL_LOCK_MS,10029,,,, +?,0,android/os/health/UidHealthStats.MEASUREMENT_WIFI_IDLE_MS,10016,,,, +?,0,android/os/health/UidHealthStats.MEASUREMENT_WIFI_MULTICAST_MS,10031,,,, +?,0,android/os/health/UidHealthStats.MEASUREMENT_WIFI_POWER_MAMS,10019,,,, +?,0,android/os/health/UidHealthStats.MEASUREMENT_WIFI_RUNNING_MS,10028,,,, +?,0,android/os/health/UidHealthStats.MEASUREMENT_WIFI_RX_BYTES,10050,,,, +?,0,android/os/health/UidHealthStats.MEASUREMENT_WIFI_RX_MS,10017,,,, +?,0,android/os/health/UidHealthStats.MEASUREMENT_WIFI_RX_PACKETS,10056,,,, +?,0,android/os/health/UidHealthStats.MEASUREMENT_WIFI_TX_BYTES,10051,,,, +?,0,android/os/health/UidHealthStats.MEASUREMENT_WIFI_TX_MS,10018,,,, +?,0,android/os/health/UidHealthStats.MEASUREMENT_WIFI_TX_PACKETS,10057,,,, +?,0,android/os/health/UidHealthStats.STATS_PACKAGES,10015,,,, +?,0,android/os/health/UidHealthStats.STATS_PIDS,10013,,,, +?,0,android/os/health/UidHealthStats.STATS_PROCESSES,10014,,,, +?,0,android/os/health/UidHealthStats.TIMER_AUDIO,10032,,,, +?,0,android/os/health/UidHealthStats.TIMER_BLUETOOTH_SCAN,10037,,,, +?,0,android/os/health/UidHealthStats.TIMER_CAMERA,10035,,,, +?,0,android/os/health/UidHealthStats.TIMER_FLASHLIGHT,10034,,,, +?,0,android/os/health/UidHealthStats.TIMER_FOREGROUND_ACTIVITY,10036,,,, +?,0,android/os/health/UidHealthStats.TIMER_GPS_SENSOR,10011,,,, +?,0,android/os/health/UidHealthStats.TIMER_MOBILE_RADIO_ACTIVE,10061,,,, +?,0,android/os/health/UidHealthStats.TIMER_PROCESS_STATE_BACKGROUND_MS,10042,,,, +?,0,android/os/health/UidHealthStats.TIMER_PROCESS_STATE_CACHED_MS,10043,,,, +?,0,android/os/health/UidHealthStats.TIMER_PROCESS_STATE_FOREGROUND_MS,10041,,,, +?,0,android/os/health/UidHealthStats.TIMER_PROCESS_STATE_FOREGROUND_SERVICE_MS,10039,,,, +?,0,android/os/health/UidHealthStats.TIMER_PROCESS_STATE_TOP_MS,10038,,,, +?,0,android/os/health/UidHealthStats.TIMER_PROCESS_STATE_TOP_SLEEPING_MS,10040,,,, +?,0,android/os/health/UidHealthStats.TIMER_VIBRATOR,10044,,,, +?,0,android/os/health/UidHealthStats.TIMER_VIDEO,10033,,,, +?,0,android/os/health/UidHealthStats.TIMER_WIFI_SCAN,10030,,,, +?,0,android/os/health/UidHealthStats.TIMERS_JOBS,10010,,,, +?,0,android/os/health/UidHealthStats.TIMERS_SENSORS,10012,,,, +?,0,android/os/health/UidHealthStats.TIMERS_SYNCS,10009,,,, +?,0,android/os/health/UidHealthStats.TIMERS_WAKELOCKS_DRAW,10008,,,, +?,0,android/os/health/UidHealthStats.TIMERS_WAKELOCKS_FULL,10005,,,, +?,0,android/os/health/UidHealthStats.TIMERS_WAKELOCKS_PARTIAL,10006,,,, +?,0,android/os/health/UidHealthStats.TIMERS_WAKELOCKS_WINDOW,10007,,,, +E,10,android/os/ParcelFileDescriptor.MODE_APPEND,33554432,Android.OS.ParcelFileMode,Append,keep, +E,10,android/os/ParcelFileDescriptor.MODE_CREATE,134217728,Android.OS.ParcelFileMode,Create,keep, +E,10,android/os/ParcelFileDescriptor.MODE_READ_ONLY,268435456,Android.OS.ParcelFileMode,ReadOnly,keep, +E,10,android/os/ParcelFileDescriptor.MODE_READ_WRITE,805306368,Android.OS.ParcelFileMode,ReadWrite,keep, +E,10,android/os/ParcelFileDescriptor.MODE_TRUNCATE,67108864,Android.OS.ParcelFileMode,Truncate,keep, +E,10,android/os/ParcelFileDescriptor.MODE_WORLD_READABLE,1,Android.OS.ParcelFileMode,WorldReadable,keep, +E,10,android/os/ParcelFileDescriptor.MODE_WORLD_WRITEABLE,2,Android.OS.ParcelFileMode,WorldWriteable,keep, +E,10,android/os/ParcelFileDescriptor.MODE_WRITE_ONLY,536870912,Android.OS.ParcelFileMode,WriteOnly,keep, +E,26,android/os/PatternMatcher.PATTERN_ADVANCED_GLOB,3,Android.OS.Pattern,AdvancedGlob,keep, +E,10,android/os/PatternMatcher.PATTERN_LITERAL,0,Android.OS.Pattern,Literal,keep, +E,10,android/os/PatternMatcher.PATTERN_PREFIX,1,Android.OS.Pattern,Prefix,keep, +E,10,android/os/PatternMatcher.PATTERN_SIMPLE_GLOB,2,Android.OS.Pattern,SimpleGlob,keep, +E,10,android/os/PowerManager.ACQUIRE_CAUSES_WAKEUP,268435456,Android.OS.WakeLockFlags,AcquireCausesWakeup,keep,flags +E,10,android/os/PowerManager.FULL_WAKE_LOCK,26,Android.OS.WakeLockFlags,Full,keep,flags +E,28,android/os/PowerManager.LOCATION_MODE_ALL_DISABLED_WHEN_SCREEN_OFF,2,Android.OS.WakeLockFlags,LocationModeAllDisabledWhenScreenOff,keep,flags +E,28,android/os/PowerManager.LOCATION_MODE_ALL_DISABLED_WHEN_SCREEN_OFF,2,Android.OS.LocationPowerSaveMode,AllDisabledWhenScreenOff,remove, +E,28,android/os/PowerManager.LOCATION_MODE_FOREGROUND_ONLY,3,Android.OS.WakeLockFlags,LocationModeForegroundOnly,keep,flags +E,28,android/os/PowerManager.LOCATION_MODE_FOREGROUND_ONLY,3,Android.OS.LocationPowerSaveMode,ForegroundOnly,remove, +E,28,android/os/PowerManager.LOCATION_MODE_GPS_DISABLED_WHEN_SCREEN_OFF,1,Android.OS.WakeLockFlags,LocationModeGpsDisabledWhenScreenOff,keep,flags +E,28,android/os/PowerManager.LOCATION_MODE_GPS_DISABLED_WHEN_SCREEN_OFF,1,Android.OS.LocationPowerSaveMode,GpsDisabledWhenScreenOff,remove, +E,28,android/os/PowerManager.LOCATION_MODE_NO_CHANGE,0,Android.OS.WakeLockFlags,LocationModeNoChange,keep,flags +E,28,android/os/PowerManager.LOCATION_MODE_NO_CHANGE,0,Android.OS.LocationPowerSaveMode,NoChange,remove, +E,29,android/os/PowerManager.LOCATION_MODE_THROTTLE_REQUESTS_WHEN_SCREEN_OFF,4,Android.OS.WakeLockFlags,LocationModeThrottleRequestsWhenScreenOff,keep,flags +E,29,android/os/PowerManager.LOCATION_MODE_THROTTLE_REQUESTS_WHEN_SCREEN_OFF,4,Android.OS.LocationPowerSaveMode,ThrottleRequestsWhenScreenOff,remove, +E,10,android/os/PowerManager.ON_AFTER_RELEASE,536870912,Android.OS.WakeLockFlags,OnAfterRelease,keep,flags +E,10,android/os/PowerManager.PARTIAL_WAKE_LOCK,1,Android.OS.WakeLockFlags,Partial,keep,flags +E,21,android/os/PowerManager.PROXIMITY_SCREEN_OFF_WAKE_LOCK,32,Android.OS.WakeLockFlags,ProximityScreenOff,keep,flags +E,21,android/os/PowerManager.RELEASE_FLAG_WAIT_FOR_NO_PROXIMITY,1,Android.OS.WakeLockFlags,ReleaseFlagWaitForNoProximity,keep,flags +E,10,android/os/PowerManager.SCREEN_BRIGHT_WAKE_LOCK,10,Android.OS.WakeLockFlags,ScreenBright,keep,flags +E,10,android/os/PowerManager.SCREEN_DIM_WAKE_LOCK,6,Android.OS.WakeLockFlags,ScreenDim,keep,flags +E,29,android/os/PowerManager.THERMAL_STATUS_CRITICAL,4,Android.OS.WakeLockFlags,ThermalStatusCritical,keep,flags +E,29,android/os/PowerManager.THERMAL_STATUS_CRITICAL,4,Android.OS.ThermalStatus,Critical,remove, +E,29,android/os/PowerManager.THERMAL_STATUS_EMERGENCY,5,Android.OS.WakeLockFlags,ThermalStatusEmergency,keep,flags +E,29,android/os/PowerManager.THERMAL_STATUS_EMERGENCY,5,Android.OS.ThermalStatus,Emergency,remove, +E,29,android/os/PowerManager.THERMAL_STATUS_LIGHT,1,Android.OS.WakeLockFlags,ThermalStatusLight,keep,flags +E,29,android/os/PowerManager.THERMAL_STATUS_LIGHT,1,Android.OS.ThermalStatus,Light,remove, +E,29,android/os/PowerManager.THERMAL_STATUS_MODERATE,2,Android.OS.WakeLockFlags,ThermalStatusModerate,keep,flags +E,29,android/os/PowerManager.THERMAL_STATUS_MODERATE,2,Android.OS.ThermalStatus,Moderate,remove, +E,29,android/os/PowerManager.THERMAL_STATUS_NONE,0,Android.OS.WakeLockFlags,ThermalStatusNone,keep,flags +E,29,android/os/PowerManager.THERMAL_STATUS_NONE,0,Android.OS.ThermalStatus,None,remove, +E,29,android/os/PowerManager.THERMAL_STATUS_SEVERE,3,Android.OS.WakeLockFlags,ThermalStatusSevere,keep,flags +E,29,android/os/PowerManager.THERMAL_STATUS_SEVERE,3,Android.OS.ThermalStatus,Severe,remove, +E,29,android/os/PowerManager.THERMAL_STATUS_SHUTDOWN,6,Android.OS.WakeLockFlags,ThermalStatusShutdown,keep,flags +E,29,android/os/PowerManager.THERMAL_STATUS_SHUTDOWN,6,Android.OS.ThermalStatus,Shutdown,remove, +?,0,android/os/Process.BLUETOOTH_GID,2000,,,, +?,29,android/os/Process.BLUETOOTH_UID,1002,,,, +?,0,android/os/Process.FIRST_APPLICATION_UID,10000,,,, +?,29,android/os/Process.INVALID_UID,-1,,,, +?,0,android/os/Process.LAST_APPLICATION_UID,99999,,,, +?,0,android/os/Process.PHONE_UID,1001,,,, +?,29,android/os/Process.ROOT_UID,0,,,, +?,29,android/os/Process.SHELL_UID,2000,,,, +E,10,android/os/Process.SIGNAL_KILL,9,Android.OS.Signal,Kill,keep, +E,10,android/os/Process.SIGNAL_QUIT,3,Android.OS.Signal,Quit,keep, +E,10,android/os/Process.SIGNAL_USR1,10,Android.OS.Signal,Usr1,keep, +?,0,android/os/Process.SYSTEM_UID,1000,,,, +E,10,android/os/Process.THREAD_PRIORITY_AUDIO,-16,Android.OS.ThreadPriority,Audio,keep, +E,10,android/os/Process.THREAD_PRIORITY_BACKGROUND,10,Android.OS.ThreadPriority,Background,keep, +E,10,android/os/Process.THREAD_PRIORITY_DEFAULT,0,Android.OS.ThreadPriority,Default,keep, +E,10,android/os/Process.THREAD_PRIORITY_DISPLAY,-4,Android.OS.ThreadPriority,Display,keep, +E,10,android/os/Process.THREAD_PRIORITY_FOREGROUND,-2,Android.OS.ThreadPriority,Foreground,keep, +E,10,android/os/Process.THREAD_PRIORITY_LESS_FAVORABLE,1,Android.OS.ThreadPriority,LessFavorable,keep, +E,10,android/os/Process.THREAD_PRIORITY_LOWEST,19,Android.OS.ThreadPriority,Lowest,keep, +E,10,android/os/Process.THREAD_PRIORITY_MORE_FAVORABLE,-1,Android.OS.ThreadPriority,MoreFavorable,keep, +E,10,android/os/Process.THREAD_PRIORITY_URGENT_AUDIO,-19,Android.OS.ThreadPriority,UrgentAudio,keep, +E,10,android/os/Process.THREAD_PRIORITY_URGENT_DISPLAY,-8,Android.OS.ThreadPriority,UrgentDisplay,keep, +E,28,android/os/Process.THREAD_PRIORITY_VIDEO,-10,Android.OS.ThreadPriority,Video,keep, +?,30,android/os/Process.WIFI_UID,1010,,,, +E,10,android/os/storage/OnObbStateChangeListener.ERROR_ALREADY_MOUNTED,24,Android.OS.Storage.ObbError,AlreadyMounted,remove, +E,10,android/os/storage/OnObbStateChangeListener.ERROR_COULD_NOT_MOUNT,21,Android.OS.Storage.ObbError,CouldNotMount,remove, +E,10,android/os/storage/OnObbStateChangeListener.ERROR_COULD_NOT_UNMOUNT,22,Android.OS.Storage.ObbError,CouldNotUnmount,remove, +E,10,android/os/storage/OnObbStateChangeListener.ERROR_INTERNAL,20,Android.OS.Storage.ObbError,Internal,remove, +E,10,android/os/storage/OnObbStateChangeListener.ERROR_NOT_MOUNTED,23,Android.OS.Storage.ObbError,NotMounted,remove, +E,10,android/os/storage/OnObbStateChangeListener.ERROR_PERMISSION_DENIED,25,Android.OS.Storage.ObbError,PermissionDenied,remove, +E,10,android/os/storage/OnObbStateChangeListener.MOUNTED,1,Android.OS.Storage.ObbState,Mounted,remove, +E,10,android/os/storage/OnObbStateChangeListener.UNMOUNTED,2,Android.OS.Storage.ObbState,Unmounted,remove, +A,0,,0,Android.OS.QuietType,None,remove, +E,30,android/os/UserManager.QUIET_MODE_DISABLE_ONLY_IF_CREDENTIAL_NOT_REQUIRED,1,Android.OS.QuietType,QuietModeDisableOnlyIfCredentialNotRequired,remove, +E,24,android/os/UserManager.USER_CREATION_FAILED_NO_MORE_USERS,2,Android.OS.UserCreationFailureReason,NoMoreUsers,remove, +E,24,android/os/UserManager.USER_CREATION_FAILED_NOT_PERMITTED,1,Android.OS.UserCreationFailureReason,NotPermitted,remove, +E,28,android/os/UserManager.USER_OPERATION_ERROR_CURRENT_USER,4,Android.OS.UserOperationResultCode,ErrorCurrentUser,remove, +E,28,android/os/UserManager.USER_OPERATION_ERROR_LOW_STORAGE,5,Android.OS.UserOperationResultCode,ErrorLowStorage,remove, +E,28,android/os/UserManager.USER_OPERATION_ERROR_MANAGED_PROFILE,2,Android.OS.UserOperationResultCode,ErrorManagedProfile,remove, +E,28,android/os/UserManager.USER_OPERATION_ERROR_MAX_RUNNING_USERS,3,Android.OS.UserOperationResultCode,ErrorMaxRunningUsers,remove, +E,28,android/os/UserManager.USER_OPERATION_ERROR_MAX_USERS,6,Android.OS.UserOperationResultCode,ErrorMaxUsers,remove, +E,28,android/os/UserManager.USER_OPERATION_ERROR_UNKNOWN,1,Android.OS.UserOperationResultCode,ErrorUnknown,remove, +E,28,android/os/UserManager.USER_OPERATION_SUCCESS,0,Android.OS.UserOperationResultCode,Success,remove, +?,0,android/os/VibrationAttributes.FLAG_BYPASS_INTERRUPTION_POLICY,1,,,, +E,30,android/os/VibrationAttributes.USAGE_ALARM,17,Android.OS.VibrationAttributesUsageType,UsageAlarm,remove, +?,0,android/os/VibrationAttributes.USAGE_CLASS_ALARM,1,,,, +?,0,android/os/VibrationAttributes.USAGE_CLASS_FEEDBACK,2,,,, +?,0,android/os/VibrationAttributes.USAGE_CLASS_MASK,15,,,, +?,0,android/os/VibrationAttributes.USAGE_CLASS_UNKNOWN,0,,,, +E,30,android/os/VibrationAttributes.USAGE_COMMUNICATION_REQUEST,65,Android.OS.VibrationAttributesUsageType,UsageCommunicationRequest,remove, +E,30,android/os/VibrationAttributes.USAGE_HARDWARE_FEEDBACK,50,Android.OS.VibrationAttributesUsageType,UsageHardwareFeedback,remove, +E,30,android/os/VibrationAttributes.USAGE_NOTIFICATION,49,Android.OS.VibrationAttributesUsageType,UsageNotification,remove, +E,30,android/os/VibrationAttributes.USAGE_PHYSICAL_EMULATION,34,Android.OS.VibrationAttributesUsageType,UsagePhysicalEmulation,remove, +E,30,android/os/VibrationAttributes.USAGE_RINGTONE,33,Android.OS.VibrationAttributesUsageType,UsageRingtone,remove, +E,30,android/os/VibrationAttributes.USAGE_TOUCH,18,Android.OS.VibrationAttributesUsageType,UsageTouch,remove, +?,0,android/os/VibrationAttributes.USAGE_UNKNOWN,0,,,, +?,0,android/os/VibrationEffect$Composition.PRIMITIVE_CLICK,1,,,, +?,0,android/os/VibrationEffect$Composition.PRIMITIVE_QUICK_FALL,6,,,, +?,0,android/os/VibrationEffect$Composition.PRIMITIVE_QUICK_RISE,4,,,, +?,0,android/os/VibrationEffect$Composition.PRIMITIVE_SLOW_RISE,5,,,, +?,0,android/os/VibrationEffect$Composition.PRIMITIVE_TICK,7,,,, +?,0,android/os/VibrationEffect.DEFAULT_AMPLITUDE,-1,,,, +?,29,android/os/VibrationEffect.EFFECT_CLICK,0,,,, +?,29,android/os/VibrationEffect.EFFECT_DOUBLE_CLICK,1,,,, +?,29,android/os/VibrationEffect.EFFECT_HEAVY_CLICK,5,,,, +?,29,android/os/VibrationEffect.EFFECT_TICK,2,,,, +?,0,android/preference/Preference.DEFAULT_ORDER,2147483647,,,, +E,19,android/print/PrintAttributes.COLOR_MODE_COLOR,2,Android.Print.PrintColorMode,Color,remove, +E,19,android/print/PrintAttributes.COLOR_MODE_MONOCHROME,1,Android.Print.PrintColorMode,Monochrome,remove, +E,23,android/print/PrintAttributes.DUPLEX_MODE_LONG_EDGE,2,Android.Print.DuplexMode,LongEdge,keep, +E,23,android/print/PrintAttributes.DUPLEX_MODE_NONE,1,Android.Print.DuplexMode,None,keep, +E,23,android/print/PrintAttributes.DUPLEX_MODE_SHORT_EDGE,4,Android.Print.DuplexMode,ShortEdge,keep, +E,19,android/print/PrintDocumentInfo.CONTENT_TYPE_DOCUMENT,0,Android.Print.PrintContentType,Document,remove, +E,19,android/print/PrintDocumentInfo.CONTENT_TYPE_PHOTO,1,Android.Print.PrintContentType,Photo,remove, +E,19,android/print/PrintDocumentInfo.CONTENT_TYPE_UNKNOWN,-1,Android.Print.PrintContentType,Unknown,remove, +?,0,android/print/PrintDocumentInfo.PAGE_COUNT_UNKNOWN,-1,,,, +E,19,android/print/PrinterInfo.STATUS_BUSY,2,Android.Print.PrinterStatus,Busy,remove, +E,19,android/print/PrinterInfo.STATUS_IDLE,1,Android.Print.PrinterStatus,Idle,remove, +E,19,android/print/PrinterInfo.STATUS_UNAVAILABLE,3,Android.Print.PrinterStatus,Unavailable,remove, +E,19,android/print/PrintJobInfo.STATE_BLOCKED,4,Android.Print.PrintJobState,Blocked,remove, +E,19,android/print/PrintJobInfo.STATE_CANCELED,7,Android.Print.PrintJobState,Canceled,remove, +E,19,android/print/PrintJobInfo.STATE_COMPLETED,5,Android.Print.PrintJobState,Completed,remove, +E,19,android/print/PrintJobInfo.STATE_CREATED,1,Android.Print.PrintJobState,Created,remove, +E,19,android/print/PrintJobInfo.STATE_FAILED,6,Android.Print.PrintJobState,Failed,remove, +E,19,android/print/PrintJobInfo.STATE_QUEUED,2,Android.Print.PrintJobState,Queued,remove, +E,19,android/print/PrintJobInfo.STATE_STARTED,3,Android.Print.PrintJobState,Started,remove, +E,10,android/provider/Browser.HISTORY_PROJECTION_BOOKMARK_INDEX,4,Android.Provider.HistoryProjection,BookmarkIndex,keep, +E,10,android/provider/Browser.HISTORY_PROJECTION_DATE_INDEX,3,Android.Provider.HistoryProjection,DateIndex,keep, +E,10,android/provider/Browser.HISTORY_PROJECTION_FAVICON_INDEX,6,Android.Provider.HistoryProjection,FaviconIndex,keep, +E,10,android/provider/Browser.HISTORY_PROJECTION_ID_INDEX,0,Android.Provider.HistoryProjection,IdIndex,keep, +E,10,android/provider/Browser.HISTORY_PROJECTION_TITLE_INDEX,5,Android.Provider.HistoryProjection,TitleIndex,keep, +E,10,android/provider/Browser.HISTORY_PROJECTION_URL_INDEX,1,Android.Provider.HistoryProjection,UrlIndex,keep, +E,10,android/provider/Browser.HISTORY_PROJECTION_VISITS_INDEX,2,Android.Provider.HistoryProjection,VisitsIndex,keep, +E,10,android/provider/Browser.SEARCHES_PROJECTION_DATE_INDEX,2,Android.Provider.SearchesProjection,DateIndex,keep, +E,10,android/provider/Browser.SEARCHES_PROJECTION_SEARCH_INDEX,1,Android.Provider.SearchesProjection,SearchIndex,keep, +?,0,android/provider/Browser.TRUNCATE_HISTORY_PROJECTION_ID_INDEX,0,,,, +?,0,android/provider/Browser.TRUNCATE_N_OLDEST,5,,,, +E,25,android/provider/CallLog$Calls.ANSWERED_EXTERNALLY_TYPE,7,Android.Provider.CallType,AnsweredExternally,keep, +?,29,android/provider/CallLog$Calls.BLOCK_REASON_BLOCKED_NUMBER,3,,,, +?,29,android/provider/CallLog$Calls.BLOCK_REASON_CALL_SCREENING_SERVICE,1,,,, +?,29,android/provider/CallLog$Calls.BLOCK_REASON_DIRECT_TO_VOICEMAIL,2,,,, +?,29,android/provider/CallLog$Calls.BLOCK_REASON_NOT_BLOCKED,0,,,, +?,29,android/provider/CallLog$Calls.BLOCK_REASON_NOT_IN_CONTACTS,7,,,, +?,29,android/provider/CallLog$Calls.BLOCK_REASON_PAY_PHONE,6,,,, +?,29,android/provider/CallLog$Calls.BLOCK_REASON_RESTRICTED_NUMBER,5,,,, +?,29,android/provider/CallLog$Calls.BLOCK_REASON_UNKNOWN_NUMBER,4,,,, +E,24,android/provider/CallLog$Calls.BLOCKED_TYPE,6,Android.Provider.CallType,Blocked,keep, +?,30,android/provider/CallLog$Calls.FEATURES_ASSISTED_DIALING_USED,16,,,, +?,26,android/provider/CallLog$Calls.FEATURES_HD_CALL,4,,,, +?,25,android/provider/CallLog$Calls.FEATURES_PULLED_EXTERNALLY,2,,,, +?,28,android/provider/CallLog$Calls.FEATURES_RTT,32,,,, +?,21,android/provider/CallLog$Calls.FEATURES_VIDEO,1,,,, +?,30,android/provider/CallLog$Calls.FEATURES_VOLTE,64,,,, +?,26,android/provider/CallLog$Calls.FEATURES_WIFI,8,,,, +E,10,android/provider/CallLog$Calls.INCOMING_TYPE,1,Android.Provider.CallType,Incoming,keep, +E,10,android/provider/CallLog$Calls.MISSED_TYPE,3,Android.Provider.CallType,Missed,keep, +E,10,android/provider/CallLog$Calls.OUTGOING_TYPE,2,Android.Provider.CallType,Outgoing,keep, +E,19,android/provider/CallLog$Calls.PRESENTATION_ALLOWED,1,Android.Provider.CallerPresentation,Allowed,remove, +E,19,android/provider/CallLog$Calls.PRESENTATION_PAYPHONE,4,Android.Provider.CallerPresentation,Payphone,remove, +E,19,android/provider/CallLog$Calls.PRESENTATION_RESTRICTED,2,Android.Provider.CallerPresentation,Restricted,remove, +E,19,android/provider/CallLog$Calls.PRESENTATION_UNKNOWN,3,Android.Provider.CallerPresentation,Unknown,remove, +E,24,android/provider/CallLog$Calls.REJECTED_TYPE,5,Android.Provider.CallType,Rejected,keep, +E,21,android/provider/CallLog$Calls.VOICEMAIL_TYPE,4,Android.Provider.CallType,Voicemail,keep, +E,10,android/provider/Contacts$ContactMethods.PROTOCOL_AIM,0,Android.Provider.ContactProtocol,Aim,keep, +E,10,android/provider/Contacts$ContactMethods.PROTOCOL_GOOGLE_TALK,5,Android.Provider.ContactProtocol,GoogleTalk,keep, +E,10,android/provider/Contacts$ContactMethods.PROTOCOL_ICQ,6,Android.Provider.ContactProtocol,Icq,keep, +E,10,android/provider/Contacts$ContactMethods.PROTOCOL_JABBER,7,Android.Provider.ContactProtocol,Jabber,keep, +E,10,android/provider/Contacts$ContactMethods.PROTOCOL_MSN,1,Android.Provider.ContactProtocol,Msn,keep, +E,10,android/provider/Contacts$ContactMethods.PROTOCOL_QQ,4,Android.Provider.ContactProtocol,Qq,keep, +E,10,android/provider/Contacts$ContactMethods.PROTOCOL_SKYPE,3,Android.Provider.ContactProtocol,Skype,keep, +E,10,android/provider/Contacts$ContactMethods.PROTOCOL_YAHOO,2,Android.Provider.ContactProtocol,Yahoo,keep, +E,10,android/provider/Contacts.KIND_EMAIL,1,Android.Provider.ContactKind,Email,keep, +E,10,android/provider/Contacts.KIND_IM,3,Android.Provider.ContactKind,Im,keep, +E,10,android/provider/Contacts.KIND_ORGANIZATION,4,Android.Provider.ContactKind,Organization,keep, +E,10,android/provider/Contacts.KIND_PHONE,5,Android.Provider.ContactKind,Phone,keep, +E,10,android/provider/Contacts.KIND_POSTAL,2,Android.Provider.ContactKind,Postal,keep, +E,10,android/provider/ContactsContract$AggregationExceptions.TYPE_AUTOMATIC,0,Android.Provider.AggregateException,Automatic,keep, +E,10,android/provider/ContactsContract$AggregationExceptions.TYPE_KEEP_SEPARATE,2,Android.Provider.AggregateException,KeepSeparate,keep, +E,10,android/provider/ContactsContract$AggregationExceptions.TYPE_KEEP_TOGETHER,1,Android.Provider.AggregateException,KeepTogether,keep, +A,0,,0,Android.Provider.EmailDataKind,Custom,, +E,10,android/provider/ContactsContract$CommonDataKinds$Email.TYPE_HOME,1,Android.Provider.EmailDataKind,Home,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Email.TYPE_MOBILE,4,Android.Provider.EmailDataKind,Mobile,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Email.TYPE_OTHER,3,Android.Provider.EmailDataKind,Other,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Email.TYPE_WORK,2,Android.Provider.EmailDataKind,Work,keep, +A,0,,0,Android.Provider.EventDataKind,Custom,, +E,10,android/provider/ContactsContract$CommonDataKinds$Event.TYPE_ANNIVERSARY,1,Android.Provider.EventDataKind,Anniversary,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Event.TYPE_BIRTHDAY,3,Android.Provider.EventDataKind,Birthday,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Event.TYPE_OTHER,2,Android.Provider.EventDataKind,Other,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Im.PROTOCOL_AIM,0,Android.Provider.IMProtocolDataKind,Aim,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Im.PROTOCOL_CUSTOM,-1,Android.Provider.IMProtocolDataKind,Custom,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Im.PROTOCOL_GOOGLE_TALK,5,Android.Provider.IMProtocolDataKind,GoogleTalk,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Im.PROTOCOL_ICQ,6,Android.Provider.IMProtocolDataKind,Icq,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Im.PROTOCOL_JABBER,7,Android.Provider.IMProtocolDataKind,Jabber,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Im.PROTOCOL_MSN,1,Android.Provider.IMProtocolDataKind,Msn,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Im.PROTOCOL_NETMEETING,8,Android.Provider.IMProtocolDataKind,Netmeeting,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Im.PROTOCOL_QQ,4,Android.Provider.IMProtocolDataKind,Qq,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Im.PROTOCOL_SKYPE,3,Android.Provider.IMProtocolDataKind,Skype,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Im.PROTOCOL_YAHOO,2,Android.Provider.IMProtocolDataKind,Yahoo,keep, +A,0,,0,Android.Provider.IMTypeDataKind,Custom,, +E,10,android/provider/ContactsContract$CommonDataKinds$Im.TYPE_HOME,1,Android.Provider.IMTypeDataKind,Home,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Im.TYPE_OTHER,3,Android.Provider.IMTypeDataKind,Other,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Im.TYPE_WORK,2,Android.Provider.IMTypeDataKind,Work,keep, +A,0,,0,Android.Provider.NicknameDataKind,Custom,, +E,10,android/provider/ContactsContract$CommonDataKinds$Nickname.TYPE_DEFAULT,1,Android.Provider.NicknameDataKind,Default,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Nickname.TYPE_INITIALS,5,Android.Provider.NicknameDataKind,Initials,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Nickname.TYPE_MAIDEN_NAME,3,Android.Provider.NicknameDataKind,MaidenName,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Nickname.TYPE_MAINDEN_NAME,3,Android.Provider.NicknameDataKind,MaindenName,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Nickname.TYPE_OTHER_NAME,2,Android.Provider.NicknameDataKind,OtherName,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Nickname.TYPE_SHORT_NAME,4,Android.Provider.NicknameDataKind,ShortName,keep, +A,0,,0,Android.Provider.OrganizationDataKind,Custom,, +E,10,android/provider/ContactsContract$CommonDataKinds$Organization.TYPE_OTHER,2,Android.Provider.OrganizationDataKind,Other,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Organization.TYPE_WORK,1,Android.Provider.OrganizationDataKind,Work,keep, +A,0,,0,Android.Provider.PhoneDataKind,Custom,, +E,10,android/provider/ContactsContract$CommonDataKinds$Phone.TYPE_ASSISTANT,19,Android.Provider.PhoneDataKind,Assistant,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Phone.TYPE_CALLBACK,8,Android.Provider.PhoneDataKind,Callback,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Phone.TYPE_CAR,9,Android.Provider.PhoneDataKind,Car,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Phone.TYPE_COMPANY_MAIN,10,Android.Provider.PhoneDataKind,CompanyMain,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Phone.TYPE_FAX_HOME,5,Android.Provider.PhoneDataKind,FaxHome,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Phone.TYPE_FAX_WORK,4,Android.Provider.PhoneDataKind,FaxWork,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Phone.TYPE_HOME,1,Android.Provider.PhoneDataKind,Home,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Phone.TYPE_ISDN,11,Android.Provider.PhoneDataKind,Isdn,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Phone.TYPE_MAIN,12,Android.Provider.PhoneDataKind,Main,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Phone.TYPE_MMS,20,Android.Provider.PhoneDataKind,Mms,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Phone.TYPE_MOBILE,2,Android.Provider.PhoneDataKind,Mobile,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Phone.TYPE_OTHER,7,Android.Provider.PhoneDataKind,Other,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Phone.TYPE_OTHER_FAX,13,Android.Provider.PhoneDataKind,OtherFax,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Phone.TYPE_PAGER,6,Android.Provider.PhoneDataKind,Pager,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Phone.TYPE_RADIO,14,Android.Provider.PhoneDataKind,Radio,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Phone.TYPE_TELEX,15,Android.Provider.PhoneDataKind,Telex,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Phone.TYPE_TTY_TDD,16,Android.Provider.PhoneDataKind,TtyTdd,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Phone.TYPE_WORK,3,Android.Provider.PhoneDataKind,Work,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Phone.TYPE_WORK_MOBILE,17,Android.Provider.PhoneDataKind,WorkMobile,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Phone.TYPE_WORK_PAGER,18,Android.Provider.PhoneDataKind,WorkPager,keep, +A,0,,0,Android.Provider.RelationDataKind,Custom,, +E,10,android/provider/ContactsContract$CommonDataKinds$Relation.TYPE_ASSISTANT,1,Android.Provider.RelationDataKind,Assistant,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Relation.TYPE_BROTHER,2,Android.Provider.RelationDataKind,Brother,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Relation.TYPE_CHILD,3,Android.Provider.RelationDataKind,Child,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Relation.TYPE_DOMESTIC_PARTNER,4,Android.Provider.RelationDataKind,DomesticPartner,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Relation.TYPE_FATHER,5,Android.Provider.RelationDataKind,Father,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Relation.TYPE_FRIEND,6,Android.Provider.RelationDataKind,Friend,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Relation.TYPE_MANAGER,7,Android.Provider.RelationDataKind,Manager,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Relation.TYPE_MOTHER,8,Android.Provider.RelationDataKind,Mother,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Relation.TYPE_PARENT,9,Android.Provider.RelationDataKind,Parent,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Relation.TYPE_PARTNER,10,Android.Provider.RelationDataKind,Partner,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Relation.TYPE_REFERRED_BY,11,Android.Provider.RelationDataKind,ReferredBy,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Relation.TYPE_RELATIVE,12,Android.Provider.RelationDataKind,Relative,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Relation.TYPE_SISTER,13,Android.Provider.RelationDataKind,Sister,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Relation.TYPE_SPOUSE,14,Android.Provider.RelationDataKind,Spouse,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$SipAddress.TYPE_HOME,1,Android.Provider.SipAddressDataKind,Home,remove, +E,10,android/provider/ContactsContract$CommonDataKinds$SipAddress.TYPE_OTHER,3,Android.Provider.SipAddressDataKind,Other,remove, +E,10,android/provider/ContactsContract$CommonDataKinds$SipAddress.TYPE_WORK,2,Android.Provider.SipAddressDataKind,Work,remove, +A,0,,0,Android.Provider.AddressDataKind,Custom,, +E,10,android/provider/ContactsContract$CommonDataKinds$StructuredPostal.TYPE_HOME,1,Android.Provider.AddressDataKind,Home,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$StructuredPostal.TYPE_OTHER,3,Android.Provider.AddressDataKind,Other,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$StructuredPostal.TYPE_WORK,2,Android.Provider.AddressDataKind,Work,keep, +A,0,,0,Android.Provider.WebsiteDataKind,Custom,, +E,10,android/provider/ContactsContract$CommonDataKinds$Website.TYPE_BLOG,2,Android.Provider.WebsiteDataKind,Blog,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Website.TYPE_FTP,6,Android.Provider.WebsiteDataKind,Ftp,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Website.TYPE_HOME,4,Android.Provider.WebsiteDataKind,Home,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Website.TYPE_HOMEPAGE,1,Android.Provider.WebsiteDataKind,Homepage,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Website.TYPE_OTHER,7,Android.Provider.WebsiteDataKind,Other,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Website.TYPE_PROFILE,3,Android.Provider.WebsiteDataKind,Profile,keep, +E,10,android/provider/ContactsContract$CommonDataKinds$Website.TYPE_WORK,5,Android.Provider.WebsiteDataKind,Work,keep, +E,15,android/provider/ContactsContract$Directory.EXPORT_SUPPORT_ANY_ACCOUNT,2,Android.Provider.ExportSupport,AnyAccount,remove, +E,15,android/provider/ContactsContract$Directory.EXPORT_SUPPORT_NONE,0,Android.Provider.ExportSupport,None,remove, +E,15,android/provider/ContactsContract$Directory.EXPORT_SUPPORT_SAME_ACCOUNT_ONLY,1,Android.Provider.ExportSupport,SameAccountOnly,remove, +E,15,android/provider/ContactsContract$Directory.PHOTO_SUPPORT_FULL,3,Android.Provider.PhotoSupport,Full,remove, +E,15,android/provider/ContactsContract$Directory.PHOTO_SUPPORT_FULL_SIZE_ONLY,2,Android.Provider.PhotoSupport,FullSizeOnly,remove, +E,15,android/provider/ContactsContract$Directory.PHOTO_SUPPORT_NONE,0,Android.Provider.PhotoSupport,None,remove, +E,15,android/provider/ContactsContract$Directory.PHOTO_SUPPORT_THUMBNAIL_ONLY,1,Android.Provider.PhotoSupport,ThumbnailOnly,remove, +E,15,android/provider/ContactsContract$Directory.SHORTCUT_SUPPORT_DATA_ITEMS_ONLY,1,Android.Provider.ShortcutSupport,DataItemsOnly,remove, +E,15,android/provider/ContactsContract$Directory.SHORTCUT_SUPPORT_FULL,2,Android.Provider.ShortcutSupport,Full,remove, +E,15,android/provider/ContactsContract$Directory.SHORTCUT_SUPPORT_NONE,0,Android.Provider.ShortcutSupport,None,remove, +?,0,android/provider/ContactsContract$PinnedPositions.DEMOTED,-1,,,, +?,0,android/provider/ContactsContract$PinnedPositions.UNPINNED,0,,,, +E,23,android/provider/ContactsContract$ProviderStatus.STATUS_BUSY,1,Android.Provider.ContactsProviderStatus,Busy,keep, +E,23,android/provider/ContactsContract$ProviderStatus.STATUS_EMPTY,2,Android.Provider.ContactsProviderStatus,Empty,keep, +E,23,android/provider/ContactsContract$ProviderStatus.STATUS_NORMAL,0,Android.Provider.ContactsProviderStatus,Normal,keep, +E,10,android/provider/ContactsContract$QuickContact.MODE_LARGE,3,Android.Provider.QuickContactMode,Large,keep, +E,10,android/provider/ContactsContract$QuickContact.MODE_MEDIUM,2,Android.Provider.QuickContactMode,Medium,keep, +E,10,android/provider/ContactsContract$QuickContact.MODE_SMALL,1,Android.Provider.QuickContactMode,Small,keep, +E,10,android/provider/ContactsContract$RawContacts.AGGREGATION_MODE_DEFAULT,0,Android.Provider.AggregationMode,Default,keep, +E,10,android/provider/ContactsContract$RawContacts.AGGREGATION_MODE_DISABLED,3,Android.Provider.AggregationMode,Disabled,keep, +E,10,android/provider/ContactsContract$RawContacts.AGGREGATION_MODE_IMMEDIATE,1,Android.Provider.AggregationMode,Immediate,keep, +E,10,android/provider/ContactsContract$RawContacts.AGGREGATION_MODE_SUSPENDED,2,Android.Provider.AggregationMode,Suspended,keep, +?,30,android/provider/DocumentsContract$Document.FLAG_DIR_BLOCKS_OPEN_DOCUMENT_TREE,32768,,,, +E,19,android/provider/DocumentsContract$Document.FLAG_DIR_PREFERS_GRID,16,Android.Provider.DocumentContractFlags,DirPrefersGrid,remove, +E,19,android/provider/DocumentsContract$Document.FLAG_DIR_PREFERS_LAST_MODIFIED,32,Android.Provider.DocumentContractFlags,DirPrefersLastModified,remove, +E,19,android/provider/DocumentsContract$Document.FLAG_DIR_SUPPORTS_CREATE,8,Android.Provider.DocumentContractFlags,DirSupportsCreate,remove, +E,29,android/provider/DocumentsContract$Document.FLAG_PARTIAL,8192,Android.Provider.DocumentContractFlags,Partial,remove, +E,24,android/provider/DocumentsContract$Document.FLAG_SUPPORTS_COPY,128,Android.Provider.DocumentContractFlags,SupportsCopy,remove, +E,19,android/provider/DocumentsContract$Document.FLAG_SUPPORTS_DELETE,4,Android.Provider.DocumentContractFlags,SupportsDelete,remove, +E,29,android/provider/DocumentsContract$Document.FLAG_SUPPORTS_METADATA,16384,Android.Provider.DocumentContractFlags,SupportsMetadata,remove, +E,24,android/provider/DocumentsContract$Document.FLAG_SUPPORTS_MOVE,256,Android.Provider.DocumentContractFlags,SupportsMove,remove, +E,24,android/provider/DocumentsContract$Document.FLAG_SUPPORTS_REMOVE,1024,Android.Provider.DocumentContractFlags,SupportsRemove,remove, +E,21,android/provider/DocumentsContract$Document.FLAG_SUPPORTS_RENAME,64,Android.Provider.DocumentContractFlags,SupportsRename,remove, +E,26,android/provider/DocumentsContract$Document.FLAG_SUPPORTS_SETTINGS,2048,Android.Provider.DocumentContractFlags,SupportsSettings,remove, +E,19,android/provider/DocumentsContract$Document.FLAG_SUPPORTS_THUMBNAIL,1,Android.Provider.DocumentContractFlags,SupportsThumbnail,remove, +E,19,android/provider/DocumentsContract$Document.FLAG_SUPPORTS_WRITE,2,Android.Provider.DocumentContractFlags,SupportsWrite,remove, +E,24,android/provider/DocumentsContract$Document.FLAG_VIRTUAL_DOCUMENT,512,Android.Provider.DocumentContractFlags,VirtualDocument,remove, +E,26,android/provider/DocumentsContract$Document.FLAG_WEB_LINKABLE,4096,Android.Provider.DocumentContractFlags,WebLinkable,remove, +E,29,android/provider/DocumentsContract$Root.FLAG_EMPTY,64,Android.Provider.DocumentRootFlags,Empty,remove, +E,19,android/provider/DocumentsContract$Root.FLAG_LOCAL_ONLY,2,Android.Provider.DocumentRootFlags,LocalOnly,remove, +E,19,android/provider/DocumentsContract$Root.FLAG_SUPPORTS_CREATE,1,Android.Provider.DocumentRootFlags,SupportsCreate,remove, +E,26,android/provider/DocumentsContract$Root.FLAG_SUPPORTS_EJECT,32,Android.Provider.DocumentRootFlags,SupportsEject,remove, +E,21,android/provider/DocumentsContract$Root.FLAG_SUPPORTS_IS_CHILD,16,Android.Provider.DocumentRootFlags,SupportsIsChild,remove, +E,19,android/provider/DocumentsContract$Root.FLAG_SUPPORTS_RECENTS,4,Android.Provider.DocumentRootFlags,SupportsRecents,remove, +E,19,android/provider/DocumentsContract$Root.FLAG_SUPPORTS_SEARCH,8,Android.Provider.DocumentRootFlags,SupportsSearch,remove, +E,26,android/provider/FontsContract$Columns.RESULT_CODE_FONT_NOT_FOUND,1,Android.Provider.FontResultCode,FontNotFound,keep, +E,26,android/provider/FontsContract$Columns.RESULT_CODE_FONT_UNAVAILABLE,2,Android.Provider.FontResultCode,FontUnavailable,keep, +E,26,android/provider/FontsContract$Columns.RESULT_CODE_MALFORMED_QUERY,3,Android.Provider.FontResultCode,MalformedQuery,keep, +E,26,android/provider/FontsContract$Columns.RESULT_CODE_OK,0,Android.Provider.FontResultCode,Ok,keep, +E,26,android/provider/FontsContract$FontFamilyResult.STATUS_OK,0,Android.Provider.FontFamilyResultStatus,Ok,keep, +E,26,android/provider/FontsContract$FontFamilyResult.STATUS_REJECTED,3,Android.Provider.FontFamilyResultStatus,Rejected,keep, +E,26,android/provider/FontsContract$FontFamilyResult.STATUS_UNEXPECTED_DATA_PROVIDED,2,Android.Provider.FontFamilyResultStatus,UnexpectedDataProvided,keep, +E,26,android/provider/FontsContract$FontFamilyResult.STATUS_WRONG_CERTIFICATES,1,Android.Provider.FontFamilyResultStatus,WrongCertificates,keep, +E,26,android/provider/FontsContract$FontRequestCallback.FAIL_REASON_FONT_LOAD_ERROR,-3,Android.Provider.FontRequestFailureReason,FontLoadError,keep, +E,26,android/provider/FontsContract$FontRequestCallback.FAIL_REASON_FONT_NOT_FOUND,1,Android.Provider.FontRequestFailureReason,FontNotFound,keep, +E,26,android/provider/FontsContract$FontRequestCallback.FAIL_REASON_FONT_UNAVAILABLE,2,Android.Provider.FontRequestFailureReason,FontUnavailable,keep, +E,26,android/provider/FontsContract$FontRequestCallback.FAIL_REASON_MALFORMED_QUERY,3,Android.Provider.FontRequestFailureReason,MalformedQuery,keep, +E,26,android/provider/FontsContract$FontRequestCallback.FAIL_REASON_PROVIDER_NOT_FOUND,-1,Android.Provider.FontRequestFailureReason,ProviderNotFound,keep, +E,26,android/provider/FontsContract$FontRequestCallback.FAIL_REASON_WRONG_CERTIFICATES,-2,Android.Provider.FontRequestFailureReason,WrongCertificates,keep, +E,10,android/provider/LiveFolders.DISPLAY_MODE_GRID,1,Android.Provider.DisplayMode,Grid,keep, +E,10,android/provider/LiveFolders.DISPLAY_MODE_LIST,2,Android.Provider.DisplayMode,List,keep, +E,10,android/provider/MediaStore$Images$Thumbnails.FULL_SCREEN_KIND,2,Android.Provider.ThumbnailKind,FullScreenKind,keep, +E,10,android/provider/MediaStore$Images$Thumbnails.MICRO_KIND,3,Android.Provider.ThumbnailKind,MicroKind,keep, +E,10,android/provider/MediaStore$Images$Thumbnails.MINI_KIND,1,Android.Provider.ThumbnailKind,MiniKind,keep, +E,10,android/provider/MediaStore$Video$Thumbnails.FULL_SCREEN_KIND,2,Android.Provider.VideoThumbnailKind,FullScreenKind,remove, +E,10,android/provider/MediaStore$Video$Thumbnails.MICRO_KIND,3,Android.Provider.VideoThumbnailKind,MicroKind,remove, +E,10,android/provider/MediaStore$Video$Thumbnails.MINI_KIND,1,Android.Provider.VideoThumbnailKind,MiniKind,remove, +?,30,android/provider/MediaStore.MATCH_DEFAULT,0,,,, +?,30,android/provider/MediaStore.MATCH_EXCLUDE,2,,,, +?,30,android/provider/MediaStore.MATCH_INCLUDE,1,,,, +?,30,android/provider/MediaStore.MATCH_ONLY,3,,,, +E,10,android/provider/SearchRecentSuggestions.QUERIES_PROJECTION_DATE_INDEX,1,Android.Provider.QueriesProjection,DateIndex,keep, +E,10,android/provider/SearchRecentSuggestions.QUERIES_PROJECTION_DISPLAY1_INDEX,3,Android.Provider.QueriesProjection,Display1Index,keep, +E,10,android/provider/SearchRecentSuggestions.QUERIES_PROJECTION_DISPLAY2_INDEX,4,Android.Provider.QueriesProjection,Display2Index,keep, +E,10,android/provider/SearchRecentSuggestions.QUERIES_PROJECTION_QUERY_INDEX,2,Android.Provider.QueriesProjection,QueryIndex,keep, +E,17,android/provider/Settings$Global.WIFI_SLEEP_POLICY_DEFAULT,0,Android.Provider.GlobalWifiSleepPolicy,Default,remove, +E,17,android/provider/Settings$Global.WIFI_SLEEP_POLICY_NEVER,2,Android.Provider.GlobalWifiSleepPolicy,Never,remove, +E,17,android/provider/Settings$Global.WIFI_SLEEP_POLICY_NEVER_WHILE_PLUGGED,1,Android.Provider.GlobalWifiSleepPolicy,NeverWhilePlugged,remove, +E,19,android/provider/Settings$Secure.LOCATION_MODE_BATTERY_SAVING,2,Android.Provider.SecurityLocationMode,BatterySaving,remove, +E,19,android/provider/Settings$Secure.LOCATION_MODE_HIGH_ACCURACY,3,Android.Provider.SecurityLocationMode,HighAccuracy,remove, +E,19,android/provider/Settings$Secure.LOCATION_MODE_OFF,0,Android.Provider.SecurityLocationMode,Off,remove, +E,19,android/provider/Settings$Secure.LOCATION_MODE_SENSORS_ONLY,1,Android.Provider.SecurityLocationMode,SensorsOnly,remove, +E,10,android/provider/Settings$System.SCREEN_BRIGHTNESS_MODE_AUTOMATIC,1,Android.Provider.ScreenBrightness,ModeAutomatic,remove, +E,10,android/provider/Settings$System.SCREEN_BRIGHTNESS_MODE_MANUAL,0,Android.Provider.ScreenBrightness,ModeManual,remove, +E,10,android/provider/Settings$System.WIFI_SLEEP_POLICY_DEFAULT,0,Android.Provider.WifiSleepPolicy,Default,remove, +E,10,android/provider/Settings$System.WIFI_SLEEP_POLICY_NEVER,2,Android.Provider.WifiSleepPolicy,Never,remove, +E,10,android/provider/Settings$System.WIFI_SLEEP_POLICY_NEVER_WHILE_PLUGGED,1,Android.Provider.WifiSleepPolicy,NeverWhilePlugged,remove, +?,30,android/provider/Settings.ADD_WIFI_RESULT_ADD_OR_UPDATE_FAILED,1,,,, +?,30,android/provider/Settings.ADD_WIFI_RESULT_ALREADY_EXISTS,2,,,, +?,30,android/provider/Settings.ADD_WIFI_RESULT_SUCCESS,0,,,, +E,19,android/provider/Telephony$MmsSms.ERR_TYPE_GENERIC,1,Android.Provider.MmsSmsErrorType,Generic,remove, +E,19,android/provider/Telephony$MmsSms.ERR_TYPE_GENERIC_PERMANENT,10,Android.Provider.MmsSmsErrorType,GenericPermanent,remove, +E,19,android/provider/Telephony$MmsSms.ERR_TYPE_MMS_PROTO_PERMANENT,12,Android.Provider.MmsSmsErrorType,MmsProtoPermanent,remove, +E,19,android/provider/Telephony$MmsSms.ERR_TYPE_MMS_PROTO_TRANSIENT,3,Android.Provider.MmsSmsErrorType,MmsProtoTransient,remove, +E,19,android/provider/Telephony$MmsSms.ERR_TYPE_SMS_PROTO_PERMANENT,11,Android.Provider.MmsSmsErrorType,SmsProtoPermanent,remove, +E,19,android/provider/Telephony$MmsSms.ERR_TYPE_SMS_PROTO_TRANSIENT,2,Android.Provider.MmsSmsErrorType,SmsProtoTransient,remove, +E,19,android/provider/Telephony$MmsSms.ERR_TYPE_TRANSPORT_FAILURE,4,Android.Provider.MmsSmsErrorType,TransportFailure,remove, +E,19,android/provider/Telephony$MmsSms.MMS_PROTO,1,Android.Provider.MmsSmsProtocol,MmsProto,remove, +E,19,android/provider/Telephony$MmsSms.NO_ERROR,0,Android.Provider.MmsSmsErrorType,NoError,remove, +E,19,android/provider/Telephony$MmsSms.SMS_PROTO,0,Android.Provider.MmsSmsProtocol,SmsProto,remove, +?,30,android/provider/Telephony$Sms$Intents.RESULT_SMS_DATABASE_ERROR,10,,,, +?,30,android/provider/Telephony$Sms$Intents.RESULT_SMS_DISPATCH_FAILURE,6,,,, +E,19,android/provider/Telephony$Sms$Intents.RESULT_SMS_DUPLICATED,5,Android.Provider.SmsIntentResult,Duplicated,remove, +E,19,android/provider/Telephony$Sms$Intents.RESULT_SMS_GENERIC_ERROR,2,Android.Provider.SmsIntentResult,GenericError,remove, +E,19,android/provider/Telephony$Sms$Intents.RESULT_SMS_HANDLED,1,Android.Provider.SmsIntentResult,Handled,remove, +?,30,android/provider/Telephony$Sms$Intents.RESULT_SMS_INVALID_URI,11,,,, +?,30,android/provider/Telephony$Sms$Intents.RESULT_SMS_NULL_MESSAGE,8,,,, +?,30,android/provider/Telephony$Sms$Intents.RESULT_SMS_NULL_PDU,7,,,, +E,19,android/provider/Telephony$Sms$Intents.RESULT_SMS_OUT_OF_MEMORY,3,Android.Provider.SmsIntentResult,OutOfMemory,remove, +?,30,android/provider/Telephony$Sms$Intents.RESULT_SMS_RECEIVED_WHILE_ENCRYPTED,9,,,, +E,19,android/provider/Telephony$Sms$Intents.RESULT_SMS_UNSUPPORTED,4,Android.Provider.SmsIntentResult,Unsupported,remove, +E,19,android/provider/Telephony$Threads.BROADCAST_THREAD,1,Android.Provider.ThreadType,BroadcastThread,remove, +E,19,android/provider/Telephony$Threads.COMMON_THREAD,0,Android.Provider.ThreadType,CommonThread,remove, +E,10,android/provider/UserDictionary$Words.LOCALE_TYPE_ALL,0,Android.Provider.LocaleType,All,keep, +E,10,android/provider/UserDictionary$Words.LOCALE_TYPE_CURRENT,1,Android.Provider.LocaleType,Current,keep, +E,15,android/provider/VoicemailContract$Status.CONFIGURATION_STATE_CAN_BE_CONFIGURED,2,Android.Provider.VoicemailConfigurationState,CanBeConfigured,remove, +E,25,android/provider/VoicemailContract$Status.CONFIGURATION_STATE_CONFIGURING,3,Android.Provider.VoicemailConfigurationState,Configuring,remove, +E,25,android/provider/VoicemailContract$Status.CONFIGURATION_STATE_DISABLED,5,Android.Provider.VoicemailConfigurationState,Disabled,remove, +E,25,android/provider/VoicemailContract$Status.CONFIGURATION_STATE_FAILED,4,Android.Provider.VoicemailConfigurationState,Failed,remove, +E,15,android/provider/VoicemailContract$Status.CONFIGURATION_STATE_NOT_CONFIGURED,1,Android.Provider.VoicemailConfigurationState,NotConfigured,remove, +E,15,android/provider/VoicemailContract$Status.CONFIGURATION_STATE_OK,0,Android.Provider.VoicemailConfigurationState,Ok,remove, +E,24,android/provider/VoicemailContract$Status.DATA_CHANNEL_STATE_BAD_CONFIGURATION,3,Android.Provider.VoicemailDataChannelState,BadConfiguration,remove, +E,24,android/provider/VoicemailContract$Status.DATA_CHANNEL_STATE_COMMUNICATION_ERROR,4,Android.Provider.VoicemailDataChannelState,CommunicationError,remove, +E,15,android/provider/VoicemailContract$Status.DATA_CHANNEL_STATE_NO_CONNECTION,1,Android.Provider.VoicemailDataChannelState,NoConnection,remove, +E,24,android/provider/VoicemailContract$Status.DATA_CHANNEL_STATE_NO_CONNECTION_CELLULAR_REQUIRED,2,Android.Provider.VoicemailDataChannelState,NoConnectionCellularRequired,remove, +E,15,android/provider/VoicemailContract$Status.DATA_CHANNEL_STATE_OK,0,Android.Provider.VoicemailDataChannelState,Ok,remove, +E,24,android/provider/VoicemailContract$Status.DATA_CHANNEL_STATE_SERVER_CONNECTION_ERROR,6,Android.Provider.VoicemailDataChannelState,ServerConnectionError,remove, +E,24,android/provider/VoicemailContract$Status.DATA_CHANNEL_STATE_SERVER_ERROR,5,Android.Provider.VoicemailDataChannelState,ServerError,remove, +E,15,android/provider/VoicemailContract$Status.NOTIFICATION_CHANNEL_STATE_MESSAGE_WAITING,2,Android.Provider.VoicemailNotificationChannelState,MessageWaiting,remove, +E,15,android/provider/VoicemailContract$Status.NOTIFICATION_CHANNEL_STATE_NO_CONNECTION,1,Android.Provider.VoicemailNotificationChannelState,NoConnection,remove, +E,15,android/provider/VoicemailContract$Status.NOTIFICATION_CHANNEL_STATE_OK,0,Android.Provider.VoicemailNotificationChannelState,Ok,remove, +?,24,android/provider/VoicemailContract$Status.QUOTA_UNAVAILABLE,-1,,,, +?,28,android/provider/VoicemailContract$Voicemails.DIRTY_RETAIN,-1,,,, +?,0,android/R$anim.accelerate_decelerate_interpolator,17432580,,,, +?,0,android/R$anim.accelerate_interpolator,17432581,,,, +?,0,android/R$anim.anticipate_interpolator,17432583,,,, +?,0,android/R$anim.anticipate_overshoot_interpolator,17432585,,,, +?,0,android/R$anim.bounce_interpolator,17432586,,,, +?,0,android/R$anim.cycle_interpolator,17432588,,,, +?,0,android/R$anim.decelerate_interpolator,17432582,,,, +?,0,android/R$anim.fade_in,17432576,,,, +?,0,android/R$anim.fade_out,17432577,,,, +?,0,android/R$anim.linear_interpolator,17432587,,,, +?,0,android/R$anim.overshoot_interpolator,17432584,,,, +?,0,android/R$anim.slide_in_left,17432578,,,, +?,0,android/R$anim.slide_out_right,17432579,,,, +?,0,android/R$animator.fade_in,17498112,,,, +?,0,android/R$animator.fade_out,17498113,,,, +?,0,android/R$array.emailAddressTypes,17235968,,,, +?,0,android/R$array.imProtocols,17235969,,,, +?,0,android/R$array.organizationTypes,17235970,,,, +?,0,android/R$array.phoneTypes,17235971,,,, +?,0,android/R$array.postalAddressTypes,17235972,,,, +?,0,android/R$attr.absListViewStyle,16842858,,,, +?,15,android/R$attr.accessibilityEventTypes,16843648,,,, +?,15,android/R$attr.accessibilityFeedbackType,16843650,,,, +?,15,android/R$attr.accessibilityFlags,16843652,,,, +?,28,android/R$attr.accessibilityHeading,16844160,,,, +?,19,android/R$attr.accessibilityLiveRegion,16843758,,,, +?,28,android/R$attr.accessibilityPaneTitle,16844156,,,, +?,22,android/R$attr.accessibilityTraversalAfter,16843986,,,, +?,22,android/R$attr.accessibilityTraversalBefore,16843985,,,, +?,0,android/R$attr.accountPreferences,16843423,,,, +?,0,android/R$attr.accountType,16843407,,,, +?,0,android/R$attr.action,16842797,,,, +?,15,android/R$attr.actionBarDivider,16843675,,,, +?,15,android/R$attr.actionBarItemBackground,16843676,,,, +?,21,android/R$attr.actionBarPopupTheme,16843917,,,, +?,15,android/R$attr.actionBarSize,16843499,,,, +?,15,android/R$attr.actionBarSplitStyle,16843656,,,, +?,15,android/R$attr.actionBarStyle,16843470,,,, +?,15,android/R$attr.actionBarTabBarStyle,16843508,,,, +?,15,android/R$attr.actionBarTabStyle,16843507,,,, +?,15,android/R$attr.actionBarTabTextStyle,16843509,,,, +?,21,android/R$attr.actionBarTheme,16843825,,,, +?,15,android/R$attr.actionBarWidgetTheme,16843671,,,, +?,15,android/R$attr.actionButtonStyle,16843480,,,, +?,15,android/R$attr.actionDropDownStyle,16843479,,,, +?,15,android/R$attr.actionLayout,16843515,,,, +?,15,android/R$attr.actionMenuTextAppearance,16843616,,,, +?,15,android/R$attr.actionMenuTextColor,16843617,,,, +?,15,android/R$attr.actionModeBackground,16843483,,,, +?,15,android/R$attr.actionModeCloseButtonStyle,16843511,,,, +?,15,android/R$attr.actionModeCloseDrawable,16843484,,,, +?,15,android/R$attr.actionModeCopyDrawable,16843538,,,, +?,15,android/R$attr.actionModeCutDrawable,16843537,,,, +?,21,android/R$attr.actionModeFindDrawable,16843898,,,, +?,15,android/R$attr.actionModePasteDrawable,16843539,,,, +?,15,android/R$attr.actionModeSelectAllDrawable,16843646,,,, +?,21,android/R$attr.actionModeShareDrawable,16843897,,,, +?,15,android/R$attr.actionModeSplitBackground,16843677,,,, +?,15,android/R$attr.actionModeStyle,16843668,,,, +?,21,android/R$attr.actionModeWebSearchDrawable,16843899,,,, +?,15,android/R$attr.actionOverflowButtonStyle,16843510,,,, +?,21,android/R$attr.actionOverflowMenuStyle,16843844,,,, +?,15,android/R$attr.actionProviderClass,16843657,,,, +?,15,android/R$attr.actionViewClass,16843516,,,, +?,15,android/R$attr.activatedBackgroundIndicator,16843517,,,, +?,0,android/R$attr.activityCloseEnterAnimation,16842938,,,, +?,0,android/R$attr.activityCloseExitAnimation,16842939,,,, +?,0,android/R$attr.activityOpenEnterAnimation,16842936,,,, +?,0,android/R$attr.activityOpenExitAnimation,16842937,,,, +?,19,android/R$attr.addPrintersActivity,16843750,,,, +?,0,android/R$attr.addStatesFromChildren,16842992,,,, +?,0,android/R$attr.adjustViewBounds,16843038,,,, +?,19,android/R$attr.advancedPrintOptionsActivity,16843761,,,, +?,15,android/R$attr.alertDialogIcon,16843605,,,, +?,0,android/R$attr.alertDialogStyle,16842845,,,, +?,15,android/R$attr.alertDialogTheme,16843529,,,, +?,15,android/R$attr.alignmentMode,16843642,,,, +?,15,android/R$attr.allContactsName,16843468,,,, +?,29,android/R$attr.allowAudioPlaybackCapture,16844289,,,, +?,30,android/R$attr.allowAutoRevokePermissionsExemption,16844309,,,, +?,0,android/R$attr.allowBackup,16843392,,,, +?,0,android/R$attr.allowClearUserData,16842757,,,, +?,20,android/R$attr.allowEmbedded,16843765,,,, +?,30,android/R$attr.allowNativeHeapPointerTagging,16844307,,,, +?,15,android/R$attr.allowParallelSyncs,16843570,,,, +?,0,android/R$attr.allowSingleTap,16843353,,,, +?,0,android/R$attr.allowTaskReparenting,16843268,,,, +?,23,android/R$attr.allowUndo,16843999,,,, +?,15,android/R$attr.alpha,16843551,,,, +?,26,android/R$attr.alphabeticModifiers,16844110,,,, +?,0,android/R$attr.alphabeticShortcut,16843235,,,, +?,0,android/R$attr.alwaysDrawnWithCache,16842991,,,, +?,0,android/R$attr.alwaysRetainTaskState,16843267,,,, +?,21,android/R$attr.ambientShadowAlpha,16843966,,,, +?,21,android/R$attr.amPmBackgroundColor,16843941,,,, +?,21,android/R$attr.amPmTextColor,16843940,,,, +?,0,android/R$attr.angle,16843168,,,, +?,30,android/R$attr.animatedImageDrawable,16844298,,,, +?,15,android/R$attr.animateFirstView,16843477,,,, +?,15,android/R$attr.animateLayoutChanges,16843506,,,, +?,0,android/R$attr.animateOnClick,16843356,,,, +?,0,android/R$attr.animation,16843213,,,, +?,0,android/R$attr.animationCache,16842989,,,, +?,0,android/R$attr.animationDuration,16843026,,,, +?,0,android/R$attr.animationOrder,16843214,,,, +?,15,android/R$attr.animationResolution,16843546,,,, +?,0,android/R$attr.antialias,16843034,,,, +?,0,android/R$attr.anyDensity,16843372,,,, +?,19,android/R$attr.apduServiceBanner,16843757,,,, +?,0,android/R$attr.apiKey,16843281,,,, +?,26,android/R$attr.appCategory,16844101,,,, +?,28,android/R$attr.appComponentFactory,16844154,,,, +?,0,android/R$attr.author,16843444,,,, +?,0,android/R$attr.authorities,16842776,,,, +?,15,android/R$attr.autoAdvanceViewId,16843535,,,, +?,0,android/R$attr.autoCompleteTextViewStyle,16842859,,,, +?,26,android/R$attr.autofilledHighlight,16844136,,,, +?,26,android/R$attr.autofillHints,16844118,,,, +?,0,android/R$attr.autoLink,16842928,,,, +?,19,android/R$attr.autoMirrored,16843754,,,, +?,21,android/R$attr.autoRemoveFromRecents,16843847,,,, +?,26,android/R$attr.autoSizeMaxTextSize,16844102,,,, +?,26,android/R$attr.autoSizeMinTextSize,16844088,,,, +?,26,android/R$attr.autoSizePresetSizes,16844087,,,, +?,26,android/R$attr.autoSizeStepGranularity,16844086,,,, +?,26,android/R$attr.autoSizeTextType,16844085,,,, +?,0,android/R$attr.autoStart,16843445,,,, +?,0,android/R$attr.autoText,16843114,,,, +?,0,android/R$attr.autoUrlDetect,16843404,,,, +?,23,android/R$attr.autoVerify,16844014,,,, +?,0,android/R$attr.background,16842964,,,, +?,0,android/R$attr.backgroundDimAmount,16842802,,,, +?,0,android/R$attr.backgroundDimEnabled,16843295,,,, +?,15,android/R$attr.backgroundSplit,16843659,,,, +?,15,android/R$attr.backgroundStacked,16843658,,,, +?,21,android/R$attr.backgroundTint,16843883,,,, +?,21,android/R$attr.backgroundTintMode,16843884,,,, +?,0,android/R$attr.backupAgent,16843391,,,, +?,24,android/R$attr.backupInForeground,16844058,,,, +?,21,android/R$attr.banner,16843762,,,, +?,15,android/R$attr.baseline,16843548,,,, +?,0,android/R$attr.baselineAlignBottom,16843042,,,, +?,0,android/R$attr.baselineAligned,16843046,,,, +?,0,android/R$attr.baselineAlignedChildIndex,16843047,,,, +?,24,android/R$attr.bitmap,16844054,,,, +?,15,android/R$attr.borderlessButtonStyle,16843563,,,, +?,0,android/R$attr.bottom,16843184,,,, +?,0,android/R$attr.bottomBright,16842957,,,, +?,0,android/R$attr.bottomDark,16842953,,,, +?,0,android/R$attr.bottomLeftRadius,16843179,,,, +?,0,android/R$attr.bottomMedium,16842958,,,, +?,0,android/R$attr.bottomOffset,16843351,,,, +?,0,android/R$attr.bottomRightRadius,16843180,,,, +?,15,android/R$attr.breadCrumbShortTitle,16843524,,,, +?,15,android/R$attr.breadCrumbTitle,16843523,,,, +?,23,android/R$attr.breakStrategy,16843997,,,, +?,0,android/R$attr.bufferType,16843086,,,, +?,0,android/R$attr.button,16843015,,,, +?,15,android/R$attr.buttonBarButtonStyle,16843567,,,, +?,21,android/R$attr.buttonBarNegativeButtonStyle,16843915,,,, +?,21,android/R$attr.buttonBarNeutralButtonStyle,16843914,,,, +?,21,android/R$attr.buttonBarPositiveButtonStyle,16843913,,,, +?,15,android/R$attr.buttonBarStyle,16843566,,,, +?,28,android/R$attr.buttonCornerRadius,16844149,,,, +?,24,android/R$attr.buttonGravity,16844030,,,, +?,0,android/R$attr.buttonStyle,16842824,,,, +?,0,android/R$attr.buttonStyleInset,16842826,,,, +?,0,android/R$attr.buttonStyleSmall,16842825,,,, +?,0,android/R$attr.buttonStyleToggle,16842827,,,, +?,21,android/R$attr.buttonTint,16843887,,,, +?,21,android/R$attr.buttonTintMode,16843888,,,, +?,0,android/R$attr.cacheColorHint,16843009,,,, +?,21,android/R$attr.calendarTextColor,16843931,,,, +?,15,android/R$attr.calendarViewShown,16843596,,,, +?,15,android/R$attr.calendarViewStyle,16843613,,,, +?,24,android/R$attr.canControlMagnification,16844039,,,, +?,0,android/R$attr.candidatesTextStyleSpans,16843312,,,, +?,24,android/R$attr.canPerformGestures,16844045,,,, +?,24,android/R$attr.canRecord,16844060,,,, +?,18,android/R$attr.canRequestEnhancedWebAccessibility,16843736,,,, +?,18,android/R$attr.canRequestFilterKeyEvents,16843737,,,, +?,26,android/R$attr.canRequestFingerprintGestures,16844109,,,, +?,18,android/R$attr.canRequestTouchExplorationMode,16843735,,,, +?,15,android/R$attr.canRetrieveWindowContent,16843653,,,, +?,30,android/R$attr.canTakeScreenshot,16844304,,,, +?,28,android/R$attr.cantSaveState,16844142,,,, +?,0,android/R$attr.capitalize,16843113,,,, +?,19,android/R$attr.category,16843752,,,, +?,0,android/R$attr.centerBright,16842956,,,, +?,0,android/R$attr.centerColor,16843275,,,, +?,0,android/R$attr.centerDark,16842952,,,, +?,0,android/R$attr.centerMedium,16842959,,,, +?,0,android/R$attr.centerX,16843170,,,, +?,0,android/R$attr.centerY,16843171,,,, +?,26,android/R$attr.certDigest,16844104,,,, +?,0,android/R$attr.checkable,16843237,,,, +?,0,android/R$attr.checkableBehavior,16843232,,,, +?,0,android/R$attr.checkBoxPreferenceStyle,16842895,,,, +?,0,android/R$attr.checkboxStyle,16842860,,,, +?,0,android/R$attr.checked,16843014,,,, +?,0,android/R$attr.checkedButton,16843080,,,, +?,17,android/R$attr.checkedTextViewStyle,16843720,,,, +?,0,android/R$attr.checkMark,16843016,,,, +?,21,android/R$attr.checkMarkTint,16843943,,,, +?,21,android/R$attr.checkMarkTintMode,16843944,,,, +?,0,android/R$attr.childDivider,16843025,,,, +?,0,android/R$attr.childIndicator,16843020,,,, +?,18,android/R$attr.childIndicatorEnd,16843732,,,, +?,0,android/R$attr.childIndicatorLeft,16843023,,,, +?,0,android/R$attr.childIndicatorRight,16843024,,,, +?,18,android/R$attr.childIndicatorStart,16843731,,,, +?,0,android/R$attr.choiceMode,16843051,,,, +?,27,android/R$attr.classLoader,16844139,,,, +?,0,android/R$attr.clearTaskOnLaunch,16842773,,,, +?,0,android/R$attr.clickable,16842981,,,, +?,0,android/R$attr.clipChildren,16842986,,,, +?,0,android/R$attr.clipOrientation,16843274,,,, +?,0,android/R$attr.clipToPadding,16842987,,,, +?,21,android/R$attr.closeIcon,16843905,,,, +?,0,android/R$attr.codes,16843330,,,, +?,0,android/R$attr.collapseColumns,16843083,,,, +?,22,android/R$attr.collapseContentDescription,16843984,,,, +?,24,android/R$attr.collapseIcon,16844031,,,, +?,0,android/R$attr.color,16843173,,,, +?,21,android/R$attr.colorAccent,16843829,,,, +?,15,android/R$attr.colorActivatedHighlight,16843664,,,, +?,0,android/R$attr.colorBackground,16842801,,,, +?,0,android/R$attr.colorBackgroundCacheHint,16843435,,,, +?,23,android/R$attr.colorBackgroundFloating,16844002,,,, +?,21,android/R$attr.colorButtonNormal,16843819,,,, +?,21,android/R$attr.colorControlActivated,16843818,,,, +?,21,android/R$attr.colorControlHighlight,16843820,,,, +?,21,android/R$attr.colorControlNormal,16843817,,,, +?,21,android/R$attr.colorEdgeEffect,16843982,,,, +?,26,android/R$attr.colorError,16844099,,,, +?,15,android/R$attr.colorFocusedHighlight,16843663,,,, +?,0,android/R$attr.colorForeground,16842800,,,, +?,0,android/R$attr.colorForegroundInverse,16843270,,,, +?,15,android/R$attr.colorLongPressedHighlight,16843662,,,, +?,26,android/R$attr.colorMode,16844106,,,, +?,15,android/R$attr.colorMultiSelectHighlight,16843665,,,, +?,15,android/R$attr.colorPressedHighlight,16843661,,,, +?,21,android/R$attr.colorPrimary,16843827,,,, +?,21,android/R$attr.colorPrimaryDark,16843828,,,, +?,25,android/R$attr.colorSecondary,16844080,,,, +?,15,android/R$attr.columnCount,16843639,,,, +?,0,android/R$attr.columnDelay,16843215,,,, +?,15,android/R$attr.columnOrderPreserved,16843640,,,, +?,0,android/R$attr.columnWidth,16843031,,,, +?,21,android/R$attr.commitIcon,16843909,,,, +?,15,android/R$attr.compatibleWidthLimitDp,16843621,,,, +?,0,android/R$attr.completionHint,16843122,,,, +?,0,android/R$attr.completionHintView,16843123,,,, +?,0,android/R$attr.completionThreshold,16843124,,,, +?,0,android/R$attr.configChanges,16842783,,,, +?,0,android/R$attr.configure,16843357,,,, +?,0,android/R$attr.constantSize,16843158,,,, +?,0,android/R$attr.content,16843355,,,, +?,21,android/R$attr.contentAgeHint,16843961,,,, +?,0,android/R$attr.contentAuthority,16843408,,,, +?,0,android/R$attr.contentDescription,16843379,,,, +?,21,android/R$attr.contentInsetEnd,16843860,,,, +?,24,android/R$attr.contentInsetEndWithActions,16844067,,,, +?,21,android/R$attr.contentInsetLeft,16843861,,,, +?,21,android/R$attr.contentInsetRight,16843862,,,, +?,21,android/R$attr.contentInsetStart,16843859,,,, +?,24,android/R$attr.contentInsetStartWithNavigation,16844066,,,, +?,23,android/R$attr.contextClickable,16844007,,,, +?,25,android/R$attr.contextDescription,16844078,,,, +?,24,android/R$attr.contextPopupMenuStyle,16844033,,,, +?,25,android/R$attr.contextUri,16844077,,,, +?,21,android/R$attr.controlX1,16843772,,,, +?,21,android/R$attr.controlX2,16843774,,,, +?,21,android/R$attr.controlY1,16843773,,,, +?,21,android/R$attr.controlY2,16843775,,,, +?,24,android/R$attr.countDown,16844059,,,, +?,21,android/R$attr.country,16843962,,,, +?,0,android/R$attr.cropToPadding,16843043,,,, +?,30,android/R$attr.crossProfile,16844303,,,, +?,0,android/R$attr.cursorVisible,16843090,,,, +?,15,android/R$attr.customNavigationLayout,16843474,,,, +?,15,android/R$attr.customTokens,16843579,,,, +?,0,android/R$attr.cycles,16843220,,,, +?,0,android/R$attr.dashGap,16843175,,,, +?,0,android/R$attr.dashWidth,16843174,,,, +?,0,android/R$attr.data,16842798,,,, +?,21,android/R$attr.datePickerDialogTheme,16843948,,,, +?,21,android/R$attr.datePickerMode,16843955,,,, +?,15,android/R$attr.datePickerStyle,16843612,,,, +?,15,android/R$attr.dateTextAppearance,16843593,,,, +?,21,android/R$attr.dayOfWeekBackground,16843924,,,, +?,21,android/R$attr.dayOfWeekTextAppearance,16843925,,,, +?,0,android/R$attr.debuggable,16842767,,,, +?,26,android/R$attr.defaultFocusHighlightEnabled,16844130,,,, +?,24,android/R$attr.defaultHeight,16844021,,,, +?,24,android/R$attr.defaultToDeviceProtectedStorage,16844036,,,, +?,0,android/R$attr.defaultValue,16843245,,,, +?,24,android/R$attr.defaultWidth,16844020,,,, +?,0,android/R$attr.delay,16843212,,,, +?,0,android/R$attr.dependency,16843244,,,, +?,0,android/R$attr.descendantFocusability,16842993,,,, +?,0,android/R$attr.description,16842784,,,, +?,0,android/R$attr.detachWallpaper,16843430,,,, +?,0,android/R$attr.detailColumn,16843427,,,, +?,15,android/R$attr.detailsElementBackground,16843598,,,, +?,0,android/R$attr.detailSocialSummary,16843428,,,, +?,0,android/R$attr.dial,16843010,,,, +?,28,android/R$attr.dialogCornerRadius,16844145,,,, +?,0,android/R$attr.dialogIcon,16843252,,,, +?,0,android/R$attr.dialogLayout,16843255,,,, +?,0,android/R$attr.dialogMessage,16843251,,,, +?,0,android/R$attr.dialogPreferenceStyle,16842897,,,, +?,22,android/R$attr.dialogPreferredPadding,16843987,,,, +?,15,android/R$attr.dialogTheme,16843528,,,, +?,0,android/R$attr.dialogTitle,16843250,,,, +?,0,android/R$attr.digits,16843110,,,, +?,24,android/R$attr.directBootAware,16844037,,,, +?,0,android/R$attr.direction,16843217,,,, +?,15,android/R$attr.directionDescriptions,16843681,,,, +?,0,android/R$attr.directionPriority,16843218,,,, +?,0,android/R$attr.disabledAlpha,16842803,,,, +?,0,android/R$attr.disableDependentsState,16843249,,,, +?,15,android/R$attr.displayOptions,16843472,,,, +?,0,android/R$attr.dither,16843036,,,, +?,0,android/R$attr.divider,16843049,,,, +?,0,android/R$attr.dividerHeight,16843050,,,, +?,15,android/R$attr.dividerHorizontal,16843564,,,, +?,15,android/R$attr.dividerPadding,16843562,,,, +?,15,android/R$attr.dividerVertical,16843530,,,, +?,21,android/R$attr.documentLaunchMode,16843845,,,, +?,0,android/R$attr.drawable,16843161,,,, +?,0,android/R$attr.drawableBottom,16843118,,,, +?,15,android/R$attr.drawableEnd,16843667,,,, +?,0,android/R$attr.drawableLeft,16843119,,,, +?,0,android/R$attr.drawablePadding,16843121,,,, +?,0,android/R$attr.drawableRight,16843120,,,, +?,15,android/R$attr.drawableStart,16843666,,,, +?,23,android/R$attr.drawableTint,16843990,,,, +?,23,android/R$attr.drawableTintMode,16843991,,,, +?,0,android/R$attr.drawableTop,16843117,,,, +?,0,android/R$attr.drawingCacheQuality,16842984,,,, +?,0,android/R$attr.drawSelectorOnTop,16843004,,,, +?,0,android/R$attr.dropDownAnchor,16843363,,,, +?,0,android/R$attr.dropDownHeight,16843395,,,, +?,0,android/R$attr.dropDownHintAppearance,16842888,,,, +?,0,android/R$attr.dropDownHorizontalOffset,16843436,,,, +?,0,android/R$attr.dropDownItemStyle,16842886,,,, +?,0,android/R$attr.dropDownListViewStyle,16842861,,,, +?,0,android/R$attr.dropDownSelector,16843125,,,, +?,15,android/R$attr.dropDownSpinnerStyle,16843478,,,, +?,0,android/R$attr.dropDownVerticalOffset,16843437,,,, +?,0,android/R$attr.dropDownWidth,16843362,,,, +?,0,android/R$attr.duplicateParentState,16842985,,,, +?,0,android/R$attr.duration,16843160,,,, +?,0,android/R$attr.editable,16843115,,,, +?,0,android/R$attr.editorExtras,16843300,,,, +?,15,android/R$attr.editTextBackground,16843602,,,, +?,15,android/R$attr.editTextColor,16843601,,,, +?,0,android/R$attr.editTextPreferenceStyle,16842898,,,, +?,0,android/R$attr.editTextStyle,16842862,,,, +?,21,android/R$attr.elegantTextHeight,16843869,,,, +?,21,android/R$attr.elevation,16843840,,,, +?,0,android/R$attr.ellipsize,16842923,,,, +?,0,android/R$attr.ems,16843096,,,, +?,0,android/R$attr.enabled,16842766,,,, +?,24,android/R$attr.enableVrMode,16844069,,,, +?,23,android/R$attr.end,16843996,,,, +?,0,android/R$attr.endColor,16843166,,,, +?,24,android/R$attr.endX,16844050,,,, +?,24,android/R$attr.endY,16844051,,,, +?,0,android/R$attr.endYear,16843133,,,, +?,29,android/R$attr.enforceNavigationBarContrast,16844293,,,, +?,29,android/R$attr.enforceStatusBarContrast,16844292,,,, +?,15,android/R$attr.enterFadeDuration,16843532,,,, +?,0,android/R$attr.entries,16842930,,,, +?,0,android/R$attr.entryValues,16843256,,,, +?,0,android/R$attr.eventsInterceptionEnabled,16843389,,,, +?,21,android/R$attr.excludeClass,16843842,,,, +?,0,android/R$attr.excludeFromRecents,16842775,,,, +?,21,android/R$attr.excludeId,16843841,,,, +?,21,android/R$attr.excludeName,16843854,,,, +?,15,android/R$attr.exitFadeDuration,16843533,,,, +?,0,android/R$attr.expandableListPreferredChildIndicatorLeft,16842834,,,, +?,0,android/R$attr.expandableListPreferredChildIndicatorRight,16842835,,,, +?,0,android/R$attr.expandableListPreferredChildPaddingLeft,16842831,,,, +?,0,android/R$attr.expandableListPreferredItemIndicatorLeft,16842832,,,, +?,0,android/R$attr.expandableListPreferredItemIndicatorRight,16842833,,,, +?,0,android/R$attr.expandableListPreferredItemPaddingLeft,16842830,,,, +?,0,android/R$attr.expandableListViewStyle,16842863,,,, +?,0,android/R$attr.expandableListViewWhiteStyle,16843446,,,, +?,0,android/R$attr.exported,16842768,,,, +?,24,android/R$attr.externalService,16844046,,,, +?,23,android/R$attr.extractNativeLibs,16844010,,,, +?,0,android/R$attr.extraTension,16843371,,,, +?,0,android/R$attr.factor,16843219,,,, +?,0,android/R$attr.fadeDuration,16843384,,,, +?,0,android/R$attr.fadeEnabled,16843390,,,, +?,0,android/R$attr.fadeOffset,16843383,,,, +?,0,android/R$attr.fadeScrollbars,16843434,,,, +?,0,android/R$attr.fadingEdge,16842975,,,, +?,0,android/R$attr.fadingEdgeLength,16842976,,,, +?,19,android/R$attr.fadingMode,16843745,,,, +?,28,android/R$attr.fallbackLineSpacing,16844155,,,, +?,15,android/R$attr.fastScrollAlwaysVisible,16843573,,,, +?,0,android/R$attr.fastScrollEnabled,16843302,,,, +?,15,android/R$attr.fastScrollOverlayPosition,16843578,,,, +?,15,android/R$attr.fastScrollPreviewBackgroundLeft,16843575,,,, +?,15,android/R$attr.fastScrollPreviewBackgroundRight,16843576,,,, +?,21,android/R$attr.fastScrollStyle,16843767,,,, +?,15,android/R$attr.fastScrollTextColor,16843609,,,, +?,15,android/R$attr.fastScrollThumbDrawable,16843574,,,, +?,15,android/R$attr.fastScrollTrackDrawable,16843577,,,, +?,0,android/R$attr.fillAfter,16843197,,,, +?,21,android/R$attr.fillAlpha,16843980,,,, +?,0,android/R$attr.fillBefore,16843196,,,, +?,21,android/R$attr.fillColor,16843780,,,, +?,0,android/R$attr.fillEnabled,16843343,,,, +?,24,android/R$attr.fillType,16844062,,,, +?,0,android/R$attr.fillViewport,16843130,,,, +?,0,android/R$attr.filter,16843035,,,, +?,0,android/R$attr.filterTouchesWhenObscured,16843460,,,, +?,23,android/R$attr.fingerprintAuthDrawable,16844008,,,, +?,0,android/R$attr.finishOnCloseSystemDialogs,16843431,,,, +?,0,android/R$attr.finishOnTaskLaunch,16842772,,,, +?,28,android/R$attr.firstBaselineToTopHeight,16844157,,,, +?,15,android/R$attr.firstDayOfWeek,16843581,,,, +?,0,android/R$attr.fitsSystemWindows,16842973,,,, +?,0,android/R$attr.flipInterval,16843129,,,, +?,0,android/R$attr.focusable,16842970,,,, +?,0,android/R$attr.focusableInTouchMode,16842971,,,, +?,26,android/R$attr.focusedByDefault,16844100,,,, +?,15,android/R$attr.focusedMonthDateColor,16843587,,,, +?,26,android/R$attr.font,16844082,,,, +?,16,android/R$attr.fontFamily,16843692,,,, +?,21,android/R$attr.fontFeatureSettings,16843959,,,, +?,26,android/R$attr.fontProviderAuthority,16844112,,,, +?,26,android/R$attr.fontProviderCerts,16844125,,,, +?,26,android/R$attr.fontProviderPackage,16844119,,,, +?,26,android/R$attr.fontProviderQuery,16844113,,,, +?,26,android/R$attr.fontStyle,16844095,,,, +?,28,android/R$attr.fontVariationSettings,16844144,,,, +?,26,android/R$attr.fontWeight,16844083,,,, +?,0,android/R$attr.footerDividersEnabled,16843311,,,, +?,29,android/R$attr.forceDarkAllowed,16844172,,,, +?,24,android/R$attr.forceHasOverlappingRendering,16844065,,,, +?,30,android/R$attr.forceQueryable,16844296,,,, +?,29,android/R$attr.forceUriPermissions,16844191,,,, +?,0,android/R$attr.foreground,16843017,,,, +?,0,android/R$attr.foregroundGravity,16843264,,,, +?,29,android/R$attr.foregroundServiceType,16844185,,,, +?,21,android/R$attr.foregroundTint,16843885,,,, +?,21,android/R$attr.foregroundTintMode,16843886,,,, +?,0,android/R$attr.format,16843013,,,, +?,17,android/R$attr.format12Hour,16843722,,,, +?,17,android/R$attr.format24Hour,16843723,,,, +?,23,android/R$attr.fraction,16843992,,,, +?,15,android/R$attr.fragment,16843491,,,, +?,21,android/R$attr.fragmentAllowEnterTransitionOverlap,16843976,,,, +?,21,android/R$attr.fragmentAllowReturnTransitionOverlap,16843977,,,, +?,15,android/R$attr.fragmentCloseEnterAnimation,16843495,,,, +?,15,android/R$attr.fragmentCloseExitAnimation,16843496,,,, +?,21,android/R$attr.fragmentEnterTransition,16843971,,,, +?,21,android/R$attr.fragmentExitTransition,16843970,,,, +?,15,android/R$attr.fragmentFadeEnterAnimation,16843497,,,, +?,15,android/R$attr.fragmentFadeExitAnimation,16843498,,,, +?,15,android/R$attr.fragmentOpenEnterAnimation,16843493,,,, +?,15,android/R$attr.fragmentOpenExitAnimation,16843494,,,, +?,21,android/R$attr.fragmentReenterTransition,16843975,,,, +?,21,android/R$attr.fragmentReturnTransition,16843973,,,, +?,21,android/R$attr.fragmentSharedElementEnterTransition,16843972,,,, +?,21,android/R$attr.fragmentSharedElementReturnTransition,16843974,,,, +?,0,android/R$attr.freezesText,16843116,,,, +?,0,android/R$attr.fromAlpha,16843210,,,, +?,0,android/R$attr.fromDegrees,16843187,,,, +?,21,android/R$attr.fromId,16843850,,,, +?,19,android/R$attr.fromScene,16843741,,,, +?,0,android/R$attr.fromXDelta,16843206,,,, +?,0,android/R$attr.fromXScale,16843202,,,, +?,0,android/R$attr.fromYDelta,16843208,,,, +?,0,android/R$attr.fromYScale,16843204,,,, +?,23,android/R$attr.fullBackupContent,16844011,,,, +?,21,android/R$attr.fullBackupOnly,16843891,,,, +?,0,android/R$attr.fullBright,16842954,,,, +?,0,android/R$attr.fullDark,16842950,,,, +?,0,android/R$attr.functionalTest,16842787,,,, +?,0,android/R$attr.galleryItemBackground,16842828,,,, +?,0,android/R$attr.galleryStyle,16842864,,,, +?,0,android/R$attr.gestureColor,16843381,,,, +?,0,android/R$attr.gestureStrokeAngleThreshold,16843388,,,, +?,0,android/R$attr.gestureStrokeLengthThreshold,16843386,,,, +?,0,android/R$attr.gestureStrokeSquarenessThreshold,16843387,,,, +?,0,android/R$attr.gestureStrokeType,16843385,,,, +?,0,android/R$attr.gestureStrokeWidth,16843380,,,, +?,0,android/R$attr.glEsVersion,16843393,,,, +?,21,android/R$attr.goIcon,16843906,,,, +?,0,android/R$attr.gradientRadius,16843172,,,, +?,0,android/R$attr.grantUriPermissions,16842779,,,, +?,0,android/R$attr.gravity,16842927,,,, +?,0,android/R$attr.gridViewStyle,16842865,,,, +?,0,android/R$attr.groupIndicator,16843019,,,, +?,30,android/R$attr.gwpAsanMode,16844312,,,, +?,0,android/R$attr.hand_hour,16843011,,,, +?,0,android/R$attr.hand_minute,16843012,,,, +?,0,android/R$attr.handle,16843354,,,, +?,0,android/R$attr.handleProfiling,16842786,,,, +?,0,android/R$attr.hapticFeedbackEnabled,16843358,,,, +?,15,android/R$attr.hardwareAccelerated,16843475,,,, +?,0,android/R$attr.hasCode,16842764,,,, +?,29,android/R$attr.hasFragileUserData,16844186,,,, +?,21,android/R$attr.headerAmPmTextAppearance,16843936,,,, +?,0,android/R$attr.headerBackground,16843055,,,, +?,21,android/R$attr.headerDayOfMonthTextAppearance,16843927,,,, +?,0,android/R$attr.headerDividersEnabled,16843310,,,, +?,21,android/R$attr.headerMonthTextAppearance,16843926,,,, +?,21,android/R$attr.headerTimeTextAppearance,16843935,,,, +?,21,android/R$attr.headerYearTextAppearance,16843928,,,, +?,0,android/R$attr.height,16843093,,,, +?,21,android/R$attr.hideOnContentScroll,16843843,,,, +?,0,android/R$attr.hint,16843088,,,, +?,15,android/R$attr.homeAsUpIndicator,16843531,,,, +?,15,android/R$attr.homeLayout,16843549,,,, +?,0,android/R$attr.horizontalDivider,16843053,,,, +?,0,android/R$attr.horizontalGap,16843327,,,, +?,15,android/R$attr.horizontalScrollViewStyle,16843603,,,, +?,0,android/R$attr.horizontalSpacing,16843028,,,, +?,0,android/R$attr.host,16842792,,,, +?,24,android/R$attr.hotSpotX,16844055,,,, +?,24,android/R$attr.hotSpotY,16844056,,,, +?,30,android/R$attr.htmlDescription,16844299,,,, +?,23,android/R$attr.hyphenationFrequency,16843998,,,, +?,0,android/R$attr.icon,16842754,,,, +?,15,android/R$attr.iconifiedByDefault,16843514,,,, +?,0,android/R$attr.iconPreview,16843337,,,, +?,26,android/R$attr.iconSpaceReserved,16844129,,,, +?,26,android/R$attr.iconTint,16844126,,,, +?,26,android/R$attr.iconTintMode,16844127,,,, +?,0,android/R$attr.id,16842960,,,, +?,29,android/R$attr.identifier,16844294,,,, +?,0,android/R$attr.ignoreGravity,16843263,,,, +?,0,android/R$attr.imageButtonStyle,16842866,,,, +?,0,android/R$attr.imageWellStyle,16842867,,,, +?,0,android/R$attr.imeActionId,16843366,,,, +?,0,android/R$attr.imeActionLabel,16843365,,,, +?,0,android/R$attr.imeExtractEnterAnimation,16843368,,,, +?,0,android/R$attr.imeExtractExitAnimation,16843369,,,, +?,0,android/R$attr.imeFullscreenBackground,16843308,,,, +?,0,android/R$attr.imeOptions,16843364,,,, +?,15,android/R$attr.imeSubtypeExtraValue,16843502,,,, +?,15,android/R$attr.imeSubtypeLocale,16843500,,,, +?,15,android/R$attr.imeSubtypeMode,16843501,,,, +?,15,android/R$attr.immersive,16843456,,,, +?,16,android/R$attr.importantForAccessibility,16843690,,,, +?,26,android/R$attr.importantForAutofill,16844120,,,, +?,30,android/R$attr.importantForContentCapture,16844295,,,, +?,0,android/R$attr.inAnimation,16843127,,,, +?,0,android/R$attr.includeFontPadding,16843103,,,, +?,0,android/R$attr.includeInGlobalSearch,16843374,,,, +?,0,android/R$attr.indeterminate,16843065,,,, +?,0,android/R$attr.indeterminateBehavior,16843070,,,, +?,0,android/R$attr.indeterminateDrawable,16843067,,,, +?,0,android/R$attr.indeterminateDuration,16843069,,,, +?,0,android/R$attr.indeterminateOnly,16843066,,,, +?,15,android/R$attr.indeterminateProgressStyle,16843544,,,, +?,21,android/R$attr.indeterminateTint,16843881,,,, +?,21,android/R$attr.indeterminateTintMode,16843882,,,, +?,18,android/R$attr.indicatorEnd,16843730,,,, +?,0,android/R$attr.indicatorLeft,16843021,,,, +?,0,android/R$attr.indicatorRight,16843022,,,, +?,18,android/R$attr.indicatorStart,16843729,,,, +?,0,android/R$attr.inflatedId,16842995,,,, +?,29,android/R$attr.inheritShowWhenLocked,16844188,,,, +?,17,android/R$attr.initialKeyguardLayout,16843714,,,, +?,0,android/R$attr.initialLayout,16843345,,,, +?,0,android/R$attr.initOrder,16842778,,,, +?,0,android/R$attr.innerRadius,16843359,,,, +?,0,android/R$attr.innerRadiusRatio,16843163,,,, +?,0,android/R$attr.inputMethod,16843112,,,, +?,0,android/R$attr.inputType,16843296,,,, +?,21,android/R$attr.inset,16843957,,,, +?,0,android/R$attr.insetBottom,16843194,,,, +?,0,android/R$attr.insetLeft,16843191,,,, +?,0,android/R$attr.insetRight,16843192,,,, +?,0,android/R$attr.insetTop,16843193,,,, +?,0,android/R$attr.installLocation,16843447,,,, +?,29,android/R$attr.interactiveUiTimeout,16844181,,,, +?,0,android/R$attr.interpolator,16843073,,,, +?,15,android/R$attr.isAlwaysSyncable,16843571,,,, +?,19,android/R$attr.isAsciiCapable,16843753,,,, +?,15,android/R$attr.isAuxiliary,16843647,,,, +?,0,android/R$attr.isDefault,16843297,,,, +?,26,android/R$attr.isFeatureSplit,16844123,,,, +?,21,android/R$attr.isGame,16843764,,,, +?,0,android/R$attr.isIndicator,16843079,,,, +?,29,android/R$attr.isLightTheme,16844176,,,, +?,0,android/R$attr.isModifier,16843334,,,, +?,16,android/R$attr.isolatedProcess,16843689,,,, +?,26,android/R$attr.isolatedSplits,16844107,,,, +?,0,android/R$attr.isRepeatable,16843336,,,, +?,0,android/R$attr.isScrollContainer,16843342,,,, +?,29,android/R$attr.isSplitRequired,16844177,,,, +?,26,android/R$attr.isStatic,16844122,,,, +?,0,android/R$attr.isSticky,16843335,,,, +?,0,android/R$attr.itemBackground,16843056,,,, +?,0,android/R$attr.itemIconDisabledAlpha,16843057,,,, +?,15,android/R$attr.itemPadding,16843565,,,, +?,0,android/R$attr.itemTextAppearance,16843052,,,, +?,26,android/R$attr.justificationMode,16844135,,,, +?,0,android/R$attr.keepScreenOn,16843286,,,, +?,0,android/R$attr.key,16843240,,,, +?,0,android/R$attr.keyBackground,16843315,,,, +?,16,android/R$attr.keyboardLayout,16843691,,,, +?,0,android/R$attr.keyboardMode,16843341,,,, +?,26,android/R$attr.keyboardNavigationCluster,16844096,,,, +?,0,android/R$attr.keycode,16842949,,,, +?,0,android/R$attr.keyEdgeFlags,16843333,,,, +?,0,android/R$attr.keyHeight,16843326,,,, +?,0,android/R$attr.keyIcon,16843340,,,, +?,0,android/R$attr.keyLabel,16843339,,,, +?,0,android/R$attr.keyOutputText,16843338,,,, +?,0,android/R$attr.keyPreviewHeight,16843321,,,, +?,0,android/R$attr.keyPreviewLayout,16843319,,,, +?,0,android/R$attr.keyPreviewOffset,16843320,,,, +?,19,android/R$attr.keySet,16843739,,,, +?,0,android/R$attr.keyTextColor,16843318,,,, +?,0,android/R$attr.keyTextSize,16843316,,,, +?,0,android/R$attr.keyWidth,16843325,,,, +?,0,android/R$attr.killAfterRestore,16843420,,,, +?,0,android/R$attr.label,16842753,,,, +?,17,android/R$attr.labelFor,16843718,,,, +?,0,android/R$attr.labelTextSize,16843317,,,, +?,24,android/R$attr.languageTag,16844040,,,, +?,15,android/R$attr.largeHeap,16843610,,,, +?,0,android/R$attr.largeScreens,16843398,,,, +?,15,android/R$attr.largestWidthLimitDp,16843622,,,, +?,28,android/R$attr.lastBaselineToBottomHeight,16844158,,,, +?,0,android/R$attr.launchMode,16842781,,,, +?,21,android/R$attr.launchTaskBehindSourceAnimation,16843922,,,, +?,21,android/R$attr.launchTaskBehindTargetAnimation,16843921,,,, +?,15,android/R$attr.layerType,16843604,,,, +?,0,android/R$attr.layout,16842994,,,, +?,0,android/R$attr.layout_above,16843140,,,, +?,0,android/R$attr.layout_alignBaseline,16843142,,,, +?,0,android/R$attr.layout_alignBottom,16843146,,,, +?,17,android/R$attr.layout_alignEnd,16843706,,,, +?,0,android/R$attr.layout_alignLeft,16843143,,,, +?,0,android/R$attr.layout_alignParentBottom,16843150,,,, +?,17,android/R$attr.layout_alignParentEnd,16843708,,,, +?,0,android/R$attr.layout_alignParentLeft,16843147,,,, +?,0,android/R$attr.layout_alignParentRight,16843149,,,, +?,17,android/R$attr.layout_alignParentStart,16843707,,,, +?,0,android/R$attr.layout_alignParentTop,16843148,,,, +?,0,android/R$attr.layout_alignRight,16843145,,,, +?,17,android/R$attr.layout_alignStart,16843705,,,, +?,0,android/R$attr.layout_alignTop,16843144,,,, +?,0,android/R$attr.layout_alignWithParentIfMissing,16843154,,,, +?,0,android/R$attr.layout_below,16843141,,,, +?,0,android/R$attr.layout_centerHorizontal,16843152,,,, +?,0,android/R$attr.layout_centerInParent,16843151,,,, +?,0,android/R$attr.layout_centerVertical,16843153,,,, +?,0,android/R$attr.layout_column,16843084,,,, +?,15,android/R$attr.layout_columnSpan,16843645,,,, +?,21,android/R$attr.layout_columnWeight,16843865,,,, +?,0,android/R$attr.layout_gravity,16842931,,,, +?,0,android/R$attr.layout_height,16842997,,,, +?,0,android/R$attr.layout_margin,16842998,,,, +?,0,android/R$attr.layout_marginBottom,16843002,,,, +?,17,android/R$attr.layout_marginEnd,16843702,,,, +?,26,android/R$attr.layout_marginHorizontal,16844091,,,, +?,0,android/R$attr.layout_marginLeft,16842999,,,, +?,0,android/R$attr.layout_marginRight,16843001,,,, +?,17,android/R$attr.layout_marginStart,16843701,,,, +?,0,android/R$attr.layout_marginTop,16843000,,,, +?,26,android/R$attr.layout_marginVertical,16844092,,,, +?,15,android/R$attr.layout_row,16843643,,,, +?,15,android/R$attr.layout_rowSpan,16843644,,,, +?,21,android/R$attr.layout_rowWeight,16843864,,,, +?,0,android/R$attr.layout_scale,16843155,,,, +?,0,android/R$attr.layout_span,16843085,,,, +?,17,android/R$attr.layout_toEndOf,16843704,,,, +?,0,android/R$attr.layout_toLeftOf,16843138,,,, +?,0,android/R$attr.layout_toRightOf,16843139,,,, +?,17,android/R$attr.layout_toStartOf,16843703,,,, +?,0,android/R$attr.layout_weight,16843137,,,, +?,0,android/R$attr.layout_width,16842996,,,, +?,0,android/R$attr.layout_x,16843135,,,, +?,0,android/R$attr.layout_y,16843136,,,, +?,0,android/R$attr.layoutAnimation,16842988,,,, +?,17,android/R$attr.layoutDirection,16843698,,,, +?,18,android/R$attr.layoutMode,16843738,,,, +?,0,android/R$attr.left,16843181,,,, +?,21,android/R$attr.letterSpacing,16843958,,,, +?,24,android/R$attr.level,16844032,,,, +?,28,android/R$attr.lineHeight,16844159,,,, +?,0,android/R$attr.lines,16843092,,,, +?,0,android/R$attr.lineSpacingExtra,16843287,,,, +?,0,android/R$attr.lineSpacingMultiplier,16843288,,,, +?,0,android/R$attr.linksClickable,16842929,,,, +?,15,android/R$attr.listChoiceBackgroundIndicator,16843504,,,, +?,0,android/R$attr.listChoiceIndicatorMultiple,16843290,,,, +?,0,android/R$attr.listChoiceIndicatorSingle,16843289,,,, +?,0,android/R$attr.listDivider,16843284,,,, +?,15,android/R$attr.listDividerAlertDialog,16843525,,,, +?,24,android/R$attr.listMenuViewStyle,16844018,,,, +?,15,android/R$attr.listPopupWindowStyle,16843519,,,, +?,0,android/R$attr.listPreferredItemHeight,16842829,,,, +?,15,android/R$attr.listPreferredItemHeightLarge,16843654,,,, +?,15,android/R$attr.listPreferredItemHeightSmall,16843655,,,, +?,17,android/R$attr.listPreferredItemPaddingEnd,16843710,,,, +?,15,android/R$attr.listPreferredItemPaddingLeft,16843683,,,, +?,15,android/R$attr.listPreferredItemPaddingRight,16843684,,,, +?,17,android/R$attr.listPreferredItemPaddingStart,16843709,,,, +?,0,android/R$attr.listSelector,16843003,,,, +?,0,android/R$attr.listSeparatorTextViewStyle,16843272,,,, +?,0,android/R$attr.listViewStyle,16842868,,,, +?,0,android/R$attr.listViewWhiteStyle,16842869,,,, +?,23,android/R$attr.lockTaskMode,16844013,,,, +?,15,android/R$attr.logo,16843454,,,, +?,23,android/R$attr.logoDescription,16844009,,,, +?,0,android/R$attr.longClickable,16842982,,,, +?,15,android/R$attr.loopViews,16843527,,,, +?,0,android/R$attr.manageSpaceActivity,16842756,,,, +?,0,android/R$attr.mapViewStyle,16842890,,,, +?,0,android/R$attr.marqueeRepeatLimit,16843293,,,, +?,21,android/R$attr.matchOrder,16843855,,,, +?,0,android/R$attr.max,16843062,,,, +?,26,android/R$attr.maxAspectRatio,16844128,,,, +?,24,android/R$attr.maxButtonHeight,16844029,,,, +?,15,android/R$attr.maxDate,16843584,,,, +?,0,android/R$attr.maxEms,16843095,,,, +?,0,android/R$attr.maxHeight,16843040,,,, +?,21,android/R$attr.maximumAngle,16843903,,,, +?,0,android/R$attr.maxItemsPerRow,16843060,,,, +?,0,android/R$attr.maxLength,16843104,,,, +?,0,android/R$attr.maxLevel,16843186,,,, +?,0,android/R$attr.maxLines,16843091,,,, +?,28,android/R$attr.maxLongVersionCode,16844163,,,, +?,21,android/R$attr.maxRecents,16843846,,,, +?,0,android/R$attr.maxRows,16843059,,,, +?,0,android/R$attr.maxSdkVersion,16843377,,,, +?,0,android/R$attr.maxWidth,16843039,,,, +?,0,android/R$attr.measureAllChildren,16843018,,,, +?,15,android/R$attr.measureWithLargestChild,16843476,,,, +?,16,android/R$attr.mediaRouteButtonStyle,16843693,,,, +?,16,android/R$attr.mediaRouteTypes,16843694,,,, +?,0,android/R$attr.menuCategory,16843230,,,, +?,30,android/R$attr.mimeGroup,16844311,,,, +?,0,android/R$attr.mimeType,16842790,,,, +?,26,android/R$attr.min,16844089,,,, +?,29,android/R$attr.minAspectRatio,16844187,,,, +?,15,android/R$attr.minDate,16843583,,,, +?,0,android/R$attr.minEms,16843098,,,, +?,0,android/R$attr.minHeight,16843072,,,, +?,21,android/R$attr.minimumHorizontalAngle,16843901,,,, +?,21,android/R$attr.minimumVerticalAngle,16843902,,,, +?,0,android/R$attr.minLevel,16843185,,,, +?,0,android/R$attr.minLines,16843094,,,, +?,15,android/R$attr.minResizeHeight,16843670,,,, +?,15,android/R$attr.minResizeWidth,16843669,,,, +?,0,android/R$attr.minSdkVersion,16843276,,,, +?,0,android/R$attr.minWidth,16843071,,,, +?,18,android/R$attr.mipMap,16843725,,,, +?,18,android/R$attr.mirrorForRtl,16843726,,,, +?,0,android/R$attr.mode,16843134,,,, +?,0,android/R$attr.moreIcon,16843061,,,, +?,21,android/R$attr.multiArch,16843918,,,, +?,0,android/R$attr.multiprocess,16842771,,,, +?,0,android/R$attr.name,16842755,,,, +?,21,android/R$attr.navigationBarColor,16843858,,,, +?,27,android/R$attr.navigationBarDividerColor,16844141,,,, +?,21,android/R$attr.navigationContentDescription,16843969,,,, +?,21,android/R$attr.navigationIcon,16843968,,,, +?,15,android/R$attr.navigationMode,16843471,,,, +?,0,android/R$attr.negativeButtonText,16843254,,,, +?,21,android/R$attr.nestedScrollingEnabled,16843830,,,, +?,24,android/R$attr.networkSecurityConfig,16844071,,,, +?,26,android/R$attr.nextClusterForward,16844098,,,, +?,0,android/R$attr.nextFocusDown,16842980,,,, +?,15,android/R$attr.nextFocusForward,16843580,,,, +?,0,android/R$attr.nextFocusLeft,16842977,,,, +?,0,android/R$attr.nextFocusRight,16842978,,,, +?,0,android/R$attr.nextFocusUp,16842979,,,, +?,0,android/R$attr.noHistory,16843309,,,, +?,29,android/R$attr.nonInteractiveUiTimeout,16844175,,,, +?,0,android/R$attr.normalScreens,16843397,,,, +?,15,android/R$attr.notificationTimeout,16843651,,,, +?,24,android/R$attr.numberPickerStyle,16844068,,,, +?,21,android/R$attr.numbersBackgroundColor,16843938,,,, +?,23,android/R$attr.numbersInnerTextColor,16844001,,,, +?,21,android/R$attr.numbersSelectorColor,16843939,,,, +?,21,android/R$attr.numbersTextColor,16843937,,,, +?,0,android/R$attr.numColumns,16843032,,,, +?,0,android/R$attr.numeric,16843109,,,, +?,26,android/R$attr.numericModifiers,16844111,,,, +?,0,android/R$attr.numericShortcut,16843236,,,, +?,0,android/R$attr.numStars,16843076,,,, +?,24,android/R$attr.offset,16844052,,,, +?,0,android/R$attr.onClick,16843375,,,, +?,0,android/R$attr.oneshot,16843159,,,, +?,15,android/R$attr.opacity,16843550,,,, +?,29,android/R$attr.opticalInsetBottom,16844171,,,, +?,29,android/R$attr.opticalInsetLeft,16844168,,,, +?,29,android/R$attr.opticalInsetRight,16844170,,,, +?,29,android/R$attr.opticalInsetTop,16844169,,,, +?,0,android/R$attr.order,16843242,,,, +?,0,android/R$attr.orderInCategory,16843231,,,, +?,15,android/R$attr.ordering,16843490,,,, +?,0,android/R$attr.orderingFromXml,16843239,,,, +?,0,android/R$attr.orientation,16842948,,,, +?,0,android/R$attr.outAnimation,16843128,,,, +?,28,android/R$attr.outlineAmbientShadowColor,16844162,,,, +?,21,android/R$attr.outlineProvider,16843960,,,, +?,28,android/R$attr.outlineSpotShadowColor,16844161,,,, +?,21,android/R$attr.overlapAnchor,16843874,,,, +?,15,android/R$attr.overridesImplicitlyEnabledSubtype,16843682,,,, +?,0,android/R$attr.overScrollFooter,16843459,,,, +?,0,android/R$attr.overScrollHeader,16843458,,,, +?,0,android/R$attr.overScrollMode,16843457,,,, +?,15,android/R$attr.packageNames,16843649,,,, +?,29,android/R$attr.packageType,16844167,,,, +?,0,android/R$attr.padding,16842965,,,, +?,0,android/R$attr.paddingBottom,16842969,,,, +?,17,android/R$attr.paddingEnd,16843700,,,, +?,26,android/R$attr.paddingHorizontal,16844093,,,, +?,0,android/R$attr.paddingLeft,16842966,,,, +?,21,android/R$attr.paddingMode,16843863,,,, +?,0,android/R$attr.paddingRight,16842968,,,, +?,17,android/R$attr.paddingStart,16843699,,,, +?,0,android/R$attr.paddingTop,16842967,,,, +?,26,android/R$attr.paddingVertical,16844094,,,, +?,0,android/R$attr.panelBackground,16842846,,,, +?,0,android/R$attr.panelColorBackground,16842849,,,, +?,0,android/R$attr.panelColorForeground,16842848,,,, +?,0,android/R$attr.panelFullBackground,16842847,,,, +?,0,android/R$attr.panelTextAppearance,16842850,,,, +?,16,android/R$attr.parentActivityName,16843687,,,, +?,0,android/R$attr.password,16843100,,,, +?,0,android/R$attr.path,16842794,,,, +?,21,android/R$attr.pathData,16843781,,,, +?,0,android/R$attr.pathPattern,16842796,,,, +?,0,android/R$attr.pathPrefix,16842795,,,, +?,21,android/R$attr.patternPathData,16843978,,,, +?,0,android/R$attr.permission,16842758,,,, +?,17,android/R$attr.permissionFlags,16843719,,,, +?,0,android/R$attr.permissionGroup,16842762,,,, +?,17,android/R$attr.permissionGroupFlags,16843717,,,, +?,21,android/R$attr.persistableMode,16843821,,,, +?,0,android/R$attr.persistent,16842765,,,, +?,0,android/R$attr.persistentDrawingCache,16842990,,,, +?,26,android/R$attr.persistentWhenFeatureAvailable,16844131,,,, +?,0,android/R$attr.phoneNumber,16843111,,,, +?,0,android/R$attr.pivotX,16843189,,,, +?,0,android/R$attr.pivotY,16843190,,,, +?,24,android/R$attr.pointerIcon,16844041,,,, +?,0,android/R$attr.popupAnimationStyle,16843465,,,, +?,0,android/R$attr.popupBackground,16843126,,,, +?,0,android/R$attr.popupCharacters,16843332,,,, +?,21,android/R$attr.popupElevation,16843916,,,, +?,24,android/R$attr.popupEnterTransition,16844063,,,, +?,24,android/R$attr.popupExitTransition,16844064,,,, +?,0,android/R$attr.popupKeyboard,16843331,,,, +?,0,android/R$attr.popupLayout,16843323,,,, +?,15,android/R$attr.popupMenuStyle,16843520,,,, +?,21,android/R$attr.popupTheme,16843945,,,, +?,0,android/R$attr.popupWindowStyle,16842870,,,, +?,0,android/R$attr.port,16842793,,,, +?,0,android/R$attr.positiveButtonText,16843253,,,, +?,0,android/R$attr.preferenceCategoryStyle,16842892,,,, +?,24,android/R$attr.preferenceFragmentStyle,16844038,,,, +?,0,android/R$attr.preferenceInformationStyle,16842893,,,, +?,0,android/R$attr.preferenceLayoutChild,16842900,,,, +?,0,android/R$attr.preferenceScreenStyle,16842891,,,, +?,0,android/R$attr.preferenceStyle,16842894,,,, +?,30,android/R$attr.preferMinimalPostProcessing,16844300,,,, +?,17,android/R$attr.presentationTheme,16843712,,,, +?,30,android/R$attr.preserveLegacyExternalStorage,16844310,,,, +?,15,android/R$attr.previewImage,16843482,,,, +?,26,android/R$attr.primaryContentAlpha,16844114,,,, +?,0,android/R$attr.priority,16842780,,,, +?,0,android/R$attr.privateImeOptions,16843299,,,, +?,0,android/R$attr.process,16842769,,,, +?,0,android/R$attr.progress,16843063,,,, +?,21,android/R$attr.progressBackgroundTint,16843877,,,, +?,21,android/R$attr.progressBackgroundTintMode,16843878,,,, +?,15,android/R$attr.progressBarPadding,16843545,,,, +?,0,android/R$attr.progressBarStyle,16842871,,,, +?,0,android/R$attr.progressBarStyleHorizontal,16842872,,,, +?,0,android/R$attr.progressBarStyleInverse,16843399,,,, +?,0,android/R$attr.progressBarStyleLarge,16842874,,,, +?,0,android/R$attr.progressBarStyleLargeInverse,16843401,,,, +?,0,android/R$attr.progressBarStyleSmall,16842873,,,, +?,0,android/R$attr.progressBarStyleSmallInverse,16843400,,,, +?,0,android/R$attr.progressBarStyleSmallTitle,16843279,,,, +?,0,android/R$attr.progressDrawable,16843068,,,, +?,21,android/R$attr.progressTint,16843875,,,, +?,21,android/R$attr.progressTintMode,16843876,,,, +?,0,android/R$attr.prompt,16843131,,,, +?,15,android/R$attr.propertyName,16843489,,,, +?,21,android/R$attr.propertyXName,16843892,,,, +?,21,android/R$attr.propertyYName,16843893,,,, +?,0,android/R$attr.protectionLevel,16842761,,,, +?,15,android/R$attr.publicKey,16843686,,,, +?,0,android/R$attr.queryActionMsg,16843227,,,, +?,0,android/R$attr.queryAfterZeroResults,16843394,,,, +?,21,android/R$attr.queryBackground,16843911,,,, +?,15,android/R$attr.queryHint,16843608,,,, +?,0,android/R$attr.quickContactBadgeStyleSmallWindowLarge,16843443,,,, +?,0,android/R$attr.quickContactBadgeStyleSmallWindowMedium,16843442,,,, +?,0,android/R$attr.quickContactBadgeStyleSmallWindowSmall,16843441,,,, +?,0,android/R$attr.quickContactBadgeStyleWindowLarge,16843440,,,, +?,0,android/R$attr.quickContactBadgeStyleWindowMedium,16843439,,,, +?,0,android/R$attr.quickContactBadgeStyleWindowSmall,16843438,,,, +?,0,android/R$attr.radioButtonStyle,16842878,,,, +?,0,android/R$attr.radius,16843176,,,, +?,0,android/R$attr.rating,16843077,,,, +?,0,android/R$attr.ratingBarStyle,16842876,,,, +?,0,android/R$attr.ratingBarStyleIndicator,16843280,,,, +?,0,android/R$attr.ratingBarStyleSmall,16842877,,,, +?,0,android/R$attr.readPermission,16842759,,,, +?,21,android/R$attr.recognitionService,16843932,,,, +?,26,android/R$attr.recreateOnConfigChanges,16844103,,,, +?,26,android/R$attr.recycleEnabled,16844121,,,, +?,21,android/R$attr.relinquishTaskIdentity,16843894,,,, +?,21,android/R$attr.reparent,16843964,,,, +?,21,android/R$attr.reparentWithOverlay,16843965,,,, +?,0,android/R$attr.repeatCount,16843199,,,, +?,0,android/R$attr.repeatMode,16843200,,,, +?,0,android/R$attr.reqFiveWayNav,16843314,,,, +?,0,android/R$attr.reqHardKeyboard,16843305,,,, +?,0,android/R$attr.reqKeyboardType,16843304,,,, +?,0,android/R$attr.reqNavigation,16843306,,,, +?,0,android/R$attr.reqTouchScreen,16843303,,,, +?,30,android/R$attr.requestAutoRevokePermissionsExemption,16844308,,,, +?,29,android/R$attr.requestLegacyExternalStorage,16844291,,,, +?,0,android/R$attr.required,16843406,,,, +?,18,android/R$attr.requiredAccountType,16843734,,,, +?,19,android/R$attr.requireDeviceUnlock,16843756,,,, +?,26,android/R$attr.requiredFeature,16844116,,,, +?,18,android/R$attr.requiredForAllUsers,16843728,,,, +?,26,android/R$attr.requiredNotFeature,16844117,,,, +?,15,android/R$attr.requiresFadingEdge,16843685,,,, +?,15,android/R$attr.requiresSmallestWidthDp,16843620,,,, +?,0,android/R$attr.resizeable,16843405,,,, +?,24,android/R$attr.resizeableActivity,16844022,,,, +?,22,android/R$attr.resizeClip,16843983,,,, +?,15,android/R$attr.resizeMode,16843619,,,, +?,0,android/R$attr.resource,16842789,,,, +?,30,android/R$attr.resourcesMap,16844297,,,, +?,0,android/R$attr.restoreAnyVersion,16843450,,,, +?,0,android/R$attr.restoreNeedsApplication,16843421,,,, +?,18,android/R$attr.restrictedAccountType,16843733,,,, +?,21,android/R$attr.restrictionType,16843923,,,, +?,21,android/R$attr.resumeWhilePausing,16843954,,,, +?,21,android/R$attr.reversible,16843851,,,, +?,22,android/R$attr.revisionCode,16843989,,,, +?,0,android/R$attr.right,16843183,,,, +?,0,android/R$attr.ringtonePreferenceStyle,16842899,,,, +?,0,android/R$attr.ringtoneType,16843257,,,, +?,15,android/R$attr.rotation,16843558,,,, +?,26,android/R$attr.rotationAnimation,16844090,,,, +?,15,android/R$attr.rotationX,16843559,,,, +?,15,android/R$attr.rotationY,16843560,,,, +?,25,android/R$attr.roundIcon,16844076,,,, +?,15,android/R$attr.rowCount,16843637,,,, +?,0,android/R$attr.rowDelay,16843216,,,, +?,0,android/R$attr.rowEdgeFlags,16843329,,,, +?,0,android/R$attr.rowHeight,16843058,,,, +?,15,android/R$attr.rowOrderPreserved,16843638,,,, +?,0,android/R$attr.saveEnabled,16842983,,,, +?,0,android/R$attr.scaleGravity,16843262,,,, +?,0,android/R$attr.scaleHeight,16843261,,,, +?,0,android/R$attr.scaleType,16843037,,,, +?,0,android/R$attr.scaleWidth,16843260,,,, +?,15,android/R$attr.scaleX,16843556,,,, +?,15,android/R$attr.scaleY,16843557,,,, +?,0,android/R$attr.scheme,16842791,,,, +?,0,android/R$attr.screenDensity,16843467,,,, +?,0,android/R$attr.screenOrientation,16842782,,,, +?,28,android/R$attr.screenReaderFocusable,16844148,,,, +?,0,android/R$attr.screenSize,16843466,,,, +?,0,android/R$attr.scrollbarAlwaysDrawHorizontalTrack,16842856,,,, +?,0,android/R$attr.scrollbarAlwaysDrawVerticalTrack,16842857,,,, +?,0,android/R$attr.scrollbarDefaultDelayBeforeFade,16843433,,,, +?,0,android/R$attr.scrollbarFadeDuration,16843432,,,, +?,0,android/R$attr.scrollbars,16842974,,,, +?,0,android/R$attr.scrollbarSize,16842851,,,, +?,0,android/R$attr.scrollbarStyle,16842879,,,, +?,0,android/R$attr.scrollbarThumbHorizontal,16842852,,,, +?,0,android/R$attr.scrollbarThumbVertical,16842853,,,, +?,0,android/R$attr.scrollbarTrackHorizontal,16842854,,,, +?,0,android/R$attr.scrollbarTrackVertical,16842855,,,, +?,0,android/R$attr.scrollHorizontally,16843099,,,, +?,23,android/R$attr.scrollIndicators,16844006,,,, +?,0,android/R$attr.scrollingCache,16843006,,,, +?,0,android/R$attr.scrollViewStyle,16842880,,,, +?,0,android/R$attr.scrollX,16842962,,,, +?,0,android/R$attr.scrollY,16842963,,,, +?,0,android/R$attr.searchButtonText,16843269,,,, +?,22,android/R$attr.searchHintIcon,16843988,,,, +?,21,android/R$attr.searchIcon,16843907,,,, +?,0,android/R$attr.searchMode,16843221,,,, +?,0,android/R$attr.searchSettingsDescription,16843402,,,, +?,0,android/R$attr.searchSuggestAuthority,16843222,,,, +?,0,android/R$attr.searchSuggestIntentAction,16843225,,,, +?,0,android/R$attr.searchSuggestIntentData,16843226,,,, +?,0,android/R$attr.searchSuggestPath,16843223,,,, +?,0,android/R$attr.searchSuggestSelection,16843224,,,, +?,0,android/R$attr.searchSuggestThreshold,16843373,,,, +?,21,android/R$attr.searchViewStyle,16843904,,,, +?,26,android/R$attr.secondaryContentAlpha,16844115,,,, +?,0,android/R$attr.secondaryProgress,16843064,,,, +?,21,android/R$attr.secondaryProgressTint,16843879,,,, +?,21,android/R$attr.secondaryProgressTintMode,16843880,,,, +?,29,android/R$attr.secureElementName,16844290,,,, +?,0,android/R$attr.seekBarStyle,16842875,,,, +?,15,android/R$attr.segmentedButtonStyle,16843568,,,, +?,0,android/R$attr.selectable,16843238,,,, +?,15,android/R$attr.selectableItemBackground,16843534,,,, +?,21,android/R$attr.selectableItemBackgroundBorderless,16843868,,,, +?,0,android/R$attr.selectAllOnFocus,16843102,,,, +?,15,android/R$attr.selectedDateVerticalBar,16843591,,,, +?,15,android/R$attr.selectedWeekBackgroundColor,16843586,,,, +?,29,android/R$attr.selectionDividerHeight,16844184,,,, +?,21,android/R$attr.sessionService,16843837,,,, +?,0,android/R$attr.settingsActivity,16843301,,,, +?,29,android/R$attr.settingsSliceUri,16844179,,,, +?,21,android/R$attr.setupActivity,16843766,,,, +?,0,android/R$attr.shadowColor,16843105,,,, +?,0,android/R$attr.shadowDx,16843106,,,, +?,0,android/R$attr.shadowDy,16843107,,,, +?,0,android/R$attr.shadowRadius,16843108,,,, +?,0,android/R$attr.shape,16843162,,,, +?,0,android/R$attr.sharedUserId,16842763,,,, +?,0,android/R$attr.sharedUserLabel,16843361,,,, +?,0,android/R$attr.shareInterpolator,16843195,,,, +?,29,android/R$attr.shell,16844180,,,, +?,25,android/R$attr.shortcutDisabledMessage,16844075,,,, +?,25,android/R$attr.shortcutId,16844072,,,, +?,25,android/R$attr.shortcutLongLabel,16844074,,,, +?,25,android/R$attr.shortcutShortLabel,16844073,,,, +?,0,android/R$attr.shouldDisableView,16843246,,,, +?,15,android/R$attr.showAsAction,16843481,,,, +?,0,android/R$attr.showDefault,16843258,,,, +?,15,android/R$attr.showDividers,16843561,,,, +?,23,android/R$attr.showForAllUsers,16844015,,,, +?,25,android/R$attr.showMetadataInPreview,16844079,,,, +?,15,android/R$attr.shownWeekCount,16843585,,,, +?,17,android/R$attr.showOnLockScreen,16843721,,,, +?,0,android/R$attr.showSilent,16843259,,,, +?,21,android/R$attr.showText,16843949,,,, +?,15,android/R$attr.showWeekNumber,16843582,,,, +?,27,android/R$attr.showWhenLocked,16844137,,,, +?,0,android/R$attr.shrinkColumns,16843082,,,, +?,0,android/R$attr.singleLine,16843101,,,, +?,26,android/R$attr.singleLineTitle,16844124,,,, +?,17,android/R$attr.singleUser,16843711,,,, +?,21,android/R$attr.slideEdge,16843824,,,, +?,0,android/R$attr.smallIcon,16843422,,,, +?,0,android/R$attr.smallScreens,16843396,,,, +?,0,android/R$attr.smoothScrollbar,16843313,,,, +?,0,android/R$attr.soundEffectsEnabled,16843285,,,, +?,0,android/R$attr.spacing,16843027,,,, +?,0,android/R$attr.spinnerDropDownItemStyle,16842887,,,, +?,0,android/R$attr.spinnerItemStyle,16842889,,,, +?,15,android/R$attr.spinnerMode,16843505,,,, +?,15,android/R$attr.spinnersShown,16843595,,,, +?,0,android/R$attr.spinnerStyle,16842881,,,, +?,15,android/R$attr.splitMotionEvents,16843503,,,, +?,26,android/R$attr.splitName,16844105,,,, +?,21,android/R$attr.splitTrack,16843852,,,, +?,21,android/R$attr.spotShadowAlpha,16843967,,,, +?,0,android/R$attr.src,16843033,,,, +?,19,android/R$attr.ssp,16843747,,,, +?,19,android/R$attr.sspPattern,16843749,,,, +?,19,android/R$attr.sspPrefix,16843748,,,, +?,0,android/R$attr.stackFromBottom,16843005,,,, +?,21,android/R$attr.stackViewStyle,16843838,,,, +?,0,android/R$attr.starStyle,16842882,,,, +?,23,android/R$attr.start,16843995,,,, +?,0,android/R$attr.startColor,16843165,,,, +?,19,android/R$attr.startDelay,16843746,,,, +?,0,android/R$attr.startOffset,16843198,,,, +?,24,android/R$attr.startX,16844048,,,, +?,24,android/R$attr.startY,16844049,,,, +?,0,android/R$attr.startYear,16843132,,,, +?,0,android/R$attr.state_above_anchor,16842922,,,, +?,15,android/R$attr.state_accelerated,16843547,,,, +?,15,android/R$attr.state_activated,16843518,,,, +?,0,android/R$attr.state_active,16842914,,,, +?,0,android/R$attr.state_checkable,16842911,,,, +?,0,android/R$attr.state_checked,16842912,,,, +?,15,android/R$attr.state_drag_can_accept,16843624,,,, +?,15,android/R$attr.state_drag_hovered,16843625,,,, +?,0,android/R$attr.state_empty,16842921,,,, +?,0,android/R$attr.state_enabled,16842910,,,, +?,0,android/R$attr.state_expanded,16842920,,,, +?,0,android/R$attr.state_first,16842916,,,, +?,0,android/R$attr.state_focused,16842908,,,, +?,15,android/R$attr.state_hovered,16843623,,,, +?,0,android/R$attr.state_last,16842918,,,, +?,0,android/R$attr.state_long_pressable,16843324,,,, +?,0,android/R$attr.state_middle,16842917,,,, +?,15,android/R$attr.state_multiline,16843597,,,, +?,0,android/R$attr.state_pressed,16842919,,,, +?,0,android/R$attr.state_selected,16842913,,,, +?,0,android/R$attr.state_single,16842915,,,, +?,0,android/R$attr.state_window_focused,16842909,,,, +?,21,android/R$attr.stateListAnimator,16843848,,,, +?,0,android/R$attr.stateNotNeeded,16842774,,,, +?,15,android/R$attr.staticWallpaperPreview,16843569,,,, +?,21,android/R$attr.statusBarColor,16843857,,,, +?,0,android/R$attr.stepSize,16843078,,,, +?,15,android/R$attr.stopWithTask,16843626,,,, +?,0,android/R$attr.streamType,16843273,,,, +?,0,android/R$attr.stretchColumns,16843081,,,, +?,0,android/R$attr.stretchMode,16843030,,,, +?,21,android/R$attr.strokeAlpha,16843979,,,, +?,21,android/R$attr.strokeColor,16843782,,,, +?,21,android/R$attr.strokeLineCap,16843787,,,, +?,21,android/R$attr.strokeLineJoin,16843788,,,, +?,21,android/R$attr.strokeMiterLimit,16843789,,,, +?,21,android/R$attr.strokeWidth,16843783,,,, +?,24,android/R$attr.subMenuArrow,16844019,,,, +?,21,android/R$attr.submitBackground,16843912,,,, +?,15,android/R$attr.subtitle,16843473,,,, +?,21,android/R$attr.subtitleTextAppearance,16843823,,,, +?,23,android/R$attr.subtitleTextColor,16844004,,,, +?,15,android/R$attr.subtitleTextStyle,16843513,,,, +?,15,android/R$attr.subtypeExtraValue,16843674,,,, +?,17,android/R$attr.subtypeId,16843713,,,, +?,15,android/R$attr.subtypeLocale,16843673,,,, +?,0,android/R$attr.suggestActionMsg,16843228,,,, +?,0,android/R$attr.suggestActionMsgColumn,16843229,,,, +?,21,android/R$attr.suggestionRowLayout,16843910,,,, +?,0,android/R$attr.summary,16843241,,,, +?,0,android/R$attr.summaryColumn,16843426,,,, +?,0,android/R$attr.summaryOff,16843248,,,, +?,0,android/R$attr.summaryOn,16843247,,,, +?,23,android/R$attr.supportsAssist,16844016,,,, +?,30,android/R$attr.supportsInlineSuggestions,16844302,,,, +?,23,android/R$attr.supportsLaunchVoiceAssistFromKeyguard,16844017,,,, +?,24,android/R$attr.supportsLocalInteraction,16844047,,,, +?,29,android/R$attr.supportsMultipleDisplays,16844182,,,, +?,24,android/R$attr.supportsPictureInPicture,16844023,,,, +?,17,android/R$attr.supportsRtl,16843695,,,, +?,19,android/R$attr.supportsSwitchingToNextInputMethod,16843755,,,, +?,0,android/R$attr.supportsUploading,16843419,,,, +?,15,android/R$attr.switchMinWidth,16843632,,,, +?,15,android/R$attr.switchPadding,16843633,,,, +?,15,android/R$attr.switchPreferenceStyle,16843629,,,, +?,21,android/R$attr.switchStyle,16843839,,,, +?,15,android/R$attr.switchTextAppearance,16843630,,,, +?,15,android/R$attr.switchTextOff,16843628,,,, +?,15,android/R$attr.switchTextOn,16843627,,,, +?,0,android/R$attr.syncable,16842777,,,, +?,0,android/R$attr.tabStripEnabled,16843453,,,, +?,0,android/R$attr.tabStripLeft,16843451,,,, +?,0,android/R$attr.tabStripRight,16843452,,,, +?,0,android/R$attr.tabWidgetStyle,16842883,,,, +?,0,android/R$attr.tag,16842961,,,, +?,0,android/R$attr.targetActivity,16843266,,,, +?,0,android/R$attr.targetClass,16842799,,,, +?,15,android/R$attr.targetDescriptions,16843680,,,, +?,19,android/R$attr.targetId,16843740,,,, +?,21,android/R$attr.targetName,16843853,,,, +?,0,android/R$attr.targetPackage,16842785,,,, +?,26,android/R$attr.targetProcesses,16844097,,,, +?,26,android/R$attr.targetSandboxVersion,16844108,,,, +?,0,android/R$attr.targetSdkVersion,16843376,,,, +?,0,android/R$attr.taskAffinity,16842770,,,, +?,0,android/R$attr.taskCloseEnterAnimation,16842942,,,, +?,0,android/R$attr.taskCloseExitAnimation,16842943,,,, +?,0,android/R$attr.taskOpenEnterAnimation,16842940,,,, +?,0,android/R$attr.taskOpenExitAnimation,16842941,,,, +?,0,android/R$attr.taskToBackEnterAnimation,16842946,,,, +?,0,android/R$attr.taskToBackExitAnimation,16842947,,,, +?,0,android/R$attr.taskToFrontEnterAnimation,16842944,,,, +?,0,android/R$attr.taskToFrontExitAnimation,16842945,,,, +?,0,android/R$attr.tension,16843370,,,, +?,0,android/R$attr.testOnly,16843378,,,, +?,0,android/R$attr.text,16843087,,,, +?,17,android/R$attr.textAlignment,16843697,,,, +?,15,android/R$attr.textAllCaps,16843660,,,, +?,0,android/R$attr.textAppearance,16842804,,,, +?,0,android/R$attr.textAppearanceButton,16843271,,,, +?,0,android/R$attr.textAppearanceInverse,16842805,,,, +?,0,android/R$attr.textAppearanceLarge,16842816,,,, +?,0,android/R$attr.textAppearanceLargeInverse,16842819,,,, +?,15,android/R$attr.textAppearanceLargePopupMenu,16843521,,,, +?,15,android/R$attr.textAppearanceListItem,16843678,,,, +?,21,android/R$attr.textAppearanceListItemSecondary,16843826,,,, +?,15,android/R$attr.textAppearanceListItemSmall,16843679,,,, +?,0,android/R$attr.textAppearanceMedium,16842817,,,, +?,0,android/R$attr.textAppearanceMediumInverse,16842820,,,, +?,24,android/R$attr.textAppearancePopupMenuHeader,16844034,,,, +?,0,android/R$attr.textAppearanceSearchResultSubtitle,16843424,,,, +?,0,android/R$attr.textAppearanceSearchResultTitle,16843425,,,, +?,0,android/R$attr.textAppearanceSmall,16842818,,,, +?,0,android/R$attr.textAppearanceSmallInverse,16842821,,,, +?,15,android/R$attr.textAppearanceSmallPopupMenu,16843522,,,, +?,0,android/R$attr.textCheckMark,16842822,,,, +?,0,android/R$attr.textCheckMarkInverse,16842823,,,, +?,0,android/R$attr.textColor,16842904,,,, +?,15,android/R$attr.textColorAlertDialogListItem,16843526,,,, +?,0,android/R$attr.textColorHighlight,16842905,,,, +?,15,android/R$attr.textColorHighlightInverse,16843599,,,, +?,0,android/R$attr.textColorHint,16842906,,,, +?,0,android/R$attr.textColorHintInverse,16842815,,,, +?,0,android/R$attr.textColorLink,16842907,,,, +?,15,android/R$attr.textColorLinkInverse,16843600,,,, +?,0,android/R$attr.textColorPrimary,16842806,,,, +?,0,android/R$attr.textColorPrimaryDisableOnly,16842807,,,, +?,0,android/R$attr.textColorPrimaryInverse,16842809,,,, +?,0,android/R$attr.textColorPrimaryInverseDisableOnly,16843403,,,, +?,0,android/R$attr.textColorPrimaryInverseNoDisable,16842813,,,, +?,0,android/R$attr.textColorPrimaryNoDisable,16842811,,,, +?,0,android/R$attr.textColorSecondary,16842808,,,, +?,0,android/R$attr.textColorSecondaryInverse,16842810,,,, +?,0,android/R$attr.textColorSecondaryInverseNoDisable,16842814,,,, +?,0,android/R$attr.textColorSecondaryNoDisable,16842812,,,, +?,0,android/R$attr.textColorTertiary,16843282,,,, +?,0,android/R$attr.textColorTertiaryInverse,16843283,,,, +?,15,android/R$attr.textCursorDrawable,16843618,,,, +?,17,android/R$attr.textDirection,16843696,,,, +?,15,android/R$attr.textEditNoPasteWindowLayout,16843541,,,, +?,15,android/R$attr.textEditPasteWindowLayout,16843540,,,, +?,15,android/R$attr.textEditSideNoPasteWindowLayout,16843615,,,, +?,15,android/R$attr.textEditSidePasteWindowLayout,16843614,,,, +?,15,android/R$attr.textEditSuggestionItemLayout,16843636,,,, +?,0,android/R$attr.textFilterEnabled,16843007,,,, +?,28,android/R$attr.textFontWeight,16844165,,,, +?,15,android/R$attr.textIsSelectable,16843542,,,, +?,29,android/R$attr.textLocale,16844178,,,, +?,0,android/R$attr.textOff,16843045,,,, +?,0,android/R$attr.textOn,16843044,,,, +?,0,android/R$attr.textScaleX,16843089,,,, +?,0,android/R$attr.textSelectHandle,16843463,,,, +?,0,android/R$attr.textSelectHandleLeft,16843461,,,, +?,0,android/R$attr.textSelectHandleRight,16843462,,,, +?,0,android/R$attr.textSelectHandleWindowStyle,16843464,,,, +?,0,android/R$attr.textSize,16842901,,,, +?,0,android/R$attr.textStyle,16842903,,,, +?,15,android/R$attr.textSuggestionsWindowStyle,16843635,,,, +?,0,android/R$attr.textViewStyle,16842884,,,, +?,0,android/R$attr.theme,16842752,,,, +?,0,android/R$attr.thickness,16843360,,,, +?,0,android/R$attr.thicknessRatio,16843164,,,, +?,0,android/R$attr.thumb,16843074,,,, +?,0,android/R$attr.thumbnail,16843429,,,, +?,0,android/R$attr.thumbOffset,16843075,,,, +?,23,android/R$attr.thumbPosition,16844005,,,, +?,15,android/R$attr.thumbTextPadding,16843634,,,, +?,21,android/R$attr.thumbTint,16843889,,,, +?,21,android/R$attr.thumbTintMode,16843890,,,, +?,24,android/R$attr.tickMark,16844042,,,, +?,24,android/R$attr.tickMarkTint,16844043,,,, +?,24,android/R$attr.tickMarkTintMode,16844044,,,, +?,0,android/R$attr.tileMode,16843265,,,, +?,21,android/R$attr.tileModeX,16843895,,,, +?,21,android/R$attr.tileModeY,16843896,,,, +?,21,android/R$attr.timePickerDialogTheme,16843934,,,, +?,21,android/R$attr.timePickerMode,16843956,,,, +?,21,android/R$attr.timePickerStyle,16843933,,,, +?,17,android/R$attr.timeZone,16843724,,,, +?,0,android/R$attr.tint,16843041,,,, +?,21,android/R$attr.tintMode,16843771,,,, +?,0,android/R$attr.title,16843233,,,, +?,0,android/R$attr.titleCondensed,16843234,,,, +?,24,android/R$attr.titleMargin,16844024,,,, +?,24,android/R$attr.titleMarginBottom,16844028,,,, +?,24,android/R$attr.titleMarginEnd,16844026,,,, +?,24,android/R$attr.titleMarginStart,16844025,,,, +?,24,android/R$attr.titleMarginTop,16844027,,,, +?,21,android/R$attr.titleTextAppearance,16843822,,,, +?,23,android/R$attr.titleTextColor,16844003,,,, +?,15,android/R$attr.titleTextStyle,16843512,,,, +?,0,android/R$attr.toAlpha,16843211,,,, +?,0,android/R$attr.toDegrees,16843188,,,, +?,21,android/R$attr.toId,16843849,,,, +?,21,android/R$attr.toolbarStyle,16843946,,,, +?,26,android/R$attr.tooltipText,16844084,,,, +?,0,android/R$attr.top,16843182,,,, +?,0,android/R$attr.topBright,16842955,,,, +?,0,android/R$attr.topDark,16842951,,,, +?,0,android/R$attr.topLeftRadius,16843177,,,, +?,0,android/R$attr.topOffset,16843352,,,, +?,0,android/R$attr.topRightRadius,16843178,,,, +?,19,android/R$attr.toScene,16843742,,,, +?,21,android/R$attr.touchscreenBlocksFocus,16843919,,,, +?,0,android/R$attr.toXDelta,16843207,,,, +?,0,android/R$attr.toXScale,16843203,,,, +?,0,android/R$attr.toYDelta,16843209,,,, +?,0,android/R$attr.toYScale,16843205,,,, +?,15,android/R$attr.track,16843631,,,, +?,23,android/R$attr.trackTint,16843993,,,, +?,23,android/R$attr.trackTintMode,16843994,,,, +?,0,android/R$attr.transcriptMode,16843008,,,, +?,15,android/R$attr.transformPivotX,16843552,,,, +?,15,android/R$attr.transformPivotY,16843553,,,, +?,19,android/R$attr.transition,16843743,,,, +?,21,android/R$attr.transitionGroup,16843777,,,, +?,21,android/R$attr.transitionName,16843776,,,, +?,19,android/R$attr.transitionOrdering,16843744,,,, +?,21,android/R$attr.transitionVisibilityMode,16843900,,,, +?,21,android/R$attr.translateX,16843866,,,, +?,21,android/R$attr.translateY,16843867,,,, +?,15,android/R$attr.translationX,16843554,,,, +?,15,android/R$attr.translationY,16843555,,,, +?,21,android/R$attr.translationZ,16843770,,,, +?,21,android/R$attr.trimPathEnd,16843785,,,, +?,21,android/R$attr.trimPathOffset,16843786,,,, +?,21,android/R$attr.trimPathStart,16843784,,,, +?,28,android/R$attr.ttcIndex,16844143,,,, +?,24,android/R$attr.tunerCount,16844061,,,, +?,27,android/R$attr.turnScreenOn,16844138,,,, +?,0,android/R$attr.type,16843169,,,, +?,0,android/R$attr.typeface,16842902,,,, +?,15,android/R$attr.uiOptions,16843672,,,, +?,0,android/R$attr.uncertainGestureColor,16843382,,,, +?,15,android/R$attr.unfocusedMonthDateColor,16843588,,,, +?,0,android/R$attr.unselectedAlpha,16843278,,,, +?,0,android/R$attr.updatePeriodMillis,16843344,,,, +?,24,android/R$attr.use32bitAbi,16844053,,,, +?,29,android/R$attr.useAppZygote,16844183,,,, +?,15,android/R$attr.useDefaultMargins,16843641,,,, +?,29,android/R$attr.useEmbeddedDex,16844190,,,, +?,15,android/R$attr.useIntrinsicSizeAsMinimum,16843536,,,, +?,0,android/R$attr.useLevel,16843167,,,, +?,0,android/R$attr.userVisible,16843409,,,, +?,23,android/R$attr.usesCleartextTraffic,16844012,,,, +?,0,android/R$attr.value,16842788,,,, +?,15,android/R$attr.valueFrom,16843486,,,, +?,15,android/R$attr.valueTo,16843487,,,, +?,15,android/R$attr.valueType,16843488,,,, +?,0,android/R$attr.variablePadding,16843157,,,, +?,19,android/R$attr.vendor,16843751,,,, +?,24,android/R$attr.version,16844057,,,, +?,0,android/R$attr.versionCode,16843291,,,, +?,28,android/R$attr.versionCodeMajor,16844150,,,, +?,28,android/R$attr.versionMajor,16844151,,,, +?,0,android/R$attr.versionName,16843292,,,, +?,0,android/R$attr.verticalCorrection,16843322,,,, +?,0,android/R$attr.verticalDivider,16843054,,,, +?,0,android/R$attr.verticalGap,16843328,,,, +?,15,android/R$attr.verticalScrollbarPosition,16843572,,,, +?,0,android/R$attr.verticalSpacing,16843029,,,, +?,21,android/R$attr.viewportHeight,16843779,,,, +?,21,android/R$attr.viewportWidth,16843778,,,, +?,0,android/R$attr.visibility,16842972,,,, +?,0,android/R$attr.visible,16843156,,,, +?,26,android/R$attr.visibleToInstantApps,16844081,,,, +?,0,android/R$attr.vmSafeMode,16843448,,,, +?,21,android/R$attr.voiceIcon,16843908,,,, +?,0,android/R$attr.voiceLanguage,16843349,,,, +?,0,android/R$attr.voiceLanguageModel,16843347,,,, +?,0,android/R$attr.voiceMaxResults,16843350,,,, +?,0,android/R$attr.voicePromptText,16843348,,,, +?,0,android/R$attr.voiceSearchMode,16843346,,,, +?,0,android/R$attr.wallpaperCloseEnterAnimation,16843413,,,, +?,0,android/R$attr.wallpaperCloseExitAnimation,16843414,,,, +?,0,android/R$attr.wallpaperIntraCloseEnterAnimation,16843417,,,, +?,0,android/R$attr.wallpaperIntraCloseExitAnimation,16843418,,,, +?,0,android/R$attr.wallpaperIntraOpenEnterAnimation,16843415,,,, +?,0,android/R$attr.wallpaperIntraOpenExitAnimation,16843416,,,, +?,0,android/R$attr.wallpaperOpenEnterAnimation,16843411,,,, +?,0,android/R$attr.wallpaperOpenExitAnimation,16843412,,,, +?,0,android/R$attr.webTextViewStyle,16843449,,,, +?,0,android/R$attr.webViewStyle,16842885,,,, +?,15,android/R$attr.weekDayTextAppearance,16843592,,,, +?,15,android/R$attr.weekNumberColor,16843589,,,, +?,15,android/R$attr.weekSeparatorLineColor,16843590,,,, +?,0,android/R$attr.weightSum,16843048,,,, +?,17,android/R$attr.widgetCategory,16843716,,,, +?,28,android/R$attr.widgetFeatures,16844153,,,, +?,0,android/R$attr.widgetLayout,16843243,,,, +?,0,android/R$attr.width,16843097,,,, +?,15,android/R$attr.windowActionBar,16843469,,,, +?,15,android/R$attr.windowActionBarOverlay,16843492,,,, +?,15,android/R$attr.windowActionModeOverlay,16843485,,,, +?,21,android/R$attr.windowActivityTransitions,16843981,,,, +?,21,android/R$attr.windowAllowEnterTransitionOverlap,16843836,,,, +?,21,android/R$attr.windowAllowReturnTransitionOverlap,16843835,,,, +?,0,android/R$attr.windowAnimationStyle,16842926,,,, +?,0,android/R$attr.windowBackground,16842836,,,, +?,24,android/R$attr.windowBackgroundFallback,16844035,,,, +?,21,android/R$attr.windowClipToOutline,16843947,,,, +?,15,android/R$attr.windowCloseOnTouchOutside,16843611,,,, +?,0,android/R$attr.windowContentOverlay,16842841,,,, +?,21,android/R$attr.windowContentTransitionManager,16843769,,,, +?,21,android/R$attr.windowContentTransitions,16843768,,,, +?,0,android/R$attr.windowDisablePreview,16843298,,,, +?,21,android/R$attr.windowDrawsSystemBarBackgrounds,16843856,,,, +?,21,android/R$attr.windowElevation,16843920,,,, +?,15,android/R$attr.windowEnableSplitTouch,16843543,,,, +?,0,android/R$attr.windowEnterAnimation,16842932,,,, +?,21,android/R$attr.windowEnterTransition,16843831,,,, +?,0,android/R$attr.windowExitAnimation,16842933,,,, +?,21,android/R$attr.windowExitTransition,16843832,,,, +?,0,android/R$attr.windowFrame,16842837,,,, +?,0,android/R$attr.windowFullscreen,16843277,,,, +?,0,android/R$attr.windowHideAnimation,16842935,,,, +?,0,android/R$attr.windowIsFloating,16842839,,,, +?,0,android/R$attr.windowIsTranslucent,16842840,,,, +?,27,android/R$attr.windowLayoutInDisplayCutoutMode,16844166,,,, +?,27,android/R$attr.windowLightNavigationBar,16844140,,,, +?,23,android/R$attr.windowLightStatusBar,16844000,,,, +?,15,android/R$attr.windowMinWidthMajor,16843606,,,, +?,15,android/R$attr.windowMinWidthMinor,16843607,,,, +?,0,android/R$attr.windowNoDisplay,16843294,,,, +?,0,android/R$attr.windowNoTitle,16842838,,,, +?,18,android/R$attr.windowOverscan,16843727,,,, +?,21,android/R$attr.windowReenterTransition,16843951,,,, +?,21,android/R$attr.windowReturnTransition,16843950,,,, +?,21,android/R$attr.windowSharedElementEnterTransition,16843833,,,, +?,21,android/R$attr.windowSharedElementExitTransition,16843834,,,, +?,21,android/R$attr.windowSharedElementReenterTransition,16843953,,,, +?,21,android/R$attr.windowSharedElementReturnTransition,16843952,,,, +?,21,android/R$attr.windowSharedElementsUseOverlay,16843963,,,, +?,0,android/R$attr.windowShowAnimation,16842934,,,, +?,0,android/R$attr.windowShowWallpaper,16843410,,,, +?,0,android/R$attr.windowSoftInputMode,16843307,,,, +?,26,android/R$attr.windowSplashscreenContent,16844132,,,, +?,20,android/R$attr.windowSwipeToDismiss,16843763,,,, +?,0,android/R$attr.windowTitleBackgroundStyle,16842844,,,, +?,0,android/R$attr.windowTitleSize,16842842,,,, +?,0,android/R$attr.windowTitleStyle,16842843,,,, +?,21,android/R$attr.windowTransitionBackgroundFadeDuration,16843873,,,, +?,19,android/R$attr.windowTranslucentNavigation,16843760,,,, +?,19,android/R$attr.windowTranslucentStatus,16843759,,,, +?,0,android/R$attr.writePermission,16842760,,,, +?,0,android/R$attr.x,16842924,,,, +?,0,android/R$attr.xlargeScreens,16843455,,,, +?,0,android/R$attr.y,16842925,,,, +?,21,android/R$attr.yearListItemTextAppearance,16843929,,,, +?,21,android/R$attr.yearListSelectorColor,16843930,,,, +?,0,android/R$attr.yesNoPreferenceStyle,16842896,,,, +?,0,android/R$attr.zAdjustment,16843201,,,, +?,29,android/R$attr.zygotePreloadName,16844189,,,, +?,0,android/R$color.background_dark,17170446,,,, +?,0,android/R$color.background_light,17170447,,,, +?,0,android/R$color.black,17170444,,,, +?,0,android/R$color.darker_gray,17170432,,,, +?,15,android/R$color.holo_blue_bright,17170459,,,, +?,15,android/R$color.holo_blue_dark,17170451,,,, +?,15,android/R$color.holo_blue_light,17170450,,,, +?,15,android/R$color.holo_green_dark,17170453,,,, +?,15,android/R$color.holo_green_light,17170452,,,, +?,15,android/R$color.holo_orange_dark,17170457,,,, +?,15,android/R$color.holo_orange_light,17170456,,,, +?,15,android/R$color.holo_purple,17170458,,,, +?,15,android/R$color.holo_red_dark,17170455,,,, +?,15,android/R$color.holo_red_light,17170454,,,, +?,0,android/R$color.primary_text_dark,17170433,,,, +?,0,android/R$color.primary_text_dark_nodisable,17170434,,,, +?,0,android/R$color.primary_text_light,17170435,,,, +?,0,android/R$color.primary_text_light_nodisable,17170436,,,, +?,0,android/R$color.secondary_text_dark,17170437,,,, +?,0,android/R$color.secondary_text_dark_nodisable,17170438,,,, +?,0,android/R$color.secondary_text_light,17170439,,,, +?,0,android/R$color.secondary_text_light_nodisable,17170440,,,, +?,0,android/R$color.tab_indicator_text,17170441,,,, +?,0,android/R$color.tertiary_text_dark,17170448,,,, +?,0,android/R$color.tertiary_text_light,17170449,,,, +?,0,android/R$color.transparent,17170445,,,, +?,0,android/R$color.white,17170443,,,, +?,0,android/R$color.widget_edittext_dark,17170442,,,, +?,0,android/R$dimen.app_icon_size,17104896,,,, +?,15,android/R$dimen.dialog_min_width_major,17104899,,,, +?,15,android/R$dimen.dialog_min_width_minor,17104900,,,, +?,15,android/R$dimen.notification_large_icon_height,17104902,,,, +?,15,android/R$dimen.notification_large_icon_width,17104901,,,, +?,0,android/R$dimen.thumbnail_height,17104897,,,, +?,0,android/R$dimen.thumbnail_width,17104898,,,, +?,0,android/R$drawable.alert_dark_frame,17301504,,,, +?,0,android/R$drawable.alert_light_frame,17301505,,,, +?,0,android/R$drawable.arrow_down_float,17301506,,,, +?,0,android/R$drawable.arrow_up_float,17301507,,,, +?,0,android/R$drawable.bottom_bar,17301658,,,, +?,0,android/R$drawable.btn_default,17301508,,,, +?,0,android/R$drawable.btn_default_small,17301509,,,, +?,0,android/R$drawable.btn_dialog,17301527,,,, +?,0,android/R$drawable.btn_dropdown,17301510,,,, +?,0,android/R$drawable.btn_minus,17301511,,,, +?,0,android/R$drawable.btn_plus,17301512,,,, +?,0,android/R$drawable.btn_radio,17301513,,,, +?,0,android/R$drawable.btn_star,17301514,,,, +?,0,android/R$drawable.btn_star_big_off,17301515,,,, +?,0,android/R$drawable.btn_star_big_on,17301516,,,, +?,0,android/R$drawable.button_onoff_indicator_off,17301518,,,, +?,0,android/R$drawable.button_onoff_indicator_on,17301517,,,, +?,0,android/R$drawable.checkbox_off_background,17301519,,,, +?,0,android/R$drawable.checkbox_on_background,17301520,,,, +?,0,android/R$drawable.dark_header,17301669,,,, +?,0,android/R$drawable.dialog_frame,17301521,,,, +?,15,android/R$drawable.dialog_holo_dark_frame,17301682,,,, +?,15,android/R$drawable.dialog_holo_light_frame,17301683,,,, +?,0,android/R$drawable.divider_horizontal_bright,17301522,,,, +?,0,android/R$drawable.divider_horizontal_dark,17301524,,,, +?,0,android/R$drawable.divider_horizontal_dim_dark,17301525,,,, +?,0,android/R$drawable.divider_horizontal_textfield,17301523,,,, +?,0,android/R$drawable.edit_text,17301526,,,, +?,0,android/R$drawable.editbox_background,17301528,,,, +?,0,android/R$drawable.editbox_background_normal,17301529,,,, +?,0,android/R$drawable.editbox_dropdown_dark_frame,17301530,,,, +?,0,android/R$drawable.editbox_dropdown_light_frame,17301531,,,, +?,0,android/R$drawable.gallery_thumb,17301532,,,, +?,0,android/R$drawable.ic_btn_speak_now,17301668,,,, +?,0,android/R$drawable.ic_delete,17301533,,,, +?,0,android/R$drawable.ic_dialog_alert,17301543,,,, +?,0,android/R$drawable.ic_dialog_dialer,17301544,,,, +?,0,android/R$drawable.ic_dialog_email,17301545,,,, +?,0,android/R$drawable.ic_dialog_info,17301659,,,, +?,0,android/R$drawable.ic_dialog_map,17301546,,,, +?,0,android/R$drawable.ic_input_add,17301547,,,, +?,0,android/R$drawable.ic_input_delete,17301548,,,, +?,0,android/R$drawable.ic_input_get,17301549,,,, +?,0,android/R$drawable.ic_lock_idle_alarm,17301550,,,, +?,0,android/R$drawable.ic_lock_idle_charging,17301534,,,, +?,0,android/R$drawable.ic_lock_idle_lock,17301535,,,, +?,0,android/R$drawable.ic_lock_idle_low_battery,17301536,,,, +?,0,android/R$drawable.ic_lock_lock,17301551,,,, +?,0,android/R$drawable.ic_lock_power_off,17301552,,,, +?,0,android/R$drawable.ic_lock_silent_mode,17301553,,,, +?,0,android/R$drawable.ic_lock_silent_mode_off,17301554,,,, +?,0,android/R$drawable.ic_media_ff,17301537,,,, +?,0,android/R$drawable.ic_media_next,17301538,,,, +?,0,android/R$drawable.ic_media_pause,17301539,,,, +?,0,android/R$drawable.ic_media_play,17301540,,,, +?,0,android/R$drawable.ic_media_previous,17301541,,,, +?,0,android/R$drawable.ic_media_rew,17301542,,,, +?,0,android/R$drawable.ic_menu_add,17301555,,,, +?,0,android/R$drawable.ic_menu_agenda,17301556,,,, +?,0,android/R$drawable.ic_menu_always_landscape_portrait,17301557,,,, +?,0,android/R$drawable.ic_menu_call,17301558,,,, +?,0,android/R$drawable.ic_menu_camera,17301559,,,, +?,0,android/R$drawable.ic_menu_close_clear_cancel,17301560,,,, +?,0,android/R$drawable.ic_menu_compass,17301561,,,, +?,0,android/R$drawable.ic_menu_crop,17301562,,,, +?,0,android/R$drawable.ic_menu_day,17301563,,,, +?,0,android/R$drawable.ic_menu_delete,17301564,,,, +?,0,android/R$drawable.ic_menu_directions,17301565,,,, +?,0,android/R$drawable.ic_menu_edit,17301566,,,, +?,0,android/R$drawable.ic_menu_gallery,17301567,,,, +?,0,android/R$drawable.ic_menu_help,17301568,,,, +?,0,android/R$drawable.ic_menu_info_details,17301569,,,, +?,0,android/R$drawable.ic_menu_manage,17301570,,,, +?,0,android/R$drawable.ic_menu_mapmode,17301571,,,, +?,0,android/R$drawable.ic_menu_month,17301572,,,, +?,0,android/R$drawable.ic_menu_more,17301573,,,, +?,0,android/R$drawable.ic_menu_my_calendar,17301574,,,, +?,0,android/R$drawable.ic_menu_mylocation,17301575,,,, +?,0,android/R$drawable.ic_menu_myplaces,17301576,,,, +?,0,android/R$drawable.ic_menu_preferences,17301577,,,, +?,0,android/R$drawable.ic_menu_recent_history,17301578,,,, +?,0,android/R$drawable.ic_menu_report_image,17301579,,,, +?,0,android/R$drawable.ic_menu_revert,17301580,,,, +?,0,android/R$drawable.ic_menu_rotate,17301581,,,, +?,0,android/R$drawable.ic_menu_save,17301582,,,, +?,0,android/R$drawable.ic_menu_search,17301583,,,, +?,0,android/R$drawable.ic_menu_send,17301584,,,, +?,0,android/R$drawable.ic_menu_set_as,17301585,,,, +?,0,android/R$drawable.ic_menu_share,17301586,,,, +?,0,android/R$drawable.ic_menu_slideshow,17301587,,,, +?,0,android/R$drawable.ic_menu_sort_alphabetically,17301660,,,, +?,0,android/R$drawable.ic_menu_sort_by_size,17301661,,,, +?,0,android/R$drawable.ic_menu_today,17301588,,,, +?,0,android/R$drawable.ic_menu_upload,17301589,,,, +?,0,android/R$drawable.ic_menu_upload_you_tube,17301590,,,, +?,0,android/R$drawable.ic_menu_view,17301591,,,, +?,0,android/R$drawable.ic_menu_week,17301592,,,, +?,0,android/R$drawable.ic_menu_zoom,17301593,,,, +?,0,android/R$drawable.ic_notification_clear_all,17301594,,,, +?,0,android/R$drawable.ic_notification_overlay,17301595,,,, +?,0,android/R$drawable.ic_partial_secure,17301596,,,, +?,0,android/R$drawable.ic_popup_disk_full,17301597,,,, +?,0,android/R$drawable.ic_popup_reminder,17301598,,,, +?,0,android/R$drawable.ic_popup_sync,17301599,,,, +?,0,android/R$drawable.ic_search_category_default,17301600,,,, +?,0,android/R$drawable.ic_secure,17301601,,,, +?,0,android/R$drawable.list_selector_background,17301602,,,, +?,0,android/R$drawable.menu_frame,17301603,,,, +?,0,android/R$drawable.menu_full_frame,17301604,,,, +?,0,android/R$drawable.menuitem_background,17301605,,,, +?,0,android/R$drawable.picture_frame,17301606,,,, +?,0,android/R$drawable.presence_audio_away,17301679,,,, +?,0,android/R$drawable.presence_audio_busy,17301680,,,, +?,0,android/R$drawable.presence_audio_online,17301681,,,, +?,0,android/R$drawable.presence_away,17301607,,,, +?,0,android/R$drawable.presence_busy,17301608,,,, +?,0,android/R$drawable.presence_invisible,17301609,,,, +?,0,android/R$drawable.presence_offline,17301610,,,, +?,0,android/R$drawable.presence_online,17301611,,,, +?,0,android/R$drawable.presence_video_away,17301676,,,, +?,0,android/R$drawable.presence_video_busy,17301677,,,, +?,0,android/R$drawable.presence_video_online,17301678,,,, +?,0,android/R$drawable.progress_horizontal,17301612,,,, +?,0,android/R$drawable.progress_indeterminate_horizontal,17301613,,,, +?,0,android/R$drawable.radiobutton_off_background,17301614,,,, +?,0,android/R$drawable.radiobutton_on_background,17301615,,,, +?,0,android/R$drawable.screen_background_dark,17301656,,,, +?,0,android/R$drawable.screen_background_dark_transparent,17301673,,,, +?,0,android/R$drawable.screen_background_light,17301657,,,, +?,0,android/R$drawable.screen_background_light_transparent,17301674,,,, +?,0,android/R$drawable.spinner_background,17301616,,,, +?,0,android/R$drawable.spinner_dropdown_background,17301617,,,, +?,0,android/R$drawable.star_big_off,17301619,,,, +?,0,android/R$drawable.star_big_on,17301618,,,, +?,0,android/R$drawable.star_off,17301621,,,, +?,0,android/R$drawable.star_on,17301620,,,, +?,0,android/R$drawable.stat_notify_call_mute,17301622,,,, +?,0,android/R$drawable.stat_notify_chat,17301623,,,, +?,0,android/R$drawable.stat_notify_error,17301624,,,, +?,0,android/R$drawable.stat_notify_missed_call,17301631,,,, +?,0,android/R$drawable.stat_notify_more,17301625,,,, +?,0,android/R$drawable.stat_notify_sdcard,17301626,,,, +?,0,android/R$drawable.stat_notify_sdcard_prepare,17301675,,,, +?,0,android/R$drawable.stat_notify_sdcard_usb,17301627,,,, +?,0,android/R$drawable.stat_notify_sync,17301628,,,, +?,0,android/R$drawable.stat_notify_sync_noanim,17301629,,,, +?,0,android/R$drawable.stat_notify_voicemail,17301630,,,, +?,0,android/R$drawable.stat_sys_data_bluetooth,17301632,,,, +?,0,android/R$drawable.stat_sys_download,17301633,,,, +?,0,android/R$drawable.stat_sys_download_done,17301634,,,, +?,0,android/R$drawable.stat_sys_headset,17301635,,,, +?,0,android/R$drawable.stat_sys_phone_call,17301636,,,, +?,0,android/R$drawable.stat_sys_phone_call_forward,17301637,,,, +?,0,android/R$drawable.stat_sys_phone_call_on_hold,17301638,,,, +?,0,android/R$drawable.stat_sys_speakerphone,17301639,,,, +?,0,android/R$drawable.stat_sys_upload,17301640,,,, +?,0,android/R$drawable.stat_sys_upload_done,17301641,,,, +?,0,android/R$drawable.stat_sys_vp_phone_call,17301671,,,, +?,0,android/R$drawable.stat_sys_vp_phone_call_on_hold,17301672,,,, +?,0,android/R$drawable.stat_sys_warning,17301642,,,, +?,0,android/R$drawable.status_bar_item_app_background,17301643,,,, +?,0,android/R$drawable.status_bar_item_background,17301644,,,, +?,0,android/R$drawable.sym_action_call,17301645,,,, +?,0,android/R$drawable.sym_action_chat,17301646,,,, +?,0,android/R$drawable.sym_action_email,17301647,,,, +?,0,android/R$drawable.sym_call_incoming,17301648,,,, +?,0,android/R$drawable.sym_call_missed,17301649,,,, +?,0,android/R$drawable.sym_call_outgoing,17301650,,,, +?,0,android/R$drawable.sym_contact_card,17301652,,,, +?,0,android/R$drawable.sym_def_app_icon,17301651,,,, +?,0,android/R$drawable.title_bar,17301653,,,, +?,0,android/R$drawable.title_bar_tall,17301670,,,, +?,0,android/R$drawable.toast_frame,17301654,,,, +?,0,android/R$drawable.zoom_plate,17301655,,,, +?,23,android/R$id.accessibilityActionContextClick,16908348,,,, +?,28,android/R$id.accessibilityActionHideTooltip,16908357,,,, +?,30,android/R$id.accessibilityActionImeEnter,16908372,,,, +?,26,android/R$id.accessibilityActionMoveWindow,16908354,,,, +?,29,android/R$id.accessibilityActionPageDown,16908359,,,, +?,29,android/R$id.accessibilityActionPageLeft,16908360,,,, +?,29,android/R$id.accessibilityActionPageRight,16908361,,,, +?,29,android/R$id.accessibilityActionPageUp,16908358,,,, +?,30,android/R$id.accessibilityActionPressAndHold,16908362,,,, +?,23,android/R$id.accessibilityActionScrollDown,16908346,,,, +?,23,android/R$id.accessibilityActionScrollLeft,16908345,,,, +?,23,android/R$id.accessibilityActionScrollRight,16908347,,,, +?,23,android/R$id.accessibilityActionScrollToPosition,16908343,,,, +?,23,android/R$id.accessibilityActionScrollUp,16908344,,,, +?,24,android/R$id.accessibilityActionSetProgress,16908349,,,, +?,23,android/R$id.accessibilityActionShowOnScreen,16908342,,,, +?,28,android/R$id.accessibilityActionShowTooltip,16908356,,,, +?,30,android/R$id.accessibilitySystemActionBack,16908363,,,, +?,30,android/R$id.accessibilitySystemActionHome,16908364,,,, +?,30,android/R$id.accessibilitySystemActionLockScreen,16908370,,,, +?,30,android/R$id.accessibilitySystemActionNotifications,16908366,,,, +?,30,android/R$id.accessibilitySystemActionPowerDialog,16908368,,,, +?,30,android/R$id.accessibilitySystemActionQuickSettings,16908367,,,, +?,30,android/R$id.accessibilitySystemActionRecents,16908365,,,, +?,30,android/R$id.accessibilitySystemActionTakeScreenshot,16908371,,,, +?,30,android/R$id.accessibilitySystemActionToggleSplitScreen,16908369,,,, +?,0,android/R$id.addToDictionary,16908330,,,, +?,26,android/R$id.autofill,16908355,,,, +?,0,android/R$id.background,16908288,,,, +?,0,android/R$id.button1,16908313,,,, +?,0,android/R$id.button2,16908314,,,, +?,0,android/R$id.button3,16908315,,,, +?,0,android/R$id.candidatesArea,16908317,,,, +?,0,android/R$id.checkbox,16908289,,,, +?,0,android/R$id.closeButton,16908327,,,, +?,0,android/R$id.content,16908290,,,, +?,0,android/R$id.copy,16908321,,,, +?,0,android/R$id.copyUrl,16908323,,,, +?,0,android/R$id.custom,16908331,,,, +?,0,android/R$id.cut,16908320,,,, +?,0,android/R$id.edit,16908291,,,, +?,0,android/R$id.empty,16908292,,,, +?,0,android/R$id.extractArea,16908316,,,, +?,0,android/R$id.hint,16908293,,,, +?,15,android/R$id.home,16908332,,,, +?,0,android/R$id.icon,16908294,,,, +?,24,android/R$id.icon_frame,16908350,,,, +?,0,android/R$id.icon1,16908295,,,, +?,0,android/R$id.icon2,16908296,,,, +?,0,android/R$id.input,16908297,,,, +?,0,android/R$id.inputArea,16908318,,,, +?,0,android/R$id.inputExtractEditText,16908325,,,, +?,0,android/R$id.keyboardView,16908326,,,, +?,0,android/R$id.list,16908298,,,, +?,24,android/R$id.list_container,16908351,,,, +?,21,android/R$id.mask,16908334,,,, +?,0,android/R$id.message,16908299,,,, +?,21,android/R$id.navigationBarBackground,16908336,,,, +?,0,android/R$id.paste,16908322,,,, +?,23,android/R$id.pasteAsPlainText,16908337,,,, +?,0,android/R$id.primary,16908300,,,, +?,0,android/R$id.progress,16908301,,,, +?,23,android/R$id.redo,16908339,,,, +?,23,android/R$id.replaceText,16908340,,,, +?,0,android/R$id.secondaryProgress,16908303,,,, +?,0,android/R$id.selectAll,16908319,,,, +?,0,android/R$id.selectedIcon,16908302,,,, +?,15,android/R$id.selectTextMode,16908333,,,, +?,23,android/R$id.shareText,16908341,,,, +?,0,android/R$id.startSelectingText,16908328,,,, +?,21,android/R$id.statusBarBackground,16908335,,,, +?,0,android/R$id.stopSelectingText,16908329,,,, +?,0,android/R$id.summary,16908304,,,, +?,24,android/R$id.switch_widget,16908352,,,, +?,0,android/R$id.switchInputMethod,16908324,,,, +?,0,android/R$id.tabcontent,16908305,,,, +?,0,android/R$id.tabhost,16908306,,,, +?,0,android/R$id.tabs,16908307,,,, +?,0,android/R$id.text1,16908308,,,, +?,0,android/R$id.text2,16908309,,,, +?,26,android/R$id.textAssist,16908353,,,, +?,0,android/R$id.title,16908310,,,, +?,0,android/R$id.toggle,16908311,,,, +?,23,android/R$id.undo,16908338,,,, +?,0,android/R$id.widget_frame,16908312,,,, +?,0,android/R$integer.config_longAnimTime,17694722,,,, +?,0,android/R$integer.config_mediumAnimTime,17694721,,,, +?,0,android/R$integer.config_shortAnimTime,17694720,,,, +?,15,android/R$integer.status_bar_notification_info_maxnum,17694723,,,, +?,0,android/R$interpolator.accelerate_cubic,17563650,,,, +?,0,android/R$interpolator.accelerate_decelerate,17563654,,,, +?,0,android/R$interpolator.accelerate_quad,17563648,,,, +?,0,android/R$interpolator.accelerate_quint,17563652,,,, +?,0,android/R$interpolator.anticipate,17563655,,,, +?,0,android/R$interpolator.anticipate_overshoot,17563657,,,, +?,0,android/R$interpolator.bounce,17563658,,,, +?,0,android/R$interpolator.cycle,17563660,,,, +?,0,android/R$interpolator.decelerate_cubic,17563651,,,, +?,0,android/R$interpolator.decelerate_quad,17563649,,,, +?,0,android/R$interpolator.decelerate_quint,17563653,,,, +?,28,android/R$interpolator.fast_out_extra_slow_in,17563674,,,, +?,21,android/R$interpolator.fast_out_linear_in,17563663,,,, +?,21,android/R$interpolator.fast_out_slow_in,17563661,,,, +?,0,android/R$interpolator.linear,17563659,,,, +?,21,android/R$interpolator.linear_out_slow_in,17563662,,,, +?,0,android/R$interpolator.overshoot,17563656,,,, +?,0,android/R$layout.activity_list_item,17367040,,,, +?,0,android/R$layout.browser_link_context_header,17367054,,,, +?,0,android/R$layout.expandable_list_content,17367041,,,, +?,15,android/R$layout.list_content,17367060,,,, +?,0,android/R$layout.preference_category,17367042,,,, +?,0,android/R$layout.select_dialog_item,17367057,,,, +?,0,android/R$layout.select_dialog_multichoice,17367059,,,, +?,0,android/R$layout.select_dialog_singlechoice,17367058,,,, +?,0,android/R$layout.simple_dropdown_item_1line,17367050,,,, +?,0,android/R$layout.simple_expandable_list_item_1,17367046,,,, +?,0,android/R$layout.simple_expandable_list_item_2,17367047,,,, +?,0,android/R$layout.simple_gallery_item,17367051,,,, +?,0,android/R$layout.simple_list_item_1,17367043,,,, +?,0,android/R$layout.simple_list_item_2,17367044,,,, +?,15,android/R$layout.simple_list_item_activated_1,17367062,,,, +?,15,android/R$layout.simple_list_item_activated_2,17367063,,,, +?,0,android/R$layout.simple_list_item_checked,17367045,,,, +?,0,android/R$layout.simple_list_item_multiple_choice,17367056,,,, +?,0,android/R$layout.simple_list_item_single_choice,17367055,,,, +?,15,android/R$layout.simple_selectable_list_item,17367061,,,, +?,0,android/R$layout.simple_spinner_dropdown_item,17367049,,,, +?,0,android/R$layout.simple_spinner_item,17367048,,,, +?,0,android/R$layout.test_list_item,17367052,,,, +?,0,android/R$layout.two_line_list_item,17367053,,,, +?,0,android/R$mipmap.sym_def_app_icon,17629184,,,, +?,27,android/R$string.autofill,17039386,,,, +?,0,android/R$string.cancel,17039360,,,, +?,0,android/R$string.copy,17039361,,,, +?,0,android/R$string.copyUrl,17039362,,,, +?,0,android/R$string.cut,17039363,,,, +?,0,android/R$string.defaultMsisdnAlphaTag,17039365,,,, +?,0,android/R$string.defaultVoiceMailAlphaTag,17039364,,,, +?,0,android/R$string.dialog_alert_title,17039380,,,, +?,0,android/R$string.emptyPhoneNumber,17039366,,,, +?,23,android/R$string.fingerprint_icon_content_description,17039384,,,, +?,0,android/R$string.httpErrorBadUrl,17039367,,,, +?,0,android/R$string.httpErrorUnsupportedScheme,17039368,,,, +?,0,android/R$string.no,17039369,,,, +?,0,android/R$string.ok,17039370,,,, +?,0,android/R$string.paste,17039371,,,, +?,26,android/R$string.paste_as_plain_text,17039385,,,, +?,0,android/R$string.search_go,17039372,,,, +?,0,android/R$string.selectAll,17039373,,,, +?,15,android/R$string.selectTextMode,17039382,,,, +?,15,android/R$string.status_bar_notification_info_overflow,17039383,,,, +?,0,android/R$string.unknownName,17039374,,,, +?,0,android/R$string.untitled,17039375,,,, +?,0,android/R$string.VideoView_error_button,17039376,,,, +?,0,android/R$string.VideoView_error_text_invalid_progressive_playback,17039381,,,, +?,0,android/R$string.VideoView_error_text_unknown,17039377,,,, +?,0,android/R$string.VideoView_error_title,17039378,,,, +?,0,android/R$string.yes,17039379,,,, +?,0,android/R$style.Animation,16973824,,,, +?,0,android/R$style.Animation_Activity,16973825,,,, +?,0,android/R$style.Animation_Dialog,16973826,,,, +?,0,android/R$style.Animation_InputMethod,16973910,,,, +?,0,android/R$style.Animation_Toast,16973828,,,, +?,0,android/R$style.Animation_Translucent,16973827,,,, +?,15,android/R$style.DeviceDefault_ButtonBar,16974287,,,, +?,15,android/R$style.DeviceDefault_ButtonBar_AlertDialog,16974288,,,, +?,15,android/R$style.DeviceDefault_Light_ButtonBar,16974290,,,, +?,15,android/R$style.DeviceDefault_Light_ButtonBar_AlertDialog,16974291,,,, +?,15,android/R$style.DeviceDefault_Light_SegmentedButton,16974292,,,, +?,15,android/R$style.DeviceDefault_SegmentedButton,16974289,,,, +?,15,android/R$style.Holo_ButtonBar,16974053,,,, +?,15,android/R$style.Holo_ButtonBar_AlertDialog,16974055,,,, +?,15,android/R$style.Holo_Light_ButtonBar,16974054,,,, +?,15,android/R$style.Holo_Light_ButtonBar_AlertDialog,16974056,,,, +?,15,android/R$style.Holo_Light_SegmentedButton,16974058,,,, +?,15,android/R$style.Holo_SegmentedButton,16974057,,,, +?,0,android/R$style.MediaButton,16973879,,,, +?,0,android/R$style.MediaButton_Ffwd,16973883,,,, +?,0,android/R$style.MediaButton_Next,16973881,,,, +?,0,android/R$style.MediaButton_Pause,16973885,,,, +?,0,android/R$style.MediaButton_Play,16973882,,,, +?,0,android/R$style.MediaButton_Previous,16973880,,,, +?,0,android/R$style.MediaButton_Rew,16973884,,,, +?,0,android/R$style.TextAppearance,16973886,,,, +?,15,android/R$style.TextAppearance_DeviceDefault,16974253,,,, +?,15,android/R$style.TextAppearance_DeviceDefault_DialogWindowTitle,16974264,,,, +?,15,android/R$style.TextAppearance_DeviceDefault_Inverse,16974254,,,, +?,15,android/R$style.TextAppearance_DeviceDefault_Large,16974255,,,, +?,15,android/R$style.TextAppearance_DeviceDefault_Large_Inverse,16974256,,,, +?,15,android/R$style.TextAppearance_DeviceDefault_Medium,16974257,,,, +?,15,android/R$style.TextAppearance_DeviceDefault_Medium_Inverse,16974258,,,, +?,15,android/R$style.TextAppearance_DeviceDefault_SearchResult_Subtitle,16974262,,,, +?,15,android/R$style.TextAppearance_DeviceDefault_SearchResult_Title,16974261,,,, +?,15,android/R$style.TextAppearance_DeviceDefault_Small,16974259,,,, +?,15,android/R$style.TextAppearance_DeviceDefault_Small_Inverse,16974260,,,, +?,15,android/R$style.TextAppearance_DeviceDefault_Widget,16974265,,,, +?,15,android/R$style.TextAppearance_DeviceDefault_Widget_ActionBar_Menu,16974286,,,, +?,15,android/R$style.TextAppearance_DeviceDefault_Widget_ActionBar_Subtitle,16974279,,,, +?,15,android/R$style.TextAppearance_DeviceDefault_Widget_ActionBar_Subtitle_Inverse,16974283,,,, +?,15,android/R$style.TextAppearance_DeviceDefault_Widget_ActionBar_Title,16974278,,,, +?,15,android/R$style.TextAppearance_DeviceDefault_Widget_ActionBar_Title_Inverse,16974282,,,, +?,15,android/R$style.TextAppearance_DeviceDefault_Widget_ActionMode_Subtitle,16974281,,,, +?,15,android/R$style.TextAppearance_DeviceDefault_Widget_ActionMode_Subtitle_Inverse,16974285,,,, +?,15,android/R$style.TextAppearance_DeviceDefault_Widget_ActionMode_Title,16974280,,,, +?,15,android/R$style.TextAppearance_DeviceDefault_Widget_ActionMode_Title_Inverse,16974284,,,, +?,15,android/R$style.TextAppearance_DeviceDefault_Widget_Button,16974266,,,, +?,15,android/R$style.TextAppearance_DeviceDefault_Widget_DropDownHint,16974271,,,, +?,15,android/R$style.TextAppearance_DeviceDefault_Widget_DropDownItem,16974272,,,, +?,15,android/R$style.TextAppearance_DeviceDefault_Widget_EditText,16974274,,,, +?,15,android/R$style.TextAppearance_DeviceDefault_Widget_IconMenu_Item,16974267,,,, +?,15,android/R$style.TextAppearance_DeviceDefault_Widget_PopupMenu,16974275,,,, +?,15,android/R$style.TextAppearance_DeviceDefault_Widget_PopupMenu_Large,16974276,,,, +?,15,android/R$style.TextAppearance_DeviceDefault_Widget_PopupMenu_Small,16974277,,,, +?,15,android/R$style.TextAppearance_DeviceDefault_Widget_TabWidget,16974268,,,, +?,15,android/R$style.TextAppearance_DeviceDefault_Widget_TextView,16974269,,,, +?,15,android/R$style.TextAppearance_DeviceDefault_Widget_TextView_PopupMenu,16974270,,,, +?,15,android/R$style.TextAppearance_DeviceDefault_Widget_TextView_SpinnerItem,16974273,,,, +?,15,android/R$style.TextAppearance_DeviceDefault_WindowTitle,16974263,,,, +?,0,android/R$style.TextAppearance_DialogWindowTitle,16973889,,,, +?,15,android/R$style.TextAppearance_Holo,16974075,,,, +?,15,android/R$style.TextAppearance_Holo_DialogWindowTitle,16974103,,,, +?,15,android/R$style.TextAppearance_Holo_Inverse,16974076,,,, +?,15,android/R$style.TextAppearance_Holo_Large,16974077,,,, +?,15,android/R$style.TextAppearance_Holo_Large_Inverse,16974078,,,, +?,15,android/R$style.TextAppearance_Holo_Medium,16974079,,,, +?,15,android/R$style.TextAppearance_Holo_Medium_Inverse,16974080,,,, +?,15,android/R$style.TextAppearance_Holo_SearchResult_Subtitle,16974084,,,, +?,15,android/R$style.TextAppearance_Holo_SearchResult_Title,16974083,,,, +?,15,android/R$style.TextAppearance_Holo_Small,16974081,,,, +?,15,android/R$style.TextAppearance_Holo_Small_Inverse,16974082,,,, +?,15,android/R$style.TextAppearance_Holo_Widget,16974085,,,, +?,15,android/R$style.TextAppearance_Holo_Widget_ActionBar_Menu,16974112,,,, +?,15,android/R$style.TextAppearance_Holo_Widget_ActionBar_Subtitle,16974099,,,, +?,15,android/R$style.TextAppearance_Holo_Widget_ActionBar_Subtitle_Inverse,16974109,,,, +?,15,android/R$style.TextAppearance_Holo_Widget_ActionBar_Title,16974098,,,, +?,15,android/R$style.TextAppearance_Holo_Widget_ActionBar_Title_Inverse,16974108,,,, +?,15,android/R$style.TextAppearance_Holo_Widget_ActionMode_Subtitle,16974101,,,, +?,15,android/R$style.TextAppearance_Holo_Widget_ActionMode_Subtitle_Inverse,16974111,,,, +?,15,android/R$style.TextAppearance_Holo_Widget_ActionMode_Title,16974100,,,, +?,15,android/R$style.TextAppearance_Holo_Widget_ActionMode_Title_Inverse,16974110,,,, +?,15,android/R$style.TextAppearance_Holo_Widget_Button,16974086,,,, +?,15,android/R$style.TextAppearance_Holo_Widget_DropDownHint,16974091,,,, +?,15,android/R$style.TextAppearance_Holo_Widget_DropDownItem,16974092,,,, +?,15,android/R$style.TextAppearance_Holo_Widget_EditText,16974094,,,, +?,15,android/R$style.TextAppearance_Holo_Widget_IconMenu_Item,16974087,,,, +?,15,android/R$style.TextAppearance_Holo_Widget_PopupMenu,16974095,,,, +?,15,android/R$style.TextAppearance_Holo_Widget_PopupMenu_Large,16974096,,,, +?,15,android/R$style.TextAppearance_Holo_Widget_PopupMenu_Small,16974097,,,, +?,15,android/R$style.TextAppearance_Holo_Widget_TabWidget,16974088,,,, +?,15,android/R$style.TextAppearance_Holo_Widget_TextView,16974089,,,, +?,15,android/R$style.TextAppearance_Holo_Widget_TextView_PopupMenu,16974090,,,, +?,15,android/R$style.TextAppearance_Holo_Widget_TextView_SpinnerItem,16974093,,,, +?,15,android/R$style.TextAppearance_Holo_WindowTitle,16974102,,,, +?,0,android/R$style.TextAppearance_Inverse,16973887,,,, +?,0,android/R$style.TextAppearance_Large,16973890,,,, +?,0,android/R$style.TextAppearance_Large_Inverse,16973891,,,, +?,21,android/R$style.TextAppearance_Material,16974317,,,, +?,21,android/R$style.TextAppearance_Material_Body1,16974320,,,, +?,21,android/R$style.TextAppearance_Material_Body2,16974319,,,, +?,21,android/R$style.TextAppearance_Material_Button,16974318,,,, +?,21,android/R$style.TextAppearance_Material_Caption,16974321,,,, +?,21,android/R$style.TextAppearance_Material_DialogWindowTitle,16974322,,,, +?,21,android/R$style.TextAppearance_Material_Display1,16974326,,,, +?,21,android/R$style.TextAppearance_Material_Display2,16974325,,,, +?,21,android/R$style.TextAppearance_Material_Display3,16974324,,,, +?,21,android/R$style.TextAppearance_Material_Display4,16974323,,,, +?,21,android/R$style.TextAppearance_Material_Headline,16974327,,,, +?,21,android/R$style.TextAppearance_Material_Inverse,16974328,,,, +?,21,android/R$style.TextAppearance_Material_Large,16974329,,,, +?,21,android/R$style.TextAppearance_Material_Large_Inverse,16974330,,,, +?,21,android/R$style.TextAppearance_Material_Medium,16974331,,,, +?,21,android/R$style.TextAppearance_Material_Medium_Inverse,16974332,,,, +?,21,android/R$style.TextAppearance_Material_Menu,16974333,,,, +?,21,android/R$style.TextAppearance_Material_Notification,16974334,,,, +?,21,android/R$style.TextAppearance_Material_Notification_Emphasis,16974335,,,, +?,21,android/R$style.TextAppearance_Material_Notification_Info,16974336,,,, +?,21,android/R$style.TextAppearance_Material_Notification_Line2,16974337,,,, +?,21,android/R$style.TextAppearance_Material_Notification_Time,16974338,,,, +?,21,android/R$style.TextAppearance_Material_Notification_Title,16974339,,,, +?,21,android/R$style.TextAppearance_Material_SearchResult_Subtitle,16974340,,,, +?,21,android/R$style.TextAppearance_Material_SearchResult_Title,16974341,,,, +?,21,android/R$style.TextAppearance_Material_Small,16974342,,,, +?,21,android/R$style.TextAppearance_Material_Small_Inverse,16974343,,,, +?,21,android/R$style.TextAppearance_Material_Subhead,16974344,,,, +?,21,android/R$style.TextAppearance_Material_Title,16974345,,,, +?,21,android/R$style.TextAppearance_Material_Widget,16974347,,,, +?,21,android/R$style.TextAppearance_Material_Widget_ActionBar_Menu,16974348,,,, +?,21,android/R$style.TextAppearance_Material_Widget_ActionBar_Subtitle,16974349,,,, +?,21,android/R$style.TextAppearance_Material_Widget_ActionBar_Subtitle_Inverse,16974350,,,, +?,21,android/R$style.TextAppearance_Material_Widget_ActionBar_Title,16974351,,,, +?,21,android/R$style.TextAppearance_Material_Widget_ActionBar_Title_Inverse,16974352,,,, +?,21,android/R$style.TextAppearance_Material_Widget_ActionMode_Subtitle,16974353,,,, +?,21,android/R$style.TextAppearance_Material_Widget_ActionMode_Subtitle_Inverse,16974354,,,, +?,21,android/R$style.TextAppearance_Material_Widget_ActionMode_Title,16974355,,,, +?,21,android/R$style.TextAppearance_Material_Widget_ActionMode_Title_Inverse,16974356,,,, +?,21,android/R$style.TextAppearance_Material_Widget_Button,16974357,,,, +?,24,android/R$style.TextAppearance_Material_Widget_Button_Borderless_Colored,16974559,,,, +?,24,android/R$style.TextAppearance_Material_Widget_Button_Colored,16974558,,,, +?,23,android/R$style.TextAppearance_Material_Widget_Button_Inverse,16974548,,,, +?,21,android/R$style.TextAppearance_Material_Widget_DropDownHint,16974358,,,, +?,21,android/R$style.TextAppearance_Material_Widget_DropDownItem,16974359,,,, +?,21,android/R$style.TextAppearance_Material_Widget_EditText,16974360,,,, +?,21,android/R$style.TextAppearance_Material_Widget_IconMenu_Item,16974361,,,, +?,21,android/R$style.TextAppearance_Material_Widget_PopupMenu,16974362,,,, +?,21,android/R$style.TextAppearance_Material_Widget_PopupMenu_Large,16974363,,,, +?,21,android/R$style.TextAppearance_Material_Widget_PopupMenu_Small,16974364,,,, +?,21,android/R$style.TextAppearance_Material_Widget_TabWidget,16974365,,,, +?,21,android/R$style.TextAppearance_Material_Widget_TextView,16974366,,,, +?,21,android/R$style.TextAppearance_Material_Widget_TextView_PopupMenu,16974367,,,, +?,21,android/R$style.TextAppearance_Material_Widget_TextView_SpinnerItem,16974368,,,, +?,21,android/R$style.TextAppearance_Material_Widget_Toolbar_Subtitle,16974369,,,, +?,21,android/R$style.TextAppearance_Material_Widget_Toolbar_Title,16974370,,,, +?,21,android/R$style.TextAppearance_Material_WindowTitle,16974346,,,, +?,0,android/R$style.TextAppearance_Medium,16973892,,,, +?,0,android/R$style.TextAppearance_Medium_Inverse,16973893,,,, +?,0,android/R$style.TextAppearance_Small,16973894,,,, +?,0,android/R$style.TextAppearance_Small_Inverse,16973895,,,, +?,0,android/R$style.TextAppearance_StatusBar_EventContent,16973927,,,, +?,0,android/R$style.TextAppearance_StatusBar_EventContent_Title,16973928,,,, +?,0,android/R$style.TextAppearance_StatusBar_Icon,16973926,,,, +?,0,android/R$style.TextAppearance_StatusBar_Title,16973925,,,, +?,15,android/R$style.TextAppearance_SuggestionHighlight,16974104,,,, +?,0,android/R$style.TextAppearance_Theme,16973888,,,, +?,0,android/R$style.TextAppearance_Theme_Dialog,16973896,,,, +?,0,android/R$style.TextAppearance_Widget,16973897,,,, +?,0,android/R$style.TextAppearance_Widget_Button,16973898,,,, +?,0,android/R$style.TextAppearance_Widget_DropDownHint,16973904,,,, +?,0,android/R$style.TextAppearance_Widget_DropDownItem,16973905,,,, +?,0,android/R$style.TextAppearance_Widget_EditText,16973900,,,, +?,0,android/R$style.TextAppearance_Widget_IconMenu_Item,16973899,,,, +?,15,android/R$style.TextAppearance_Widget_PopupMenu_Large,16973952,,,, +?,15,android/R$style.TextAppearance_Widget_PopupMenu_Small,16973953,,,, +?,0,android/R$style.TextAppearance_Widget_TabWidget,16973901,,,, +?,0,android/R$style.TextAppearance_Widget_TextView,16973902,,,, +?,0,android/R$style.TextAppearance_Widget_TextView_PopupMenu,16973903,,,, +?,0,android/R$style.TextAppearance_Widget_TextView_SpinnerItem,16973906,,,, +?,0,android/R$style.TextAppearance_WindowTitle,16973907,,,, +?,0,android/R$style.Theme,16973829,,,, +?,0,android/R$style.Theme_Black,16973832,,,, +?,0,android/R$style.Theme_Black_NoTitleBar,16973833,,,, +?,0,android/R$style.Theme_Black_NoTitleBar_Fullscreen,16973834,,,, +?,15,android/R$style.Theme_DeviceDefault,16974120,,,, +?,29,android/R$style.Theme_DeviceDefault_DayNight,16974563,,,, +?,15,android/R$style.Theme_DeviceDefault_Dialog,16974126,,,, +?,22,android/R$style.Theme_DeviceDefault_Dialog_Alert,16974545,,,, +?,15,android/R$style.Theme_DeviceDefault_Dialog_MinWidth,16974127,,,, +?,15,android/R$style.Theme_DeviceDefault_Dialog_NoActionBar,16974128,,,, +?,15,android/R$style.Theme_DeviceDefault_Dialog_NoActionBar_MinWidth,16974129,,,, +?,15,android/R$style.Theme_DeviceDefault_DialogWhenLarge,16974134,,,, +?,15,android/R$style.Theme_DeviceDefault_DialogWhenLarge_NoActionBar,16974135,,,, +?,15,android/R$style.Theme_DeviceDefault_InputMethod,16974142,,,, +?,15,android/R$style.Theme_DeviceDefault_Light,16974123,,,, +?,15,android/R$style.Theme_DeviceDefault_Light_DarkActionBar,16974143,,,, +?,15,android/R$style.Theme_DeviceDefault_Light_Dialog,16974130,,,, +?,22,android/R$style.Theme_DeviceDefault_Light_Dialog_Alert,16974546,,,, +?,15,android/R$style.Theme_DeviceDefault_Light_Dialog_MinWidth,16974131,,,, +?,15,android/R$style.Theme_DeviceDefault_Light_Dialog_NoActionBar,16974132,,,, +?,15,android/R$style.Theme_DeviceDefault_Light_Dialog_NoActionBar_MinWidth,16974133,,,, +?,15,android/R$style.Theme_DeviceDefault_Light_DialogWhenLarge,16974136,,,, +?,15,android/R$style.Theme_DeviceDefault_Light_DialogWhenLarge_NoActionBar,16974137,,,, +?,15,android/R$style.Theme_DeviceDefault_Light_NoActionBar,16974124,,,, +?,15,android/R$style.Theme_DeviceDefault_Light_NoActionBar_Fullscreen,16974125,,,, +?,18,android/R$style.Theme_DeviceDefault_Light_NoActionBar_Overscan,16974304,,,, +?,19,android/R$style.Theme_DeviceDefault_Light_NoActionBar_TranslucentDecor,16974308,,,, +?,15,android/R$style.Theme_DeviceDefault_Light_Panel,16974139,,,, +?,15,android/R$style.Theme_DeviceDefault_NoActionBar,16974121,,,, +?,15,android/R$style.Theme_DeviceDefault_NoActionBar_Fullscreen,16974122,,,, +?,18,android/R$style.Theme_DeviceDefault_NoActionBar_Overscan,16974303,,,, +?,19,android/R$style.Theme_DeviceDefault_NoActionBar_TranslucentDecor,16974307,,,, +?,15,android/R$style.Theme_DeviceDefault_Panel,16974138,,,, +?,21,android/R$style.Theme_DeviceDefault_Settings,16974371,,,, +?,15,android/R$style.Theme_DeviceDefault_Wallpaper,16974140,,,, +?,15,android/R$style.Theme_DeviceDefault_Wallpaper_NoTitleBar,16974141,,,, +?,0,android/R$style.Theme_Dialog,16973835,,,, +?,15,android/R$style.Theme_Holo,16973931,,,, +?,15,android/R$style.Theme_Holo_Dialog,16973935,,,, +?,15,android/R$style.Theme_Holo_Dialog_MinWidth,16973936,,,, +?,15,android/R$style.Theme_Holo_Dialog_NoActionBar,16973937,,,, +?,15,android/R$style.Theme_Holo_Dialog_NoActionBar_MinWidth,16973938,,,, +?,15,android/R$style.Theme_Holo_DialogWhenLarge,16973943,,,, +?,15,android/R$style.Theme_Holo_DialogWhenLarge_NoActionBar,16973944,,,, +?,15,android/R$style.Theme_Holo_InputMethod,16973951,,,, +?,15,android/R$style.Theme_Holo_Light,16973934,,,, +?,15,android/R$style.Theme_Holo_Light_DarkActionBar,16974105,,,, +?,15,android/R$style.Theme_Holo_Light_Dialog,16973939,,,, +?,15,android/R$style.Theme_Holo_Light_Dialog_MinWidth,16973940,,,, +?,15,android/R$style.Theme_Holo_Light_Dialog_NoActionBar,16973941,,,, +?,15,android/R$style.Theme_Holo_Light_Dialog_NoActionBar_MinWidth,16973942,,,, +?,15,android/R$style.Theme_Holo_Light_DialogWhenLarge,16973945,,,, +?,15,android/R$style.Theme_Holo_Light_DialogWhenLarge_NoActionBar,16973946,,,, +?,15,android/R$style.Theme_Holo_Light_NoActionBar,16974064,,,, +?,15,android/R$style.Theme_Holo_Light_NoActionBar_Fullscreen,16974065,,,, +?,18,android/R$style.Theme_Holo_Light_NoActionBar_Overscan,16974302,,,, +?,19,android/R$style.Theme_Holo_Light_NoActionBar_TranslucentDecor,16974306,,,, +?,15,android/R$style.Theme_Holo_Light_Panel,16973948,,,, +?,15,android/R$style.Theme_Holo_NoActionBar,16973932,,,, +?,15,android/R$style.Theme_Holo_NoActionBar_Fullscreen,16973933,,,, +?,18,android/R$style.Theme_Holo_NoActionBar_Overscan,16974301,,,, +?,19,android/R$style.Theme_Holo_NoActionBar_TranslucentDecor,16974305,,,, +?,15,android/R$style.Theme_Holo_Panel,16973947,,,, +?,15,android/R$style.Theme_Holo_Wallpaper,16973949,,,, +?,15,android/R$style.Theme_Holo_Wallpaper_NoTitleBar,16973950,,,, +?,0,android/R$style.Theme_InputMethod,16973908,,,, +?,0,android/R$style.Theme_Light,16973836,,,, +?,0,android/R$style.Theme_Light_NoTitleBar,16973837,,,, +?,0,android/R$style.Theme_Light_NoTitleBar_Fullscreen,16973838,,,, +?,0,android/R$style.Theme_Light_Panel,16973914,,,, +?,0,android/R$style.Theme_Light_WallpaperSettings,16973922,,,, +?,21,android/R$style.Theme_Material,16974372,,,, +?,21,android/R$style.Theme_Material_Dialog,16974373,,,, +?,21,android/R$style.Theme_Material_Dialog_Alert,16974374,,,, +?,21,android/R$style.Theme_Material_Dialog_MinWidth,16974375,,,, +?,21,android/R$style.Theme_Material_Dialog_NoActionBar,16974376,,,, +?,21,android/R$style.Theme_Material_Dialog_NoActionBar_MinWidth,16974377,,,, +?,21,android/R$style.Theme_Material_Dialog_Presentation,16974378,,,, +?,21,android/R$style.Theme_Material_DialogWhenLarge,16974379,,,, +?,21,android/R$style.Theme_Material_DialogWhenLarge_NoActionBar,16974380,,,, +?,21,android/R$style.Theme_Material_InputMethod,16974381,,,, +?,21,android/R$style.Theme_Material_Light,16974391,,,, +?,21,android/R$style.Theme_Material_Light_DarkActionBar,16974392,,,, +?,21,android/R$style.Theme_Material_Light_Dialog,16974393,,,, +?,21,android/R$style.Theme_Material_Light_Dialog_Alert,16974394,,,, +?,21,android/R$style.Theme_Material_Light_Dialog_MinWidth,16974395,,,, +?,21,android/R$style.Theme_Material_Light_Dialog_NoActionBar,16974396,,,, +?,21,android/R$style.Theme_Material_Light_Dialog_NoActionBar_MinWidth,16974397,,,, +?,21,android/R$style.Theme_Material_Light_Dialog_Presentation,16974398,,,, +?,21,android/R$style.Theme_Material_Light_DialogWhenLarge,16974399,,,, +?,24,android/R$style.Theme_Material_Light_DialogWhenLarge_DarkActionBar,16974552,,,, +?,21,android/R$style.Theme_Material_Light_DialogWhenLarge_NoActionBar,16974400,,,, +?,23,android/R$style.Theme_Material_Light_LightStatusBar,16974549,,,, +?,21,android/R$style.Theme_Material_Light_NoActionBar,16974401,,,, +?,21,android/R$style.Theme_Material_Light_NoActionBar_Fullscreen,16974402,,,, +?,21,android/R$style.Theme_Material_Light_NoActionBar_Overscan,16974403,,,, +?,21,android/R$style.Theme_Material_Light_NoActionBar_TranslucentDecor,16974404,,,, +?,21,android/R$style.Theme_Material_Light_Panel,16974405,,,, +?,21,android/R$style.Theme_Material_Light_Voice,16974406,,,, +?,21,android/R$style.Theme_Material_NoActionBar,16974382,,,, +?,21,android/R$style.Theme_Material_NoActionBar_Fullscreen,16974383,,,, +?,21,android/R$style.Theme_Material_NoActionBar_Overscan,16974384,,,, +?,21,android/R$style.Theme_Material_NoActionBar_TranslucentDecor,16974385,,,, +?,21,android/R$style.Theme_Material_Panel,16974386,,,, +?,21,android/R$style.Theme_Material_Settings,16974387,,,, +?,21,android/R$style.Theme_Material_Voice,16974388,,,, +?,21,android/R$style.Theme_Material_Wallpaper,16974389,,,, +?,21,android/R$style.Theme_Material_Wallpaper_NoTitleBar,16974390,,,, +?,0,android/R$style.Theme_NoDisplay,16973909,,,, +?,0,android/R$style.Theme_NoTitleBar,16973830,,,, +?,0,android/R$style.Theme_NoTitleBar_Fullscreen,16973831,,,, +?,15,android/R$style.Theme_NoTitleBar_OverlayActionModes,16973930,,,, +?,0,android/R$style.Theme_Panel,16973913,,,, +?,0,android/R$style.Theme_Translucent,16973839,,,, +?,0,android/R$style.Theme_Translucent_NoTitleBar,16973840,,,, +?,0,android/R$style.Theme_Translucent_NoTitleBar_Fullscreen,16973841,,,, +?,0,android/R$style.Theme_Wallpaper,16973918,,,, +?,0,android/R$style.Theme_Wallpaper_NoTitleBar,16973919,,,, +?,0,android/R$style.Theme_Wallpaper_NoTitleBar_Fullscreen,16973920,,,, +?,0,android/R$style.Theme_WallpaperSettings,16973921,,,, +?,15,android/R$style.Theme_WithActionBar,16973929,,,, +?,21,android/R$style.ThemeOverlay,16974407,,,, +?,29,android/R$style.ThemeOverlay_DeviceDefault_Accent_DayNight,16974564,,,, +?,21,android/R$style.ThemeOverlay_Material,16974408,,,, +?,21,android/R$style.ThemeOverlay_Material_ActionBar,16974409,,,, +?,21,android/R$style.ThemeOverlay_Material_Dark,16974411,,,, +?,21,android/R$style.ThemeOverlay_Material_Dark_ActionBar,16974412,,,, +?,23,android/R$style.ThemeOverlay_Material_Dialog,16974550,,,, +?,23,android/R$style.ThemeOverlay_Material_Dialog_Alert,16974551,,,, +?,21,android/R$style.ThemeOverlay_Material_Light,16974410,,,, +?,0,android/R$style.Widget,16973842,,,, +?,0,android/R$style.Widget_AbsListView,16973843,,,, +?,15,android/R$style.Widget_ActionBar,16973954,,,, +?,15,android/R$style.Widget_ActionBar_TabBar,16974068,,,, +?,15,android/R$style.Widget_ActionBar_TabText,16974067,,,, +?,15,android/R$style.Widget_ActionBar_TabView,16974066,,,, +?,15,android/R$style.Widget_ActionButton,16973956,,,, +?,15,android/R$style.Widget_ActionButton_CloseMode,16973960,,,, +?,15,android/R$style.Widget_ActionButton_Overflow,16973959,,,, +?,0,android/R$style.Widget_AutoCompleteTextView,16973863,,,, +?,0,android/R$style.Widget_Button,16973844,,,, +?,0,android/R$style.Widget_Button_Inset,16973845,,,, +?,0,android/R$style.Widget_Button_Small,16973846,,,, +?,0,android/R$style.Widget_Button_Toggle,16973847,,,, +?,15,android/R$style.Widget_CalendarView,16974059,,,, +?,0,android/R$style.Widget_CompoundButton,16973848,,,, +?,0,android/R$style.Widget_CompoundButton_CheckBox,16973849,,,, +?,0,android/R$style.Widget_CompoundButton_RadioButton,16973850,,,, +?,0,android/R$style.Widget_CompoundButton_Star,16973851,,,, +?,15,android/R$style.Widget_DatePicker,16974062,,,, +?,15,android/R$style.Widget_DeviceDefault,16974144,,,, +?,15,android/R$style.Widget_DeviceDefault_ActionBar,16974187,,,, +?,15,android/R$style.Widget_DeviceDefault_ActionBar_Solid,16974195,,,, +?,15,android/R$style.Widget_DeviceDefault_ActionBar_TabBar,16974194,,,, +?,15,android/R$style.Widget_DeviceDefault_ActionBar_TabText,16974193,,,, +?,15,android/R$style.Widget_DeviceDefault_ActionBar_TabView,16974192,,,, +?,15,android/R$style.Widget_DeviceDefault_ActionButton,16974182,,,, +?,15,android/R$style.Widget_DeviceDefault_ActionButton_CloseMode,16974186,,,, +?,15,android/R$style.Widget_DeviceDefault_ActionButton_Overflow,16974183,,,, +?,15,android/R$style.Widget_DeviceDefault_ActionButton_TextButton,16974184,,,, +?,15,android/R$style.Widget_DeviceDefault_ActionMode,16974185,,,, +?,15,android/R$style.Widget_DeviceDefault_AutoCompleteTextView,16974151,,,, +?,15,android/R$style.Widget_DeviceDefault_Button,16974145,,,, +?,15,android/R$style.Widget_DeviceDefault_Button_Borderless,16974188,,,, +?,28,android/R$style.Widget_DeviceDefault_Button_Borderless_Colored,16974561,,,, +?,15,android/R$style.Widget_DeviceDefault_Button_Borderless_Small,16974149,,,, +?,28,android/R$style.Widget_DeviceDefault_Button_Colored,16974560,,,, +?,15,android/R$style.Widget_DeviceDefault_Button_Inset,16974147,,,, +?,15,android/R$style.Widget_DeviceDefault_Button_Small,16974146,,,, +?,15,android/R$style.Widget_DeviceDefault_Button_Toggle,16974148,,,, +?,15,android/R$style.Widget_DeviceDefault_CalendarView,16974190,,,, +?,17,android/R$style.Widget_DeviceDefault_CheckedTextView,16974299,,,, +?,15,android/R$style.Widget_DeviceDefault_CompoundButton_CheckBox,16974152,,,, +?,15,android/R$style.Widget_DeviceDefault_CompoundButton_RadioButton,16974169,,,, +?,15,android/R$style.Widget_DeviceDefault_CompoundButton_Star,16974173,,,, +?,15,android/R$style.Widget_DeviceDefault_DatePicker,16974191,,,, +?,15,android/R$style.Widget_DeviceDefault_DropDownItem,16974177,,,, +?,15,android/R$style.Widget_DeviceDefault_DropDownItem_Spinner,16974178,,,, +?,15,android/R$style.Widget_DeviceDefault_EditText,16974154,,,, +?,15,android/R$style.Widget_DeviceDefault_ExpandableListView,16974155,,,, +?,21,android/R$style.Widget_DeviceDefault_FastScroll,16974313,,,, +?,15,android/R$style.Widget_DeviceDefault_GridView,16974156,,,, +?,15,android/R$style.Widget_DeviceDefault_HorizontalScrollView,16974171,,,, +?,15,android/R$style.Widget_DeviceDefault_ImageButton,16974157,,,, +?,15,android/R$style.Widget_DeviceDefault_Light,16974196,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_ActionBar,16974243,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_ActionBar_Solid,16974247,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_ActionBar_Solid_Inverse,16974248,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_ActionBar_TabBar,16974246,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_ActionBar_TabBar_Inverse,16974249,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_ActionBar_TabText,16974245,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_ActionBar_TabText_Inverse,16974251,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_ActionBar_TabView,16974244,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_ActionBar_TabView_Inverse,16974250,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_ActionButton,16974239,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_ActionButton_CloseMode,16974242,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_ActionButton_Overflow,16974240,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_ActionMode,16974241,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_ActionMode_Inverse,16974252,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_AutoCompleteTextView,16974203,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_Button,16974197,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_Button_Borderless_Small,16974201,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_Button_Inset,16974199,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_Button_Small,16974198,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_Button_Toggle,16974200,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_CalendarView,16974238,,,, +?,17,android/R$style.Widget_DeviceDefault_Light_CheckedTextView,16974300,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_CompoundButton_CheckBox,16974204,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_CompoundButton_RadioButton,16974224,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_CompoundButton_Star,16974228,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_DropDownItem,16974232,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_DropDownItem_Spinner,16974233,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_EditText,16974206,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_ExpandableListView,16974207,,,, +?,21,android/R$style.Widget_DeviceDefault_Light_FastScroll,16974315,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_GridView,16974208,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_HorizontalScrollView,16974226,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_ImageButton,16974209,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_ListPopupWindow,16974235,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_ListView,16974210,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_ListView_DropDown,16974205,,,, +?,16,android/R$style.Widget_DeviceDefault_Light_MediaRouteButton,16974296,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_PopupMenu,16974236,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_PopupWindow,16974211,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_ProgressBar,16974212,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_ProgressBar_Horizontal,16974213,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_ProgressBar_Inverse,16974217,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_ProgressBar_Large,16974216,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_ProgressBar_Large_Inverse,16974219,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_ProgressBar_Small,16974214,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_ProgressBar_Small_Inverse,16974218,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_ProgressBar_Small_Title,16974215,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_RatingBar,16974221,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_RatingBar_Indicator,16974222,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_RatingBar_Small,16974223,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_ScrollView,16974225,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_SeekBar,16974220,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_Spinner,16974227,,,, +?,21,android/R$style.Widget_DeviceDefault_Light_StackView,16974316,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_Tab,16974237,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_TabWidget,16974229,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_TextView,16974202,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_TextView_SpinnerItem,16974234,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_WebTextView,16974230,,,, +?,15,android/R$style.Widget_DeviceDefault_Light_WebView,16974231,,,, +?,15,android/R$style.Widget_DeviceDefault_ListPopupWindow,16974180,,,, +?,15,android/R$style.Widget_DeviceDefault_ListView,16974158,,,, +?,15,android/R$style.Widget_DeviceDefault_ListView_DropDown,16974153,,,, +?,16,android/R$style.Widget_DeviceDefault_MediaRouteButton,16974295,,,, +?,15,android/R$style.Widget_DeviceDefault_PopupMenu,16974181,,,, +?,15,android/R$style.Widget_DeviceDefault_PopupWindow,16974159,,,, +?,15,android/R$style.Widget_DeviceDefault_ProgressBar,16974160,,,, +?,15,android/R$style.Widget_DeviceDefault_ProgressBar_Horizontal,16974161,,,, +?,15,android/R$style.Widget_DeviceDefault_ProgressBar_Large,16974164,,,, +?,15,android/R$style.Widget_DeviceDefault_ProgressBar_Small,16974162,,,, +?,15,android/R$style.Widget_DeviceDefault_ProgressBar_Small_Title,16974163,,,, +?,15,android/R$style.Widget_DeviceDefault_RatingBar,16974166,,,, +?,15,android/R$style.Widget_DeviceDefault_RatingBar_Indicator,16974167,,,, +?,15,android/R$style.Widget_DeviceDefault_RatingBar_Small,16974168,,,, +?,15,android/R$style.Widget_DeviceDefault_ScrollView,16974170,,,, +?,15,android/R$style.Widget_DeviceDefault_SeekBar,16974165,,,, +?,15,android/R$style.Widget_DeviceDefault_Spinner,16974172,,,, +?,21,android/R$style.Widget_DeviceDefault_StackView,16974314,,,, +?,15,android/R$style.Widget_DeviceDefault_Tab,16974189,,,, +?,15,android/R$style.Widget_DeviceDefault_TabWidget,16974174,,,, +?,15,android/R$style.Widget_DeviceDefault_TextView,16974150,,,, +?,15,android/R$style.Widget_DeviceDefault_TextView_SpinnerItem,16974179,,,, +?,15,android/R$style.Widget_DeviceDefault_WebTextView,16974175,,,, +?,15,android/R$style.Widget_DeviceDefault_WebView,16974176,,,, +?,0,android/R$style.Widget_DropDownItem,16973867,,,, +?,0,android/R$style.Widget_DropDownItem_Spinner,16973868,,,, +?,0,android/R$style.Widget_EditText,16973859,,,, +?,0,android/R$style.Widget_ExpandableListView,16973860,,,, +?,21,android/R$style.Widget_FastScroll,16974309,,,, +?,15,android/R$style.Widget_FragmentBreadCrumbs,16973961,,,, +?,0,android/R$style.Widget_Gallery,16973877,,,, +?,0,android/R$style.Widget_GridView,16973874,,,, +?,15,android/R$style.Widget_Holo,16973962,,,, +?,15,android/R$style.Widget_Holo_ActionBar,16974004,,,, +?,15,android/R$style.Widget_Holo_ActionBar_Solid,16974113,,,, +?,15,android/R$style.Widget_Holo_ActionBar_TabBar,16974071,,,, +?,15,android/R$style.Widget_Holo_ActionBar_TabText,16974070,,,, +?,15,android/R$style.Widget_Holo_ActionBar_TabView,16974069,,,, +?,15,android/R$style.Widget_Holo_ActionButton,16973999,,,, +?,15,android/R$style.Widget_Holo_ActionButton_CloseMode,16974003,,,, +?,15,android/R$style.Widget_Holo_ActionButton_Overflow,16974000,,,, +?,15,android/R$style.Widget_Holo_ActionButton_TextButton,16974001,,,, +?,15,android/R$style.Widget_Holo_ActionMode,16974002,,,, +?,15,android/R$style.Widget_Holo_AutoCompleteTextView,16973968,,,, +?,15,android/R$style.Widget_Holo_Button,16973963,,,, +?,15,android/R$style.Widget_Holo_Button_Borderless,16974050,,,, +?,15,android/R$style.Widget_Holo_Button_Borderless_Small,16974106,,,, +?,15,android/R$style.Widget_Holo_Button_Inset,16973965,,,, +?,15,android/R$style.Widget_Holo_Button_Small,16973964,,,, +?,15,android/R$style.Widget_Holo_Button_Toggle,16973966,,,, +?,15,android/R$style.Widget_Holo_CalendarView,16974060,,,, +?,17,android/R$style.Widget_Holo_CheckedTextView,16974297,,,, +?,15,android/R$style.Widget_Holo_CompoundButton_CheckBox,16973969,,,, +?,15,android/R$style.Widget_Holo_CompoundButton_RadioButton,16973986,,,, +?,15,android/R$style.Widget_Holo_CompoundButton_Star,16973990,,,, +?,15,android/R$style.Widget_Holo_DatePicker,16974063,,,, +?,15,android/R$style.Widget_Holo_DropDownItem,16973994,,,, +?,15,android/R$style.Widget_Holo_DropDownItem_Spinner,16973995,,,, +?,15,android/R$style.Widget_Holo_EditText,16973971,,,, +?,15,android/R$style.Widget_Holo_ExpandableListView,16973972,,,, +?,15,android/R$style.Widget_Holo_GridView,16973973,,,, +?,15,android/R$style.Widget_Holo_HorizontalScrollView,16973988,,,, +?,15,android/R$style.Widget_Holo_ImageButton,16973974,,,, +?,15,android/R$style.Widget_Holo_Light,16974005,,,, +?,15,android/R$style.Widget_Holo_Light_ActionBar,16974049,,,, +?,15,android/R$style.Widget_Holo_Light_ActionBar_Solid,16974114,,,, +?,15,android/R$style.Widget_Holo_Light_ActionBar_Solid_Inverse,16974115,,,, +?,15,android/R$style.Widget_Holo_Light_ActionBar_TabBar,16974074,,,, +?,15,android/R$style.Widget_Holo_Light_ActionBar_TabBar_Inverse,16974116,,,, +?,15,android/R$style.Widget_Holo_Light_ActionBar_TabText,16974073,,,, +?,15,android/R$style.Widget_Holo_Light_ActionBar_TabText_Inverse,16974118,,,, +?,15,android/R$style.Widget_Holo_Light_ActionBar_TabView,16974072,,,, +?,15,android/R$style.Widget_Holo_Light_ActionBar_TabView_Inverse,16974117,,,, +?,15,android/R$style.Widget_Holo_Light_ActionButton,16974045,,,, +?,15,android/R$style.Widget_Holo_Light_ActionButton_CloseMode,16974048,,,, +?,15,android/R$style.Widget_Holo_Light_ActionButton_Overflow,16974046,,,, +?,15,android/R$style.Widget_Holo_Light_ActionMode,16974047,,,, +?,15,android/R$style.Widget_Holo_Light_ActionMode_Inverse,16974119,,,, +?,15,android/R$style.Widget_Holo_Light_AutoCompleteTextView,16974011,,,, +?,15,android/R$style.Widget_Holo_Light_Button,16974006,,,, +?,15,android/R$style.Widget_Holo_Light_Button_Borderless_Small,16974107,,,, +?,15,android/R$style.Widget_Holo_Light_Button_Inset,16974008,,,, +?,15,android/R$style.Widget_Holo_Light_Button_Small,16974007,,,, +?,15,android/R$style.Widget_Holo_Light_Button_Toggle,16974009,,,, +?,15,android/R$style.Widget_Holo_Light_CalendarView,16974061,,,, +?,17,android/R$style.Widget_Holo_Light_CheckedTextView,16974298,,,, +?,15,android/R$style.Widget_Holo_Light_CompoundButton_CheckBox,16974012,,,, +?,15,android/R$style.Widget_Holo_Light_CompoundButton_RadioButton,16974032,,,, +?,15,android/R$style.Widget_Holo_Light_CompoundButton_Star,16974036,,,, +?,15,android/R$style.Widget_Holo_Light_DropDownItem,16974040,,,, +?,15,android/R$style.Widget_Holo_Light_DropDownItem_Spinner,16974041,,,, +?,15,android/R$style.Widget_Holo_Light_EditText,16974014,,,, +?,15,android/R$style.Widget_Holo_Light_ExpandableListView,16974015,,,, +?,15,android/R$style.Widget_Holo_Light_GridView,16974016,,,, +?,15,android/R$style.Widget_Holo_Light_HorizontalScrollView,16974034,,,, +?,15,android/R$style.Widget_Holo_Light_ImageButton,16974017,,,, +?,15,android/R$style.Widget_Holo_Light_ListPopupWindow,16974043,,,, +?,15,android/R$style.Widget_Holo_Light_ListView,16974018,,,, +?,15,android/R$style.Widget_Holo_Light_ListView_DropDown,16974013,,,, +?,16,android/R$style.Widget_Holo_Light_MediaRouteButton,16974294,,,, +?,15,android/R$style.Widget_Holo_Light_PopupMenu,16974044,,,, +?,15,android/R$style.Widget_Holo_Light_PopupWindow,16974019,,,, +?,15,android/R$style.Widget_Holo_Light_ProgressBar,16974020,,,, +?,15,android/R$style.Widget_Holo_Light_ProgressBar_Horizontal,16974021,,,, +?,15,android/R$style.Widget_Holo_Light_ProgressBar_Inverse,16974025,,,, +?,15,android/R$style.Widget_Holo_Light_ProgressBar_Large,16974024,,,, +?,15,android/R$style.Widget_Holo_Light_ProgressBar_Large_Inverse,16974027,,,, +?,15,android/R$style.Widget_Holo_Light_ProgressBar_Small,16974022,,,, +?,15,android/R$style.Widget_Holo_Light_ProgressBar_Small_Inverse,16974026,,,, +?,15,android/R$style.Widget_Holo_Light_ProgressBar_Small_Title,16974023,,,, +?,15,android/R$style.Widget_Holo_Light_RatingBar,16974029,,,, +?,15,android/R$style.Widget_Holo_Light_RatingBar_Indicator,16974030,,,, +?,15,android/R$style.Widget_Holo_Light_RatingBar_Small,16974031,,,, +?,15,android/R$style.Widget_Holo_Light_ScrollView,16974033,,,, +?,15,android/R$style.Widget_Holo_Light_SeekBar,16974028,,,, +?,15,android/R$style.Widget_Holo_Light_Spinner,16974035,,,, +?,15,android/R$style.Widget_Holo_Light_Tab,16974052,,,, +?,15,android/R$style.Widget_Holo_Light_TabWidget,16974037,,,, +?,15,android/R$style.Widget_Holo_Light_TextView,16974010,,,, +?,15,android/R$style.Widget_Holo_Light_TextView_SpinnerItem,16974042,,,, +?,15,android/R$style.Widget_Holo_Light_WebTextView,16974038,,,, +?,15,android/R$style.Widget_Holo_Light_WebView,16974039,,,, +?,15,android/R$style.Widget_Holo_ListPopupWindow,16973997,,,, +?,15,android/R$style.Widget_Holo_ListView,16973975,,,, +?,15,android/R$style.Widget_Holo_ListView_DropDown,16973970,,,, +?,16,android/R$style.Widget_Holo_MediaRouteButton,16974293,,,, +?,15,android/R$style.Widget_Holo_PopupMenu,16973998,,,, +?,15,android/R$style.Widget_Holo_PopupWindow,16973976,,,, +?,15,android/R$style.Widget_Holo_ProgressBar,16973977,,,, +?,15,android/R$style.Widget_Holo_ProgressBar_Horizontal,16973978,,,, +?,15,android/R$style.Widget_Holo_ProgressBar_Large,16973981,,,, +?,15,android/R$style.Widget_Holo_ProgressBar_Small,16973979,,,, +?,15,android/R$style.Widget_Holo_ProgressBar_Small_Title,16973980,,,, +?,15,android/R$style.Widget_Holo_RatingBar,16973983,,,, +?,15,android/R$style.Widget_Holo_RatingBar_Indicator,16973984,,,, +?,15,android/R$style.Widget_Holo_RatingBar_Small,16973985,,,, +?,15,android/R$style.Widget_Holo_ScrollView,16973987,,,, +?,15,android/R$style.Widget_Holo_SeekBar,16973982,,,, +?,15,android/R$style.Widget_Holo_Spinner,16973989,,,, +?,15,android/R$style.Widget_Holo_Tab,16974051,,,, +?,15,android/R$style.Widget_Holo_TabWidget,16973991,,,, +?,15,android/R$style.Widget_Holo_TextView,16973967,,,, +?,15,android/R$style.Widget_Holo_TextView_SpinnerItem,16973996,,,, +?,15,android/R$style.Widget_Holo_WebTextView,16973992,,,, +?,15,android/R$style.Widget_Holo_WebView,16973993,,,, +?,0,android/R$style.Widget_ImageButton,16973862,,,, +?,0,android/R$style.Widget_ImageWell,16973861,,,, +?,0,android/R$style.Widget_KeyboardView,16973911,,,, +?,15,android/R$style.Widget_ListPopupWindow,16973957,,,, +?,0,android/R$style.Widget_ListView,16973870,,,, +?,0,android/R$style.Widget_ListView_DropDown,16973872,,,, +?,0,android/R$style.Widget_ListView_Menu,16973873,,,, +?,0,android/R$style.Widget_ListView_White,16973871,,,, +?,21,android/R$style.Widget_Material,16974413,,,, +?,21,android/R$style.Widget_Material_ActionBar,16974414,,,, +?,21,android/R$style.Widget_Material_ActionBar_Solid,16974415,,,, +?,21,android/R$style.Widget_Material_ActionBar_TabBar,16974416,,,, +?,21,android/R$style.Widget_Material_ActionBar_TabText,16974417,,,, +?,21,android/R$style.Widget_Material_ActionBar_TabView,16974418,,,, +?,21,android/R$style.Widget_Material_ActionButton,16974419,,,, +?,21,android/R$style.Widget_Material_ActionButton_CloseMode,16974420,,,, +?,21,android/R$style.Widget_Material_ActionButton_Overflow,16974421,,,, +?,21,android/R$style.Widget_Material_ActionMode,16974422,,,, +?,21,android/R$style.Widget_Material_AutoCompleteTextView,16974423,,,, +?,21,android/R$style.Widget_Material_Button,16974424,,,, +?,21,android/R$style.Widget_Material_Button_Borderless,16974425,,,, +?,21,android/R$style.Widget_Material_Button_Borderless_Colored,16974426,,,, +?,21,android/R$style.Widget_Material_Button_Borderless_Small,16974427,,,, +?,23,android/R$style.Widget_Material_Button_Colored,16974547,,,, +?,21,android/R$style.Widget_Material_Button_Inset,16974428,,,, +?,21,android/R$style.Widget_Material_Button_Small,16974429,,,, +?,21,android/R$style.Widget_Material_Button_Toggle,16974430,,,, +?,21,android/R$style.Widget_Material_ButtonBar,16974431,,,, +?,21,android/R$style.Widget_Material_ButtonBar_AlertDialog,16974432,,,, +?,21,android/R$style.Widget_Material_CalendarView,16974433,,,, +?,21,android/R$style.Widget_Material_CheckedTextView,16974434,,,, +?,21,android/R$style.Widget_Material_CompoundButton_CheckBox,16974435,,,, +?,21,android/R$style.Widget_Material_CompoundButton_RadioButton,16974436,,,, +?,21,android/R$style.Widget_Material_CompoundButton_Star,16974437,,,, +?,24,android/R$style.Widget_Material_CompoundButton_Switch,16974554,,,, +?,21,android/R$style.Widget_Material_DatePicker,16974438,,,, +?,21,android/R$style.Widget_Material_DropDownItem,16974439,,,, +?,21,android/R$style.Widget_Material_DropDownItem_Spinner,16974440,,,, +?,21,android/R$style.Widget_Material_EditText,16974441,,,, +?,21,android/R$style.Widget_Material_ExpandableListView,16974442,,,, +?,21,android/R$style.Widget_Material_FastScroll,16974443,,,, +?,21,android/R$style.Widget_Material_GridView,16974444,,,, +?,21,android/R$style.Widget_Material_HorizontalScrollView,16974445,,,, +?,21,android/R$style.Widget_Material_ImageButton,16974446,,,, +?,21,android/R$style.Widget_Material_Light,16974478,,,, +?,21,android/R$style.Widget_Material_Light_ActionBar,16974479,,,, +?,21,android/R$style.Widget_Material_Light_ActionBar_Solid,16974480,,,, +?,21,android/R$style.Widget_Material_Light_ActionBar_TabBar,16974481,,,, +?,21,android/R$style.Widget_Material_Light_ActionBar_TabText,16974482,,,, +?,21,android/R$style.Widget_Material_Light_ActionBar_TabView,16974483,,,, +?,21,android/R$style.Widget_Material_Light_ActionButton,16974484,,,, +?,21,android/R$style.Widget_Material_Light_ActionButton_CloseMode,16974485,,,, +?,21,android/R$style.Widget_Material_Light_ActionButton_Overflow,16974486,,,, +?,21,android/R$style.Widget_Material_Light_ActionMode,16974487,,,, +?,21,android/R$style.Widget_Material_Light_AutoCompleteTextView,16974488,,,, +?,21,android/R$style.Widget_Material_Light_Button,16974489,,,, +?,21,android/R$style.Widget_Material_Light_Button_Borderless,16974490,,,, +?,21,android/R$style.Widget_Material_Light_Button_Borderless_Colored,16974491,,,, +?,21,android/R$style.Widget_Material_Light_Button_Borderless_Small,16974492,,,, +?,21,android/R$style.Widget_Material_Light_Button_Inset,16974493,,,, +?,21,android/R$style.Widget_Material_Light_Button_Small,16974494,,,, +?,21,android/R$style.Widget_Material_Light_Button_Toggle,16974495,,,, +?,21,android/R$style.Widget_Material_Light_ButtonBar,16974496,,,, +?,21,android/R$style.Widget_Material_Light_ButtonBar_AlertDialog,16974497,,,, +?,21,android/R$style.Widget_Material_Light_CalendarView,16974498,,,, +?,21,android/R$style.Widget_Material_Light_CheckedTextView,16974499,,,, +?,21,android/R$style.Widget_Material_Light_CompoundButton_CheckBox,16974500,,,, +?,21,android/R$style.Widget_Material_Light_CompoundButton_RadioButton,16974501,,,, +?,21,android/R$style.Widget_Material_Light_CompoundButton_Star,16974502,,,, +?,24,android/R$style.Widget_Material_Light_CompoundButton_Switch,16974555,,,, +?,21,android/R$style.Widget_Material_Light_DatePicker,16974503,,,, +?,21,android/R$style.Widget_Material_Light_DropDownItem,16974504,,,, +?,21,android/R$style.Widget_Material_Light_DropDownItem_Spinner,16974505,,,, +?,21,android/R$style.Widget_Material_Light_EditText,16974506,,,, +?,21,android/R$style.Widget_Material_Light_ExpandableListView,16974507,,,, +?,21,android/R$style.Widget_Material_Light_FastScroll,16974508,,,, +?,21,android/R$style.Widget_Material_Light_GridView,16974509,,,, +?,21,android/R$style.Widget_Material_Light_HorizontalScrollView,16974510,,,, +?,21,android/R$style.Widget_Material_Light_ImageButton,16974511,,,, +?,21,android/R$style.Widget_Material_Light_ListPopupWindow,16974512,,,, +?,21,android/R$style.Widget_Material_Light_ListView,16974513,,,, +?,21,android/R$style.Widget_Material_Light_ListView_DropDown,16974514,,,, +?,21,android/R$style.Widget_Material_Light_MediaRouteButton,16974515,,,, +?,24,android/R$style.Widget_Material_Light_NumberPicker,16974557,,,, +?,21,android/R$style.Widget_Material_Light_PopupMenu,16974516,,,, +?,21,android/R$style.Widget_Material_Light_PopupMenu_Overflow,16974517,,,, +?,21,android/R$style.Widget_Material_Light_PopupWindow,16974518,,,, +?,21,android/R$style.Widget_Material_Light_ProgressBar,16974519,,,, +?,21,android/R$style.Widget_Material_Light_ProgressBar_Horizontal,16974520,,,, +?,21,android/R$style.Widget_Material_Light_ProgressBar_Inverse,16974521,,,, +?,21,android/R$style.Widget_Material_Light_ProgressBar_Large,16974522,,,, +?,21,android/R$style.Widget_Material_Light_ProgressBar_Large_Inverse,16974523,,,, +?,21,android/R$style.Widget_Material_Light_ProgressBar_Small,16974524,,,, +?,21,android/R$style.Widget_Material_Light_ProgressBar_Small_Inverse,16974525,,,, +?,21,android/R$style.Widget_Material_Light_ProgressBar_Small_Title,16974526,,,, +?,21,android/R$style.Widget_Material_Light_RatingBar,16974527,,,, +?,21,android/R$style.Widget_Material_Light_RatingBar_Indicator,16974528,,,, +?,21,android/R$style.Widget_Material_Light_RatingBar_Small,16974529,,,, +?,21,android/R$style.Widget_Material_Light_ScrollView,16974530,,,, +?,21,android/R$style.Widget_Material_Light_SearchView,16974531,,,, +?,21,android/R$style.Widget_Material_Light_SeekBar,16974532,,,, +?,21,android/R$style.Widget_Material_Light_SegmentedButton,16974533,,,, +?,21,android/R$style.Widget_Material_Light_Spinner,16974535,,,, +?,21,android/R$style.Widget_Material_Light_Spinner_Underlined,16974536,,,, +?,21,android/R$style.Widget_Material_Light_StackView,16974534,,,, +?,21,android/R$style.Widget_Material_Light_Tab,16974537,,,, +?,21,android/R$style.Widget_Material_Light_TabWidget,16974538,,,, +?,21,android/R$style.Widget_Material_Light_TextView,16974539,,,, +?,21,android/R$style.Widget_Material_Light_TextView_SpinnerItem,16974540,,,, +?,21,android/R$style.Widget_Material_Light_TimePicker,16974541,,,, +?,21,android/R$style.Widget_Material_Light_WebTextView,16974542,,,, +?,21,android/R$style.Widget_Material_Light_WebView,16974543,,,, +?,21,android/R$style.Widget_Material_ListPopupWindow,16974447,,,, +?,21,android/R$style.Widget_Material_ListView,16974448,,,, +?,21,android/R$style.Widget_Material_ListView_DropDown,16974449,,,, +?,21,android/R$style.Widget_Material_MediaRouteButton,16974450,,,, +?,24,android/R$style.Widget_Material_NumberPicker,16974556,,,, +?,21,android/R$style.Widget_Material_PopupMenu,16974451,,,, +?,21,android/R$style.Widget_Material_PopupMenu_Overflow,16974452,,,, +?,21,android/R$style.Widget_Material_PopupWindow,16974453,,,, +?,21,android/R$style.Widget_Material_ProgressBar,16974454,,,, +?,21,android/R$style.Widget_Material_ProgressBar_Horizontal,16974455,,,, +?,21,android/R$style.Widget_Material_ProgressBar_Large,16974456,,,, +?,21,android/R$style.Widget_Material_ProgressBar_Small,16974457,,,, +?,21,android/R$style.Widget_Material_ProgressBar_Small_Title,16974458,,,, +?,21,android/R$style.Widget_Material_RatingBar,16974459,,,, +?,21,android/R$style.Widget_Material_RatingBar_Indicator,16974460,,,, +?,21,android/R$style.Widget_Material_RatingBar_Small,16974461,,,, +?,21,android/R$style.Widget_Material_ScrollView,16974462,,,, +?,21,android/R$style.Widget_Material_SearchView,16974463,,,, +?,21,android/R$style.Widget_Material_SeekBar,16974464,,,, +?,24,android/R$style.Widget_Material_SeekBar_Discrete,16974553,,,, +?,21,android/R$style.Widget_Material_SegmentedButton,16974465,,,, +?,21,android/R$style.Widget_Material_Spinner,16974467,,,, +?,21,android/R$style.Widget_Material_Spinner_Underlined,16974468,,,, +?,21,android/R$style.Widget_Material_StackView,16974466,,,, +?,21,android/R$style.Widget_Material_Tab,16974469,,,, +?,21,android/R$style.Widget_Material_TabWidget,16974470,,,, +?,21,android/R$style.Widget_Material_TextView,16974471,,,, +?,21,android/R$style.Widget_Material_TextView_SpinnerItem,16974472,,,, +?,21,android/R$style.Widget_Material_TimePicker,16974473,,,, +?,21,android/R$style.Widget_Material_Toolbar,16974474,,,, +?,21,android/R$style.Widget_Material_Toolbar_Button_Navigation,16974475,,,, +?,21,android/R$style.Widget_Material_WebTextView,16974476,,,, +?,21,android/R$style.Widget_Material_WebView,16974477,,,, +?,15,android/R$style.Widget_PopupMenu,16973958,,,, +?,0,android/R$style.Widget_PopupWindow,16973878,,,, +?,0,android/R$style.Widget_ProgressBar,16973852,,,, +?,0,android/R$style.Widget_ProgressBar_Horizontal,16973855,,,, +?,0,android/R$style.Widget_ProgressBar_Inverse,16973915,,,, +?,0,android/R$style.Widget_ProgressBar_Large,16973853,,,, +?,0,android/R$style.Widget_ProgressBar_Large_Inverse,16973916,,,, +?,0,android/R$style.Widget_ProgressBar_Small,16973854,,,, +?,0,android/R$style.Widget_ProgressBar_Small_Inverse,16973917,,,, +?,0,android/R$style.Widget_RatingBar,16973857,,,, +?,0,android/R$style.Widget_ScrollView,16973869,,,, +?,0,android/R$style.Widget_SeekBar,16973856,,,, +?,0,android/R$style.Widget_Spinner,16973864,,,, +?,15,android/R$style.Widget_Spinner_DropDown,16973955,,,, +?,21,android/R$style.Widget_StackView,16974310,,,, +?,0,android/R$style.Widget_TabWidget,16973876,,,, +?,0,android/R$style.Widget_TextView,16973858,,,, +?,0,android/R$style.Widget_TextView_PopupMenu,16973865,,,, +?,0,android/R$style.Widget_TextView_SpinnerItem,16973866,,,, +?,21,android/R$style.Widget_Toolbar,16974311,,,, +?,21,android/R$style.Widget_Toolbar_Button_Navigation,16974312,,,, +?,0,android/R$style.Widget_WebView,16973875,,,, +?,0,android/R$transition.explode,17760259,,,, +?,0,android/R$transition.fade,17760258,,,, +?,0,android/R$transition.move,17760257,,,, +?,0,android/R$transition.no_transition,17760256,,,, +?,0,android/R$transition.slide_bottom,17760260,,,, +?,0,android/R$transition.slide_left,17760263,,,, +?,0,android/R$transition.slide_right,17760262,,,, +?,0,android/R$transition.slide_top,17760261,,,, +E,15,android/renderscript/Allocation.USAGE_GRAPHICS_CONSTANTS,8,Android.Renderscripts.AllocationUsage,GraphicsConstants,keep, +E,15,android/renderscript/Allocation.USAGE_GRAPHICS_RENDER_TARGET,16,Android.Renderscripts.AllocationUsage,GraphicsRenderTarget,keep, +E,15,android/renderscript/Allocation.USAGE_GRAPHICS_TEXTURE,2,Android.Renderscripts.AllocationUsage,GraphicsTexture,keep, +E,15,android/renderscript/Allocation.USAGE_GRAPHICS_VERTEX,4,Android.Renderscripts.AllocationUsage,GraphicsVertex,keep, +E,16,android/renderscript/Allocation.USAGE_IO_INPUT,32,Android.Renderscripts.AllocationUsage,IoInput,keep, +E,16,android/renderscript/Allocation.USAGE_IO_OUTPUT,64,Android.Renderscripts.AllocationUsage,IoOutput,keep, +E,15,android/renderscript/Allocation.USAGE_SCRIPT,1,Android.Renderscripts.AllocationUsage,Script,keep, +E,18,android/renderscript/Allocation.USAGE_SHARED,128,Android.Renderscripts.AllocationUsage,Shared,keep, +E,15,android/renderscript/Mesh$TriangleMeshBuilder.COLOR,1,Android.Renderscripts.TriangleFlags,Color,keep,flags +E,15,android/renderscript/Mesh$TriangleMeshBuilder.NORMAL,2,Android.Renderscripts.TriangleFlags,Normal,keep,flags +E,15,android/renderscript/Mesh$TriangleMeshBuilder.TEXTURE_0,256,Android.Renderscripts.TriangleFlags,Texture0,keep,flags +?,0,android/renderscript/ProgramFragmentFixedFunction$Builder.MAX_TEXTURE,2,,,, +E,21,android/renderscript/RenderScript.CREATE_FLAG_LOW_LATENCY,2,Android.Renderscripts.CreateFlag,LowLatency,keep, +E,21,android/renderscript/RenderScript.CREATE_FLAG_LOW_POWER,4,Android.Renderscripts.CreateFlag,LowPower,keep, +E,21,android/renderscript/RenderScript.CREATE_FLAG_NONE,0,Android.Renderscripts.CreateFlag,None,keep, +?,0,android/renderscript/ScriptIntrinsicBLAS.CONJ_TRANSPOSE,113,,,, +?,0,android/renderscript/ScriptIntrinsicBLAS.LEFT,141,,,, +?,0,android/renderscript/ScriptIntrinsicBLAS.LOWER,122,,,, +?,0,android/renderscript/ScriptIntrinsicBLAS.NO_TRANSPOSE,111,,,, +?,0,android/renderscript/ScriptIntrinsicBLAS.NON_UNIT,131,,,, +?,0,android/renderscript/ScriptIntrinsicBLAS.RIGHT,142,,,, +?,0,android/renderscript/ScriptIntrinsicBLAS.TRANSPOSE,112,,,, +?,0,android/renderscript/ScriptIntrinsicBLAS.UNIT,132,,,, +?,0,android/renderscript/ScriptIntrinsicBLAS.UPPER,121,,,, +?,0,android/security/identity/IdentityCredentialStore.CIPHERSUITE_ECDHE_HKDF_ECDSA_WITH_AES_256_GCM_SHA256,1,,,, +E,30,android/security/identity/ResultData.STATUS_NO_ACCESS_CONTROL_PROFILES,6,Android.Security.Identity.ResultDataStatusType,StatusNoAccessControlProfiles,remove, +E,30,android/security/identity/ResultData.STATUS_NO_SUCH_ENTRY,1,Android.Security.Identity.ResultDataStatusType,StatusNoSuchEntry,remove, +E,30,android/security/identity/ResultData.STATUS_NOT_IN_REQUEST_MESSAGE,3,Android.Security.Identity.ResultDataStatusType,StatusNotInRequestMessage,remove, +E,30,android/security/identity/ResultData.STATUS_NOT_REQUESTED,2,Android.Security.Identity.ResultDataStatusType,StatusNotRequested,remove, +E,30,android/security/identity/ResultData.STATUS_OK,0,Android.Security.Identity.ResultDataStatusType,StatusOk,remove, +E,30,android/security/identity/ResultData.STATUS_READER_AUTHENTICATION_FAILED,5,Android.Security.Identity.ResultDataStatusType,StatusReaderAuthenticationFailed,remove, +E,30,android/security/identity/ResultData.STATUS_USER_AUTHENTICATION_FAILED,4,Android.Security.Identity.ResultDataStatusType,StatusUserAuthenticationFailed,remove, +A,0,,0,Android.Security.Keystore.KeyPropertiesAuthType,None,remove, +E,30,android/security/keystore/KeyProperties.AUTH_BIOMETRIC_STRONG,2,Android.Security.Keystore.KeyPropertiesAuthType,AuthBiometricStrong,remove, +E,30,android/security/keystore/KeyProperties.AUTH_DEVICE_CREDENTIAL,1,Android.Security.Keystore.KeyPropertiesAuthType,AuthDeviceCredential,remove, +E,23,android/security/keystore/KeyProperties.ORIGIN_GENERATED,1,Android.Security.Keystore.KeyStoreOrigin,Generated,keep, +E,23,android/security/keystore/KeyProperties.ORIGIN_IMPORTED,2,Android.Security.Keystore.KeyStoreOrigin,Imported,keep, +E,28,android/security/keystore/KeyProperties.ORIGIN_SECURELY_IMPORTED,8,Android.Security.Keystore.KeyStoreOrigin,SecurelyImported,keep, +E,23,android/security/keystore/KeyProperties.ORIGIN_UNKNOWN,4,Android.Security.Keystore.KeyStoreOrigin,Unknown,keep, +E,23,android/security/keystore/KeyProperties.PURPOSE_DECRYPT,2,Android.Security.Keystore.KeyStorePurpose,Decrypt,keep,flags +E,23,android/security/keystore/KeyProperties.PURPOSE_ENCRYPT,1,Android.Security.Keystore.KeyStorePurpose,Encrypt,keep,flags +E,23,android/security/keystore/KeyProperties.PURPOSE_SIGN,4,Android.Security.Keystore.KeyStorePurpose,Sign,keep,flags +E,23,android/security/keystore/KeyProperties.PURPOSE_VERIFY,8,Android.Security.Keystore.KeyStorePurpose,Verify,keep,flags +E,28,android/security/keystore/KeyProperties.PURPOSE_WRAP_KEY,32,Android.Security.Keystore.KeyStorePurpose,WrapKey,keep,flags +E,26,android/service/autofill/FillEventHistory$Event.TYPE_AUTHENTICATION_SELECTED,2,Android.Service.Autofill.EventType,AuthenticationSelected,keep, +E,28,android/service/autofill/FillEventHistory$Event.TYPE_CONTEXT_COMMITTED,4,Android.Service.Autofill.EventType,ContextCommitted,keep, +E,26,android/service/autofill/FillEventHistory$Event.TYPE_DATASET_AUTHENTICATION_SELECTED,1,Android.Service.Autofill.EventType,DatasetAuthenticationSelected,keep, +E,26,android/service/autofill/FillEventHistory$Event.TYPE_DATASET_SELECTED,0,Android.Service.Autofill.EventType,DatasetSelected,keep, +?,30,android/service/autofill/FillEventHistory$Event.TYPE_DATASETS_SHOWN,5,,,, +E,26,android/service/autofill/FillEventHistory$Event.TYPE_SAVE_SHOWN,3,Android.Service.Autofill.EventType,SaveShown,keep, +?,29,android/service/autofill/FillRequest.FLAG_COMPATIBILITY_MODE_REQUEST,2,,,, +?,0,android/service/autofill/FillRequest.FLAG_MANUAL_REQUEST,1,,,, +E,28,android/service/autofill/FillResponse.FLAG_DISABLE_ACTIVITY_ONLY,2,Android.Service.Autofill.AutofillResponseFlags,DisableActivityOnly,remove, +E,28,android/service/autofill/FillResponse.FLAG_TRACK_CONTEXT_COMMITED,1,Android.Service.Autofill.AutofillResponseFlags,TrackContextCommited,remove, +A,0,,0,Android.Service.Autofill.SaveFlags,None,, +E,29,android/service/autofill/SaveInfo.FLAG_DELAY_SAVE,4,Android.Service.Autofill.SaveFlags,DelaySave,keep, +E,28,android/service/autofill/SaveInfo.FLAG_DONT_SAVE_ON_FINISH,2,Android.Service.Autofill.SaveFlags,DontSaveOnFinish,keep, +E,26,android/service/autofill/SaveInfo.FLAG_SAVE_ON_ALL_VIEWS_INVISIBLE,1,Android.Service.Autofill.SaveFlags,SaveOnAllViewsInvisible,keep, +E,26,android/service/autofill/SaveInfo.NEGATIVE_BUTTON_STYLE_CANCEL,0,Android.Service.Autofill.NegativeButtonStyle,Cancel,keep, +?,30,android/service/autofill/SaveInfo.NEGATIVE_BUTTON_STYLE_NEVER,2,,,, +E,26,android/service/autofill/SaveInfo.NEGATIVE_BUTTON_STYLE_REJECT,1,Android.Service.Autofill.NegativeButtonStyle,Reject,keep, +E,30,android/service/autofill/SaveInfo.POSITIVE_BUTTON_STYLE_CONTINUE,1,Android.Service.Autofill.SaveInfoPositiveButtonStyleType,PositiveButtonStyleContinue,remove, +E,30,android/service/autofill/SaveInfo.POSITIVE_BUTTON_STYLE_SAVE,0,Android.Service.Autofill.SaveInfoPositiveButtonStyleType,PositiveButtonStyleSave,remove, +E,26,android/service/autofill/SaveInfo.SAVE_DATA_TYPE_ADDRESS,2,Android.Service.Autofill.SaveDataType,Address,keep, +E,26,android/service/autofill/SaveInfo.SAVE_DATA_TYPE_CREDIT_CARD,4,Android.Service.Autofill.SaveDataType,CreditCard,keep, +?,30,android/service/autofill/SaveInfo.SAVE_DATA_TYPE_DEBIT_CARD,32,,,, +E,26,android/service/autofill/SaveInfo.SAVE_DATA_TYPE_EMAIL_ADDRESS,16,Android.Service.Autofill.SaveDataType,EmailAddress,keep, +E,26,android/service/autofill/SaveInfo.SAVE_DATA_TYPE_GENERIC,0,Android.Service.Autofill.SaveDataType,Generic,keep, +?,30,android/service/autofill/SaveInfo.SAVE_DATA_TYPE_GENERIC_CARD,128,,,, +E,26,android/service/autofill/SaveInfo.SAVE_DATA_TYPE_PASSWORD,1,Android.Service.Autofill.SaveDataType,Password,keep, +?,30,android/service/autofill/SaveInfo.SAVE_DATA_TYPE_PAYMENT_CARD,64,,,, +E,26,android/service/autofill/SaveInfo.SAVE_DATA_TYPE_USERNAME,8,Android.Service.Autofill.SaveDataType,Username,keep, +E,22,android/service/carrier/CarrierMessagingService.DOWNLOAD_STATUS_ERROR,2,Android.Service.Carrier.MessageDownloadStatus,Error,keep, +E,22,android/service/carrier/CarrierMessagingService.DOWNLOAD_STATUS_OK,0,Android.Service.Carrier.MessageDownloadStatus,Ok,keep, +E,22,android/service/carrier/CarrierMessagingService.DOWNLOAD_STATUS_RETRY_ON_CARRIER_NETWORK,1,Android.Service.Carrier.MessageDownloadStatus,RetryOnCarrierNetwork,keep, +E,24,android/service/carrier/CarrierMessagingService.RECEIVE_OPTIONS_DEFAULT,0,Android.Service.Carrier.ReceiveOptions,Default,remove, +E,24,android/service/carrier/CarrierMessagingService.RECEIVE_OPTIONS_DROP,1,Android.Service.Carrier.ReceiveOptions,Drop,remove, +E,24,android/service/carrier/CarrierMessagingService.RECEIVE_OPTIONS_SKIP_NOTIFY_WHEN_CREDENTIAL_PROTECTED_STORAGE_UNAVAILABLE,2,Android.Service.Carrier.ReceiveOptions,SkipNotifyWhenCredentialProtectedStorageUnavailable,remove, +?,23,android/service/carrier/CarrierMessagingService.SEND_FLAG_REQUEST_DELIVERY_STATUS,1,,,, +E,22,android/service/carrier/CarrierMessagingService.SEND_STATUS_ERROR,2,Android.Service.Carrier.MessageSendStatus,Error,keep, +E,22,android/service/carrier/CarrierMessagingService.SEND_STATUS_OK,0,Android.Service.Carrier.MessageSendStatus,Ok,keep, +E,22,android/service/carrier/CarrierMessagingService.SEND_STATUS_RETRY_ON_CARRIER_NETWORK,1,Android.Service.Carrier.MessageSendStatus,RetryOnCarrierNetwork,keep, +E,30,android/service/controls/actions/ControlAction.RESPONSE_CHALLENGE_ACK,3,Android.Service.Controls.Actions.ControlActionResponseType,ResponseChallengeAck,remove, +E,30,android/service/controls/actions/ControlAction.RESPONSE_CHALLENGE_PASSPHRASE,5,Android.Service.Controls.Actions.ControlActionResponseType,ResponseChallengePassphrase,remove, +E,30,android/service/controls/actions/ControlAction.RESPONSE_CHALLENGE_PIN,4,Android.Service.Controls.Actions.ControlActionResponseType,ResponseChallengePin,remove, +E,30,android/service/controls/actions/ControlAction.RESPONSE_FAIL,2,Android.Service.Controls.Actions.ControlActionResponseType,ResponseFail,remove, +E,30,android/service/controls/actions/ControlAction.RESPONSE_OK,1,Android.Service.Controls.Actions.ControlActionResponseType,ResponseOk,remove, +E,30,android/service/controls/actions/ControlAction.RESPONSE_UNKNOWN,0,Android.Service.Controls.Actions.ControlActionResponseType,ResponseUnknown,remove, +E,30,android/service/controls/actions/ControlAction.TYPE_BOOLEAN,1,Android.Service.Controls.Actions.ControlActionType,TypeBoolean,remove, +E,30,android/service/controls/actions/ControlAction.TYPE_COMMAND,5,Android.Service.Controls.Actions.ControlActionType,TypeCommand,remove, +E,30,android/service/controls/actions/ControlAction.TYPE_ERROR,-1,Android.Service.Controls.Actions.ControlActionType,TypeError,remove, +E,30,android/service/controls/actions/ControlAction.TYPE_FLOAT,2,Android.Service.Controls.Actions.ControlActionType,TypeFloat,remove, +E,30,android/service/controls/actions/ControlAction.TYPE_MODE,4,Android.Service.Controls.Actions.ControlActionType,TypeMode,remove, +E,30,android/service/controls/actions/ControlAction.TYPE_MULTI_FLOAT,3,Android.Service.Controls.Actions.ControlActionType,TypeMultiFloat,remove, +E,30,android/service/controls/Control.STATUS_DISABLED,4,Android.Service.Controls.ControlStatusType,StatusDisabled,remove, +E,30,android/service/controls/Control.STATUS_ERROR,3,Android.Service.Controls.ControlStatusType,StatusError,remove, +E,30,android/service/controls/Control.STATUS_NOT_FOUND,2,Android.Service.Controls.ControlStatusType,StatusNotFound,remove, +E,30,android/service/controls/Control.STATUS_OK,1,Android.Service.Controls.ControlStatusType,StatusOk,remove, +E,30,android/service/controls/Control.STATUS_UNKNOWN,0,Android.Service.Controls.ControlStatusType,StatusUnknown,remove, +E,30,android/service/controls/DeviceTypes.TYPE_AC_HEATER,1,Android.Service.Controls.DeviceTypesType,TypeAcHeater,remove, +E,30,android/service/controls/DeviceTypes.TYPE_AC_UNIT,2,Android.Service.Controls.DeviceTypesType,TypeAcUnit,remove, +E,30,android/service/controls/DeviceTypes.TYPE_AIR_FRESHENER,3,Android.Service.Controls.DeviceTypesType,TypeAirFreshener,remove, +E,30,android/service/controls/DeviceTypes.TYPE_AIR_PURIFIER,4,Android.Service.Controls.DeviceTypesType,TypeAirPurifier,remove, +E,30,android/service/controls/DeviceTypes.TYPE_AWNING,33,Android.Service.Controls.DeviceTypesType,TypeAwning,remove, +E,30,android/service/controls/DeviceTypes.TYPE_BLINDS,34,Android.Service.Controls.DeviceTypesType,TypeBlinds,remove, +E,30,android/service/controls/DeviceTypes.TYPE_CAMERA,50,Android.Service.Controls.DeviceTypesType,TypeCamera,remove, +E,30,android/service/controls/DeviceTypes.TYPE_CLOSET,35,Android.Service.Controls.DeviceTypesType,TypeCloset,remove, +E,30,android/service/controls/DeviceTypes.TYPE_COFFEE_MAKER,5,Android.Service.Controls.DeviceTypesType,TypeCoffeeMaker,remove, +E,30,android/service/controls/DeviceTypes.TYPE_CURTAIN,36,Android.Service.Controls.DeviceTypesType,TypeCurtain,remove, +E,30,android/service/controls/DeviceTypes.TYPE_DEHUMIDIFIER,6,Android.Service.Controls.DeviceTypesType,TypeDehumidifier,remove, +E,30,android/service/controls/DeviceTypes.TYPE_DISHWASHER,24,Android.Service.Controls.DeviceTypesType,TypeDishwasher,remove, +E,30,android/service/controls/DeviceTypes.TYPE_DISPLAY,7,Android.Service.Controls.DeviceTypesType,TypeDisplay,remove, +E,30,android/service/controls/DeviceTypes.TYPE_DOOR,37,Android.Service.Controls.DeviceTypesType,TypeDoor,remove, +E,30,android/service/controls/DeviceTypes.TYPE_DOORBELL,51,Android.Service.Controls.DeviceTypesType,TypeDoorbell,remove, +E,30,android/service/controls/DeviceTypes.TYPE_DRAWER,38,Android.Service.Controls.DeviceTypesType,TypeDrawer,remove, +E,30,android/service/controls/DeviceTypes.TYPE_DRYER,25,Android.Service.Controls.DeviceTypesType,TypeDryer,remove, +E,30,android/service/controls/DeviceTypes.TYPE_FAN,8,Android.Service.Controls.DeviceTypesType,TypeFan,remove, +E,30,android/service/controls/DeviceTypes.TYPE_GARAGE,39,Android.Service.Controls.DeviceTypesType,TypeGarage,remove, +E,30,android/service/controls/DeviceTypes.TYPE_GATE,40,Android.Service.Controls.DeviceTypesType,TypeGate,remove, +E,30,android/service/controls/DeviceTypes.TYPE_GENERIC_ARM_DISARM,-5,Android.Service.Controls.DeviceTypesType,TypeGenericArmDisarm,remove, +E,30,android/service/controls/DeviceTypes.TYPE_GENERIC_LOCK_UNLOCK,-4,Android.Service.Controls.DeviceTypesType,TypeGenericLockUnlock,remove, +E,30,android/service/controls/DeviceTypes.TYPE_GENERIC_ON_OFF,-1,Android.Service.Controls.DeviceTypesType,TypeGenericOnOff,remove, +E,30,android/service/controls/DeviceTypes.TYPE_GENERIC_OPEN_CLOSE,-3,Android.Service.Controls.DeviceTypesType,TypeGenericOpenClose,remove, +E,30,android/service/controls/DeviceTypes.TYPE_GENERIC_START_STOP,-2,Android.Service.Controls.DeviceTypesType,TypeGenericStartStop,remove, +E,30,android/service/controls/DeviceTypes.TYPE_GENERIC_TEMP_SETTING,-6,Android.Service.Controls.DeviceTypesType,TypeGenericTempSetting,remove, +E,30,android/service/controls/DeviceTypes.TYPE_GENERIC_VIEWSTREAM,-7,Android.Service.Controls.DeviceTypesType,TypeGenericViewstream,remove, +E,30,android/service/controls/DeviceTypes.TYPE_HEATER,47,Android.Service.Controls.DeviceTypesType,TypeHeater,remove, +E,30,android/service/controls/DeviceTypes.TYPE_HOOD,10,Android.Service.Controls.DeviceTypesType,TypeHood,remove, +E,30,android/service/controls/DeviceTypes.TYPE_HUMIDIFIER,11,Android.Service.Controls.DeviceTypesType,TypeHumidifier,remove, +E,30,android/service/controls/DeviceTypes.TYPE_KETTLE,12,Android.Service.Controls.DeviceTypesType,TypeKettle,remove, +E,30,android/service/controls/DeviceTypes.TYPE_LIGHT,13,Android.Service.Controls.DeviceTypesType,TypeLight,remove, +E,30,android/service/controls/DeviceTypes.TYPE_LOCK,45,Android.Service.Controls.DeviceTypesType,TypeLock,remove, +E,30,android/service/controls/DeviceTypes.TYPE_MICROWAVE,14,Android.Service.Controls.DeviceTypesType,TypeMicrowave,remove, +E,30,android/service/controls/DeviceTypes.TYPE_MOP,26,Android.Service.Controls.DeviceTypesType,TypeMop,remove, +E,30,android/service/controls/DeviceTypes.TYPE_MOWER,27,Android.Service.Controls.DeviceTypesType,TypeMower,remove, +E,30,android/service/controls/DeviceTypes.TYPE_MULTICOOKER,28,Android.Service.Controls.DeviceTypesType,TypeMulticooker,remove, +E,30,android/service/controls/DeviceTypes.TYPE_OUTLET,15,Android.Service.Controls.DeviceTypesType,TypeOutlet,remove, +E,30,android/service/controls/DeviceTypes.TYPE_PERGOLA,41,Android.Service.Controls.DeviceTypesType,TypePergola,remove, +E,30,android/service/controls/DeviceTypes.TYPE_RADIATOR,16,Android.Service.Controls.DeviceTypesType,TypeRadiator,remove, +E,30,android/service/controls/DeviceTypes.TYPE_REFRIGERATOR,48,Android.Service.Controls.DeviceTypesType,TypeRefrigerator,remove, +E,30,android/service/controls/DeviceTypes.TYPE_REMOTE_CONTROL,17,Android.Service.Controls.DeviceTypesType,TypeRemoteControl,remove, +?,0,android/service/controls/DeviceTypes.TYPE_ROUTINE,52,,,, +E,30,android/service/controls/DeviceTypes.TYPE_SECURITY_SYSTEM,46,Android.Service.Controls.DeviceTypesType,TypeSecuritySystem,remove, +E,30,android/service/controls/DeviceTypes.TYPE_SET_TOP,18,Android.Service.Controls.DeviceTypesType,TypeSetTop,remove, +E,30,android/service/controls/DeviceTypes.TYPE_SHOWER,29,Android.Service.Controls.DeviceTypesType,TypeShower,remove, +E,30,android/service/controls/DeviceTypes.TYPE_SHUTTER,42,Android.Service.Controls.DeviceTypesType,TypeShutter,remove, +E,30,android/service/controls/DeviceTypes.TYPE_SPRINKLER,30,Android.Service.Controls.DeviceTypesType,TypeSprinkler,remove, +E,30,android/service/controls/DeviceTypes.TYPE_STANDMIXER,19,Android.Service.Controls.DeviceTypesType,TypeStandmixer,remove, +E,30,android/service/controls/DeviceTypes.TYPE_STYLER,20,Android.Service.Controls.DeviceTypesType,TypeStyler,remove, +E,30,android/service/controls/DeviceTypes.TYPE_SWITCH,21,Android.Service.Controls.DeviceTypesType,TypeSwitch,remove, +E,30,android/service/controls/DeviceTypes.TYPE_THERMOSTAT,49,Android.Service.Controls.DeviceTypesType,TypeThermostat,remove, +E,30,android/service/controls/DeviceTypes.TYPE_TV,22,Android.Service.Controls.DeviceTypesType,TypeTv,remove, +E,30,android/service/controls/DeviceTypes.TYPE_UNKNOWN,0,Android.Service.Controls.DeviceTypesType,TypeUnknown,remove, +E,30,android/service/controls/DeviceTypes.TYPE_VACUUM,32,Android.Service.Controls.DeviceTypesType,TypeVacuum,remove, +E,30,android/service/controls/DeviceTypes.TYPE_VALVE,44,Android.Service.Controls.DeviceTypesType,TypeValve,remove, +E,30,android/service/controls/DeviceTypes.TYPE_WASHER,31,Android.Service.Controls.DeviceTypesType,TypeWasher,remove, +E,30,android/service/controls/DeviceTypes.TYPE_WATER_HEATER,23,Android.Service.Controls.DeviceTypesType,TypeWaterHeater,remove, +E,30,android/service/controls/DeviceTypes.TYPE_WINDOW,43,Android.Service.Controls.DeviceTypesType,TypeWindow,remove, +E,30,android/service/controls/templates/ControlTemplate.TYPE_ERROR,-1,Android.Service.Controls.Templates.ControlTemplateType,TypeError,remove, +?,0,android/service/controls/templates/ControlTemplate.TYPE_NO_TEMPLATE,0,,,, +E,30,android/service/controls/templates/ControlTemplate.TYPE_NONE,0,Android.Service.Controls.Templates.ControlTemplateType,TypeNone,remove, +E,30,android/service/controls/templates/ControlTemplate.TYPE_RANGE,2,Android.Service.Controls.Templates.ControlTemplateType,TypeRange,remove, +E,30,android/service/controls/templates/ControlTemplate.TYPE_STATELESS,8,Android.Service.Controls.Templates.ControlTemplateType,TypeStateless,remove, +E,30,android/service/controls/templates/ControlTemplate.TYPE_TEMPERATURE,7,Android.Service.Controls.Templates.ControlTemplateType,TypeTemperature,remove, +E,30,android/service/controls/templates/ControlTemplate.TYPE_THUMBNAIL,3,Android.Service.Controls.Templates.ControlTemplateType,TypeThumbnail,remove, +E,30,android/service/controls/templates/ControlTemplate.TYPE_TOGGLE,1,Android.Service.Controls.Templates.ControlTemplateType,TypeToggle,remove, +E,30,android/service/controls/templates/ControlTemplate.TYPE_TOGGLE_RANGE,6,Android.Service.Controls.Templates.ControlTemplateType,TypeToggleRange,remove, +A,0,,0,Android.Service.Controls.Templates.TemperatureControlTemplateFlagModeType,None,remove, +E,30,android/service/controls/templates/TemperatureControlTemplate.FLAG_MODE_COOL,8,Android.Service.Controls.Templates.TemperatureControlTemplateFlagModeType,FlagModeCool,remove, +E,30,android/service/controls/templates/TemperatureControlTemplate.FLAG_MODE_ECO,32,Android.Service.Controls.Templates.TemperatureControlTemplateFlagModeType,FlagModeEco,remove, +E,30,android/service/controls/templates/TemperatureControlTemplate.FLAG_MODE_HEAT,4,Android.Service.Controls.Templates.TemperatureControlTemplateFlagModeType,FlagModeHeat,remove, +E,30,android/service/controls/templates/TemperatureControlTemplate.FLAG_MODE_HEAT_COOL,16,Android.Service.Controls.Templates.TemperatureControlTemplateFlagModeType,FlagModeHeatCool,remove, +E,30,android/service/controls/templates/TemperatureControlTemplate.FLAG_MODE_OFF,2,Android.Service.Controls.Templates.TemperatureControlTemplateFlagModeType,FlagModeOff,remove, +E,30,android/service/controls/templates/TemperatureControlTemplate.MODE_COOL,3,Android.Service.Controls.Templates.TemperatureControlTemplateModeType,ModeCool,remove, +E,30,android/service/controls/templates/TemperatureControlTemplate.MODE_ECO,5,Android.Service.Controls.Templates.TemperatureControlTemplateModeType,ModeEco,remove, +E,30,android/service/controls/templates/TemperatureControlTemplate.MODE_HEAT,2,Android.Service.Controls.Templates.TemperatureControlTemplateModeType,ModeHeat,remove, +E,30,android/service/controls/templates/TemperatureControlTemplate.MODE_HEAT_COOL,4,Android.Service.Controls.Templates.TemperatureControlTemplateModeType,ModeHeatCool,remove, +E,30,android/service/controls/templates/TemperatureControlTemplate.MODE_OFF,1,Android.Service.Controls.Templates.TemperatureControlTemplateModeType,ModeOff,remove, +E,30,android/service/controls/templates/TemperatureControlTemplate.MODE_UNKNOWN,0,Android.Service.Controls.Templates.TemperatureControlTemplateModeType,ModeUnknown,remove, +A,0,,0,Android.Service.Notification.ConditionFlags,None,remove, +E,24,android/service/notification/Condition.FLAG_RELEVANT_ALWAYS,2,Android.Service.Notification.ConditionFlags,RelevantAlways,remove, +E,24,android/service/notification/Condition.FLAG_RELEVANT_NOW,1,Android.Service.Notification.ConditionFlags,RelevantNow,remove, +E,24,android/service/notification/Condition.STATE_ERROR,3,Android.Service.Notification.ConditionState,Error,remove, +E,24,android/service/notification/Condition.STATE_FALSE,0,Android.Service.Notification.ConditionState,False,remove, +E,24,android/service/notification/Condition.STATE_TRUE,1,Android.Service.Notification.ConditionState,True,remove, +E,24,android/service/notification/Condition.STATE_UNKNOWN,2,Android.Service.Notification.ConditionState,Unknown,remove, +E,28,android/service/notification/NotificationListenerService$Ranking.USER_SENTIMENT_NEGATIVE,-1,Android.Service.Notification.UserSentiment,Negative,remove, +E,28,android/service/notification/NotificationListenerService$Ranking.USER_SENTIMENT_NEUTRAL,0,Android.Service.Notification.UserSentiment,Neutral,remove, +E,28,android/service/notification/NotificationListenerService$Ranking.USER_SENTIMENT_POSITIVE,1,Android.Service.Notification.UserSentiment,Positive,remove, +E,24,android/service/notification/NotificationListenerService.HINT_HOST_DISABLE_CALL_EFFECTS,4,Android.Service.Notification.NotificationListenerServiceHint,HostDisableCallEffects,keep, +E,21,android/service/notification/NotificationListenerService.HINT_HOST_DISABLE_EFFECTS,1,Android.Service.Notification.NotificationListenerServiceHint,HostDisableEffects,keep, +E,24,android/service/notification/NotificationListenerService.HINT_HOST_DISABLE_NOTIFICATION_EFFECTS,2,Android.Service.Notification.NotificationListenerServiceHint,HostDisableNotificationEffects,keep, +E,23,android/service/notification/NotificationListenerService.INTERRUPTION_FILTER_ALARMS,4,Android.Service.Notification.InterruptionFilterType,Alarms,keep, +E,21,android/service/notification/NotificationListenerService.INTERRUPTION_FILTER_ALL,1,Android.Service.Notification.InterruptionFilterType,All,keep, +E,21,android/service/notification/NotificationListenerService.INTERRUPTION_FILTER_NONE,3,Android.Service.Notification.InterruptionFilterType,None,keep, +E,21,android/service/notification/NotificationListenerService.INTERRUPTION_FILTER_PRIORITY,2,Android.Service.Notification.InterruptionFilterType,Priority,keep, +E,23,android/service/notification/NotificationListenerService.INTERRUPTION_FILTER_UNKNOWN,0,Android.Service.Notification.InterruptionFilterType,Unknown,keep, +E,26,android/service/notification/NotificationListenerService.NOTIFICATION_CHANNEL_OR_GROUP_ADDED,1,Android.Service.Notification.NotificationChannelOrGroupEventType,Added,keep, +E,26,android/service/notification/NotificationListenerService.NOTIFICATION_CHANNEL_OR_GROUP_DELETED,3,Android.Service.Notification.NotificationChannelOrGroupEventType,Deleted,keep, +E,26,android/service/notification/NotificationListenerService.NOTIFICATION_CHANNEL_OR_GROUP_UPDATED,2,Android.Service.Notification.NotificationChannelOrGroupEventType,Updated,keep, +E,26,android/service/notification/NotificationListenerService.REASON_APP_CANCEL,8,Android.Service.Notification.NotificationCancelReason,AppCancel,keep, +E,26,android/service/notification/NotificationListenerService.REASON_APP_CANCEL_ALL,9,Android.Service.Notification.NotificationCancelReason,AppCancelAll,keep, +E,26,android/service/notification/NotificationListenerService.REASON_CANCEL,2,Android.Service.Notification.NotificationCancelReason,Cancel,keep, +E,26,android/service/notification/NotificationListenerService.REASON_CANCEL_ALL,3,Android.Service.Notification.NotificationCancelReason,CancelAll,keep, +E,26,android/service/notification/NotificationListenerService.REASON_CHANNEL_BANNED,17,Android.Service.Notification.NotificationCancelReason,ChannelBanned,keep, +E,26,android/service/notification/NotificationListenerService.REASON_CLICK,1,Android.Service.Notification.NotificationCancelReason,Click,keep, +E,26,android/service/notification/NotificationListenerService.REASON_ERROR,4,Android.Service.Notification.NotificationCancelReason,Error,keep, +E,26,android/service/notification/NotificationListenerService.REASON_GROUP_OPTIMIZATION,13,Android.Service.Notification.NotificationCancelReason,GroupOptimization,keep, +E,26,android/service/notification/NotificationListenerService.REASON_GROUP_SUMMARY_CANCELED,12,Android.Service.Notification.NotificationCancelReason,GroupSummaryCanceled,keep, +E,26,android/service/notification/NotificationListenerService.REASON_LISTENER_CANCEL,10,Android.Service.Notification.NotificationCancelReason,ListenerCancel,keep, +E,26,android/service/notification/NotificationListenerService.REASON_LISTENER_CANCEL_ALL,11,Android.Service.Notification.NotificationCancelReason,ListenerCancelAll,keep, +E,26,android/service/notification/NotificationListenerService.REASON_PACKAGE_BANNED,7,Android.Service.Notification.NotificationCancelReason,PackageBanned,keep, +E,26,android/service/notification/NotificationListenerService.REASON_PACKAGE_CHANGED,5,Android.Service.Notification.NotificationCancelReason,PackageChanged,keep, +E,26,android/service/notification/NotificationListenerService.REASON_PACKAGE_SUSPENDED,14,Android.Service.Notification.NotificationCancelReason,PackageSuspended,keep, +E,26,android/service/notification/NotificationListenerService.REASON_PROFILE_TURNED_OFF,15,Android.Service.Notification.NotificationCancelReason,ProfileTurnedOff,keep, +E,26,android/service/notification/NotificationListenerService.REASON_SNOOZED,18,Android.Service.Notification.NotificationCancelReason,Snoozed,keep, +E,26,android/service/notification/NotificationListenerService.REASON_TIMEOUT,19,Android.Service.Notification.NotificationCancelReason,Timeout,keep, +E,26,android/service/notification/NotificationListenerService.REASON_UNAUTOBUNDLED,16,Android.Service.Notification.NotificationCancelReason,Unautobundled,keep, +E,26,android/service/notification/NotificationListenerService.REASON_USER_STOPPED,6,Android.Service.Notification.NotificationCancelReason,UserStopped,keep, +E,24,android/service/notification/NotificationListenerService.SUPPRESSED_EFFECT_SCREEN_OFF,1,Android.Service.Notification.SuppressEffect,ScreenOff,remove, +E,24,android/service/notification/NotificationListenerService.SUPPRESSED_EFFECT_SCREEN_ON,2,Android.Service.Notification.SuppressEffect,ScreenOn,remove, +E,30,android/service/notification/ZenPolicy.CONVERSATION_SENDERS_ANYONE,1,Android.Service.Notification.ZenPolicyConversationSendersType,ConversationSendersAnyone,remove, +E,30,android/service/notification/ZenPolicy.CONVERSATION_SENDERS_IMPORTANT,2,Android.Service.Notification.ZenPolicyConversationSendersType,ConversationSendersImportant,remove, +E,30,android/service/notification/ZenPolicy.CONVERSATION_SENDERS_NONE,3,Android.Service.Notification.ZenPolicyConversationSendersType,ConversationSendersNone,remove, +E,30,android/service/notification/ZenPolicy.CONVERSATION_SENDERS_UNSET,0,Android.Service.Notification.ZenPolicyConversationSendersType,ConversationSendersUnset,remove, +E,29,android/service/notification/ZenPolicy.PEOPLE_TYPE_ANYONE,1,Android.Service.Notification.AudienceType,Anyone,remove, +E,29,android/service/notification/ZenPolicy.PEOPLE_TYPE_CONTACTS,2,Android.Service.Notification.AudienceType,Contacts,remove, +E,29,android/service/notification/ZenPolicy.PEOPLE_TYPE_NONE,4,Android.Service.Notification.AudienceType,None,remove, +E,29,android/service/notification/ZenPolicy.PEOPLE_TYPE_STARRED,3,Android.Service.Notification.AudienceType,Starred,remove, +E,29,android/service/notification/ZenPolicy.PEOPLE_TYPE_UNSET,0,Android.Service.Notification.AudienceType,Unset,remove, +E,29,android/service/notification/ZenPolicy.STATE_ALLOW,1,Android.Service.Notification.StateType,Allow,remove, +E,29,android/service/notification/ZenPolicy.STATE_DISALLOW,2,Android.Service.Notification.StateType,Disallow,remove, +E,29,android/service/notification/ZenPolicy.STATE_UNSET,0,Android.Service.Notification.StateType,Unset,remove, +?,0,android/service/quickaccesswallet/WalletServiceEvent.TYPE_NFC_PAYMENT_STARTED,1,,,, +E,24,android/service/quicksettings/Tile.STATE_ACTIVE,2,Android.Service.QuickSettings.TileState,Active,remove, +E,24,android/service/quicksettings/Tile.STATE_INACTIVE,1,Android.Service.QuickSettings.TileState,Inactive,remove, +E,24,android/service/quicksettings/Tile.STATE_UNAVAILABLE,0,Android.Service.QuickSettings.TileState,Unavailable,remove, +A,0,,0,Android.Service.Voice.AlwaysOnHotwordDetectorAudioCapabilityType,None,remove, +E,30,android/service/voice/AlwaysOnHotwordDetector.AUDIO_CAPABILITY_ECHO_CANCELLATION,1,Android.Service.Voice.AlwaysOnHotwordDetectorAudioCapabilityType,AudioCapabilityEchoCancellation,remove, +E,30,android/service/voice/AlwaysOnHotwordDetector.AUDIO_CAPABILITY_NOISE_SUPPRESSION,2,Android.Service.Voice.AlwaysOnHotwordDetectorAudioCapabilityType,AudioCapabilityNoiseSuppression,remove, +A,0,,0,Android.Service.Voice.ModelType,None,remove, +E,30,android/service/voice/AlwaysOnHotwordDetector.MODEL_PARAM_THRESHOLD_FACTOR,0,Android.Service.Voice.ModelType,ModelParamThresholdFactor,remove, +A,0,,0,Android.Service.Voice.RecognitionFlag,None,, +E,21,android/service/voice/AlwaysOnHotwordDetector.RECOGNITION_FLAG_ALLOW_MULTIPLE_TRIGGERS,2,Android.Service.Voice.RecognitionFlag,AllowMultipleTriggers,keep, +E,21,android/service/voice/AlwaysOnHotwordDetector.RECOGNITION_FLAG_CAPTURE_TRIGGER_AUDIO,1,Android.Service.Voice.RecognitionFlag,CaptureTriggerAudio,keep, +?,30,android/service/voice/AlwaysOnHotwordDetector.RECOGNITION_FLAG_ENABLE_AUDIO_ECHO_CANCELLATION,4,,,, +?,30,android/service/voice/AlwaysOnHotwordDetector.RECOGNITION_FLAG_ENABLE_AUDIO_NOISE_SUPPRESSION,8,,,, +A,0,,0,Android.Service.Voice.RecognitionMode,None,, +E,21,android/service/voice/AlwaysOnHotwordDetector.RECOGNITION_MODE_USER_IDENTIFICATION,2,Android.Service.Voice.RecognitionMode,UserIdentification,keep, +E,21,android/service/voice/AlwaysOnHotwordDetector.RECOGNITION_MODE_VOICE_TRIGGER,1,Android.Service.Voice.RecognitionMode,VoiceTrigger,keep, +E,21,android/service/voice/AlwaysOnHotwordDetector.STATE_HARDWARE_UNAVAILABLE,-2,Android.Service.Voice.HotwordDetectorState,HardwareUnavailable,keep, +E,21,android/service/voice/AlwaysOnHotwordDetector.STATE_KEYPHRASE_ENROLLED,2,Android.Service.Voice.HotwordDetectorState,KeyphraseEnrolled,keep, +E,21,android/service/voice/AlwaysOnHotwordDetector.STATE_KEYPHRASE_UNENROLLED,1,Android.Service.Voice.HotwordDetectorState,KeyphraseUnenrolled,keep, +E,21,android/service/voice/AlwaysOnHotwordDetector.STATE_KEYPHRASE_UNSUPPORTED,-1,Android.Service.Voice.HotwordDetectorState,KeyphraseUnsupported,keep, +E,23,android/service/voice/VoiceInteractionSession$Insets.TOUCHABLE_INSETS_CONTENT,1,Android.Service.Voice.ToucheableInsetsType,Content,remove, +E,23,android/service/voice/VoiceInteractionSession$Insets.TOUCHABLE_INSETS_FRAME,0,Android.Service.Voice.ToucheableInsetsType,Frame,remove, +E,23,android/service/voice/VoiceInteractionSession$Insets.TOUCHABLE_INSETS_REGION,3,Android.Service.Voice.ToucheableInsetsType,Region,remove, +E,24,android/service/voice/VoiceInteractionSession.SHOW_SOURCE_ACTIVITY,16,Android.Service.Voice.ShowFlags,SourceActivity,keep, +E,23,android/service/voice/VoiceInteractionSession.SHOW_SOURCE_APPLICATION,8,Android.Service.Voice.ShowFlags,SourceApplication,keep, +E,23,android/service/voice/VoiceInteractionSession.SHOW_SOURCE_ASSIST_GESTURE,4,Android.Service.Voice.ShowFlags,SourceAssistGesture,keep, +E,29,android/service/voice/VoiceInteractionSession.SHOW_SOURCE_AUTOMOTIVE_SYSTEM_UI,128,Android.Service.Voice.ShowFlags,SourceAutomotiveSystemUi,keep, +E,29,android/service/voice/VoiceInteractionSession.SHOW_SOURCE_NOTIFICATION,64,Android.Service.Voice.ShowFlags,SourceNotification,keep, +E,29,android/service/voice/VoiceInteractionSession.SHOW_SOURCE_PUSH_TO_TALK,32,Android.Service.Voice.ShowFlags,SourcePushToTalk,keep, +E,23,android/service/voice/VoiceInteractionSession.SHOW_WITH_ASSIST,1,Android.Service.Voice.ShowFlags,WithAssist,keep, +E,23,android/service/voice/VoiceInteractionSession.SHOW_WITH_SCREENSHOT,2,Android.Service.Voice.ShowFlags,WithScreenshot,keep, +E,10,android/speech/RecognizerIntent.RESULT_AUDIO_ERROR,5,Android.Speech.RecognizerResult,AudioError,keep, +E,10,android/speech/RecognizerIntent.RESULT_CLIENT_ERROR,2,Android.Speech.RecognizerResult,ClientError,keep, +E,10,android/speech/RecognizerIntent.RESULT_NETWORK_ERROR,4,Android.Speech.RecognizerResult,NetworkError,keep, +E,10,android/speech/RecognizerIntent.RESULT_NO_MATCH,1,Android.Speech.RecognizerResult,NoMatch,keep, +E,10,android/speech/RecognizerIntent.RESULT_SERVER_ERROR,3,Android.Speech.RecognizerResult,ServerError,keep, +E,10,android/speech/SpeechRecognizer.ERROR_AUDIO,3,Android.Speech.SpeechRecognizerError,Audio,remove, +E,10,android/speech/SpeechRecognizer.ERROR_CLIENT,5,Android.Speech.SpeechRecognizerError,Client,remove, +E,10,android/speech/SpeechRecognizer.ERROR_INSUFFICIENT_PERMISSIONS,9,Android.Speech.SpeechRecognizerError,InsufficientPermissions,remove, +E,10,android/speech/SpeechRecognizer.ERROR_NETWORK,2,Android.Speech.SpeechRecognizerError,Network,remove, +E,10,android/speech/SpeechRecognizer.ERROR_NETWORK_TIMEOUT,1,Android.Speech.SpeechRecognizerError,NetworkTimeout,remove, +E,10,android/speech/SpeechRecognizer.ERROR_NO_MATCH,7,Android.Speech.SpeechRecognizerError,NoMatch,remove, +E,10,android/speech/SpeechRecognizer.ERROR_RECOGNIZER_BUSY,8,Android.Speech.SpeechRecognizerError,RecognizerBusy,remove, +E,10,android/speech/SpeechRecognizer.ERROR_SERVER,4,Android.Speech.SpeechRecognizerError,Server,remove, +E,10,android/speech/SpeechRecognizer.ERROR_SPEECH_TIMEOUT,6,Android.Speech.SpeechRecognizerError,SpeechTimeout,remove, +E,10,android/speech/tts/TextToSpeech$Engine.CHECK_VOICE_DATA_BAD_DATA,-1,Android.Speech.Tts.CheckVoiceData,BadData,keep, +E,10,android/speech/tts/TextToSpeech$Engine.CHECK_VOICE_DATA_FAIL,0,Android.Speech.Tts.CheckVoiceData,Fail,keep, +E,10,android/speech/tts/TextToSpeech$Engine.CHECK_VOICE_DATA_MISSING_DATA,-2,Android.Speech.Tts.CheckVoiceData,MissingData,keep, +E,10,android/speech/tts/TextToSpeech$Engine.CHECK_VOICE_DATA_MISSING_VOLUME,-3,Android.Speech.Tts.CheckVoiceData,MissingVolume,keep, +E,10,android/speech/tts/TextToSpeech$Engine.CHECK_VOICE_DATA_PASS,1,Android.Speech.Tts.CheckVoiceData,Pass,keep, +?,0,android/speech/tts/TextToSpeech$Engine.DEFAULT_STREAM,3,,,, +E,10,android/speech/tts/TextToSpeech.ERROR,-1,Android.Speech.Tts.OperationResult,Error,keep, +E,21,android/speech/tts/TextToSpeech.ERROR_INVALID_REQUEST,-8,Android.Speech.Tts.TextToSpeechError,InvalidRequest,keep, +E,21,android/speech/tts/TextToSpeech.ERROR_NETWORK,-6,Android.Speech.Tts.TextToSpeechError,Network,keep, +E,21,android/speech/tts/TextToSpeech.ERROR_NETWORK_TIMEOUT,-7,Android.Speech.Tts.TextToSpeechError,NetworkTimeout,keep, +E,21,android/speech/tts/TextToSpeech.ERROR_NOT_INSTALLED_YET,-9,Android.Speech.Tts.TextToSpeechError,NotInstalledYet,keep, +E,21,android/speech/tts/TextToSpeech.ERROR_OUTPUT,-5,Android.Speech.Tts.TextToSpeechError,Output,keep, +E,21,android/speech/tts/TextToSpeech.ERROR_SERVICE,-4,Android.Speech.Tts.TextToSpeechError,Service,keep, +E,21,android/speech/tts/TextToSpeech.ERROR_SYNTHESIS,-3,Android.Speech.Tts.TextToSpeechError,Synthesis,keep, +E,10,android/speech/tts/TextToSpeech.LANG_AVAILABLE,0,Android.Speech.Tts.LanguageAvailableResult,Available,keep, +E,10,android/speech/tts/TextToSpeech.LANG_COUNTRY_AVAILABLE,1,Android.Speech.Tts.LanguageAvailableResult,CountryAvailable,keep, +E,10,android/speech/tts/TextToSpeech.LANG_COUNTRY_VAR_AVAILABLE,2,Android.Speech.Tts.LanguageAvailableResult,CountryVarAvailable,keep, +E,10,android/speech/tts/TextToSpeech.LANG_MISSING_DATA,-1,Android.Speech.Tts.LanguageAvailableResult,MissingData,keep, +E,10,android/speech/tts/TextToSpeech.LANG_NOT_SUPPORTED,-2,Android.Speech.Tts.LanguageAvailableResult,NotSupported,keep, +E,10,android/speech/tts/TextToSpeech.QUEUE_ADD,1,Android.Speech.Tts.QueueMode,Add,keep, +E,10,android/speech/tts/TextToSpeech.QUEUE_FLUSH,0,Android.Speech.Tts.QueueMode,Flush,keep, +E,21,android/speech/tts/TextToSpeech.STOPPED,-2,Android.Speech.Tts.OperationResult,Stopped,keep, +E,10,android/speech/tts/TextToSpeech.SUCCESS,0,Android.Speech.Tts.OperationResult,Success,keep, +E,21,android/speech/tts/Voice.LATENCY_HIGH,400,Android.Speech.Tts.VoiceLatency,High,keep, +E,21,android/speech/tts/Voice.LATENCY_LOW,200,Android.Speech.Tts.VoiceLatency,Low,keep, +E,21,android/speech/tts/Voice.LATENCY_NORMAL,300,Android.Speech.Tts.VoiceLatency,Normal,keep, +E,21,android/speech/tts/Voice.LATENCY_VERY_HIGH,500,Android.Speech.Tts.VoiceLatency,VeryHigh,keep, +E,21,android/speech/tts/Voice.LATENCY_VERY_LOW,100,Android.Speech.Tts.VoiceLatency,VeryLow,keep, +E,21,android/speech/tts/Voice.QUALITY_HIGH,400,Android.Speech.Tts.VoiceQuality,High,keep, +E,21,android/speech/tts/Voice.QUALITY_LOW,200,Android.Speech.Tts.VoiceQuality,Low,keep, +E,21,android/speech/tts/Voice.QUALITY_NORMAL,300,Android.Speech.Tts.VoiceQuality,Normal,keep, +E,21,android/speech/tts/Voice.QUALITY_VERY_HIGH,500,Android.Speech.Tts.VoiceQuality,VeryHigh,keep, +E,21,android/speech/tts/Voice.QUALITY_VERY_LOW,100,Android.Speech.Tts.VoiceQuality,VeryLow,keep, +E,28,android/telecom/Call$Callback.HANDOVER_FAILURE_DEST_APP_REJECTED,1,Android.Telecom.HandoverFailureReason,DestAppRejected,remove, +E,28,android/telecom/Call$Callback.HANDOVER_FAILURE_NOT_SUPPORTED,2,Android.Telecom.HandoverFailureReason,NotSupported,remove, +E,28,android/telecom/Call$Callback.HANDOVER_FAILURE_ONGOING_EMERGENCY_CALL,4,Android.Telecom.HandoverFailureReason,OngoingEmergencyCall,remove, +E,28,android/telecom/Call$Callback.HANDOVER_FAILURE_UNKNOWN,5,Android.Telecom.HandoverFailureReason,Unknown,remove, +E,28,android/telecom/Call$Callback.HANDOVER_FAILURE_USER_REJECTED,3,Android.Telecom.HandoverFailureReason,UserRejected,remove, +E,23,android/telecom/Call$Details.CAPABILITY_CAN_PAUSE_VIDEO,1048576,Android.Telecom.CallCapability,CanPauseVideo,keep, +E,25,android/telecom/Call$Details.CAPABILITY_CAN_PULL_CALL,8388608,Android.Telecom.CallCapability,CanPullCall,keep, +E,24,android/telecom/Call$Details.CAPABILITY_CANNOT_DOWNGRADE_VIDEO_TO_AUDIO,4194304,Android.Telecom.CallCapability,CannotDowngradeVideoToAudio,keep, +E,23,android/telecom/Call$Details.CAPABILITY_DISCONNECT_FROM_CONFERENCE,8192,Android.Telecom.CallCapability,DisconnectFromConference,keep, +E,23,android/telecom/Call$Details.CAPABILITY_HOLD,1,Android.Telecom.CallCapability,Hold,keep, +E,23,android/telecom/Call$Details.CAPABILITY_MANAGE_CONFERENCE,128,Android.Telecom.CallCapability,ManageConference,keep, +E,23,android/telecom/Call$Details.CAPABILITY_MERGE_CONFERENCE,4,Android.Telecom.CallCapability,MergeConference,keep, +E,23,android/telecom/Call$Details.CAPABILITY_MUTE,64,Android.Telecom.CallCapability,Mute,keep, +E,23,android/telecom/Call$Details.CAPABILITY_RESPOND_VIA_TEXT,32,Android.Telecom.CallCapability,RespondViaText,keep, +E,23,android/telecom/Call$Details.CAPABILITY_SEPARATE_FROM_CONFERENCE,4096,Android.Telecom.CallCapability,SeparateFromConference,keep, +E,28,android/telecom/Call$Details.CAPABILITY_SUPPORT_DEFLECT,16777216,Android.Telecom.CallCapability,SupportDeflect,keep, +E,23,android/telecom/Call$Details.CAPABILITY_SUPPORT_HOLD,2,Android.Telecom.CallCapability,SupportHold,keep, +E,23,android/telecom/Call$Details.CAPABILITY_SUPPORTS_VT_LOCAL_BIDIRECTIONAL,768,Android.Telecom.CallCapability,SupportsVtLocalBidirectional,keep, +E,23,android/telecom/Call$Details.CAPABILITY_SUPPORTS_VT_LOCAL_RX,256,Android.Telecom.CallCapability,SupportsVtLocalRx,keep, +E,23,android/telecom/Call$Details.CAPABILITY_SUPPORTS_VT_LOCAL_TX,512,Android.Telecom.CallCapability,SupportsVtLocalTx,keep, +E,23,android/telecom/Call$Details.CAPABILITY_SUPPORTS_VT_REMOTE_BIDIRECTIONAL,3072,Android.Telecom.CallCapability,SupportsVtRemoteBidirectional,keep, +E,23,android/telecom/Call$Details.CAPABILITY_SUPPORTS_VT_REMOTE_RX,1024,Android.Telecom.CallCapability,SupportsVtRemoteRx,keep, +E,23,android/telecom/Call$Details.CAPABILITY_SUPPORTS_VT_REMOTE_TX,2048,Android.Telecom.CallCapability,SupportsVtRemoteTx,keep, +E,23,android/telecom/Call$Details.CAPABILITY_SWAP_CONFERENCE,8,Android.Telecom.CallCapability,SwapConference,keep, +E,29,android/telecom/Call$Details.DIRECTION_INCOMING,0,Android.Telecom.CallDirection,Incoming,remove, +E,29,android/telecom/Call$Details.DIRECTION_OUTGOING,1,Android.Telecom.CallDirection,Outgoing,remove, +E,29,android/telecom/Call$Details.DIRECTION_UNKNOWN,-1,Android.Telecom.CallDirection,Unknown,remove, +?,30,android/telecom/Call$Details.PROPERTY_ASSISTED_DIALING,512,,,, +E,23,android/telecom/Call$Details.PROPERTY_CONFERENCE,1,Android.Telecom.CallProperty,Conference,keep, +E,23,android/telecom/Call$Details.PROPERTY_EMERGENCY_CALLBACK_MODE,4,Android.Telecom.CallProperty,EmergencyCallbackMode,keep, +E,24,android/telecom/Call$Details.PROPERTY_ENTERPRISE_CALL,32,Android.Telecom.CallProperty,EnterpriseCall,keep, +E,23,android/telecom/Call$Details.PROPERTY_GENERIC_CONFERENCE,2,Android.Telecom.CallProperty,GenericConference,keep, +E,25,android/telecom/Call$Details.PROPERTY_HAS_CDMA_VOICE_PRIVACY,128,Android.Telecom.CallProperty,HasCdmaVoicePrivacy,keep, +E,23,android/telecom/Call$Details.PROPERTY_HIGH_DEF_AUDIO,16,Android.Telecom.CallProperty,HighDefAudio,keep, +E,25,android/telecom/Call$Details.PROPERTY_IS_EXTERNAL_CALL,64,Android.Telecom.CallProperty,IsExternalCall,keep, +E,29,android/telecom/Call$Details.PROPERTY_NETWORK_IDENTIFIED_EMERGENCY_CALL,2048,Android.Telecom.CallProperty,NetworkIdentifiedEmergencyCall,keep, +E,28,android/telecom/Call$Details.PROPERTY_RTT,1024,Android.Telecom.CallProperty,Rtt,keep, +E,26,android/telecom/Call$Details.PROPERTY_SELF_MANAGED,256,Android.Telecom.CallProperty,SelfManaged,keep, +E,29,android/telecom/Call$Details.PROPERTY_VOIP_AUDIO_MODE,4096,Android.Telecom.CallProperty,VoipAudioMode,keep, +E,23,android/telecom/Call$Details.PROPERTY_WIFI,8,Android.Telecom.CallProperty,Wifi,keep, +E,26,android/telecom/Call$RttCall.RTT_MODE_FULL,1,Android.Telecom.RttMode,Full,keep, +E,26,android/telecom/Call$RttCall.RTT_MODE_HCO,2,Android.Telecom.RttMode,Hco,keep, +E,26,android/telecom/Call$RttCall.RTT_MODE_VCO,3,Android.Telecom.RttMode,Vco,keep, +E,30,android/telecom/Call.REJECT_REASON_DECLINED,1,Android.Telecom.CallRejectReasonType,RejectReasonDeclined,remove, +E,30,android/telecom/Call.REJECT_REASON_UNWANTED,2,Android.Telecom.CallRejectReasonType,RejectReasonUnwanted,remove, +E,23,android/telecom/Call.STATE_ACTIVE,4,Android.Telecom.CallState,Active,keep, +?,30,android/telecom/Call.STATE_AUDIO_PROCESSING,12,,,, +E,23,android/telecom/Call.STATE_CONNECTING,9,Android.Telecom.CallState,Connecting,keep, +E,23,android/telecom/Call.STATE_DIALING,1,Android.Telecom.CallState,Dialing,keep, +E,23,android/telecom/Call.STATE_DISCONNECTED,7,Android.Telecom.CallState,Disconnected,keep, +E,23,android/telecom/Call.STATE_DISCONNECTING,10,Android.Telecom.CallState,Disconnecting,keep, +E,23,android/telecom/Call.STATE_HOLDING,3,Android.Telecom.CallState,Holding,keep, +E,23,android/telecom/Call.STATE_NEW,0,Android.Telecom.CallState,New,keep, +E,25,android/telecom/Call.STATE_PULLING_CALL,11,Android.Telecom.CallState,PullingCall,keep, +E,23,android/telecom/Call.STATE_RINGING,2,Android.Telecom.CallState,Ringing,keep, +E,23,android/telecom/Call.STATE_SELECT_PHONE_ACCOUNT,8,Android.Telecom.CallState,SelectPhoneAccount,keep, +?,30,android/telecom/Call.STATE_SIMULATED_RINGING,13,,,, +E,23,android/telecom/CallAudioState.ROUTE_BLUETOOTH,2,Android.Telecom.CallAudioRoute,Bluetooth,keep, +E,23,android/telecom/CallAudioState.ROUTE_EARPIECE,1,Android.Telecom.CallAudioRoute,Earpiece,keep, +E,23,android/telecom/CallAudioState.ROUTE_SPEAKER,8,Android.Telecom.CallAudioRoute,Speaker,keep, +E,23,android/telecom/CallAudioState.ROUTE_WIRED_HEADSET,4,Android.Telecom.CallAudioRoute,WiredHeadset,keep, +E,23,android/telecom/CallAudioState.ROUTE_WIRED_OR_EARPIECE,5,Android.Telecom.CallAudioRoute,WiredOrEarpiece,keep, +E,26,android/telecom/Connection$RttModifyStatus.SESSION_MODIFY_REQUEST_FAIL,2,Android.Telecom.RttSessionModifyResult,Fail,keep, +E,26,android/telecom/Connection$RttModifyStatus.SESSION_MODIFY_REQUEST_INVALID,3,Android.Telecom.RttSessionModifyResult,Invalid,keep, +E,26,android/telecom/Connection$RttModifyStatus.SESSION_MODIFY_REQUEST_REJECTED_BY_REMOTE,5,Android.Telecom.RttSessionModifyResult,RejectedByRemote,keep, +E,26,android/telecom/Connection$RttModifyStatus.SESSION_MODIFY_REQUEST_SUCCESS,1,Android.Telecom.RttSessionModifyResult,Success,keep, +E,26,android/telecom/Connection$RttModifyStatus.SESSION_MODIFY_REQUEST_TIMED_OUT,4,Android.Telecom.RttSessionModifyResult,TimedOut,keep, +E,23,android/telecom/Connection$VideoProvider.SESSION_EVENT_CAMERA_FAILURE,5,Android.Telecom.VideoSessionEvent,CameraFailure,keep, +E,26,android/telecom/Connection$VideoProvider.SESSION_EVENT_CAMERA_PERMISSION_ERROR,7,Android.Telecom.VideoSessionEvent,CameraPermissionError,keep, +E,23,android/telecom/Connection$VideoProvider.SESSION_EVENT_CAMERA_READY,6,Android.Telecom.VideoSessionEvent,CameraReady,keep, +E,23,android/telecom/Connection$VideoProvider.SESSION_EVENT_RX_PAUSE,1,Android.Telecom.VideoSessionEvent,RxPause,keep, +E,23,android/telecom/Connection$VideoProvider.SESSION_EVENT_RX_RESUME,2,Android.Telecom.VideoSessionEvent,RxResume,keep, +E,23,android/telecom/Connection$VideoProvider.SESSION_EVENT_TX_START,3,Android.Telecom.VideoSessionEvent,TxStart,keep, +E,23,android/telecom/Connection$VideoProvider.SESSION_EVENT_TX_STOP,4,Android.Telecom.VideoSessionEvent,TxStop,keep, +E,23,android/telecom/Connection$VideoProvider.SESSION_MODIFY_REQUEST_FAIL,2,Android.Telecom.ModifyRequestResult,Fail,keep, +E,23,android/telecom/Connection$VideoProvider.SESSION_MODIFY_REQUEST_INVALID,3,Android.Telecom.ModifyRequestResult,Invalid,keep, +E,23,android/telecom/Connection$VideoProvider.SESSION_MODIFY_REQUEST_REJECTED_BY_REMOTE,5,Android.Telecom.ModifyRequestResult,RejectedByRemote,keep, +E,23,android/telecom/Connection$VideoProvider.SESSION_MODIFY_REQUEST_SUCCESS,1,Android.Telecom.ModifyRequestResult,Success,keep, +E,23,android/telecom/Connection$VideoProvider.SESSION_MODIFY_REQUEST_TIMED_OUT,4,Android.Telecom.ModifyRequestResult,TimedOut,keep, +?,30,android/telecom/Connection.AUDIO_CODEC_AMR,1,,,, +?,30,android/telecom/Connection.AUDIO_CODEC_AMR_WB,2,,,, +?,30,android/telecom/Connection.AUDIO_CODEC_EVRC,4,,,, +?,30,android/telecom/Connection.AUDIO_CODEC_EVRC_B,5,,,, +?,30,android/telecom/Connection.AUDIO_CODEC_EVRC_NW,7,,,, +?,30,android/telecom/Connection.AUDIO_CODEC_EVRC_WB,6,,,, +?,30,android/telecom/Connection.AUDIO_CODEC_EVS_FB,20,,,, +?,30,android/telecom/Connection.AUDIO_CODEC_EVS_NB,17,,,, +?,30,android/telecom/Connection.AUDIO_CODEC_EVS_SWB,19,,,, +?,30,android/telecom/Connection.AUDIO_CODEC_EVS_WB,18,,,, +?,30,android/telecom/Connection.AUDIO_CODEC_G711A,13,,,, +?,30,android/telecom/Connection.AUDIO_CODEC_G711AB,15,,,, +?,30,android/telecom/Connection.AUDIO_CODEC_G711U,11,,,, +?,30,android/telecom/Connection.AUDIO_CODEC_G722,14,,,, +?,30,android/telecom/Connection.AUDIO_CODEC_G723,12,,,, +?,30,android/telecom/Connection.AUDIO_CODEC_G729,16,,,, +?,30,android/telecom/Connection.AUDIO_CODEC_GSM_EFR,8,,,, +?,30,android/telecom/Connection.AUDIO_CODEC_GSM_FR,9,,,, +?,30,android/telecom/Connection.AUDIO_CODEC_GSM_HR,10,,,, +?,30,android/telecom/Connection.AUDIO_CODEC_NONE,0,,,, +?,30,android/telecom/Connection.AUDIO_CODEC_QCELP13K,3,,,, +E,23,android/telecom/Connection.CAPABILITY_CAN_PAUSE_VIDEO,1048576,Android.Telecom.ConnectionCapability,CanPauseVideo,keep, +E,25,android/telecom/Connection.CAPABILITY_CAN_PULL_CALL,16777216,Android.Telecom.ConnectionCapability,CanPullCall,keep, +E,24,android/telecom/Connection.CAPABILITY_CAN_SEND_RESPONSE_VIA_CONNECTION,4194304,Android.Telecom.ConnectionCapability,CanSendResponseViaConnection,keep, +E,23,android/telecom/Connection.CAPABILITY_CAN_UPGRADE_TO_VIDEO,524288,Android.Telecom.ConnectionCapability,CanUpgradeToVideo,keep, +E,24,android/telecom/Connection.CAPABILITY_CANNOT_DOWNGRADE_VIDEO_TO_AUDIO,8388608,Android.Telecom.ConnectionCapability,CannotDowngradeVideoToAudio,keep, +E,23,android/telecom/Connection.CAPABILITY_DISCONNECT_FROM_CONFERENCE,8192,Android.Telecom.ConnectionCapability,DisconnectFromConference,keep, +E,23,android/telecom/Connection.CAPABILITY_HOLD,1,Android.Telecom.ConnectionCapability,Hold,keep, +E,23,android/telecom/Connection.CAPABILITY_MANAGE_CONFERENCE,128,Android.Telecom.ConnectionCapability,ManageConference,keep, +E,23,android/telecom/Connection.CAPABILITY_MERGE_CONFERENCE,4,Android.Telecom.ConnectionCapability,MergeConference,keep, +E,23,android/telecom/Connection.CAPABILITY_MUTE,64,Android.Telecom.ConnectionCapability,Mute,keep, +E,23,android/telecom/Connection.CAPABILITY_RESPOND_VIA_TEXT,32,Android.Telecom.ConnectionCapability,RespondViaText,keep, +E,23,android/telecom/Connection.CAPABILITY_SEPARATE_FROM_CONFERENCE,4096,Android.Telecom.ConnectionCapability,SeparateFromConference,keep, +E,28,android/telecom/Connection.CAPABILITY_SUPPORT_DEFLECT,33554432,Android.Telecom.ConnectionCapability,SupportDeflect,keep, +E,23,android/telecom/Connection.CAPABILITY_SUPPORT_HOLD,2,Android.Telecom.ConnectionCapability,SupportHold,keep, +E,23,android/telecom/Connection.CAPABILITY_SUPPORTS_VT_LOCAL_BIDIRECTIONAL,768,Android.Telecom.ConnectionCapability,SupportsVtLocalBidirectional,keep, +E,23,android/telecom/Connection.CAPABILITY_SUPPORTS_VT_LOCAL_RX,256,Android.Telecom.ConnectionCapability,SupportsVtLocalRx,keep, +E,23,android/telecom/Connection.CAPABILITY_SUPPORTS_VT_LOCAL_TX,512,Android.Telecom.ConnectionCapability,SupportsVtLocalTx,keep, +E,23,android/telecom/Connection.CAPABILITY_SUPPORTS_VT_REMOTE_BIDIRECTIONAL,3072,Android.Telecom.ConnectionCapability,SupportsVtRemoteBidirectional,keep, +E,23,android/telecom/Connection.CAPABILITY_SUPPORTS_VT_REMOTE_RX,1024,Android.Telecom.ConnectionCapability,SupportsVtRemoteRx,keep, +E,23,android/telecom/Connection.CAPABILITY_SUPPORTS_VT_REMOTE_TX,2048,Android.Telecom.ConnectionCapability,SupportsVtRemoteTx,keep, +E,23,android/telecom/Connection.CAPABILITY_SWAP_CONFERENCE,8,Android.Telecom.ConnectionCapability,SwapConference,keep, +?,30,android/telecom/Connection.PROPERTY_ASSISTED_DIALING,512,,,, +A,24,,0,Android.Telecom.ConnectionProperties,None,remove, +E,24,android/telecom/Connection.PROPERTY_HAS_CDMA_VOICE_PRIVACY,32,Android.Telecom.ConnectionProperties,HasCdmaVoicePrivacy,remove, +?,30,android/telecom/Connection.PROPERTY_HIGH_DEF_AUDIO,4,,,, +E,24,android/telecom/Connection.PROPERTY_IS_EXTERNAL_CALL,16,Android.Telecom.ConnectionProperties,IsExternalCall,remove, +E,24,android/telecom/Connection.PROPERTY_IS_RTT,256,Android.Telecom.ConnectionProperties,IsRtt,remove, +?,30,android/telecom/Connection.PROPERTY_NETWORK_IDENTIFIED_EMERGENCY_CALL,1024,,,, +E,24,android/telecom/Connection.PROPERTY_SELF_MANAGED,128,Android.Telecom.ConnectionProperties,SelfManaged,remove, +?,30,android/telecom/Connection.PROPERTY_WIFI,8,,,, +E,23,android/telecom/Connection.STATE_ACTIVE,4,Android.Telecom.ConnectionState,Active,keep, +E,23,android/telecom/Connection.STATE_DIALING,3,Android.Telecom.ConnectionState,Dialing,keep, +E,23,android/telecom/Connection.STATE_DISCONNECTED,6,Android.Telecom.ConnectionState,Disconnected,keep, +E,23,android/telecom/Connection.STATE_HOLDING,5,Android.Telecom.ConnectionState,Holding,keep, +E,23,android/telecom/Connection.STATE_INITIALIZING,0,Android.Telecom.ConnectionState,Initializing,keep, +E,23,android/telecom/Connection.STATE_NEW,1,Android.Telecom.ConnectionState,New,keep, +E,25,android/telecom/Connection.STATE_PULLING_CALL,7,Android.Telecom.ConnectionState,PullingCall,keep, +E,23,android/telecom/Connection.STATE_RINGING,2,Android.Telecom.ConnectionState,Ringing,keep, +E,30,android/telecom/Connection.VERIFICATION_STATUS_FAILED,2,Android.Telecom.ConnectionVerificationStatusType,VerificationStatusFailed,remove, +E,30,android/telecom/Connection.VERIFICATION_STATUS_NOT_VERIFIED,0,Android.Telecom.ConnectionVerificationStatusType,VerificationStatusNotVerified,remove, +E,30,android/telecom/Connection.VERIFICATION_STATUS_PASSED,1,Android.Telecom.ConnectionVerificationStatusType,VerificationStatusPassed,remove, +E,25,android/telecom/DisconnectCause.ANSWERED_ELSEWHERE,11,Android.Telecom.Causes,AnsweredElsewhere,keep, +E,23,android/telecom/DisconnectCause.BUSY,7,Android.Telecom.Causes,Busy,keep, +E,25,android/telecom/DisconnectCause.CALL_PULLED,12,Android.Telecom.Causes,CallPulled,keep, +E,23,android/telecom/DisconnectCause.CANCELED,4,Android.Telecom.Causes,Canceled,keep, +E,23,android/telecom/DisconnectCause.CONNECTION_MANAGER_NOT_SUPPORTED,10,Android.Telecom.Causes,ConnectionManagerNotSupported,keep, +E,23,android/telecom/DisconnectCause.ERROR,1,Android.Telecom.Causes,Error,keep, +E,23,android/telecom/DisconnectCause.LOCAL,2,Android.Telecom.Causes,Local,keep, +E,23,android/telecom/DisconnectCause.MISSED,5,Android.Telecom.Causes,Missed,keep, +E,23,android/telecom/DisconnectCause.OTHER,9,Android.Telecom.Causes,Other,keep, +E,23,android/telecom/DisconnectCause.REJECTED,6,Android.Telecom.Causes,Rejected,keep, +E,23,android/telecom/DisconnectCause.REMOTE,3,Android.Telecom.Causes,Remote,keep, +E,23,android/telecom/DisconnectCause.RESTRICTED,8,Android.Telecom.Causes,Restricted,keep, +E,23,android/telecom/DisconnectCause.UNKNOWN,0,Android.Telecom.Causes,Unknown,keep, +?,30,android/telecom/PhoneAccount.CAPABILITY_ADHOC_CONFERENCE_CALLING,16384,,,, +E,23,android/telecom/PhoneAccount.CAPABILITY_CALL_PROVIDER,2,Android.Telecom.PhoneAccountCapability,CallProvider,keep, +E,23,android/telecom/PhoneAccount.CAPABILITY_CALL_SUBJECT,64,Android.Telecom.PhoneAccountCapability,CallSubject,keep, +E,23,android/telecom/PhoneAccount.CAPABILITY_CONNECTION_MANAGER,1,Android.Telecom.PhoneAccountCapability,ConnectionManager,keep, +E,23,android/telecom/PhoneAccount.CAPABILITY_PLACE_EMERGENCY_CALLS,16,Android.Telecom.PhoneAccountCapability,PlaceEmergencyCalls,keep, +E,26,android/telecom/PhoneAccount.CAPABILITY_RTT,4096,Android.Telecom.PhoneAccountCapability,Rtt,keep, +E,26,android/telecom/PhoneAccount.CAPABILITY_SELF_MANAGED,2048,Android.Telecom.PhoneAccountCapability,SelfManaged,keep, +E,23,android/telecom/PhoneAccount.CAPABILITY_SIM_SUBSCRIPTION,4,Android.Telecom.PhoneAccountCapability,SimSubscription,keep, +E,26,android/telecom/PhoneAccount.CAPABILITY_SUPPORTS_VIDEO_CALLING,1024,Android.Telecom.PhoneAccountCapability,SupportsVideoCalling,keep, +E,23,android/telecom/PhoneAccount.CAPABILITY_VIDEO_CALLING,8,Android.Telecom.PhoneAccountCapability,VideoCalling,keep, +E,24,android/telecom/PhoneAccount.CAPABILITY_VIDEO_CALLING_RELIES_ON_PRESENCE,256,Android.Telecom.PhoneAccountCapability,VideoCallingReliesOnPresence,keep, +?,0,android/telecom/PhoneAccount.NO_HIGHLIGHT_COLOR,0,,,, +?,0,android/telecom/PhoneAccount.NO_RESOURCE_ID,-1,,,, +E,29,android/telecom/PhoneAccountSuggestion.REASON_FREQUENT,2,Android.Telecom.ReasonType,Frequent,remove, +E,29,android/telecom/PhoneAccountSuggestion.REASON_INTRA_CARRIER,1,Android.Telecom.ReasonType,IntraCarrier,remove, +E,29,android/telecom/PhoneAccountSuggestion.REASON_NONE,0,Android.Telecom.ReasonType,None,remove, +E,29,android/telecom/PhoneAccountSuggestion.REASON_OTHER,4,Android.Telecom.ReasonType,Other,remove, +E,29,android/telecom/PhoneAccountSuggestion.REASON_USER_SET,3,Android.Telecom.ReasonType,UserSet,remove, +?,30,android/telecom/TelecomManager.DURATION_LONG,3,,,, +?,30,android/telecom/TelecomManager.DURATION_MEDIUM,2,,,, +?,30,android/telecom/TelecomManager.DURATION_SHORT,1,,,, +?,30,android/telecom/TelecomManager.DURATION_VERY_SHORT,0,,,, +E,21,android/telecom/TelecomManager.PRESENTATION_ALLOWED,1,Android.Telecom.Presentation,Allowed,keep, +E,21,android/telecom/TelecomManager.PRESENTATION_PAYPHONE,4,Android.Telecom.Presentation,Payphone,keep, +E,21,android/telecom/TelecomManager.PRESENTATION_RESTRICTED,2,Android.Telecom.Presentation,Restricted,keep, +E,21,android/telecom/TelecomManager.PRESENTATION_UNKNOWN,3,Android.Telecom.Presentation,Unknown,keep, +E,23,android/telecom/VideoProfile.QUALITY_DEFAULT,4,Android.Telecom.VideoQuality,Default,keep, +E,23,android/telecom/VideoProfile.QUALITY_HIGH,1,Android.Telecom.VideoQuality,High,keep, +E,23,android/telecom/VideoProfile.QUALITY_LOW,3,Android.Telecom.VideoQuality,Low,keep, +E,23,android/telecom/VideoProfile.QUALITY_MEDIUM,2,Android.Telecom.VideoQuality,Medium,keep, +E,23,android/telecom/VideoProfile.STATE_AUDIO_ONLY,0,Android.Telecom.VideoProfileState,AudioOnly,keep, +E,23,android/telecom/VideoProfile.STATE_BIDIRECTIONAL,3,Android.Telecom.VideoProfileState,Bidirectional,keep, +E,23,android/telecom/VideoProfile.STATE_PAUSED,4,Android.Telecom.VideoProfileState,Paused,keep, +E,23,android/telecom/VideoProfile.STATE_RX_ENABLED,2,Android.Telecom.VideoProfileState,RxEnabled,keep, +E,23,android/telecom/VideoProfile.STATE_TX_ENABLED,1,Android.Telecom.VideoProfileState,TxEnabled,keep, +?,0,android/telephony/AccessNetworkConstants$AccessNetworkType.CDMA2000,4,,,, +?,0,android/telephony/AccessNetworkConstants$AccessNetworkType.EUTRAN,3,,,, +?,0,android/telephony/AccessNetworkConstants$AccessNetworkType.GERAN,1,,,, +?,0,android/telephony/AccessNetworkConstants$AccessNetworkType.IWLAN,5,,,, +?,30,android/telephony/AccessNetworkConstants$AccessNetworkType.NGRAN,6,,,, +?,0,android/telephony/AccessNetworkConstants$AccessNetworkType.UNKNOWN,0,,,, +?,0,android/telephony/AccessNetworkConstants$AccessNetworkType.UTRAN,2,,,, +?,0,android/telephony/AccessNetworkConstants$EutranBand.BAND_1,1,,,, +?,0,android/telephony/AccessNetworkConstants$EutranBand.BAND_10,10,,,, +?,0,android/telephony/AccessNetworkConstants$EutranBand.BAND_11,11,,,, +?,0,android/telephony/AccessNetworkConstants$EutranBand.BAND_12,12,,,, +?,0,android/telephony/AccessNetworkConstants$EutranBand.BAND_13,13,,,, +?,0,android/telephony/AccessNetworkConstants$EutranBand.BAND_14,14,,,, +?,0,android/telephony/AccessNetworkConstants$EutranBand.BAND_17,17,,,, +?,0,android/telephony/AccessNetworkConstants$EutranBand.BAND_18,18,,,, +?,0,android/telephony/AccessNetworkConstants$EutranBand.BAND_19,19,,,, +?,0,android/telephony/AccessNetworkConstants$EutranBand.BAND_2,2,,,, +?,0,android/telephony/AccessNetworkConstants$EutranBand.BAND_20,20,,,, +?,0,android/telephony/AccessNetworkConstants$EutranBand.BAND_21,21,,,, +?,0,android/telephony/AccessNetworkConstants$EutranBand.BAND_22,22,,,, +?,0,android/telephony/AccessNetworkConstants$EutranBand.BAND_23,23,,,, +?,0,android/telephony/AccessNetworkConstants$EutranBand.BAND_24,24,,,, +?,0,android/telephony/AccessNetworkConstants$EutranBand.BAND_25,25,,,, +?,0,android/telephony/AccessNetworkConstants$EutranBand.BAND_26,26,,,, +?,0,android/telephony/AccessNetworkConstants$EutranBand.BAND_27,27,,,, +?,0,android/telephony/AccessNetworkConstants$EutranBand.BAND_28,28,,,, +?,0,android/telephony/AccessNetworkConstants$EutranBand.BAND_3,3,,,, +?,0,android/telephony/AccessNetworkConstants$EutranBand.BAND_30,30,,,, +?,0,android/telephony/AccessNetworkConstants$EutranBand.BAND_31,31,,,, +?,0,android/telephony/AccessNetworkConstants$EutranBand.BAND_33,33,,,, +?,0,android/telephony/AccessNetworkConstants$EutranBand.BAND_34,34,,,, +?,0,android/telephony/AccessNetworkConstants$EutranBand.BAND_35,35,,,, +?,0,android/telephony/AccessNetworkConstants$EutranBand.BAND_36,36,,,, +?,0,android/telephony/AccessNetworkConstants$EutranBand.BAND_37,37,,,, +?,0,android/telephony/AccessNetworkConstants$EutranBand.BAND_38,38,,,, +?,0,android/telephony/AccessNetworkConstants$EutranBand.BAND_39,39,,,, +?,0,android/telephony/AccessNetworkConstants$EutranBand.BAND_4,4,,,, +?,0,android/telephony/AccessNetworkConstants$EutranBand.BAND_40,40,,,, +?,0,android/telephony/AccessNetworkConstants$EutranBand.BAND_41,41,,,, +?,0,android/telephony/AccessNetworkConstants$EutranBand.BAND_42,42,,,, +?,0,android/telephony/AccessNetworkConstants$EutranBand.BAND_43,43,,,, +?,0,android/telephony/AccessNetworkConstants$EutranBand.BAND_44,44,,,, +?,0,android/telephony/AccessNetworkConstants$EutranBand.BAND_45,45,,,, +?,0,android/telephony/AccessNetworkConstants$EutranBand.BAND_46,46,,,, +?,0,android/telephony/AccessNetworkConstants$EutranBand.BAND_47,47,,,, +?,0,android/telephony/AccessNetworkConstants$EutranBand.BAND_48,48,,,, +?,0,android/telephony/AccessNetworkConstants$EutranBand.BAND_5,5,,,, +?,0,android/telephony/AccessNetworkConstants$EutranBand.BAND_6,6,,,, +?,0,android/telephony/AccessNetworkConstants$EutranBand.BAND_65,65,,,, +?,0,android/telephony/AccessNetworkConstants$EutranBand.BAND_66,66,,,, +?,0,android/telephony/AccessNetworkConstants$EutranBand.BAND_68,68,,,, +?,0,android/telephony/AccessNetworkConstants$EutranBand.BAND_7,7,,,, +?,0,android/telephony/AccessNetworkConstants$EutranBand.BAND_70,70,,,, +?,0,android/telephony/AccessNetworkConstants$EutranBand.BAND_8,8,,,, +?,0,android/telephony/AccessNetworkConstants$EutranBand.BAND_9,9,,,, +?,0,android/telephony/AccessNetworkConstants$GeranBand.BAND_450,3,,,, +?,0,android/telephony/AccessNetworkConstants$GeranBand.BAND_480,4,,,, +?,0,android/telephony/AccessNetworkConstants$GeranBand.BAND_710,5,,,, +?,0,android/telephony/AccessNetworkConstants$GeranBand.BAND_750,6,,,, +?,0,android/telephony/AccessNetworkConstants$GeranBand.BAND_850,8,,,, +?,0,android/telephony/AccessNetworkConstants$GeranBand.BAND_DCS1800,12,,,, +?,0,android/telephony/AccessNetworkConstants$GeranBand.BAND_E900,10,,,, +?,0,android/telephony/AccessNetworkConstants$GeranBand.BAND_ER900,14,,,, +?,0,android/telephony/AccessNetworkConstants$GeranBand.BAND_P900,9,,,, +?,0,android/telephony/AccessNetworkConstants$GeranBand.BAND_PCS1900,13,,,, +?,0,android/telephony/AccessNetworkConstants$GeranBand.BAND_R900,11,,,, +?,0,android/telephony/AccessNetworkConstants$GeranBand.BAND_T380,1,,,, +?,0,android/telephony/AccessNetworkConstants$GeranBand.BAND_T410,2,,,, +?,0,android/telephony/AccessNetworkConstants$GeranBand.BAND_T810,7,,,, +?,0,android/telephony/AccessNetworkConstants$NgranBands.BAND_1,1,,,, +?,0,android/telephony/AccessNetworkConstants$NgranBands.BAND_12,12,,,, +?,0,android/telephony/AccessNetworkConstants$NgranBands.BAND_14,14,,,, +?,0,android/telephony/AccessNetworkConstants$NgranBands.BAND_18,18,,,, +?,0,android/telephony/AccessNetworkConstants$NgranBands.BAND_2,2,,,, +?,0,android/telephony/AccessNetworkConstants$NgranBands.BAND_20,20,,,, +?,0,android/telephony/AccessNetworkConstants$NgranBands.BAND_25,25,,,, +?,0,android/telephony/AccessNetworkConstants$NgranBands.BAND_257,257,,,, +?,0,android/telephony/AccessNetworkConstants$NgranBands.BAND_258,258,,,, +?,0,android/telephony/AccessNetworkConstants$NgranBands.BAND_260,260,,,, +?,0,android/telephony/AccessNetworkConstants$NgranBands.BAND_261,261,,,, +?,0,android/telephony/AccessNetworkConstants$NgranBands.BAND_28,28,,,, +?,0,android/telephony/AccessNetworkConstants$NgranBands.BAND_29,29,,,, +?,0,android/telephony/AccessNetworkConstants$NgranBands.BAND_3,3,,,, +?,0,android/telephony/AccessNetworkConstants$NgranBands.BAND_30,30,,,, +?,0,android/telephony/AccessNetworkConstants$NgranBands.BAND_34,34,,,, +?,0,android/telephony/AccessNetworkConstants$NgranBands.BAND_38,38,,,, +?,0,android/telephony/AccessNetworkConstants$NgranBands.BAND_39,39,,,, +?,0,android/telephony/AccessNetworkConstants$NgranBands.BAND_40,40,,,, +?,0,android/telephony/AccessNetworkConstants$NgranBands.BAND_41,41,,,, +?,0,android/telephony/AccessNetworkConstants$NgranBands.BAND_48,48,,,, +?,0,android/telephony/AccessNetworkConstants$NgranBands.BAND_5,5,,,, +?,0,android/telephony/AccessNetworkConstants$NgranBands.BAND_50,50,,,, +?,0,android/telephony/AccessNetworkConstants$NgranBands.BAND_51,51,,,, +?,0,android/telephony/AccessNetworkConstants$NgranBands.BAND_65,65,,,, +?,0,android/telephony/AccessNetworkConstants$NgranBands.BAND_66,66,,,, +?,0,android/telephony/AccessNetworkConstants$NgranBands.BAND_7,7,,,, +?,0,android/telephony/AccessNetworkConstants$NgranBands.BAND_70,70,,,, +?,0,android/telephony/AccessNetworkConstants$NgranBands.BAND_71,71,,,, +?,0,android/telephony/AccessNetworkConstants$NgranBands.BAND_74,74,,,, +?,0,android/telephony/AccessNetworkConstants$NgranBands.BAND_75,75,,,, +?,0,android/telephony/AccessNetworkConstants$NgranBands.BAND_76,76,,,, +?,0,android/telephony/AccessNetworkConstants$NgranBands.BAND_77,77,,,, +?,0,android/telephony/AccessNetworkConstants$NgranBands.BAND_78,78,,,, +?,0,android/telephony/AccessNetworkConstants$NgranBands.BAND_79,79,,,, +?,0,android/telephony/AccessNetworkConstants$NgranBands.BAND_8,8,,,, +?,0,android/telephony/AccessNetworkConstants$NgranBands.BAND_80,80,,,, +?,0,android/telephony/AccessNetworkConstants$NgranBands.BAND_81,81,,,, +?,0,android/telephony/AccessNetworkConstants$NgranBands.BAND_82,82,,,, +?,0,android/telephony/AccessNetworkConstants$NgranBands.BAND_83,83,,,, +?,0,android/telephony/AccessNetworkConstants$NgranBands.BAND_84,84,,,, +?,0,android/telephony/AccessNetworkConstants$NgranBands.BAND_86,86,,,, +?,0,android/telephony/AccessNetworkConstants$NgranBands.BAND_90,90,,,, +?,0,android/telephony/AccessNetworkConstants$UtranBand.BAND_1,1,,,, +?,0,android/telephony/AccessNetworkConstants$UtranBand.BAND_10,10,,,, +?,0,android/telephony/AccessNetworkConstants$UtranBand.BAND_11,11,,,, +?,0,android/telephony/AccessNetworkConstants$UtranBand.BAND_12,12,,,, +?,0,android/telephony/AccessNetworkConstants$UtranBand.BAND_13,13,,,, +?,0,android/telephony/AccessNetworkConstants$UtranBand.BAND_14,14,,,, +?,0,android/telephony/AccessNetworkConstants$UtranBand.BAND_19,19,,,, +?,0,android/telephony/AccessNetworkConstants$UtranBand.BAND_2,2,,,, +?,0,android/telephony/AccessNetworkConstants$UtranBand.BAND_20,20,,,, +?,0,android/telephony/AccessNetworkConstants$UtranBand.BAND_21,21,,,, +?,0,android/telephony/AccessNetworkConstants$UtranBand.BAND_22,22,,,, +?,0,android/telephony/AccessNetworkConstants$UtranBand.BAND_25,25,,,, +?,0,android/telephony/AccessNetworkConstants$UtranBand.BAND_26,26,,,, +?,0,android/telephony/AccessNetworkConstants$UtranBand.BAND_3,3,,,, +?,0,android/telephony/AccessNetworkConstants$UtranBand.BAND_4,4,,,, +?,0,android/telephony/AccessNetworkConstants$UtranBand.BAND_5,5,,,, +?,0,android/telephony/AccessNetworkConstants$UtranBand.BAND_6,6,,,, +?,0,android/telephony/AccessNetworkConstants$UtranBand.BAND_7,7,,,, +?,0,android/telephony/AccessNetworkConstants$UtranBand.BAND_8,8,,,, +?,0,android/telephony/AccessNetworkConstants$UtranBand.BAND_9,9,,,, +?,30,android/telephony/AccessNetworkConstants$UtranBand.BAND_A,101,,,, +?,30,android/telephony/AccessNetworkConstants$UtranBand.BAND_B,102,,,, +?,30,android/telephony/AccessNetworkConstants$UtranBand.BAND_C,103,,,, +?,30,android/telephony/AccessNetworkConstants$UtranBand.BAND_D,104,,,, +?,30,android/telephony/AccessNetworkConstants$UtranBand.BAND_E,105,,,, +?,30,android/telephony/AccessNetworkConstants$UtranBand.BAND_F,106,,,, +E,30,android/telephony/AccessNetworkConstants.TRANSPORT_TYPE_WLAN,2,Android.Telephony.Ims.AccessNetworkConstantsTransportTypeWType,TransportTypeWlan,remove, +E,30,android/telephony/AccessNetworkConstants.TRANSPORT_TYPE_WWAN,1,Android.Telephony.Ims.AccessNetworkConstantsTransportTypeWType,TransportTypeWwan,remove, +E,29,android/telephony/AvailableNetworkInfo.PRIORITY_HIGH,1,Android.Telephony.AvailableNetworkInfoPriority,High,remove, +E,29,android/telephony/AvailableNetworkInfo.PRIORITY_LOW,3,Android.Telephony.AvailableNetworkInfoPriority,Low,remove, +E,29,android/telephony/AvailableNetworkInfo.PRIORITY_MED,2,Android.Telephony.AvailableNetworkInfoPriority,Med,remove, +?,0,android/telephony/BarringInfo$BarringServiceInfo.BARRING_TYPE_CONDITIONAL,1,,,, +?,0,android/telephony/BarringInfo$BarringServiceInfo.BARRING_TYPE_NONE,0,,,, +?,0,android/telephony/BarringInfo$BarringServiceInfo.BARRING_TYPE_UNCONDITIONAL,2,,,, +?,0,android/telephony/BarringInfo$BarringServiceInfo.BARRING_TYPE_UNKNOWN,-1,,,, +E,30,android/telephony/BarringInfo.BARRING_SERVICE_TYPE_CS_FALLBACK,5,Android.Telephony.BarringInfoBarringServiceType,BarringServiceTypeCsFallback,remove, +E,30,android/telephony/BarringInfo.BARRING_SERVICE_TYPE_CS_SERVICE,0,Android.Telephony.BarringInfoBarringServiceType,BarringServiceTypeCsService,remove, +E,30,android/telephony/BarringInfo.BARRING_SERVICE_TYPE_CS_VOICE,2,Android.Telephony.BarringInfoBarringServiceType,BarringServiceTypeCsVoice,remove, +E,30,android/telephony/BarringInfo.BARRING_SERVICE_TYPE_EMERGENCY,8,Android.Telephony.BarringInfoBarringServiceType,BarringServiceTypeEmergency,remove, +E,30,android/telephony/BarringInfo.BARRING_SERVICE_TYPE_MMTEL_VIDEO,7,Android.Telephony.BarringInfoBarringServiceType,BarringServiceTypeMmtelVideo,remove, +E,30,android/telephony/BarringInfo.BARRING_SERVICE_TYPE_MMTEL_VOICE,6,Android.Telephony.BarringInfoBarringServiceType,BarringServiceTypeMmtelVoice,remove, +E,30,android/telephony/BarringInfo.BARRING_SERVICE_TYPE_MO_DATA,4,Android.Telephony.BarringInfoBarringServiceType,BarringServiceTypeMoData,remove, +E,30,android/telephony/BarringInfo.BARRING_SERVICE_TYPE_MO_SIGNALLING,3,Android.Telephony.BarringInfoBarringServiceType,BarringServiceTypeMoSignalling,remove, +E,30,android/telephony/BarringInfo.BARRING_SERVICE_TYPE_PS_SERVICE,1,Android.Telephony.BarringInfoBarringServiceType,BarringServiceTypePsService,remove, +E,30,android/telephony/BarringInfo.BARRING_SERVICE_TYPE_SMS,9,Android.Telephony.BarringInfoBarringServiceType,BarringServiceTypeSms,remove, +E,30,android/telephony/BarringServiceInfo.BARRING_TYPE_CONDITIONAL,1,Android.Telephony.BarringServiceInfoBarringType,BarringTypeConditional,remove, +E,30,android/telephony/BarringServiceInfo.BARRING_TYPE_NONE,0,Android.Telephony.BarringServiceInfoBarringType,BarringTypeNone,remove, +E,30,android/telephony/BarringServiceInfo.BARRING_TYPE_UNCONDITIONAL,2,Android.Telephony.BarringServiceInfoBarringType,BarringTypeUnconditional,remove, +E,30,android/telephony/BarringServiceInfo.BARRING_TYPE_UNKNOWN,-1,Android.Telephony.BarringServiceInfoBarringType,BarringTypeUnknown,remove, +?,26,android/telephony/CarrierConfigManager.DATA_CYCLE_THRESHOLD_DISABLED,-2,,,, +?,30,android/telephony/CarrierConfigManager.DATA_CYCLE_USE_PLATFORM_DEFAULT,-1,,,, +E,28,android/telephony/CellInfo.CONNECTION_NONE,0,Android.Telephony.CellConnectionStatus,None,remove, +E,28,android/telephony/CellInfo.CONNECTION_PRIMARY_SERVING,1,Android.Telephony.CellConnectionStatus,PrimaryServing,remove, +E,28,android/telephony/CellInfo.CONNECTION_SECONDARY_SERVING,2,Android.Telephony.CellConnectionStatus,SecondaryServing,remove, +E,28,android/telephony/CellInfo.CONNECTION_UNKNOWN,2147483647,Android.Telephony.CellConnectionStatus,Unknown,remove, +?,29,android/telephony/CellInfo.UNAVAILABLE,2147483647,,,, +?,23,android/telephony/CellSignalStrength.SIGNAL_STRENGTH_GOOD,3,,,, +?,23,android/telephony/CellSignalStrength.SIGNAL_STRENGTH_GREAT,4,,,, +?,23,android/telephony/CellSignalStrength.SIGNAL_STRENGTH_MODERATE,2,,,, +?,23,android/telephony/CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN,0,,,, +?,23,android/telephony/CellSignalStrength.SIGNAL_STRENGTH_POOR,1,,,, +E,28,android/telephony/data/ApnSetting.AUTH_TYPE_CHAP,2,Android.Telephony.Data.AuthType,Chap,remove, +E,28,android/telephony/data/ApnSetting.AUTH_TYPE_NONE,0,Android.Telephony.Data.AuthType,None,remove, +E,28,android/telephony/data/ApnSetting.AUTH_TYPE_PAP,1,Android.Telephony.Data.AuthType,Pap,remove, +E,28,android/telephony/data/ApnSetting.AUTH_TYPE_PAP_OR_CHAP,3,Android.Telephony.Data.AuthType,PapOrChap,remove, +E,28,android/telephony/data/ApnSetting.MVNO_TYPE_GID,2,Android.Telephony.Data.MvnoType,Gid,remove, +E,28,android/telephony/data/ApnSetting.MVNO_TYPE_ICCID,3,Android.Telephony.Data.MvnoType,Iccid,remove, +E,28,android/telephony/data/ApnSetting.MVNO_TYPE_IMSI,1,Android.Telephony.Data.MvnoType,Imsi,remove, +E,28,android/telephony/data/ApnSetting.MVNO_TYPE_SPN,0,Android.Telephony.Data.MvnoType,Spn,remove, +E,28,android/telephony/data/ApnSetting.PROTOCOL_IP,0,Android.Telephony.Data.Protocols,Ip,remove, +E,28,android/telephony/data/ApnSetting.PROTOCOL_IPV4V6,2,Android.Telephony.Data.Protocols,Ipv4v6,remove, +E,28,android/telephony/data/ApnSetting.PROTOCOL_IPV6,1,Android.Telephony.Data.Protocols,Ipv6,remove, +E,29,android/telephony/data/ApnSetting.PROTOCOL_NON_IP,4,Android.Telephony.Data.Protocols,NonIp,remove, +E,28,android/telephony/data/ApnSetting.PROTOCOL_PPP,3,Android.Telephony.Data.Protocols,Ppp,remove, +E,29,android/telephony/data/ApnSetting.PROTOCOL_UNSTRUCTURED,5,Android.Telephony.Data.Protocols,Unstructured,remove, +E,28,android/telephony/data/ApnSetting.TYPE_CBS,128,Android.Telephony.Data.ApnType,Cbs,remove, +E,28,android/telephony/data/ApnSetting.TYPE_DEFAULT,17,Android.Telephony.Data.ApnType,Default,remove, +E,28,android/telephony/data/ApnSetting.TYPE_DUN,8,Android.Telephony.Data.ApnType,Dun,remove, +E,28,android/telephony/data/ApnSetting.TYPE_EMERGENCY,512,Android.Telephony.Data.ApnType,Emergency,remove, +E,28,android/telephony/data/ApnSetting.TYPE_FOTA,32,Android.Telephony.Data.ApnType,Fota,remove, +E,28,android/telephony/data/ApnSetting.TYPE_HIPRI,16,Android.Telephony.Data.ApnType,Hipri,remove, +E,28,android/telephony/data/ApnSetting.TYPE_IA,256,Android.Telephony.Data.ApnType,Ia,remove, +E,28,android/telephony/data/ApnSetting.TYPE_IMS,64,Android.Telephony.Data.ApnType,Ims,remove, +E,29,android/telephony/data/ApnSetting.TYPE_MCX,1024,Android.Telephony.Data.ApnType,Mcx,remove, +E,28,android/telephony/data/ApnSetting.TYPE_MMS,2,Android.Telephony.Data.ApnType,Mms,remove, +E,28,android/telephony/data/ApnSetting.TYPE_SUPL,4,Android.Telephony.Data.ApnType,Supl,remove, +?,30,android/telephony/data/ApnSetting.TYPE_XCAP,2048,,,, +E,30,android/telephony/DataFailCause.ACCESS_ATTEMPT_ALREADY_IN_PROGRESS,2219,Android.Telephony.DataFailCauseType,AccessAttemptAlreadyInProgress,remove, +E,30,android/telephony/DataFailCause.ACCESS_BLOCK,2087,Android.Telephony.DataFailCauseType,AccessBlock,remove, +E,30,android/telephony/DataFailCause.ACCESS_BLOCK_ALL,2088,Android.Telephony.DataFailCauseType,AccessBlockAll,remove, +E,30,android/telephony/DataFailCause.ACCESS_CLASS_DSAC_REJECTION,2108,Android.Telephony.DataFailCauseType,AccessClassDsacRejection,remove, +E,30,android/telephony/DataFailCause.ACCESS_CONTROL_LIST_CHECK_FAILURE,2128,Android.Telephony.DataFailCauseType,AccessControlListCheckFailure,remove, +E,30,android/telephony/DataFailCause.ACTIVATION_REJECT_GGSN,30,Android.Telephony.DataFailCauseType,ActivationRejectGgsn,remove, +E,30,android/telephony/DataFailCause.ACTIVATION_REJECT_UNSPECIFIED,31,Android.Telephony.DataFailCauseType,ActivationRejectUnspecified,remove, +E,30,android/telephony/DataFailCause.ACTIVATION_REJECTED_BCM_VIOLATION,48,Android.Telephony.DataFailCauseType,ActivationRejectedBcmViolation,remove, +E,30,android/telephony/DataFailCause.ACTIVE_PDP_CONTEXT_MAX_NUMBER_REACHED,65,Android.Telephony.DataFailCauseType,ActivePdpContextMaxNumberReached,remove, +E,30,android/telephony/DataFailCause.APN_DISABLED,2045,Android.Telephony.DataFailCauseType,ApnDisabled,remove, +E,30,android/telephony/DataFailCause.APN_DISALLOWED_ON_ROAMING,2059,Android.Telephony.DataFailCauseType,ApnDisallowedOnRoaming,remove, +E,30,android/telephony/DataFailCause.APN_MISMATCH,2054,Android.Telephony.DataFailCauseType,ApnMismatch,remove, +E,30,android/telephony/DataFailCause.APN_PARAMETERS_CHANGED,2060,Android.Telephony.DataFailCauseType,ApnParametersChanged,remove, +E,30,android/telephony/DataFailCause.APN_PENDING_HANDOVER,2041,Android.Telephony.DataFailCauseType,ApnPendingHandover,remove, +E,30,android/telephony/DataFailCause.APN_TYPE_CONFLICT,112,Android.Telephony.DataFailCauseType,ApnTypeConflict,remove, +E,30,android/telephony/DataFailCause.AUTH_FAILURE_ON_EMERGENCY_CALL,122,Android.Telephony.DataFailCauseType,AuthFailureOnEmergencyCall,remove, +E,30,android/telephony/DataFailCause.BEARER_HANDLING_NOT_SUPPORTED,60,Android.Telephony.DataFailCauseType,BearerHandlingNotSupported,remove, +E,30,android/telephony/DataFailCause.CALL_DISALLOWED_IN_ROAMING,2068,Android.Telephony.DataFailCauseType,CallDisallowedInRoaming,remove, +E,30,android/telephony/DataFailCause.CALL_PREEMPT_BY_EMERGENCY_APN,127,Android.Telephony.DataFailCauseType,CallPreemptByEmergencyApn,remove, +E,30,android/telephony/DataFailCause.CANNOT_ENCODE_OTA_MESSAGE,2159,Android.Telephony.DataFailCauseType,CannotEncodeOtaMessage,remove, +E,30,android/telephony/DataFailCause.CDMA_ALERT_STOP,2077,Android.Telephony.DataFailCauseType,CdmaAlertStop,remove, +E,30,android/telephony/DataFailCause.CDMA_INCOMING_CALL,2076,Android.Telephony.DataFailCauseType,CdmaIncomingCall,remove, +E,30,android/telephony/DataFailCause.CDMA_INTERCEPT,2073,Android.Telephony.DataFailCauseType,CdmaIntercept,remove, +E,30,android/telephony/DataFailCause.CDMA_LOCK,2072,Android.Telephony.DataFailCauseType,CdmaLock,remove, +E,30,android/telephony/DataFailCause.CDMA_RELEASE_DUE_TO_SO_REJECTION,2075,Android.Telephony.DataFailCauseType,CdmaReleaseDueToSoRejection,remove, +E,30,android/telephony/DataFailCause.CDMA_REORDER,2074,Android.Telephony.DataFailCauseType,CdmaReorder,remove, +E,30,android/telephony/DataFailCause.CDMA_RETRY_ORDER,2086,Android.Telephony.DataFailCauseType,CdmaRetryOrder,remove, +E,30,android/telephony/DataFailCause.CHANNEL_ACQUISITION_FAILURE,2078,Android.Telephony.DataFailCauseType,ChannelAcquisitionFailure,remove, +E,30,android/telephony/DataFailCause.CLOSE_IN_PROGRESS,2030,Android.Telephony.DataFailCauseType,CloseInProgress,remove, +E,30,android/telephony/DataFailCause.COLLISION_WITH_NETWORK_INITIATED_REQUEST,56,Android.Telephony.DataFailCauseType,CollisionWithNetworkInitiatedRequest,remove, +E,30,android/telephony/DataFailCause.COMPANION_IFACE_IN_USE,118,Android.Telephony.DataFailCauseType,CompanionIfaceInUse,remove, +E,30,android/telephony/DataFailCause.CONCURRENT_SERVICE_NOT_SUPPORTED_BY_BASE_STATION,2080,Android.Telephony.DataFailCauseType,ConcurrentServiceNotSupportedByBaseStation,remove, +E,30,android/telephony/DataFailCause.CONCURRENT_SERVICES_INCOMPATIBLE,2083,Android.Telephony.DataFailCauseType,ConcurrentServicesIncompatible,remove, +E,30,android/telephony/DataFailCause.CONCURRENT_SERVICES_NOT_ALLOWED,2091,Android.Telephony.DataFailCauseType,ConcurrentServicesNotAllowed,remove, +E,30,android/telephony/DataFailCause.CONDITIONAL_IE_ERROR,100,Android.Telephony.DataFailCauseType,ConditionalIeError,remove, +E,30,android/telephony/DataFailCause.CONGESTION,2106,Android.Telephony.DataFailCauseType,Congestion,remove, +E,30,android/telephony/DataFailCause.CONNECTION_RELEASED,2113,Android.Telephony.DataFailCauseType,ConnectionReleased,remove, +E,30,android/telephony/DataFailCause.CS_DOMAIN_NOT_AVAILABLE,2181,Android.Telephony.DataFailCauseType,CsDomainNotAvailable,remove, +E,30,android/telephony/DataFailCause.CS_FALLBACK_CALL_ESTABLISHMENT_NOT_ALLOWED,2188,Android.Telephony.DataFailCauseType,CsFallbackCallEstablishmentNotAllowed,remove, +E,30,android/telephony/DataFailCause.DATA_PLAN_EXPIRED,2198,Android.Telephony.DataFailCauseType,DataPlanExpired,remove, +E,30,android/telephony/DataFailCause.DATA_ROAMING_SETTINGS_DISABLED,2064,Android.Telephony.DataFailCauseType,DataRoamingSettingsDisabled,remove, +E,30,android/telephony/DataFailCause.DATA_SETTINGS_DISABLED,2063,Android.Telephony.DataFailCauseType,DataSettingsDisabled,remove, +E,30,android/telephony/DataFailCause.DBM_OR_SMS_IN_PROGRESS,2211,Android.Telephony.DataFailCauseType,DbmOrSmsInProgress,remove, +E,30,android/telephony/DataFailCause.DDS_SWITCH_IN_PROGRESS,2067,Android.Telephony.DataFailCauseType,DdsSwitchInProgress,remove, +E,30,android/telephony/DataFailCause.DDS_SWITCHED,2065,Android.Telephony.DataFailCauseType,DdsSwitched,remove, +E,30,android/telephony/DataFailCause.DRB_RELEASED_BY_RRC,2112,Android.Telephony.DataFailCauseType,DrbReleasedByRrc,remove, +E,30,android/telephony/DataFailCause.DS_EXPLICIT_DEACTIVATION,2125,Android.Telephony.DataFailCauseType,DsExplicitDeactivation,remove, +E,30,android/telephony/DataFailCause.DUAL_SWITCH,2227,Android.Telephony.DataFailCauseType,DualSwitch,remove, +E,30,android/telephony/DataFailCause.DUN_CALL_DISALLOWED,2056,Android.Telephony.DataFailCauseType,DunCallDisallowed,remove, +E,30,android/telephony/DataFailCause.DUPLICATE_BEARER_ID,2118,Android.Telephony.DataFailCauseType,DuplicateBearerId,remove, +E,30,android/telephony/DataFailCause.EHRPD_TO_HRPD_FALLBACK,2049,Android.Telephony.DataFailCauseType,EhrpdToHrpdFallback,remove, +E,30,android/telephony/DataFailCause.EMBMS_NOT_ENABLED,2193,Android.Telephony.DataFailCauseType,EmbmsNotEnabled,remove, +E,30,android/telephony/DataFailCause.EMBMS_REGULAR_DEACTIVATION,2195,Android.Telephony.DataFailCauseType,EmbmsRegularDeactivation,remove, +E,30,android/telephony/DataFailCause.EMERGENCY_IFACE_ONLY,116,Android.Telephony.DataFailCauseType,EmergencyIfaceOnly,remove, +E,30,android/telephony/DataFailCause.EMERGENCY_MODE,2221,Android.Telephony.DataFailCauseType,EmergencyMode,remove, +E,30,android/telephony/DataFailCause.EMM_ACCESS_BARRED,115,Android.Telephony.DataFailCauseType,EmmAccessBarred,remove, +E,30,android/telephony/DataFailCause.EMM_ACCESS_BARRED_INFINITE_RETRY,121,Android.Telephony.DataFailCauseType,EmmAccessBarredInfiniteRetry,remove, +E,30,android/telephony/DataFailCause.EMM_ATTACH_FAILED,2115,Android.Telephony.DataFailCauseType,EmmAttachFailed,remove, +E,30,android/telephony/DataFailCause.EMM_ATTACH_STARTED,2116,Android.Telephony.DataFailCauseType,EmmAttachStarted,remove, +E,30,android/telephony/DataFailCause.EMM_DETACHED,2114,Android.Telephony.DataFailCauseType,EmmDetached,remove, +E,30,android/telephony/DataFailCause.EMM_T3417_EXPIRED,2130,Android.Telephony.DataFailCauseType,EmmT3417Expired,remove, +E,30,android/telephony/DataFailCause.EMM_T3417_EXT_EXPIRED,2131,Android.Telephony.DataFailCauseType,EmmT3417ExtExpired,remove, +E,30,android/telephony/DataFailCause.EPS_SERVICES_AND_NON_EPS_SERVICES_NOT_ALLOWED,2178,Android.Telephony.DataFailCauseType,EpsServicesAndNonEpsServicesNotAllowed,remove, +E,30,android/telephony/DataFailCause.EPS_SERVICES_NOT_ALLOWED_IN_PLMN,2179,Android.Telephony.DataFailCauseType,EpsServicesNotAllowedInPlmn,remove, +E,30,android/telephony/DataFailCause.ERROR_UNSPECIFIED,65535,Android.Telephony.DataFailCauseType,ErrorUnspecified,remove, +E,30,android/telephony/DataFailCause.ESM_BAD_OTA_MESSAGE,2122,Android.Telephony.DataFailCauseType,EsmBadOtaMessage,remove, +E,30,android/telephony/DataFailCause.ESM_BEARER_DEACTIVATED_TO_SYNC_WITH_NETWORK,2120,Android.Telephony.DataFailCauseType,EsmBearerDeactivatedToSyncWithNetwork,remove, +E,30,android/telephony/DataFailCause.ESM_COLLISION_SCENARIOS,2119,Android.Telephony.DataFailCauseType,EsmCollisionScenarios,remove, +E,30,android/telephony/DataFailCause.ESM_CONTEXT_TRANSFERRED_DUE_TO_IRAT,2124,Android.Telephony.DataFailCauseType,EsmContextTransferredDueToIrat,remove, +E,30,android/telephony/DataFailCause.ESM_DOWNLOAD_SERVER_REJECTED_THE_CALL,2123,Android.Telephony.DataFailCauseType,EsmDownloadServerRejectedTheCall,remove, +E,30,android/telephony/DataFailCause.ESM_FAILURE,2182,Android.Telephony.DataFailCauseType,EsmFailure,remove, +E,30,android/telephony/DataFailCause.ESM_INFO_NOT_RECEIVED,53,Android.Telephony.DataFailCauseType,EsmInfoNotReceived,remove, +E,30,android/telephony/DataFailCause.ESM_LOCAL_CAUSE_NONE,2126,Android.Telephony.DataFailCauseType,EsmLocalCauseNone,remove, +E,30,android/telephony/DataFailCause.ESM_NW_ACTIVATED_DED_BEARER_WITH_ID_OF_DEF_BEARER,2121,Android.Telephony.DataFailCauseType,EsmNwActivatedDedBearerWithIdOfDefBearer,remove, +E,30,android/telephony/DataFailCause.ESM_PROCEDURE_TIME_OUT,2155,Android.Telephony.DataFailCauseType,EsmProcedureTimeOut,remove, +E,30,android/telephony/DataFailCause.ESM_UNKNOWN_EPS_BEARER_CONTEXT,2111,Android.Telephony.DataFailCauseType,EsmUnknownEpsBearerContext,remove, +E,30,android/telephony/DataFailCause.EVDO_CONNECTION_DENY_BY_BILLING_OR_AUTHENTICATION_FAILURE,2201,Android.Telephony.DataFailCauseType,EvdoConnectionDenyByBillingOrAuthenticationFailure,remove, +E,30,android/telephony/DataFailCause.EVDO_CONNECTION_DENY_BY_GENERAL_OR_NETWORK_BUSY,2200,Android.Telephony.DataFailCauseType,EvdoConnectionDenyByGeneralOrNetworkBusy,remove, +E,30,android/telephony/DataFailCause.EVDO_HDR_CHANGED,2202,Android.Telephony.DataFailCauseType,EvdoHdrChanged,remove, +E,30,android/telephony/DataFailCause.EVDO_HDR_CONNECTION_SETUP_TIMEOUT,2206,Android.Telephony.DataFailCauseType,EvdoHdrConnectionSetupTimeout,remove, +E,30,android/telephony/DataFailCause.EVDO_HDR_EXITED,2203,Android.Telephony.DataFailCauseType,EvdoHdrExited,remove, +E,30,android/telephony/DataFailCause.EVDO_HDR_NO_SESSION,2204,Android.Telephony.DataFailCauseType,EvdoHdrNoSession,remove, +E,30,android/telephony/DataFailCause.EVDO_USING_GPS_FIX_INSTEAD_OF_HDR_CALL,2205,Android.Telephony.DataFailCauseType,EvdoUsingGpsFixInsteadOfHdrCall,remove, +E,30,android/telephony/DataFailCause.FADE,2217,Android.Telephony.DataFailCauseType,Fade,remove, +E,30,android/telephony/DataFailCause.FAILED_TO_ACQUIRE_COLOCATED_HDR,2207,Android.Telephony.DataFailCauseType,FailedToAcquireColocatedHdr,remove, +E,30,android/telephony/DataFailCause.FEATURE_NOT_SUPP,40,Android.Telephony.DataFailCauseType,FeatureNotSupp,remove, +E,30,android/telephony/DataFailCause.FILTER_SEMANTIC_ERROR,44,Android.Telephony.DataFailCauseType,FilterSemanticError,remove, +E,30,android/telephony/DataFailCause.FILTER_SYTAX_ERROR,45,Android.Telephony.DataFailCauseType,FilterSytaxError,remove, +E,30,android/telephony/DataFailCause.FORBIDDEN_APN_NAME,2066,Android.Telephony.DataFailCauseType,ForbiddenApnName,remove, +E,30,android/telephony/DataFailCause.GPRS_REGISTRATION_FAIL,-2,Android.Telephony.DataFailCauseType,GprsRegistrationFail,remove, +E,30,android/telephony/DataFailCause.GPRS_SERVICES_AND_NON_GPRS_SERVICES_NOT_ALLOWED,2097,Android.Telephony.DataFailCauseType,GprsServicesAndNonGprsServicesNotAllowed,remove, +E,30,android/telephony/DataFailCause.GPRS_SERVICES_NOT_ALLOWED,2098,Android.Telephony.DataFailCauseType,GprsServicesNotAllowed,remove, +E,30,android/telephony/DataFailCause.GPRS_SERVICES_NOT_ALLOWED_IN_THIS_PLMN,2103,Android.Telephony.DataFailCauseType,GprsServicesNotAllowedInThisPlmn,remove, +E,30,android/telephony/DataFailCause.HANDOFF_PREFERENCE_CHANGED,2251,Android.Telephony.DataFailCauseType,HandoffPreferenceChanged,remove, +E,30,android/telephony/DataFailCause.HDR_ACCESS_FAILURE,2213,Android.Telephony.DataFailCauseType,HdrAccessFailure,remove, +E,30,android/telephony/DataFailCause.HDR_FADE,2212,Android.Telephony.DataFailCauseType,HdrFade,remove, +E,30,android/telephony/DataFailCause.HDR_NO_LOCK_GRANTED,2210,Android.Telephony.DataFailCauseType,HdrNoLockGranted,remove, +E,30,android/telephony/DataFailCause.IFACE_AND_POL_FAMILY_MISMATCH,120,Android.Telephony.DataFailCauseType,IfaceAndPolFamilyMismatch,remove, +E,30,android/telephony/DataFailCause.IFACE_MISMATCH,117,Android.Telephony.DataFailCauseType,IfaceMismatch,remove, +E,30,android/telephony/DataFailCause.ILLEGAL_ME,2096,Android.Telephony.DataFailCauseType,IllegalMe,remove, +E,30,android/telephony/DataFailCause.ILLEGAL_MS,2095,Android.Telephony.DataFailCauseType,IllegalMs,remove, +E,30,android/telephony/DataFailCause.IMEI_NOT_ACCEPTED,2177,Android.Telephony.DataFailCauseType,ImeiNotAccepted,remove, +E,30,android/telephony/DataFailCause.IMPLICITLY_DETACHED,2100,Android.Telephony.DataFailCauseType,ImplicitlyDetached,remove, +E,30,android/telephony/DataFailCause.IMSI_UNKNOWN_IN_HOME_SUBSCRIBER_SERVER,2176,Android.Telephony.DataFailCauseType,ImsiUnknownInHomeSubscriberServer,remove, +E,30,android/telephony/DataFailCause.INCOMING_CALL_REJECTED,2092,Android.Telephony.DataFailCauseType,IncomingCallRejected,remove, +E,30,android/telephony/DataFailCause.INSUFFICIENT_RESOURCES,26,Android.Telephony.DataFailCauseType,InsufficientResources,remove, +E,30,android/telephony/DataFailCause.INTERFACE_IN_USE,2058,Android.Telephony.DataFailCauseType,InterfaceInUse,remove, +E,30,android/telephony/DataFailCause.INTERNAL_CALL_PREEMPT_BY_HIGH_PRIO_APN,114,Android.Telephony.DataFailCauseType,InternalCallPreemptByHighPrioApn,remove, +E,30,android/telephony/DataFailCause.INTERNAL_EPC_NONEPC_TRANSITION,2057,Android.Telephony.DataFailCauseType,InternalEpcNonepcTransition,remove, +E,30,android/telephony/DataFailCause.INVALID_CONNECTION_ID,2156,Android.Telephony.DataFailCauseType,InvalidConnectionId,remove, +E,30,android/telephony/DataFailCause.INVALID_DNS_ADDR,123,Android.Telephony.DataFailCauseType,InvalidDnsAddr,remove, +E,30,android/telephony/DataFailCause.INVALID_EMM_STATE,2190,Android.Telephony.DataFailCauseType,InvalidEmmState,remove, +E,30,android/telephony/DataFailCause.INVALID_MANDATORY_INFO,96,Android.Telephony.DataFailCauseType,InvalidMandatoryInfo,remove, +E,30,android/telephony/DataFailCause.INVALID_MODE,2223,Android.Telephony.DataFailCauseType,InvalidMode,remove, +E,30,android/telephony/DataFailCause.INVALID_PCSCF_ADDR,113,Android.Telephony.DataFailCauseType,InvalidPcscfAddr,remove, +E,30,android/telephony/DataFailCause.INVALID_PCSCF_OR_DNS_ADDRESS,124,Android.Telephony.DataFailCauseType,InvalidPcscfOrDnsAddress,remove, +E,30,android/telephony/DataFailCause.INVALID_PRIMARY_NSAPI,2158,Android.Telephony.DataFailCauseType,InvalidPrimaryNsapi,remove, +E,30,android/telephony/DataFailCause.INVALID_SIM_STATE,2224,Android.Telephony.DataFailCauseType,InvalidSimState,remove, +E,30,android/telephony/DataFailCause.INVALID_TRANSACTION_ID,81,Android.Telephony.DataFailCauseType,InvalidTransactionId,remove, +E,30,android/telephony/DataFailCause.IP_ADDRESS_MISMATCH,119,Android.Telephony.DataFailCauseType,IpAddressMismatch,remove, +E,30,android/telephony/DataFailCause.IP_VERSION_MISMATCH,2055,Android.Telephony.DataFailCauseType,IpVersionMismatch,remove, +E,30,android/telephony/DataFailCause.IPV6_ADDRESS_TRANSFER_FAILED,2047,Android.Telephony.DataFailCauseType,Ipv6AddressTransferFailed,remove, +E,30,android/telephony/DataFailCause.IPV6_PREFIX_UNAVAILABLE,2250,Android.Telephony.DataFailCauseType,Ipv6PrefixUnavailable,remove, +E,30,android/telephony/DataFailCause.IRAT_HANDOVER_FAILED,2194,Android.Telephony.DataFailCauseType,IratHandoverFailed,remove, +E,30,android/telephony/DataFailCause.IS707B_MAX_ACCESS_PROBES,2089,Android.Telephony.DataFailCauseType,Is707bMaxAccessProbes,remove, +E,30,android/telephony/DataFailCause.LIMITED_TO_IPV4,2234,Android.Telephony.DataFailCauseType,LimitedToIpv4,remove, +E,30,android/telephony/DataFailCause.LIMITED_TO_IPV6,2235,Android.Telephony.DataFailCauseType,LimitedToIpv6,remove, +E,30,android/telephony/DataFailCause.LLC_SNDCP,25,Android.Telephony.DataFailCauseType,LlcSndcp,remove, +E,30,android/telephony/DataFailCause.LOCAL_END,2215,Android.Telephony.DataFailCauseType,LocalEnd,remove, +E,30,android/telephony/DataFailCause.LOCATION_AREA_NOT_ALLOWED,2102,Android.Telephony.DataFailCauseType,LocationAreaNotAllowed,remove, +E,30,android/telephony/DataFailCause.LOST_CONNECTION,65540,Android.Telephony.DataFailCauseType,LostConnection,remove, +E,30,android/telephony/DataFailCause.LOW_POWER_MODE_OR_POWERING_DOWN,2044,Android.Telephony.DataFailCauseType,LowPowerModeOrPoweringDown,remove, +E,30,android/telephony/DataFailCause.LOWER_LAYER_REGISTRATION_FAILURE,2197,Android.Telephony.DataFailCauseType,LowerLayerRegistrationFailure,remove, +E,30,android/telephony/DataFailCause.LTE_NAS_SERVICE_REQUEST_FAILED,2117,Android.Telephony.DataFailCauseType,LteNasServiceRequestFailed,remove, +E,30,android/telephony/DataFailCause.LTE_THROTTLING_NOT_REQUIRED,2127,Android.Telephony.DataFailCauseType,LteThrottlingNotRequired,remove, +E,30,android/telephony/DataFailCause.MAC_FAILURE,2183,Android.Telephony.DataFailCauseType,MacFailure,remove, +E,30,android/telephony/DataFailCause.MAX_ACCESS_PROBE,2079,Android.Telephony.DataFailCauseType,MaxAccessProbe,remove, +E,30,android/telephony/DataFailCause.MAX_IPV4_CONNECTIONS,2052,Android.Telephony.DataFailCauseType,MaxIpv4Connections,remove, +E,30,android/telephony/DataFailCause.MAX_IPV6_CONNECTIONS,2053,Android.Telephony.DataFailCauseType,MaxIpv6Connections,remove, +E,30,android/telephony/DataFailCause.MAX_PPP_INACTIVITY_TIMER_EXPIRED,2046,Android.Telephony.DataFailCauseType,MaxPppInactivityTimerExpired,remove, +E,30,android/telephony/DataFailCause.MAXIMIUM_NSAPIS_EXCEEDED,2157,Android.Telephony.DataFailCauseType,MaximiumNsapisExceeded,remove, +E,30,android/telephony/DataFailCause.MAXINUM_SIZE_OF_L2_MESSAGE_EXCEEDED,2166,Android.Telephony.DataFailCauseType,MaxinumSizeOfL2MessageExceeded,remove, +E,30,android/telephony/DataFailCause.MESSAGE_INCORRECT_SEMANTIC,95,Android.Telephony.DataFailCauseType,MessageIncorrectSemantic,remove, +E,30,android/telephony/DataFailCause.MESSAGE_TYPE_UNSUPPORTED,97,Android.Telephony.DataFailCauseType,MessageTypeUnsupported,remove, +E,30,android/telephony/DataFailCause.MIP_CONFIG_FAILURE,2050,Android.Telephony.DataFailCauseType,MipConfigFailure,remove, +E,30,android/telephony/DataFailCause.MIP_FA_ADMIN_PROHIBITED,2001,Android.Telephony.DataFailCauseType,MipFaAdminProhibited,remove, +E,30,android/telephony/DataFailCause.MIP_FA_DELIVERY_STYLE_NOT_SUPPORTED,2012,Android.Telephony.DataFailCauseType,MipFaDeliveryStyleNotSupported,remove, +E,30,android/telephony/DataFailCause.MIP_FA_ENCAPSULATION_UNAVAILABLE,2008,Android.Telephony.DataFailCauseType,MipFaEncapsulationUnavailable,remove, +E,30,android/telephony/DataFailCause.MIP_FA_HOME_AGENT_AUTHENTICATION_FAILURE,2004,Android.Telephony.DataFailCauseType,MipFaHomeAgentAuthenticationFailure,remove, +E,30,android/telephony/DataFailCause.MIP_FA_INSUFFICIENT_RESOURCES,2002,Android.Telephony.DataFailCauseType,MipFaInsufficientResources,remove, +E,30,android/telephony/DataFailCause.MIP_FA_MALFORMED_REPLY,2007,Android.Telephony.DataFailCauseType,MipFaMalformedReply,remove, +E,30,android/telephony/DataFailCause.MIP_FA_MALFORMED_REQUEST,2006,Android.Telephony.DataFailCauseType,MipFaMalformedRequest,remove, +E,30,android/telephony/DataFailCause.MIP_FA_MISSING_CHALLENGE,2017,Android.Telephony.DataFailCauseType,MipFaMissingChallenge,remove, +E,30,android/telephony/DataFailCause.MIP_FA_MISSING_HOME_ADDRESS,2015,Android.Telephony.DataFailCauseType,MipFaMissingHomeAddress,remove, +E,30,android/telephony/DataFailCause.MIP_FA_MISSING_HOME_AGENT,2014,Android.Telephony.DataFailCauseType,MipFaMissingHomeAgent,remove, +E,30,android/telephony/DataFailCause.MIP_FA_MISSING_NAI,2013,Android.Telephony.DataFailCauseType,MipFaMissingNai,remove, +E,30,android/telephony/DataFailCause.MIP_FA_MOBILE_NODE_AUTHENTICATION_FAILURE,2003,Android.Telephony.DataFailCauseType,MipFaMobileNodeAuthenticationFailure,remove, +E,30,android/telephony/DataFailCause.MIP_FA_REASON_UNSPECIFIED,2000,Android.Telephony.DataFailCauseType,MipFaReasonUnspecified,remove, +E,30,android/telephony/DataFailCause.MIP_FA_REQUESTED_LIFETIME_TOO_LONG,2005,Android.Telephony.DataFailCauseType,MipFaRequestedLifetimeTooLong,remove, +E,30,android/telephony/DataFailCause.MIP_FA_REVERSE_TUNNEL_IS_MANDATORY,2011,Android.Telephony.DataFailCauseType,MipFaReverseTunnelIsMandatory,remove, +E,30,android/telephony/DataFailCause.MIP_FA_REVERSE_TUNNEL_UNAVAILABLE,2010,Android.Telephony.DataFailCauseType,MipFaReverseTunnelUnavailable,remove, +E,30,android/telephony/DataFailCause.MIP_FA_STALE_CHALLENGE,2018,Android.Telephony.DataFailCauseType,MipFaStaleChallenge,remove, +E,30,android/telephony/DataFailCause.MIP_FA_UNKNOWN_CHALLENGE,2016,Android.Telephony.DataFailCauseType,MipFaUnknownChallenge,remove, +E,30,android/telephony/DataFailCause.MIP_FA_VJ_HEADER_COMPRESSION_UNAVAILABLE,2009,Android.Telephony.DataFailCauseType,MipFaVjHeaderCompressionUnavailable,remove, +E,30,android/telephony/DataFailCause.MIP_HA_ADMIN_PROHIBITED,2020,Android.Telephony.DataFailCauseType,MipHaAdminProhibited,remove, +E,30,android/telephony/DataFailCause.MIP_HA_ENCAPSULATION_UNAVAILABLE,2029,Android.Telephony.DataFailCauseType,MipHaEncapsulationUnavailable,remove, +E,30,android/telephony/DataFailCause.MIP_HA_FOREIGN_AGENT_AUTHENTICATION_FAILURE,2023,Android.Telephony.DataFailCauseType,MipHaForeignAgentAuthenticationFailure,remove, +E,30,android/telephony/DataFailCause.MIP_HA_INSUFFICIENT_RESOURCES,2021,Android.Telephony.DataFailCauseType,MipHaInsufficientResources,remove, +E,30,android/telephony/DataFailCause.MIP_HA_MALFORMED_REQUEST,2025,Android.Telephony.DataFailCauseType,MipHaMalformedRequest,remove, +E,30,android/telephony/DataFailCause.MIP_HA_MOBILE_NODE_AUTHENTICATION_FAILURE,2022,Android.Telephony.DataFailCauseType,MipHaMobileNodeAuthenticationFailure,remove, +E,30,android/telephony/DataFailCause.MIP_HA_REASON_UNSPECIFIED,2019,Android.Telephony.DataFailCauseType,MipHaReasonUnspecified,remove, +E,30,android/telephony/DataFailCause.MIP_HA_REGISTRATION_ID_MISMATCH,2024,Android.Telephony.DataFailCauseType,MipHaRegistrationIdMismatch,remove, +E,30,android/telephony/DataFailCause.MIP_HA_REVERSE_TUNNEL_IS_MANDATORY,2028,Android.Telephony.DataFailCauseType,MipHaReverseTunnelIsMandatory,remove, +E,30,android/telephony/DataFailCause.MIP_HA_REVERSE_TUNNEL_UNAVAILABLE,2027,Android.Telephony.DataFailCauseType,MipHaReverseTunnelUnavailable,remove, +E,30,android/telephony/DataFailCause.MIP_HA_UNKNOWN_HOME_AGENT_ADDRESS,2026,Android.Telephony.DataFailCauseType,MipHaUnknownHomeAgentAddress,remove, +E,30,android/telephony/DataFailCause.MISSING_UNKNOWN_APN,27,Android.Telephony.DataFailCauseType,MissingUnknownApn,remove, +E,30,android/telephony/DataFailCause.MODEM_APP_PREEMPTED,2032,Android.Telephony.DataFailCauseType,ModemAppPreempted,remove, +E,30,android/telephony/DataFailCause.MODEM_RESTART,2037,Android.Telephony.DataFailCauseType,ModemRestart,remove, +E,30,android/telephony/DataFailCause.MS_IDENTITY_CANNOT_BE_DERIVED_BY_THE_NETWORK,2099,Android.Telephony.DataFailCauseType,MsIdentityCannotBeDerivedByTheNetwork,remove, +E,30,android/telephony/DataFailCause.MSC_TEMPORARILY_NOT_REACHABLE,2180,Android.Telephony.DataFailCauseType,MscTemporarilyNotReachable,remove, +E,30,android/telephony/DataFailCause.MSG_AND_PROTOCOL_STATE_UNCOMPATIBLE,101,Android.Telephony.DataFailCauseType,MsgAndProtocolStateUncompatible,remove, +E,30,android/telephony/DataFailCause.MSG_TYPE_NONCOMPATIBLE_STATE,98,Android.Telephony.DataFailCauseType,MsgTypeNoncompatibleState,remove, +E,30,android/telephony/DataFailCause.MULTI_CONN_TO_SAME_PDN_NOT_ALLOWED,55,Android.Telephony.DataFailCauseType,MultiConnToSamePdnNotAllowed,remove, +E,30,android/telephony/DataFailCause.MULTIPLE_PDP_CALL_NOT_ALLOWED,2192,Android.Telephony.DataFailCauseType,MultiplePdpCallNotAllowed,remove, +E,30,android/telephony/DataFailCause.NAS_LAYER_FAILURE,2191,Android.Telephony.DataFailCauseType,NasLayerFailure,remove, +E,30,android/telephony/DataFailCause.NAS_REQUEST_REJECTED_BY_NETWORK,2167,Android.Telephony.DataFailCauseType,NasRequestRejectedByNetwork,remove, +E,30,android/telephony/DataFailCause.NAS_SIGNALLING,14,Android.Telephony.DataFailCauseType,NasSignalling,remove, +E,30,android/telephony/DataFailCause.NETWORK_FAILURE,38,Android.Telephony.DataFailCauseType,NetworkFailure,remove, +E,30,android/telephony/DataFailCause.NETWORK_INITIATED_DETACH_NO_AUTO_REATTACH,2154,Android.Telephony.DataFailCauseType,NetworkInitiatedDetachNoAutoReattach,remove, +E,30,android/telephony/DataFailCause.NETWORK_INITIATED_DETACH_WITH_AUTO_REATTACH,2153,Android.Telephony.DataFailCauseType,NetworkInitiatedDetachWithAutoReattach,remove, +E,30,android/telephony/DataFailCause.NETWORK_INITIATED_TERMINATION,2031,Android.Telephony.DataFailCauseType,NetworkInitiatedTermination,remove, +E,30,android/telephony/DataFailCause.NO_CDMA_SERVICE,2084,Android.Telephony.DataFailCauseType,NoCdmaService,remove, +E,30,android/telephony/DataFailCause.NO_COLLOCATED_HDR,2225,Android.Telephony.DataFailCauseType,NoCollocatedHdr,remove, +E,30,android/telephony/DataFailCause.NO_EPS_BEARER_CONTEXT_ACTIVATED,2189,Android.Telephony.DataFailCauseType,NoEpsBearerContextActivated,remove, +E,30,android/telephony/DataFailCause.NO_GPRS_CONTEXT,2094,Android.Telephony.DataFailCauseType,NoGprsContext,remove, +E,30,android/telephony/DataFailCause.NO_HYBRID_HDR_SERVICE,2209,Android.Telephony.DataFailCauseType,NoHybridHdrService,remove, +E,30,android/telephony/DataFailCause.NO_PDP_CONTEXT_ACTIVATED,2107,Android.Telephony.DataFailCauseType,NoPdpContextActivated,remove, +E,30,android/telephony/DataFailCause.NO_RESPONSE_FROM_BASE_STATION,2081,Android.Telephony.DataFailCauseType,NoResponseFromBaseStation,remove, +E,30,android/telephony/DataFailCause.NO_SERVICE,2216,Android.Telephony.DataFailCauseType,NoService,remove, +E,30,android/telephony/DataFailCause.NO_SERVICE_ON_GATEWAY,2093,Android.Telephony.DataFailCauseType,NoServiceOnGateway,remove, +E,30,android/telephony/DataFailCause.NON_IP_NOT_SUPPORTED,2069,Android.Telephony.DataFailCauseType,NonIpNotSupported,remove, +E,30,android/telephony/DataFailCause.NONE,0,Android.Telephony.DataFailCauseType,None,remove, +E,30,android/telephony/DataFailCause.NORMAL_RELEASE,2218,Android.Telephony.DataFailCauseType,NormalRelease,remove, +E,30,android/telephony/DataFailCause.NSAPI_IN_USE,35,Android.Telephony.DataFailCauseType,NsapiInUse,remove, +E,30,android/telephony/DataFailCause.NULL_APN_DISALLOWED,2061,Android.Telephony.DataFailCauseType,NullApnDisallowed,remove, +E,30,android/telephony/DataFailCause.OEM_DCFAILCAUSE_1,4097,Android.Telephony.DataFailCauseType,OemDcfailcause1,remove, +E,30,android/telephony/DataFailCause.OEM_DCFAILCAUSE_10,4106,Android.Telephony.DataFailCauseType,OemDcfailcause10,remove, +E,30,android/telephony/DataFailCause.OEM_DCFAILCAUSE_11,4107,Android.Telephony.DataFailCauseType,OemDcfailcause11,remove, +E,30,android/telephony/DataFailCause.OEM_DCFAILCAUSE_12,4108,Android.Telephony.DataFailCauseType,OemDcfailcause12,remove, +E,30,android/telephony/DataFailCause.OEM_DCFAILCAUSE_13,4109,Android.Telephony.DataFailCauseType,OemDcfailcause13,remove, +E,30,android/telephony/DataFailCause.OEM_DCFAILCAUSE_14,4110,Android.Telephony.DataFailCauseType,OemDcfailcause14,remove, +E,30,android/telephony/DataFailCause.OEM_DCFAILCAUSE_15,4111,Android.Telephony.DataFailCauseType,OemDcfailcause15,remove, +E,30,android/telephony/DataFailCause.OEM_DCFAILCAUSE_2,4098,Android.Telephony.DataFailCauseType,OemDcfailcause2,remove, +E,30,android/telephony/DataFailCause.OEM_DCFAILCAUSE_3,4099,Android.Telephony.DataFailCauseType,OemDcfailcause3,remove, +E,30,android/telephony/DataFailCause.OEM_DCFAILCAUSE_4,4100,Android.Telephony.DataFailCauseType,OemDcfailcause4,remove, +E,30,android/telephony/DataFailCause.OEM_DCFAILCAUSE_5,4101,Android.Telephony.DataFailCauseType,OemDcfailcause5,remove, +E,30,android/telephony/DataFailCause.OEM_DCFAILCAUSE_6,4102,Android.Telephony.DataFailCauseType,OemDcfailcause6,remove, +E,30,android/telephony/DataFailCause.OEM_DCFAILCAUSE_7,4103,Android.Telephony.DataFailCauseType,OemDcfailcause7,remove, +E,30,android/telephony/DataFailCause.OEM_DCFAILCAUSE_8,4104,Android.Telephony.DataFailCauseType,OemDcfailcause8,remove, +E,30,android/telephony/DataFailCause.OEM_DCFAILCAUSE_9,4105,Android.Telephony.DataFailCauseType,OemDcfailcause9,remove, +E,30,android/telephony/DataFailCause.ONLY_IPV4_ALLOWED,50,Android.Telephony.DataFailCauseType,OnlyIpv4Allowed,remove, +E,30,android/telephony/DataFailCause.ONLY_IPV4V6_ALLOWED,57,Android.Telephony.DataFailCauseType,OnlyIpv4v6Allowed,remove, +E,30,android/telephony/DataFailCause.ONLY_IPV6_ALLOWED,51,Android.Telephony.DataFailCauseType,OnlyIpv6Allowed,remove, +E,30,android/telephony/DataFailCause.ONLY_NON_IP_ALLOWED,58,Android.Telephony.DataFailCauseType,OnlyNonIpAllowed,remove, +E,30,android/telephony/DataFailCause.ONLY_SINGLE_BEARER_ALLOWED,52,Android.Telephony.DataFailCauseType,OnlySingleBearerAllowed,remove, +E,30,android/telephony/DataFailCause.OPERATOR_BARRED,8,Android.Telephony.DataFailCauseType,OperatorBarred,remove, +E,30,android/telephony/DataFailCause.OTASP_COMMIT_IN_PROGRESS,2208,Android.Telephony.DataFailCauseType,OtaspCommitInProgress,remove, +E,30,android/telephony/DataFailCause.PDN_CONN_DOES_NOT_EXIST,54,Android.Telephony.DataFailCauseType,PdnConnDoesNotExist,remove, +E,30,android/telephony/DataFailCause.PDN_INACTIVITY_TIMER_EXPIRED,2051,Android.Telephony.DataFailCauseType,PdnInactivityTimerExpired,remove, +E,30,android/telephony/DataFailCause.PDN_IPV4_CALL_DISALLOWED,2033,Android.Telephony.DataFailCauseType,PdnIpv4CallDisallowed,remove, +E,30,android/telephony/DataFailCause.PDN_IPV4_CALL_THROTTLED,2034,Android.Telephony.DataFailCauseType,PdnIpv4CallThrottled,remove, +E,30,android/telephony/DataFailCause.PDN_IPV6_CALL_DISALLOWED,2035,Android.Telephony.DataFailCauseType,PdnIpv6CallDisallowed,remove, +E,30,android/telephony/DataFailCause.PDN_IPV6_CALL_THROTTLED,2036,Android.Telephony.DataFailCauseType,PdnIpv6CallThrottled,remove, +E,30,android/telephony/DataFailCause.PDN_NON_IP_CALL_DISALLOWED,2071,Android.Telephony.DataFailCauseType,PdnNonIpCallDisallowed,remove, +E,30,android/telephony/DataFailCause.PDN_NON_IP_CALL_THROTTLED,2070,Android.Telephony.DataFailCauseType,PdnNonIpCallThrottled,remove, +E,30,android/telephony/DataFailCause.PDP_ACTIVATE_MAX_RETRY_FAILED,2109,Android.Telephony.DataFailCauseType,PdpActivateMaxRetryFailed,remove, +E,30,android/telephony/DataFailCause.PDP_DUPLICATE,2104,Android.Telephony.DataFailCauseType,PdpDuplicate,remove, +E,30,android/telephony/DataFailCause.PDP_ESTABLISH_TIMEOUT_EXPIRED,2161,Android.Telephony.DataFailCauseType,PdpEstablishTimeoutExpired,remove, +E,30,android/telephony/DataFailCause.PDP_INACTIVE_TIMEOUT_EXPIRED,2163,Android.Telephony.DataFailCauseType,PdpInactiveTimeoutExpired,remove, +E,30,android/telephony/DataFailCause.PDP_LOWERLAYER_ERROR,2164,Android.Telephony.DataFailCauseType,PdpLowerlayerError,remove, +E,30,android/telephony/DataFailCause.PDP_MODIFY_COLLISION,2165,Android.Telephony.DataFailCauseType,PdpModifyCollision,remove, +E,30,android/telephony/DataFailCause.PDP_MODIFY_TIMEOUT_EXPIRED,2162,Android.Telephony.DataFailCauseType,PdpModifyTimeoutExpired,remove, +E,30,android/telephony/DataFailCause.PDP_PPP_NOT_SUPPORTED,2038,Android.Telephony.DataFailCauseType,PdpPppNotSupported,remove, +E,30,android/telephony/DataFailCause.PDP_WITHOUT_ACTIVE_TFT,46,Android.Telephony.DataFailCauseType,PdpWithoutActiveTft,remove, +E,30,android/telephony/DataFailCause.PHONE_IN_USE,2222,Android.Telephony.DataFailCauseType,PhoneInUse,remove, +E,30,android/telephony/DataFailCause.PHYSICAL_LINK_CLOSE_IN_PROGRESS,2040,Android.Telephony.DataFailCauseType,PhysicalLinkCloseInProgress,remove, +E,30,android/telephony/DataFailCause.PLMN_NOT_ALLOWED,2101,Android.Telephony.DataFailCauseType,PlmnNotAllowed,remove, +E,30,android/telephony/DataFailCause.PPP_AUTH_FAILURE,2229,Android.Telephony.DataFailCauseType,PppAuthFailure,remove, +E,30,android/telephony/DataFailCause.PPP_CHAP_FAILURE,2232,Android.Telephony.DataFailCauseType,PppChapFailure,remove, +E,30,android/telephony/DataFailCause.PPP_CLOSE_IN_PROGRESS,2233,Android.Telephony.DataFailCauseType,PppCloseInProgress,remove, +E,30,android/telephony/DataFailCause.PPP_OPTION_MISMATCH,2230,Android.Telephony.DataFailCauseType,PppOptionMismatch,remove, +E,30,android/telephony/DataFailCause.PPP_PAP_FAILURE,2231,Android.Telephony.DataFailCauseType,PppPapFailure,remove, +E,30,android/telephony/DataFailCause.PPP_TIMEOUT,2228,Android.Telephony.DataFailCauseType,PppTimeout,remove, +E,30,android/telephony/DataFailCause.PREF_RADIO_TECH_CHANGED,-4,Android.Telephony.DataFailCauseType,PrefRadioTechChanged,remove, +E,30,android/telephony/DataFailCause.PROFILE_BEARER_INCOMPATIBLE,2042,Android.Telephony.DataFailCauseType,ProfileBearerIncompatible,remove, +E,30,android/telephony/DataFailCause.PROTOCOL_ERRORS,111,Android.Telephony.DataFailCauseType,ProtocolErrors,remove, +E,30,android/telephony/DataFailCause.QOS_NOT_ACCEPTED,37,Android.Telephony.DataFailCauseType,QosNotAccepted,remove, +E,30,android/telephony/DataFailCause.RADIO_ACCESS_BEARER_FAILURE,2110,Android.Telephony.DataFailCauseType,RadioAccessBearerFailure,remove, +E,30,android/telephony/DataFailCause.RADIO_ACCESS_BEARER_SETUP_FAILURE,2160,Android.Telephony.DataFailCauseType,RadioAccessBearerSetupFailure,remove, +E,30,android/telephony/DataFailCause.RADIO_NOT_AVAILABLE,65537,Android.Telephony.DataFailCauseType,RadioNotAvailable,remove, +E,30,android/telephony/DataFailCause.RADIO_POWER_OFF,-5,Android.Telephony.DataFailCauseType,RadioPowerOff,remove, +E,30,android/telephony/DataFailCause.REDIRECTION_OR_HANDOFF_IN_PROGRESS,2220,Android.Telephony.DataFailCauseType,RedirectionOrHandoffInProgress,remove, +E,30,android/telephony/DataFailCause.REGISTRATION_FAIL,-1,Android.Telephony.DataFailCauseType,RegistrationFail,remove, +E,30,android/telephony/DataFailCause.REGULAR_DEACTIVATION,36,Android.Telephony.DataFailCauseType,RegularDeactivation,remove, +E,30,android/telephony/DataFailCause.REJECTED_BY_BASE_STATION,2082,Android.Telephony.DataFailCauseType,RejectedByBaseStation,remove, +E,30,android/telephony/DataFailCause.RRC_CONNECTION_ABORT_REQUEST,2151,Android.Telephony.DataFailCauseType,RrcConnectionAbortRequest,remove, +E,30,android/telephony/DataFailCause.RRC_CONNECTION_ABORTED_AFTER_HANDOVER,2173,Android.Telephony.DataFailCauseType,RrcConnectionAbortedAfterHandover,remove, +E,30,android/telephony/DataFailCause.RRC_CONNECTION_ABORTED_AFTER_IRAT_CELL_CHANGE,2174,Android.Telephony.DataFailCauseType,RrcConnectionAbortedAfterIratCellChange,remove, +E,30,android/telephony/DataFailCause.RRC_CONNECTION_ABORTED_DUE_TO_IRAT_CHANGE,2171,Android.Telephony.DataFailCauseType,RrcConnectionAbortedDueToIratChange,remove, +E,30,android/telephony/DataFailCause.RRC_CONNECTION_ABORTED_DURING_IRAT_CELL_CHANGE,2175,Android.Telephony.DataFailCauseType,RrcConnectionAbortedDuringIratCellChange,remove, +E,30,android/telephony/DataFailCause.RRC_CONNECTION_ACCESS_BARRED,2139,Android.Telephony.DataFailCauseType,RrcConnectionAccessBarred,remove, +E,30,android/telephony/DataFailCause.RRC_CONNECTION_ACCESS_STRATUM_FAILURE,2137,Android.Telephony.DataFailCauseType,RrcConnectionAccessStratumFailure,remove, +E,30,android/telephony/DataFailCause.RRC_CONNECTION_ANOTHER_PROCEDURE_IN_PROGRESS,2138,Android.Telephony.DataFailCauseType,RrcConnectionAnotherProcedureInProgress,remove, +E,30,android/telephony/DataFailCause.RRC_CONNECTION_CELL_NOT_CAMPED,2144,Android.Telephony.DataFailCauseType,RrcConnectionCellNotCamped,remove, +E,30,android/telephony/DataFailCause.RRC_CONNECTION_CELL_RESELECTION,2140,Android.Telephony.DataFailCauseType,RrcConnectionCellReselection,remove, +E,30,android/telephony/DataFailCause.RRC_CONNECTION_CONFIG_FAILURE,2141,Android.Telephony.DataFailCauseType,RrcConnectionConfigFailure,remove, +E,30,android/telephony/DataFailCause.RRC_CONNECTION_INVALID_REQUEST,2168,Android.Telephony.DataFailCauseType,RrcConnectionInvalidRequest,remove, +E,30,android/telephony/DataFailCause.RRC_CONNECTION_LINK_FAILURE,2143,Android.Telephony.DataFailCauseType,RrcConnectionLinkFailure,remove, +E,30,android/telephony/DataFailCause.RRC_CONNECTION_NORMAL_RELEASE,2147,Android.Telephony.DataFailCauseType,RrcConnectionNormalRelease,remove, +E,30,android/telephony/DataFailCause.RRC_CONNECTION_OUT_OF_SERVICE_DURING_CELL_REGISTER,2150,Android.Telephony.DataFailCauseType,RrcConnectionOutOfServiceDuringCellRegister,remove, +E,30,android/telephony/DataFailCause.RRC_CONNECTION_RADIO_LINK_FAILURE,2148,Android.Telephony.DataFailCauseType,RrcConnectionRadioLinkFailure,remove, +E,30,android/telephony/DataFailCause.RRC_CONNECTION_REESTABLISHMENT_FAILURE,2149,Android.Telephony.DataFailCauseType,RrcConnectionReestablishmentFailure,remove, +E,30,android/telephony/DataFailCause.RRC_CONNECTION_REJECT_BY_NETWORK,2146,Android.Telephony.DataFailCauseType,RrcConnectionRejectByNetwork,remove, +E,30,android/telephony/DataFailCause.RRC_CONNECTION_RELEASED_SECURITY_NOT_ACTIVE,2172,Android.Telephony.DataFailCauseType,RrcConnectionReleasedSecurityNotActive,remove, +E,30,android/telephony/DataFailCause.RRC_CONNECTION_RF_UNAVAILABLE,2170,Android.Telephony.DataFailCauseType,RrcConnectionRfUnavailable,remove, +E,30,android/telephony/DataFailCause.RRC_CONNECTION_SYSTEM_INFORMATION_BLOCK_READ_ERROR,2152,Android.Telephony.DataFailCauseType,RrcConnectionSystemInformationBlockReadError,remove, +E,30,android/telephony/DataFailCause.RRC_CONNECTION_SYSTEM_INTERVAL_FAILURE,2145,Android.Telephony.DataFailCauseType,RrcConnectionSystemIntervalFailure,remove, +E,30,android/telephony/DataFailCause.RRC_CONNECTION_TIMER_EXPIRED,2142,Android.Telephony.DataFailCauseType,RrcConnectionTimerExpired,remove, +E,30,android/telephony/DataFailCause.RRC_CONNECTION_TRACKING_AREA_ID_CHANGED,2169,Android.Telephony.DataFailCauseType,RrcConnectionTrackingAreaIdChanged,remove, +E,30,android/telephony/DataFailCause.RRC_UPLINK_CONNECTION_RELEASE,2134,Android.Telephony.DataFailCauseType,RrcUplinkConnectionRelease,remove, +E,30,android/telephony/DataFailCause.RRC_UPLINK_DATA_TRANSMISSION_FAILURE,2132,Android.Telephony.DataFailCauseType,RrcUplinkDataTransmissionFailure,remove, +E,30,android/telephony/DataFailCause.RRC_UPLINK_DELIVERY_FAILED_DUE_TO_HANDOVER,2133,Android.Telephony.DataFailCauseType,RrcUplinkDeliveryFailedDueToHandover,remove, +E,30,android/telephony/DataFailCause.RRC_UPLINK_ERROR_REQUEST_FROM_NAS,2136,Android.Telephony.DataFailCauseType,RrcUplinkErrorRequestFromNas,remove, +E,30,android/telephony/DataFailCause.RRC_UPLINK_RADIO_LINK_FAILURE,2135,Android.Telephony.DataFailCauseType,RrcUplinkRadioLinkFailure,remove, +E,30,android/telephony/DataFailCause.RUIM_NOT_PRESENT,2085,Android.Telephony.DataFailCauseType,RuimNotPresent,remove, +E,30,android/telephony/DataFailCause.SECURITY_MODE_REJECTED,2186,Android.Telephony.DataFailCauseType,SecurityModeRejected,remove, +E,30,android/telephony/DataFailCause.SERVICE_NOT_ALLOWED_ON_PLMN,2129,Android.Telephony.DataFailCauseType,ServiceNotAllowedOnPlmn,remove, +E,30,android/telephony/DataFailCause.SERVICE_OPTION_NOT_SUBSCRIBED,33,Android.Telephony.DataFailCauseType,ServiceOptionNotSubscribed,remove, +E,30,android/telephony/DataFailCause.SERVICE_OPTION_NOT_SUPPORTED,32,Android.Telephony.DataFailCauseType,ServiceOptionNotSupported,remove, +E,30,android/telephony/DataFailCause.SERVICE_OPTION_OUT_OF_ORDER,34,Android.Telephony.DataFailCauseType,ServiceOptionOutOfOrder,remove, +E,30,android/telephony/DataFailCause.SIGNAL_LOST,-3,Android.Telephony.DataFailCauseType,SignalLost,remove, +E,30,android/telephony/DataFailCause.SIM_CARD_CHANGED,2043,Android.Telephony.DataFailCauseType,SimCardChanged,remove, +E,30,android/telephony/DataFailCause.SYNCHRONIZATION_FAILURE,2184,Android.Telephony.DataFailCauseType,SynchronizationFailure,remove, +E,30,android/telephony/DataFailCause.TEST_LOOPBACK_REGULAR_DEACTIVATION,2196,Android.Telephony.DataFailCauseType,TestLoopbackRegularDeactivation,remove, +E,30,android/telephony/DataFailCause.TETHERED_CALL_ACTIVE,-6,Android.Telephony.DataFailCauseType,TetheredCallActive,remove, +E,30,android/telephony/DataFailCause.TFT_SEMANTIC_ERROR,41,Android.Telephony.DataFailCauseType,TftSemanticError,remove, +E,30,android/telephony/DataFailCause.TFT_SYTAX_ERROR,42,Android.Telephony.DataFailCauseType,TftSytaxError,remove, +E,30,android/telephony/DataFailCause.THERMAL_EMERGENCY,2090,Android.Telephony.DataFailCauseType,ThermalEmergency,remove, +E,30,android/telephony/DataFailCause.THERMAL_MITIGATION,2062,Android.Telephony.DataFailCauseType,ThermalMitigation,remove, +E,30,android/telephony/DataFailCause.TRAT_SWAP_FAILED,2048,Android.Telephony.DataFailCauseType,TratSwapFailed,remove, +E,30,android/telephony/DataFailCause.UE_INITIATED_DETACH_OR_DISCONNECT,128,Android.Telephony.DataFailCauseType,UeInitiatedDetachOrDisconnect,remove, +E,30,android/telephony/DataFailCause.UE_IS_ENTERING_POWERSAVE_MODE,2226,Android.Telephony.DataFailCauseType,UeIsEnteringPowersaveMode,remove, +E,30,android/telephony/DataFailCause.UE_RAT_CHANGE,2105,Android.Telephony.DataFailCauseType,UeRatChange,remove, +E,30,android/telephony/DataFailCause.UE_SECURITY_CAPABILITIES_MISMATCH,2185,Android.Telephony.DataFailCauseType,UeSecurityCapabilitiesMismatch,remove, +E,30,android/telephony/DataFailCause.UMTS_HANDOVER_TO_IWLAN,2199,Android.Telephony.DataFailCauseType,UmtsHandoverToIwlan,remove, +E,30,android/telephony/DataFailCause.UMTS_REACTIVATION_REQ,39,Android.Telephony.DataFailCauseType,UmtsReactivationReq,remove, +E,30,android/telephony/DataFailCause.UNACCEPTABLE_NETWORK_PARAMETER,65538,Android.Telephony.DataFailCauseType,UnacceptableNetworkParameter,remove, +E,30,android/telephony/DataFailCause.UNACCEPTABLE_NON_EPS_AUTHENTICATION,2187,Android.Telephony.DataFailCauseType,UnacceptableNonEpsAuthentication,remove, +E,30,android/telephony/DataFailCause.UNKNOWN,65536,Android.Telephony.DataFailCauseType,Unknown,remove, +E,30,android/telephony/DataFailCause.UNKNOWN_INFO_ELEMENT,99,Android.Telephony.DataFailCauseType,UnknownInfoElement,remove, +E,30,android/telephony/DataFailCause.UNKNOWN_PDP_ADDRESS_TYPE,28,Android.Telephony.DataFailCauseType,UnknownPdpAddressType,remove, +E,30,android/telephony/DataFailCause.UNKNOWN_PDP_CONTEXT,43,Android.Telephony.DataFailCauseType,UnknownPdpContext,remove, +E,30,android/telephony/DataFailCause.UNPREFERRED_RAT,2039,Android.Telephony.DataFailCauseType,UnpreferredRat,remove, +E,30,android/telephony/DataFailCause.UNSUPPORTED_1X_PREV,2214,Android.Telephony.DataFailCauseType,Unsupported1XPrev,remove, +E,30,android/telephony/DataFailCause.UNSUPPORTED_APN_IN_CURRENT_PLMN,66,Android.Telephony.DataFailCauseType,UnsupportedApnInCurrentPlmn,remove, +E,30,android/telephony/DataFailCause.UNSUPPORTED_QCI_VALUE,59,Android.Telephony.DataFailCauseType,UnsupportedQciValue,remove, +E,30,android/telephony/DataFailCause.USER_AUTHENTICATION,29,Android.Telephony.DataFailCauseType,UserAuthentication,remove, +E,30,android/telephony/DataFailCause.VSNCP_ADMINISTRATIVELY_PROHIBITED,2245,Android.Telephony.DataFailCauseType,VsncpAdministrativelyProhibited,remove, +E,30,android/telephony/DataFailCause.VSNCP_APN_UNAUTHORIZED,2238,Android.Telephony.DataFailCauseType,VsncpApnUnauthorized,remove, +E,30,android/telephony/DataFailCause.VSNCP_GEN_ERROR,2237,Android.Telephony.DataFailCauseType,VsncpGenError,remove, +E,30,android/telephony/DataFailCause.VSNCP_INSUFFICIENT_PARAMETERS,2243,Android.Telephony.DataFailCauseType,VsncpInsufficientParameters,remove, +E,30,android/telephony/DataFailCause.VSNCP_NO_PDN_GATEWAY_ADDRESS,2240,Android.Telephony.DataFailCauseType,VsncpNoPdnGatewayAddress,remove, +E,30,android/telephony/DataFailCause.VSNCP_PDN_EXISTS_FOR_THIS_APN,2248,Android.Telephony.DataFailCauseType,VsncpPdnExistsForThisApn,remove, +E,30,android/telephony/DataFailCause.VSNCP_PDN_GATEWAY_REJECT,2242,Android.Telephony.DataFailCauseType,VsncpPdnGatewayReject,remove, +E,30,android/telephony/DataFailCause.VSNCP_PDN_GATEWAY_UNREACHABLE,2241,Android.Telephony.DataFailCauseType,VsncpPdnGatewayUnreachable,remove, +E,30,android/telephony/DataFailCause.VSNCP_PDN_ID_IN_USE,2246,Android.Telephony.DataFailCauseType,VsncpPdnIdInUse,remove, +E,30,android/telephony/DataFailCause.VSNCP_PDN_LIMIT_EXCEEDED,2239,Android.Telephony.DataFailCauseType,VsncpPdnLimitExceeded,remove, +E,30,android/telephony/DataFailCause.VSNCP_RECONNECT_NOT_ALLOWED,2249,Android.Telephony.DataFailCauseType,VsncpReconnectNotAllowed,remove, +E,30,android/telephony/DataFailCause.VSNCP_RESOURCE_UNAVAILABLE,2244,Android.Telephony.DataFailCauseType,VsncpResourceUnavailable,remove, +E,30,android/telephony/DataFailCause.VSNCP_SUBSCRIBER_LIMITATION,2247,Android.Telephony.DataFailCauseType,VsncpSubscriberLimitation,remove, +E,30,android/telephony/DataFailCause.VSNCP_TIMEOUT,2236,Android.Telephony.DataFailCauseType,VsncpTimeout,remove, +E,30,android/telephony/DisplayInfo.OVERRIDE_NETWORK_TYPE_LTE_ADVANCED_PRO,2,Android.Telephony.DisplayInfoOverrideNetworkType,OverrideNetworkTypeLteAdvancedPro,remove, +E,30,android/telephony/DisplayInfo.OVERRIDE_NETWORK_TYPE_LTE_CA,1,Android.Telephony.DisplayInfoOverrideNetworkType,OverrideNetworkTypeLteCa,remove, +E,30,android/telephony/DisplayInfo.OVERRIDE_NETWORK_TYPE_NONE,0,Android.Telephony.DisplayInfoOverrideNetworkType,OverrideNetworkTypeNone,remove, +E,30,android/telephony/DisplayInfo.OVERRIDE_NETWORK_TYPE_NR_NSA,3,Android.Telephony.DisplayInfoOverrideNetworkType,OverrideNetworkTypeNrNsa,remove, +E,30,android/telephony/DisplayInfo.OVERRIDE_NETWORK_TYPE_NR_NSA_MMWAVE,4,Android.Telephony.DisplayInfoOverrideNetworkType,OverrideNetworkTypeNrNsaMmwave,remove, +E,29,android/telephony/emergency/EmergencyNumber.EMERGENCY_CALL_ROUTING_EMERGENCY,1,Android.Telephony.Emergency.EmergencyCallRouting,Emergency,remove, +E,29,android/telephony/emergency/EmergencyNumber.EMERGENCY_CALL_ROUTING_NORMAL,2,Android.Telephony.Emergency.EmergencyCallRouting,Normal,remove, +E,29,android/telephony/emergency/EmergencyNumber.EMERGENCY_CALL_ROUTING_UNKNOWN,0,Android.Telephony.Emergency.EmergencyCallRouting,Unknown,remove, +E,29,android/telephony/emergency/EmergencyNumber.EMERGENCY_NUMBER_SOURCE_DATABASE,16,Android.Telephony.Emergency.EmergencyNumberSource,Database,remove, +E,29,android/telephony/emergency/EmergencyNumber.EMERGENCY_NUMBER_SOURCE_DEFAULT,8,Android.Telephony.Emergency.EmergencyNumberSource,Default,remove, +E,29,android/telephony/emergency/EmergencyNumber.EMERGENCY_NUMBER_SOURCE_MODEM_CONFIG,4,Android.Telephony.Emergency.EmergencyNumberSource,ModemConfig,remove, +E,29,android/telephony/emergency/EmergencyNumber.EMERGENCY_NUMBER_SOURCE_NETWORK_SIGNALING,1,Android.Telephony.Emergency.EmergencyNumberSource,NetworkSignaling,remove, +E,29,android/telephony/emergency/EmergencyNumber.EMERGENCY_NUMBER_SOURCE_SIM,2,Android.Telephony.Emergency.EmergencyNumberSource,Sim,remove, +E,29,android/telephony/emergency/EmergencyNumber.EMERGENCY_SERVICE_CATEGORY_AIEC,64,Android.Telephony.Emergency.EmergencyServiceCategory,Aiec,remove, +E,29,android/telephony/emergency/EmergencyNumber.EMERGENCY_SERVICE_CATEGORY_AMBULANCE,2,Android.Telephony.Emergency.EmergencyServiceCategory,Ambulance,remove, +E,29,android/telephony/emergency/EmergencyNumber.EMERGENCY_SERVICE_CATEGORY_FIRE_BRIGADE,4,Android.Telephony.Emergency.EmergencyServiceCategory,FireBrigade,remove, +E,29,android/telephony/emergency/EmergencyNumber.EMERGENCY_SERVICE_CATEGORY_MARINE_GUARD,8,Android.Telephony.Emergency.EmergencyServiceCategory,MarineGuard,remove, +E,29,android/telephony/emergency/EmergencyNumber.EMERGENCY_SERVICE_CATEGORY_MIEC,32,Android.Telephony.Emergency.EmergencyServiceCategory,Miec,remove, +E,29,android/telephony/emergency/EmergencyNumber.EMERGENCY_SERVICE_CATEGORY_MOUNTAIN_RESCUE,16,Android.Telephony.Emergency.EmergencyServiceCategory,MountainRescue,remove, +E,29,android/telephony/emergency/EmergencyNumber.EMERGENCY_SERVICE_CATEGORY_POLICE,1,Android.Telephony.Emergency.EmergencyServiceCategory,Police,remove, +E,29,android/telephony/emergency/EmergencyNumber.EMERGENCY_SERVICE_CATEGORY_UNSPECIFIED,0,Android.Telephony.Emergency.EmergencyServiceCategory,Unspecified,remove, +?,0,android/telephony/euicc/EuiccManager.EMBEDDED_SUBSCRIPTION_RESULT_ERROR,2,,,, +?,0,android/telephony/euicc/EuiccManager.EMBEDDED_SUBSCRIPTION_RESULT_OK,0,,,, +?,0,android/telephony/euicc/EuiccManager.EMBEDDED_SUBSCRIPTION_RESULT_RESOLVABLE_ERROR,1,,,, +?,30,android/telephony/euicc/EuiccManager.ERROR_ADDRESS_MISSING,10011,,,, +?,30,android/telephony/euicc/EuiccManager.ERROR_CARRIER_LOCKED,10000,,,, +?,30,android/telephony/euicc/EuiccManager.ERROR_CERTIFICATE_ERROR,10012,,,, +?,30,android/telephony/euicc/EuiccManager.ERROR_CONNECTION_ERROR,10014,,,, +?,30,android/telephony/euicc/EuiccManager.ERROR_DISALLOWED_BY_PPR,10010,,,, +?,30,android/telephony/euicc/EuiccManager.ERROR_EUICC_INSUFFICIENT_MEMORY,10004,,,, +?,30,android/telephony/euicc/EuiccManager.ERROR_EUICC_MISSING,10006,,,, +?,30,android/telephony/euicc/EuiccManager.ERROR_INCOMPATIBLE_CARRIER,10003,,,, +?,30,android/telephony/euicc/EuiccManager.ERROR_INSTALL_PROFILE,10009,,,, +?,30,android/telephony/euicc/EuiccManager.ERROR_INVALID_ACTIVATION_CODE,10001,,,, +?,30,android/telephony/euicc/EuiccManager.ERROR_INVALID_CONFIRMATION_CODE,10002,,,, +?,30,android/telephony/euicc/EuiccManager.ERROR_INVALID_RESPONSE,10015,,,, +?,30,android/telephony/euicc/EuiccManager.ERROR_NO_PROFILES_AVAILABLE,10013,,,, +?,30,android/telephony/euicc/EuiccManager.ERROR_OPERATION_BUSY,10016,,,, +?,30,android/telephony/euicc/EuiccManager.ERROR_SIM_MISSING,10008,,,, +?,30,android/telephony/euicc/EuiccManager.ERROR_TIME_OUT,10005,,,, +?,30,android/telephony/euicc/EuiccManager.ERROR_UNSUPPORTED_VERSION,10007,,,, +?,30,android/telephony/euicc/EuiccManager.OPERATION_APDU,8,,,, +?,30,android/telephony/euicc/EuiccManager.OPERATION_DOWNLOAD,5,,,, +?,30,android/telephony/euicc/EuiccManager.OPERATION_EUICC_CARD,3,,,, +?,30,android/telephony/euicc/EuiccManager.OPERATION_EUICC_GSMA,7,,,, +?,30,android/telephony/euicc/EuiccManager.OPERATION_HTTP,11,,,, +?,30,android/telephony/euicc/EuiccManager.OPERATION_METADATA,6,,,, +?,30,android/telephony/euicc/EuiccManager.OPERATION_SIM_SLOT,2,,,, +?,30,android/telephony/euicc/EuiccManager.OPERATION_SMDX,9,,,, +?,30,android/telephony/euicc/EuiccManager.OPERATION_SMDX_SUBJECT_REASON_CODE,10,,,, +?,30,android/telephony/euicc/EuiccManager.OPERATION_SWITCH,4,,,, +?,30,android/telephony/euicc/EuiccManager.OPERATION_SYSTEM,1,,,, +E,10,android/telephony/gsm/SmsManager.RESULT_ERROR_GENERIC_FAILURE,1,Android.Telephony.Gsm.SmsResultError,GenericFailure,remove, +E,10,android/telephony/gsm/SmsManager.RESULT_ERROR_NO_SERVICE,4,Android.Telephony.Gsm.SmsResultError,NoService,remove, +E,10,android/telephony/gsm/SmsManager.RESULT_ERROR_NULL_PDU,3,Android.Telephony.Gsm.SmsResultError,NullPdu,remove, +E,10,android/telephony/gsm/SmsManager.RESULT_ERROR_RADIO_OFF,2,Android.Telephony.Gsm.SmsResultError,RadioOff,remove, +E,10,android/telephony/gsm/SmsManager.STATUS_ON_SIM_FREE,0,Android.Telephony.Gsm.SmsStatusOnSim,Free,remove, +E,10,android/telephony/gsm/SmsManager.STATUS_ON_SIM_READ,1,Android.Telephony.Gsm.SmsStatusOnSim,Read,remove, +E,10,android/telephony/gsm/SmsManager.STATUS_ON_SIM_SENT,5,Android.Telephony.Gsm.SmsStatusOnSim,Sent,remove, +E,10,android/telephony/gsm/SmsManager.STATUS_ON_SIM_UNREAD,3,Android.Telephony.Gsm.SmsStatusOnSim,Unread,remove, +E,10,android/telephony/gsm/SmsManager.STATUS_ON_SIM_UNSENT,7,Android.Telephony.Gsm.SmsStatusOnSim,Unsent,remove, +E,10,android/telephony/gsm/SmsMessage.ENCODING_16BIT,3,Android.Telephony.Gsm.SmsEncoding,SixteenBit,keep, +E,10,android/telephony/gsm/SmsMessage.ENCODING_7BIT,1,Android.Telephony.Gsm.SmsEncoding,SevenBit,keep, +E,10,android/telephony/gsm/SmsMessage.ENCODING_8BIT,2,Android.Telephony.Gsm.SmsEncoding,EightBit,keep, +E,10,android/telephony/gsm/SmsMessage.ENCODING_UNKNOWN,0,Android.Telephony.Gsm.SmsEncoding,Unknown,keep, +?,0,android/telephony/gsm/SmsMessage.MAX_USER_DATA_BYTES,140,,,, +?,0,android/telephony/gsm/SmsMessage.MAX_USER_DATA_SEPTETS,160,,,, +?,0,android/telephony/gsm/SmsMessage.MAX_USER_DATA_SEPTETS_WITH_HEADER,153,,,, +?,0,android/telephony/IccOpenLogicalChannelResponse.INVALID_CHANNEL,-1,,,, +E,21,android/telephony/IccOpenLogicalChannelResponse.STATUS_MISSING_RESOURCE,2,Android.Telephony.IccOpenLogicalChannelResponseStatus,MissingResource,remove, +E,21,android/telephony/IccOpenLogicalChannelResponse.STATUS_NO_ERROR,1,Android.Telephony.IccOpenLogicalChannelResponseStatus,NoError,remove, +E,21,android/telephony/IccOpenLogicalChannelResponse.STATUS_NO_SUCH_ELEMENT,3,Android.Telephony.IccOpenLogicalChannelResponseStatus,NoSuchElement,remove, +E,21,android/telephony/IccOpenLogicalChannelResponse.STATUS_UNKNOWN_ERROR,4,Android.Telephony.IccOpenLogicalChannelResponseStatus,UnknownError,remove, +?,0,android/telephony/ims/feature/MmTelFeature$MmTelCapabilities.CAPABILITY_TYPE_SMS,8,,,, +?,0,android/telephony/ims/feature/MmTelFeature$MmTelCapabilities.CAPABILITY_TYPE_UT,4,,,, +?,0,android/telephony/ims/feature/MmTelFeature$MmTelCapabilities.CAPABILITY_TYPE_VIDEO,2,,,, +?,0,android/telephony/ims/feature/MmTelFeature$MmTelCapabilities.CAPABILITY_TYPE_VOICE,1,,,, +E,30,android/telephony/ims/ImsException.CODE_ERROR_INVALID_SUBSCRIPTION,3,Android.Telephony.Ims.ImsExceptionCodeErrorType,CodeErrorInvalidSubscription,remove, +E,30,android/telephony/ims/ImsException.CODE_ERROR_SERVICE_UNAVAILABLE,1,Android.Telephony.Ims.ImsExceptionCodeErrorType,CodeErrorServiceUnavailable,remove, +E,30,android/telephony/ims/ImsException.CODE_ERROR_UNSPECIFIED,0,Android.Telephony.Ims.ImsExceptionCodeErrorType,CodeErrorUnspecified,remove, +E,30,android/telephony/ims/ImsException.CODE_ERROR_UNSUPPORTED_OPERATION,2,Android.Telephony.Ims.ImsExceptionCodeErrorType,CodeErrorUnsupportedOperation,remove, +E,30,android/telephony/ims/ImsMmTelManager.WIFI_MODE_CELLULAR_PREFERRED,1,Android.Telephony.Ims.ImsMmTelManagerWifiModeType,WifiModeCellularPreferred,remove, +E,30,android/telephony/ims/ImsMmTelManager.WIFI_MODE_WIFI_ONLY,0,Android.Telephony.Ims.ImsMmTelManagerWifiModeType,WifiModeWifiOnly,remove, +E,30,android/telephony/ims/ImsMmTelManager.WIFI_MODE_WIFI_PREFERRED,2,Android.Telephony.Ims.ImsMmTelManagerWifiModeType,WifiModeWifiPreferred,remove, +A,0,,0,Android.Telephony.Ims.ImsReasonInfoCodeType,None,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_ACCESS_CLASS_BLOCKED,1512,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeAccessClassBlocked,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_ANSWERED_ELSEWHERE,1014,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeAnsweredElsewhere,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_BLACKLISTED_CALL_ID,506,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeBlacklistedCallId,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_CALL_BARRED,240,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeCallBarred,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_CALL_DROP_IWLAN_TO_LTE_UNAVAILABLE,1100,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeCallDropIwlanToLteUnavailable,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_CALL_END_CAUSE_CALL_PULL,1016,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeCallEndCauseCallPull,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_CALL_PULL_OUT_OF_SYNC,1015,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeCallPullOutOfSync,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_DATA_DISABLED,1406,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeDataDisabled,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_DATA_LIMIT_REACHED,1405,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeDataLimitReached,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_DIAL_MODIFIED_TO_DIAL,246,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeDialModifiedToDial,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_DIAL_MODIFIED_TO_DIAL_VIDEO,247,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeDialModifiedToDialVideo,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_DIAL_MODIFIED_TO_SS,245,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeDialModifiedToSs,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_DIAL_MODIFIED_TO_USSD,244,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeDialModifiedToUssd,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_DIAL_VIDEO_MODIFIED_TO_DIAL,248,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeDialVideoModifiedToDial,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_DIAL_VIDEO_MODIFIED_TO_DIAL_VIDEO,249,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeDialVideoModifiedToDialVideo,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_DIAL_VIDEO_MODIFIED_TO_SS,250,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeDialVideoModifiedToSs,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_DIAL_VIDEO_MODIFIED_TO_USSD,251,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeDialVideoModifiedToUssd,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_ECBM_NOT_SUPPORTED,901,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeEcbmNotSupported,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_EMERGENCY_PERM_FAILURE,364,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeEmergencyPermFailure,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_EMERGENCY_TEMP_FAILURE,363,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeEmergencyTempFailure,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_EPDG_TUNNEL_ESTABLISH_FAILURE,1400,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeEpdgTunnelEstablishFailure,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_EPDG_TUNNEL_LOST_CONNECTION,1402,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeEpdgTunnelLostConnection,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_EPDG_TUNNEL_REKEY_FAILURE,1401,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeEpdgTunnelRekeyFailure,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_FDN_BLOCKED,241,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeFdnBlocked,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_IKEV2_AUTH_FAILURE,1408,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeIkev2AuthFailure,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_IMEI_NOT_ACCEPTED,243,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeImeiNotAccepted,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_IWLAN_DPD_FAILURE,1300,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeIwlanDpdFailure,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_LOCAL_CALL_BUSY,142,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeLocalCallBusy,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_LOCAL_CALL_CS_RETRY_REQUIRED,146,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeLocalCallCsRetryRequired,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_LOCAL_CALL_DECLINE,143,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeLocalCallDecline,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_LOCAL_CALL_EXCEEDED,141,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeLocalCallExceeded,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_LOCAL_CALL_RESOURCE_RESERVATION_FAILED,145,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeLocalCallResourceReservationFailed,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_LOCAL_CALL_TERMINATED,148,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeLocalCallTerminated,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_LOCAL_CALL_VCC_ON_PROGRESSING,144,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeLocalCallVccOnProgressing,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_LOCAL_CALL_VOLTE_RETRY_REQUIRED,147,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeLocalCallVolteRetryRequired,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_LOCAL_ENDED_BY_CONFERENCE_MERGE,108,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeLocalEndedByConferenceMerge,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_LOCAL_HO_NOT_FEASIBLE,149,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeLocalHoNotFeasible,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_LOCAL_ILLEGAL_ARGUMENT,101,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeLocalIllegalArgument,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_LOCAL_ILLEGAL_STATE,102,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeLocalIllegalState,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_LOCAL_IMS_SERVICE_DOWN,106,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeLocalImsServiceDown,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_LOCAL_INTERNAL_ERROR,103,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeLocalInternalError,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_LOCAL_LOW_BATTERY,112,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeLocalLowBattery,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_LOCAL_NETWORK_IP_CHANGED,124,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeLocalNetworkIpChanged,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_LOCAL_NETWORK_NO_LTE_COVERAGE,122,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeLocalNetworkNoLteCoverage,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_LOCAL_NETWORK_NO_SERVICE,121,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeLocalNetworkNoService,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_LOCAL_NETWORK_ROAMING,123,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeLocalNetworkRoaming,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_LOCAL_NO_PENDING_CALL,107,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeLocalNoPendingCall,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_LOCAL_NOT_REGISTERED,132,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeLocalNotRegistered,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_LOCAL_POWER_OFF,111,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeLocalPowerOff,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_LOCAL_SERVICE_UNAVAILABLE,131,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeLocalServiceUnavailable,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_LOW_BATTERY,505,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeLowBattery,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_MAXIMUM_NUMBER_OF_CALLS_REACHED,1403,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeMaximumNumberOfCallsReached,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_MEDIA_INIT_FAILED,401,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeMediaInitFailed,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_MEDIA_NO_DATA,402,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeMediaNoData,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_MEDIA_NOT_ACCEPTABLE,403,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeMediaNotAcceptable,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_MEDIA_UNSPECIFIED,404,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeMediaUnspecified,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_MULTIENDPOINT_NOT_SUPPORTED,902,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeMultiendpointNotSupported,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_NETWORK_DETACH,1513,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeNetworkDetach,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_NETWORK_REJECT,1504,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeNetworkReject,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_NETWORK_RESP_TIMEOUT,1503,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeNetworkRespTimeout,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_NO_CSFB_IN_CS_ROAM,1516,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeNoCsfbInCsRoam,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_NO_VALID_SIM,1501,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeNoValidSim,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_OEM_CAUSE_1,61441,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeOemCause1,remove, +?,0,android/telephony/ims/ImsReasonInfo.CODE_OEM_CAUSE_10,61450,,,, +E,30,android/telephony/ims/ImsReasonInfo.CODE_OEM_CAUSE_11,61451,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeOemCause11,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_OEM_CAUSE_12,61452,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeOemCause12,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_OEM_CAUSE_13,61453,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeOemCause13,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_OEM_CAUSE_14,61454,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeOemCause14,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_OEM_CAUSE_15,61455,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeOemCause15,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_OEM_CAUSE_2,61442,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeOemCause2,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_OEM_CAUSE_3,61443,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeOemCause3,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_OEM_CAUSE_4,61444,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeOemCause4,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_OEM_CAUSE_5,61445,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeOemCause5,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_OEM_CAUSE_6,61446,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeOemCause6,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_OEM_CAUSE_7,61447,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeOemCause7,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_OEM_CAUSE_8,61448,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeOemCause8,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_OEM_CAUSE_9,61449,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeOemCause9,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_RADIO_ACCESS_FAILURE,1505,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRadioAccessFailure,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_RADIO_INTERNAL_ERROR,1502,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRadioInternalError,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_RADIO_LINK_FAILURE,1506,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRadioLinkFailure,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_RADIO_LINK_LOST,1507,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRadioLinkLost,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_RADIO_OFF,1500,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRadioOff,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_RADIO_RELEASE_ABNORMAL,1511,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRadioReleaseAbnormal,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_RADIO_RELEASE_NORMAL,1510,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRadioReleaseNormal,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_RADIO_SETUP_FAILURE,1509,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRadioSetupFailure,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_RADIO_UPLINK_FAILURE,1508,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRadioUplinkFailure,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_REGISTRATION_ERROR,1000,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRegistrationError,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_REJECT_1X_COLLISION,1603,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeReject1XCollision,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_REJECT_CALL_ON_OTHER_SUB,1602,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRejectCallOnOtherSub,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_REJECT_CALL_TYPE_NOT_ALLOWED,1605,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRejectCallTypeNotAllowed,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_REJECT_CONFERENCE_TTY_NOT_ALLOWED,1617,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRejectConferenceTtyNotAllowed,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_REJECT_INTERNAL_ERROR,1612,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRejectInternalError,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_REJECT_MAX_CALL_LIMIT_REACHED,1608,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRejectMaxCallLimitReached,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_REJECT_ONGOING_CALL_SETUP,1607,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRejectOngoingCallSetup,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_REJECT_ONGOING_CALL_TRANSFER,1611,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRejectOngoingCallTransfer,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_REJECT_ONGOING_CALL_UPGRADE,1616,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRejectOngoingCallUpgrade,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_REJECT_ONGOING_CALL_WAITING_DISABLED,1601,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRejectOngoingCallWaitingDisabled,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_REJECT_ONGOING_CONFERENCE_CALL,1618,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRejectOngoingConferenceCall,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_REJECT_ONGOING_CS_CALL,1621,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRejectOngoingCsCall,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_REJECT_ONGOING_E911_CALL,1606,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRejectOngoingE911Call,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_REJECT_ONGOING_ENCRYPTED_CALL,1620,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRejectOngoingEncryptedCall,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_REJECT_ONGOING_HANDOVER,1614,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRejectOngoingHandover,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_REJECT_QOS_FAILURE,1613,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRejectQosFailure,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_REJECT_SERVICE_NOT_REGISTERED,1604,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRejectServiceNotRegistered,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_REJECT_UNKNOWN,1600,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRejectUnknown,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_REJECT_UNSUPPORTED_SDP_HEADERS,1610,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRejectUnsupportedSdpHeaders,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_REJECT_UNSUPPORTED_SIP_HEADERS,1609,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRejectUnsupportedSipHeaders,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_REJECT_VT_AVPF_NOT_ALLOWED,1619,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRejectVtAvpfNotAllowed,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_REJECT_VT_TTY_NOT_ALLOWED,1615,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRejectVtTtyNotAllowed,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_REJECTED_ELSEWHERE,1017,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRejectedElsewhere,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_REMOTE_CALL_DECLINE,1404,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeRemoteCallDecline,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_SESSION_MODIFICATION_FAILED,1517,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSessionModificationFailed,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_SIP_ALTERNATE_EMERGENCY_CALL,1514,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipAlternateEmergencyCall,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_SIP_AMBIGUOUS,376,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipAmbiguous,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_SIP_BAD_ADDRESS,337,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipBadAddress,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_SIP_BAD_REQUEST,331,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipBadRequest,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_SIP_BUSY,338,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipBusy,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_SIP_CALL_OR_TRANS_DOES_NOT_EXIST,372,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipCallOrTransDoesNotExist,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_SIP_CLIENT_ERROR,342,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipClientError,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_SIP_EXTENSION_REQUIRED,370,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipExtensionRequired,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_SIP_FORBIDDEN,332,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipForbidden,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_SIP_GLOBAL_ERROR,362,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipGlobalError,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_SIP_INTERVAL_TOO_BRIEF,371,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipIntervalTooBrief,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_SIP_LOOP_DETECTED,373,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipLoopDetected,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_SIP_METHOD_NOT_ALLOWED,366,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipMethodNotAllowed,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_SIP_NOT_ACCEPTABLE,340,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipNotAcceptable,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_SIP_NOT_FOUND,333,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipNotFound,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_SIP_NOT_REACHABLE,341,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipNotReachable,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_SIP_NOT_SUPPORTED,334,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipNotSupported,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_SIP_PROXY_AUTHENTICATION_REQUIRED,367,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipProxyAuthenticationRequired,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_SIP_REDIRECTED,321,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipRedirected,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_SIP_REQUEST_CANCELLED,339,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipRequestCancelled,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_SIP_REQUEST_ENTITY_TOO_LARGE,368,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipRequestEntityTooLarge,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_SIP_REQUEST_PENDING,377,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipRequestPending,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_SIP_REQUEST_TIMEOUT,335,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipRequestTimeout,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_SIP_REQUEST_URI_TOO_LARGE,369,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipRequestUriTooLarge,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_SIP_SERVER_ERROR,354,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipServerError,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_SIP_SERVER_INTERNAL_ERROR,351,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipServerInternalError,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_SIP_SERVER_TIMEOUT,353,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipServerTimeout,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_SIP_SERVICE_UNAVAILABLE,352,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipServiceUnavailable,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_SIP_TEMPRARILY_UNAVAILABLE,336,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipTemprarilyUnavailable,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_SIP_TOO_MANY_HOPS,374,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipTooManyHops,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_SIP_TRANSACTION_DOES_NOT_EXIST,343,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipTransactionDoesNotExist,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_SIP_UNDECIPHERABLE,378,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipUndecipherable,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_SIP_USER_MARKED_UNWANTED,365,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipUserMarkedUnwanted,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_SIP_USER_REJECTED,361,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSipUserRejected,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_SUPP_SVC_CANCELLED,1202,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSuppSvcCancelled,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_SUPP_SVC_FAILED,1201,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSuppSvcFailed,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_SUPP_SVC_REINVITE_COLLISION,1203,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeSuppSvcReinviteCollision,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_TIMEOUT_1XX_WAITING,201,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeTimeout1XxWaiting,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_TIMEOUT_NO_ANSWER,202,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeTimeoutNoAnswer,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_TIMEOUT_NO_ANSWER_CALL_UPDATE,203,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeTimeoutNoAnswerCallUpdate,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_UNSPECIFIED,0,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeUnspecified,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_USER_CANCELLED_SESSION_MODIFICATION,512,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeUserCancelledSessionModification,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_USER_DECLINE,504,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeUserDecline,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_USER_IGNORE,503,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeUserIgnore,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_USER_NOANSWER,502,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeUserNoanswer,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_USER_REJECTED_SESSION_MODIFICATION,511,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeUserRejectedSessionModification,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_USER_TERMINATED,501,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeUserTerminated,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_USER_TERMINATED_BY_REMOTE,510,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeUserTerminatedByRemote,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_UT_CB_PASSWORD_MISMATCH,821,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeUtCbPasswordMismatch,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_UT_NETWORK_ERROR,804,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeUtNetworkError,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_UT_NOT_SUPPORTED,801,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeUtNotSupported,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_UT_OPERATION_NOT_ALLOWED,803,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeUtOperationNotAllowed,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_UT_SERVICE_UNAVAILABLE,802,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeUtServiceUnavailable,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_UT_SS_MODIFIED_TO_DIAL,822,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeUtSsModifiedToDial,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_UT_SS_MODIFIED_TO_DIAL_VIDEO,825,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeUtSsModifiedToDialVideo,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_UT_SS_MODIFIED_TO_SS,824,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeUtSsModifiedToSs,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_UT_SS_MODIFIED_TO_USSD,823,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeUtSsModifiedToUssd,remove, +E,30,android/telephony/ims/ImsReasonInfo.CODE_WIFI_LOST,1407,Android.Telephony.Ims.ImsReasonInfoCodeType,CodeWifiLost,remove, +?,0,android/telephony/ims/ImsReasonInfo.EXTRA_CODE_CALL_RETRY_BY_SETTINGS,3,,,, +?,0,android/telephony/ims/ImsReasonInfo.EXTRA_CODE_CALL_RETRY_NORMAL,1,,,, +?,0,android/telephony/ims/ImsReasonInfo.EXTRA_CODE_CALL_RETRY_SILENT_REDIAL,2,,,, +?,0,android/telephony/mbms/GroupCall.REASON_BY_USER_REQUEST,1,,,, +?,0,android/telephony/mbms/GroupCall.REASON_FREQUENCY_CONFLICT,3,,,, +?,0,android/telephony/mbms/GroupCall.REASON_LEFT_MBMS_BROADCAST_AREA,6,,,, +?,0,android/telephony/mbms/GroupCall.REASON_NONE,0,,,, +?,0,android/telephony/mbms/GroupCall.REASON_NOT_CONNECTED_TO_HOMECARRIER_LTE,5,,,, +?,0,android/telephony/mbms/GroupCall.REASON_OUT_OF_MEMORY,4,,,, +?,0,android/telephony/mbms/GroupCall.STATE_STALLED,3,,,, +?,0,android/telephony/mbms/GroupCall.STATE_STARTED,2,,,, +?,0,android/telephony/mbms/GroupCall.STATE_STOPPED,1,,,, +?,0,android/telephony/mbms/MbmsErrors$DownloadErrors.ERROR_CANNOT_CHANGE_TEMP_FILE_ROOT,401,,,, +?,0,android/telephony/mbms/MbmsErrors$DownloadErrors.ERROR_UNKNOWN_DOWNLOAD_REQUEST,402,,,, +?,0,android/telephony/mbms/MbmsErrors$DownloadErrors.ERROR_UNKNOWN_FILE_INFO,403,,,, +?,0,android/telephony/mbms/MbmsErrors$GeneralErrors.ERROR_CARRIER_CHANGE_NOT_ALLOWED,207,,,, +?,0,android/telephony/mbms/MbmsErrors$GeneralErrors.ERROR_IN_E911,204,,,, +?,0,android/telephony/mbms/MbmsErrors$GeneralErrors.ERROR_MIDDLEWARE_NOT_YET_READY,201,,,, +?,0,android/telephony/mbms/MbmsErrors$GeneralErrors.ERROR_MIDDLEWARE_TEMPORARILY_UNAVAILABLE,203,,,, +?,0,android/telephony/mbms/MbmsErrors$GeneralErrors.ERROR_NOT_CONNECTED_TO_HOME_CARRIER_LTE,205,,,, +?,0,android/telephony/mbms/MbmsErrors$GeneralErrors.ERROR_OUT_OF_MEMORY,202,,,, +?,0,android/telephony/mbms/MbmsErrors$GeneralErrors.ERROR_UNABLE_TO_READ_SIM,206,,,, +?,0,android/telephony/mbms/MbmsErrors$GroupCallErrors.ERROR_DUPLICATE_START_GROUP_CALL,502,,,, +?,0,android/telephony/mbms/MbmsErrors$GroupCallErrors.ERROR_UNABLE_TO_START_SERVICE,501,,,, +?,0,android/telephony/mbms/MbmsErrors$InitializationErrors.ERROR_APP_PERMISSIONS_NOT_GRANTED,102,,,, +?,0,android/telephony/mbms/MbmsErrors$InitializationErrors.ERROR_DUPLICATE_INITIALIZE,101,,,, +?,0,android/telephony/mbms/MbmsErrors$InitializationErrors.ERROR_UNABLE_TO_INITIALIZE,103,,,, +?,0,android/telephony/mbms/MbmsErrors$StreamingErrors.ERROR_CONCURRENT_SERVICE_LIMIT_REACHED,301,,,, +?,0,android/telephony/mbms/MbmsErrors$StreamingErrors.ERROR_DUPLICATE_START_STREAM,303,,,, +?,0,android/telephony/mbms/MbmsErrors$StreamingErrors.ERROR_UNABLE_TO_START_SERVICE,302,,,, +?,0,android/telephony/mbms/MbmsErrors.ERROR_MIDDLEWARE_LOST,3,,,, +?,0,android/telephony/mbms/MbmsErrors.ERROR_MIDDLEWARE_NOT_BOUND,2,,,, +?,0,android/telephony/mbms/MbmsErrors.ERROR_NO_UNIQUE_MIDDLEWARE,1,,,, +?,0,android/telephony/mbms/MbmsErrors.SUCCESS,0,,,, +?,0,android/telephony/mbms/MbmsErrors.UNKNOWN,-1,,,, +E,28,android/telephony/mbms/StreamingService.BROADCAST_METHOD,1,Android.Telephony.Mbms.StreamingMethod,Broadcast,remove, +E,28,android/telephony/mbms/StreamingService.REASON_BY_USER_REQUEST,1,Android.Telephony.Mbms.StreamingStateChangedReason,ByUserRequest,remove, +E,28,android/telephony/mbms/StreamingService.REASON_END_OF_SESSION,2,Android.Telephony.Mbms.StreamingStateChangedReason,EndOfSession,remove, +E,28,android/telephony/mbms/StreamingService.REASON_FREQUENCY_CONFLICT,3,Android.Telephony.Mbms.StreamingStateChangedReason,FrequencyConflict,remove, +E,28,android/telephony/mbms/StreamingService.REASON_LEFT_MBMS_BROADCAST_AREA,6,Android.Telephony.Mbms.StreamingStateChangedReason,LeftMbmsBroadcastArea,remove, +E,28,android/telephony/mbms/StreamingService.REASON_NONE,0,Android.Telephony.Mbms.StreamingStateChangedReason,None,remove, +E,28,android/telephony/mbms/StreamingService.REASON_NOT_CONNECTED_TO_HOMECARRIER_LTE,5,Android.Telephony.Mbms.StreamingStateChangedReason,NotConnectedToHomecarrierLte,remove, +E,28,android/telephony/mbms/StreamingService.REASON_OUT_OF_MEMORY,4,Android.Telephony.Mbms.StreamingStateChangedReason,OutOfMemory,remove, +?,0,android/telephony/mbms/StreamingService.STATE_STALLED,3,,,, +?,0,android/telephony/mbms/StreamingService.STATE_STARTED,2,,,, +?,0,android/telephony/mbms/StreamingService.STATE_STOPPED,1,,,, +E,28,android/telephony/mbms/StreamingService.UNICAST_METHOD,2,Android.Telephony.Mbms.StreamingMethod,Unicast,remove, +?,0,android/telephony/mbms/StreamingServiceCallback.SIGNAL_STRENGTH_UNAVAILABLE,-1,,,, +?,0,android/telephony/MbmsDownloadSession.RESULT_CANCELLED,2,,,, +?,0,android/telephony/MbmsDownloadSession.RESULT_DOWNLOAD_FAILURE,6,,,, +?,0,android/telephony/MbmsDownloadSession.RESULT_EXPIRED,3,,,, +?,0,android/telephony/MbmsDownloadSession.RESULT_FILE_ROOT_UNREACHABLE,8,,,, +?,0,android/telephony/MbmsDownloadSession.RESULT_IO_ERROR,4,,,, +?,0,android/telephony/MbmsDownloadSession.RESULT_OUT_OF_STORAGE,7,,,, +?,0,android/telephony/MbmsDownloadSession.RESULT_SERVICE_ID_NOT_DEFINED,5,,,, +?,0,android/telephony/MbmsDownloadSession.RESULT_SUCCESSFUL,1,,,, +?,0,android/telephony/MbmsDownloadSession.STATUS_ACTIVELY_DOWNLOADING,1,,,, +?,0,android/telephony/MbmsDownloadSession.STATUS_PENDING_DOWNLOAD,2,,,, +?,0,android/telephony/MbmsDownloadSession.STATUS_PENDING_DOWNLOAD_WINDOW,4,,,, +?,0,android/telephony/MbmsDownloadSession.STATUS_PENDING_REPAIR,3,,,, +?,0,android/telephony/MbmsDownloadSession.STATUS_UNKNOWN,0,,,, +?,0,android/telephony/NeighboringCellInfo.UNKNOWN_CID,-1,,,, +?,0,android/telephony/NeighboringCellInfo.UNKNOWN_RSSI,99,,,, +E,30,android/telephony/NetworkRegistrationInfo.DOMAIN_CS,1,Android.Telephony.NetworkRegistrationInfoDomainType,DomainCs,remove, +E,30,android/telephony/NetworkRegistrationInfo.DOMAIN_CS_PS,3,Android.Telephony.NetworkRegistrationInfoDomainType,DomainCsPs,remove, +E,30,android/telephony/NetworkRegistrationInfo.DOMAIN_PS,2,Android.Telephony.NetworkRegistrationInfoDomainType,DomainPs,remove, +E,30,android/telephony/NetworkRegistrationInfo.DOMAIN_UNKNOWN,0,Android.Telephony.NetworkRegistrationInfoDomainType,DomainUnknown,remove, +E,30,android/telephony/NetworkRegistrationInfo.NR_STATE_CONNECTED,3,Android.Telephony.NetworkRegistrationInfoNrStateType,NrStateConnected,remove, +E,30,android/telephony/NetworkRegistrationInfo.NR_STATE_NONE,0,Android.Telephony.NetworkRegistrationInfoNrStateType,NrStateNone,remove, +E,30,android/telephony/NetworkRegistrationInfo.NR_STATE_NOT_RESTRICTED,2,Android.Telephony.NetworkRegistrationInfoNrStateType,NrStateNotRestricted,remove, +E,30,android/telephony/NetworkRegistrationInfo.NR_STATE_RESTRICTED,1,Android.Telephony.NetworkRegistrationInfoNrStateType,NrStateRestricted,remove, +?,0,android/telephony/NetworkRegistrationInfo.SERVICE_TYPE_DATA,2,,,, +?,0,android/telephony/NetworkRegistrationInfo.SERVICE_TYPE_EMERGENCY,5,,,, +?,0,android/telephony/NetworkRegistrationInfo.SERVICE_TYPE_SMS,3,,,, +?,0,android/telephony/NetworkRegistrationInfo.SERVICE_TYPE_UNKNOWN,0,,,, +?,0,android/telephony/NetworkRegistrationInfo.SERVICE_TYPE_VIDEO,4,,,, +?,0,android/telephony/NetworkRegistrationInfo.SERVICE_TYPE_VOICE,1,,,, +E,28,android/telephony/NetworkScan.ERROR_INTERRUPTED,10002,Android.Telephony.ScanResultCode,ErrorInterrupted,remove, +E,28,android/telephony/NetworkScan.ERROR_INVALID_SCAN,2,Android.Telephony.ScanResultCode,ErrorInvalidScan,remove, +E,28,android/telephony/NetworkScan.ERROR_INVALID_SCANID,10001,Android.Telephony.ScanResultCode,ErrorInvalidScanid,remove, +E,28,android/telephony/NetworkScan.ERROR_MODEM_ERROR,1,Android.Telephony.ScanResultCode,ErrorModemError,remove, +E,28,android/telephony/NetworkScan.ERROR_MODEM_UNAVAILABLE,3,Android.Telephony.ScanResultCode,ErrorModemUnavailable,remove, +E,28,android/telephony/NetworkScan.ERROR_RADIO_INTERFACE_ERROR,10000,Android.Telephony.ScanResultCode,ErrorRadioInterfaceError,remove, +E,28,android/telephony/NetworkScan.ERROR_UNSUPPORTED,4,Android.Telephony.ScanResultCode,ErrorUnsupported,remove, +E,28,android/telephony/NetworkScan.SUCCESS,0,Android.Telephony.ScanResultCode,Success,remove, +E,28,android/telephony/NetworkScanRequest.SCAN_TYPE_ONE_SHOT,0,Android.Telephony.NetworkScanType,OneShot,remove, +E,28,android/telephony/NetworkScanRequest.SCAN_TYPE_PERIODIC,1,Android.Telephony.NetworkScanType,Periodic,remove, +E,28,android/telephony/PhoneNumberUtils.BCD_EXTENDED_TYPE_CALLED_PARTY,2,Android.Telephony.BcdExtendedType,TypeCalledParty,remove, +E,28,android/telephony/PhoneNumberUtils.BCD_EXTENDED_TYPE_EF_ADN,1,Android.Telephony.BcdExtendedType,TypeEfAdn,remove, +E,10,android/telephony/PhoneNumberUtils.FORMAT_JAPAN,2,Android.Telephony.PhoneNumberFormat,Japan,keep, +E,10,android/telephony/PhoneNumberUtils.FORMAT_NANP,1,Android.Telephony.PhoneNumberFormat,Nanp,keep, +E,10,android/telephony/PhoneNumberUtils.FORMAT_UNKNOWN,0,Android.Telephony.PhoneNumberFormat,Unknown,keep, +E,10,android/telephony/PhoneNumberUtils.TOA_International,145,Android.Telephony.PhoneNumberToa,International,remove, +E,10,android/telephony/PhoneNumberUtils.TOA_Unknown,129,Android.Telephony.PhoneNumberToa,Unknown,remove, +E,29,android/telephony/PhoneStateListener.LISTEN_ACTIVE_DATA_SUBSCRIPTION_ID_CHANGE,4194304,Android.Telephony.PhoneStateListenerFlags,ActiveDataSubscriptionIdChange,keep,flags +?,30,android/telephony/PhoneStateListener.LISTEN_BARRING_INFO,-2147483648,,,, +?,30,android/telephony/PhoneStateListener.LISTEN_CALL_DISCONNECT_CAUSES,33554432,,,, +E,10,android/telephony/PhoneStateListener.LISTEN_CALL_FORWARDING_INDICATOR,8,Android.Telephony.PhoneStateListenerFlags,CallForwardingIndicator,keep,flags +E,10,android/telephony/PhoneStateListener.LISTEN_CALL_STATE,32,Android.Telephony.PhoneStateListenerFlags,CallState,keep,flags +E,17,android/telephony/PhoneStateListener.LISTEN_CELL_INFO,1024,Android.Telephony.PhoneStateListenerFlags,CellInfo,keep,flags +E,10,android/telephony/PhoneStateListener.LISTEN_CELL_LOCATION,16,Android.Telephony.PhoneStateListenerFlags,CellLocation,keep,flags +E,10,android/telephony/PhoneStateListener.LISTEN_DATA_ACTIVITY,128,Android.Telephony.PhoneStateListenerFlags,DataActivity,keep,flags +E,10,android/telephony/PhoneStateListener.LISTEN_DATA_CONNECTION_STATE,64,Android.Telephony.PhoneStateListenerFlags,DataConnectionState,keep,flags +?,30,android/telephony/PhoneStateListener.LISTEN_DISPLAY_INFO_CHANGED,1048576,,,, +E,29,android/telephony/PhoneStateListener.LISTEN_EMERGENCY_NUMBER_LIST,16777216,Android.Telephony.PhoneStateListenerFlags,EmergencyNumberList,keep,flags +?,30,android/telephony/PhoneStateListener.LISTEN_IMS_CALL_DISCONNECT_CAUSES,134217728,,,, +E,10,android/telephony/PhoneStateListener.LISTEN_MESSAGE_WAITING_INDICATOR,4,Android.Telephony.PhoneStateListenerFlags,MessageWaitingIndicator,keep,flags +E,10,android/telephony/PhoneStateListener.LISTEN_NONE,0,Android.Telephony.PhoneStateListenerFlags,None,keep,flags +?,30,android/telephony/PhoneStateListener.LISTEN_PRECISE_DATA_CONNECTION_STATE,4096,,,, +?,30,android/telephony/PhoneStateListener.LISTEN_REGISTRATION_FAILURE,1073741824,,,, +E,10,android/telephony/PhoneStateListener.LISTEN_SERVICE_STATE,1,Android.Telephony.PhoneStateListenerFlags,ServiceState,keep,flags +E,10,android/telephony/PhoneStateListener.LISTEN_SIGNAL_STRENGTH,2,Android.Telephony.PhoneStateListenerFlags,SignalStrength,keep,flags +E,10,android/telephony/PhoneStateListener.LISTEN_SIGNAL_STRENGTHS,256,Android.Telephony.PhoneStateListenerFlags,SignalStrengths,keep,flags +E,28,android/telephony/PhoneStateListener.LISTEN_USER_MOBILE_DATA_STATE,524288,Android.Telephony.PhoneStateListenerFlags,UserMobileDataState,keep,flags +E,28,android/telephony/ServiceState.DUPLEX_MODE_FDD,1,Android.Telephony.DuplexMode,Fdd,remove, +E,28,android/telephony/ServiceState.DUPLEX_MODE_TDD,2,Android.Telephony.DuplexMode,Tdd,remove, +E,28,android/telephony/ServiceState.DUPLEX_MODE_UNKNOWN,0,Android.Telephony.DuplexMode,Unknown,remove, +E,10,android/telephony/ServiceState.STATE_EMERGENCY_ONLY,2,Android.Telephony.PhoneState,EmergencyOnly,keep, +E,10,android/telephony/ServiceState.STATE_IN_SERVICE,0,Android.Telephony.PhoneState,InService,keep, +E,10,android/telephony/ServiceState.STATE_OUT_OF_SERVICE,1,Android.Telephony.PhoneState,OutOfService,keep, +E,10,android/telephony/ServiceState.STATE_POWER_OFF,3,Android.Telephony.PhoneState,PowerOff,keep, +?,28,android/telephony/ServiceState.UNKNOWN_ID,-1,,,, +?,29,android/telephony/SignalStrength.INVALID,2147483647,,,, +E,21,android/telephony/SmsManager.MMS_ERROR_CONFIGURATION_ERROR,7,Android.Telephony.MmsError,ConfigurationError,keep, +E,21,android/telephony/SmsManager.MMS_ERROR_HTTP_FAILURE,4,Android.Telephony.MmsError,HttpFailure,keep, +E,21,android/telephony/SmsManager.MMS_ERROR_INVALID_APN,2,Android.Telephony.MmsError,InvalidApn,keep, +E,21,android/telephony/SmsManager.MMS_ERROR_IO_ERROR,5,Android.Telephony.MmsError,IoError,keep, +E,22,android/telephony/SmsManager.MMS_ERROR_NO_DATA_NETWORK,8,Android.Telephony.MmsError,NoDataNetwork,keep, +E,21,android/telephony/SmsManager.MMS_ERROR_RETRY,6,Android.Telephony.MmsError,Retry,keep, +E,21,android/telephony/SmsManager.MMS_ERROR_UNABLE_CONNECT_MMS,3,Android.Telephony.MmsError,UnableConnectMms,keep, +E,21,android/telephony/SmsManager.MMS_ERROR_UNSPECIFIED,1,Android.Telephony.MmsError,Unspecified,keep, +?,30,android/telephony/SmsManager.RESULT_BLUETOOTH_DISCONNECTED,27,,,, +?,30,android/telephony/SmsManager.RESULT_CANCELLED,23,,,, +?,30,android/telephony/SmsManager.RESULT_ENCODING_ERROR,18,,,, +?,30,android/telephony/SmsManager.RESULT_ERROR_FDN_CHECK_FAILURE,6,,,, +E,10,android/telephony/SmsManager.RESULT_ERROR_GENERIC_FAILURE,1,Android.Telephony.SmsResultError,GenericFailure,keep, +E,27,android/telephony/SmsManager.RESULT_ERROR_LIMIT_EXCEEDED,5,Android.Telephony.SmsResultError,LimitExceeded,keep, +E,10,android/telephony/SmsManager.RESULT_ERROR_NO_SERVICE,4,Android.Telephony.SmsResultError,NoService,keep, +?,30,android/telephony/SmsManager.RESULT_ERROR_NONE,0,,,, +E,10,android/telephony/SmsManager.RESULT_ERROR_NULL_PDU,3,Android.Telephony.SmsResultError,NullPdu,keep, +E,10,android/telephony/SmsManager.RESULT_ERROR_RADIO_OFF,2,Android.Telephony.SmsResultError,RadioOff,keep, +E,27,android/telephony/SmsManager.RESULT_ERROR_SHORT_CODE_NEVER_ALLOWED,8,Android.Telephony.SmsResultError,ShortCodeNeverAllowed,keep, +E,27,android/telephony/SmsManager.RESULT_ERROR_SHORT_CODE_NOT_ALLOWED,7,Android.Telephony.SmsResultError,ShortCodeNotAllowed,keep, +?,30,android/telephony/SmsManager.RESULT_INTERNAL_ERROR,21,,,, +?,30,android/telephony/SmsManager.RESULT_INVALID_ARGUMENTS,11,,,, +?,30,android/telephony/SmsManager.RESULT_INVALID_BLUETOOTH_ADDRESS,26,,,, +?,30,android/telephony/SmsManager.RESULT_INVALID_SMS_FORMAT,14,,,, +?,30,android/telephony/SmsManager.RESULT_INVALID_SMSC_ADDRESS,19,,,, +?,30,android/telephony/SmsManager.RESULT_INVALID_STATE,12,,,, +?,30,android/telephony/SmsManager.RESULT_MODEM_ERROR,16,,,, +?,30,android/telephony/SmsManager.RESULT_NETWORK_ERROR,17,,,, +?,30,android/telephony/SmsManager.RESULT_NETWORK_REJECT,10,,,, +?,30,android/telephony/SmsManager.RESULT_NO_BLUETOOTH_SERVICE,25,,,, +?,30,android/telephony/SmsManager.RESULT_NO_DEFAULT_SMS_APP,32,,,, +?,30,android/telephony/SmsManager.RESULT_NO_MEMORY,13,,,, +?,30,android/telephony/SmsManager.RESULT_NO_RESOURCES,22,,,, +?,30,android/telephony/SmsManager.RESULT_OPERATION_NOT_ALLOWED,20,,,, +?,30,android/telephony/SmsManager.RESULT_RADIO_NOT_AVAILABLE,9,,,, +?,30,android/telephony/SmsManager.RESULT_RECEIVE_DISPATCH_FAILURE,500,,,, +?,30,android/telephony/SmsManager.RESULT_RECEIVE_INJECTED_NULL_PDU,501,,,, +?,30,android/telephony/SmsManager.RESULT_RECEIVE_NULL_MESSAGE_FROM_RIL,503,,,, +?,30,android/telephony/SmsManager.RESULT_RECEIVE_RUNTIME_EXCEPTION,502,,,, +?,30,android/telephony/SmsManager.RESULT_RECEIVE_SQL_EXCEPTION,505,,,, +?,30,android/telephony/SmsManager.RESULT_RECEIVE_URI_EXCEPTION,506,,,, +?,30,android/telephony/SmsManager.RESULT_RECEIVE_WHILE_ENCRYPTED,504,,,, +?,30,android/telephony/SmsManager.RESULT_REMOTE_EXCEPTION,31,,,, +?,30,android/telephony/SmsManager.RESULT_REQUEST_NOT_SUPPORTED,24,,,, +?,30,android/telephony/SmsManager.RESULT_RIL_CANCELLED,119,,,, +?,30,android/telephony/SmsManager.RESULT_RIL_ENCODING_ERR,109,,,, +?,30,android/telephony/SmsManager.RESULT_RIL_INTERNAL_ERR,113,,,, +?,30,android/telephony/SmsManager.RESULT_RIL_INVALID_ARGUMENTS,104,,,, +?,30,android/telephony/SmsManager.RESULT_RIL_INVALID_MODEM_STATE,115,,,, +?,30,android/telephony/SmsManager.RESULT_RIL_INVALID_SMS_FORMAT,107,,,, +?,30,android/telephony/SmsManager.RESULT_RIL_INVALID_SMSC_ADDRESS,110,,,, +?,30,android/telephony/SmsManager.RESULT_RIL_INVALID_STATE,103,,,, +?,30,android/telephony/SmsManager.RESULT_RIL_MODEM_ERR,111,,,, +?,30,android/telephony/SmsManager.RESULT_RIL_NETWORK_ERR,112,,,, +?,30,android/telephony/SmsManager.RESULT_RIL_NETWORK_NOT_READY,116,,,, +?,30,android/telephony/SmsManager.RESULT_RIL_NETWORK_REJECT,102,,,, +?,30,android/telephony/SmsManager.RESULT_RIL_NO_MEMORY,105,,,, +?,30,android/telephony/SmsManager.RESULT_RIL_NO_RESOURCES,118,,,, +?,30,android/telephony/SmsManager.RESULT_RIL_OPERATION_NOT_ALLOWED,117,,,, +?,30,android/telephony/SmsManager.RESULT_RIL_RADIO_NOT_AVAILABLE,100,,,, +?,30,android/telephony/SmsManager.RESULT_RIL_REQUEST_NOT_SUPPORTED,114,,,, +?,30,android/telephony/SmsManager.RESULT_RIL_REQUEST_RATE_LIMITED,106,,,, +?,30,android/telephony/SmsManager.RESULT_RIL_SIM_ABSENT,120,,,, +?,30,android/telephony/SmsManager.RESULT_RIL_SMS_SEND_FAIL_RETRY,101,,,, +?,30,android/telephony/SmsManager.RESULT_RIL_SYSTEM_ERR,108,,,, +?,30,android/telephony/SmsManager.RESULT_SMS_BLOCKED_DURING_EMERGENCY,29,,,, +?,30,android/telephony/SmsManager.RESULT_SMS_SEND_RETRY_FAILED,30,,,, +?,30,android/telephony/SmsManager.RESULT_SYSTEM_ERROR,15,,,, +?,30,android/telephony/SmsManager.RESULT_UNEXPECTED_EVENT_STOP_SENDING,28,,,, +E,10,android/telephony/SmsManager.STATUS_ON_ICC_FREE,0,Android.Telephony.SmsStatus,Free,keep, +E,10,android/telephony/SmsManager.STATUS_ON_ICC_READ,1,Android.Telephony.SmsStatus,Read,keep, +E,10,android/telephony/SmsManager.STATUS_ON_ICC_SENT,5,Android.Telephony.SmsStatus,Sent,keep, +E,10,android/telephony/SmsManager.STATUS_ON_ICC_UNREAD,3,Android.Telephony.SmsStatus,Unread,keep, +E,10,android/telephony/SmsManager.STATUS_ON_ICC_UNSENT,7,Android.Telephony.SmsStatus,Unsent,keep, +E,10,android/telephony/SmsMessage.ENCODING_16BIT,3,Android.Telephony.SmsEncoding,SixteenBit,keep, +E,10,android/telephony/SmsMessage.ENCODING_7BIT,1,Android.Telephony.SmsEncoding,SevenBit,keep, +E,10,android/telephony/SmsMessage.ENCODING_8BIT,2,Android.Telephony.SmsEncoding,EightBit,keep, +E,10,android/telephony/SmsMessage.ENCODING_UNKNOWN,0,Android.Telephony.SmsEncoding,Unknown,keep, +?,0,android/telephony/SmsMessage.MAX_USER_DATA_BYTES,140,,,, +?,0,android/telephony/SmsMessage.MAX_USER_DATA_BYTES_WITH_HEADER,134,,,, +?,0,android/telephony/SmsMessage.MAX_USER_DATA_SEPTETS,160,,,, +?,0,android/telephony/SmsMessage.MAX_USER_DATA_SEPTETS_WITH_HEADER,153,,,, +E,22,android/telephony/SubscriptionManager.DATA_ROAMING_DISABLE,0,Android.Telephony.DataRoamingMode,Disable,keep, +E,22,android/telephony/SubscriptionManager.DATA_ROAMING_ENABLE,1,Android.Telephony.DataRoamingMode,Enable,keep, +?,29,android/telephony/SubscriptionManager.DEFAULT_SUBSCRIPTION_ID,2147483647,,,, +?,29,android/telephony/SubscriptionManager.INVALID_SIM_SLOT_INDEX,-1,,,, +?,24,android/telephony/SubscriptionManager.INVALID_SUBSCRIPTION_ID,-1,,,, +E,29,android/telephony/SubscriptionManager.SUBSCRIPTION_TYPE_LOCAL_SIM,0,Android.Telephony.SubscriptionType,LocalSim,remove, +E,29,android/telephony/SubscriptionManager.SUBSCRIPTION_TYPE_REMOTE_SIM,1,Android.Telephony.SubscriptionType,RemoteSim,remove, +E,28,android/telephony/SubscriptionPlan.LIMIT_BEHAVIOR_BILLED,1,Android.Telephony.DataLimitBehavior,Billed,remove, +E,28,android/telephony/SubscriptionPlan.LIMIT_BEHAVIOR_DISABLED,0,Android.Telephony.DataLimitBehavior,Disabled,remove, +E,28,android/telephony/SubscriptionPlan.LIMIT_BEHAVIOR_THROTTLED,2,Android.Telephony.DataLimitBehavior,Throttled,remove, +E,28,android/telephony/SubscriptionPlan.LIMIT_BEHAVIOR_UNKNOWN,-1,Android.Telephony.DataLimitBehavior,Unknown,remove, +?,0,android/telephony/TelephonyDisplayInfo.OVERRIDE_NETWORK_TYPE_LTE_ADVANCED_PRO,2,,,, +?,0,android/telephony/TelephonyDisplayInfo.OVERRIDE_NETWORK_TYPE_LTE_CA,1,,,, +?,0,android/telephony/TelephonyDisplayInfo.OVERRIDE_NETWORK_TYPE_NONE,0,,,, +?,0,android/telephony/TelephonyDisplayInfo.OVERRIDE_NETWORK_TYPE_NR_NSA,3,,,, +?,0,android/telephony/TelephonyDisplayInfo.OVERRIDE_NETWORK_TYPE_NR_NSA_MMWAVE,4,,,, +E,29,android/telephony/TelephonyManager$CellInfoCallback.ERROR_MODEM_ERROR,2,Android.Telephony.TelephonyManagerErrorCode,ModemError,remove, +E,29,android/telephony/TelephonyManager$CellInfoCallback.ERROR_TIMEOUT,1,Android.Telephony.TelephonyManagerErrorCode,Timeout,remove, +E,24,android/telephony/TelephonyManager.APPTYPE_CSIM,4,Android.Telephony.UiccApplicationType,Csim,remove, +E,24,android/telephony/TelephonyManager.APPTYPE_ISIM,5,Android.Telephony.UiccApplicationType,Isim,remove, +E,24,android/telephony/TelephonyManager.APPTYPE_RUIM,3,Android.Telephony.UiccApplicationType,Ruim,remove, +E,24,android/telephony/TelephonyManager.APPTYPE_SIM,1,Android.Telephony.UiccApplicationType,Sim,remove, +E,24,android/telephony/TelephonyManager.APPTYPE_USIM,2,Android.Telephony.UiccApplicationType,Usim,remove, +E,24,android/telephony/TelephonyManager.AUTHTYPE_EAP_AKA,129,Android.Telephony.AutheenticationType,EapAka,remove, +E,24,android/telephony/TelephonyManager.AUTHTYPE_EAP_SIM,128,Android.Telephony.AutheenticationType,EapSim,remove, +E,10,android/telephony/TelephonyManager.CALL_STATE_IDLE,0,Android.Telephony.CallState,Idle,keep, +E,10,android/telephony/TelephonyManager.CALL_STATE_OFFHOOK,2,Android.Telephony.CallState,Offhook,keep, +E,10,android/telephony/TelephonyManager.CALL_STATE_RINGING,1,Android.Telephony.CallState,Ringing,keep, +?,28,android/telephony/TelephonyManager.CDMA_ROAMING_MODE_AFFILIATED,1,,,, +?,28,android/telephony/TelephonyManager.CDMA_ROAMING_MODE_ANY,2,,,, +?,28,android/telephony/TelephonyManager.CDMA_ROAMING_MODE_HOME,0,,,, +?,28,android/telephony/TelephonyManager.CDMA_ROAMING_MODE_RADIO_DEFAULT,-1,,,, +E,10,android/telephony/TelephonyManager.DATA_ACTIVITY_DORMANT,4,Android.Telephony.DataActivity,Dormant,keep, +E,10,android/telephony/TelephonyManager.DATA_ACTIVITY_IN,1,Android.Telephony.DataActivity,In,keep, +E,10,android/telephony/TelephonyManager.DATA_ACTIVITY_INOUT,3,Android.Telephony.DataActivity,Inout,keep, +E,10,android/telephony/TelephonyManager.DATA_ACTIVITY_NONE,0,Android.Telephony.DataActivity,None,keep, +E,10,android/telephony/TelephonyManager.DATA_ACTIVITY_OUT,2,Android.Telephony.DataActivity,Out,keep, +E,10,android/telephony/TelephonyManager.DATA_CONNECTED,2,Android.Telephony.DataConnectionStatus,Connected,keep, +E,10,android/telephony/TelephonyManager.DATA_CONNECTING,1,Android.Telephony.DataConnectionStatus,Connecting,keep, +E,10,android/telephony/TelephonyManager.DATA_DISCONNECTED,0,Android.Telephony.DataConnectionStatus,Disconnected,keep, +?,30,android/telephony/TelephonyManager.DATA_DISCONNECTING,4,,,, +E,10,android/telephony/TelephonyManager.DATA_SUSPENDED,3,Android.Telephony.DataConnectionStatus,Suspended,keep, +E,29,android/telephony/TelephonyManager.DATA_UNKNOWN,-1,Android.Telephony.DataConnectionStatus,Unknown,keep, +E,30,android/telephony/TelephonyManager.MODEM_COUNT_DUAL_MODEM,2,Android.Telephony.TelephonyManagerModemCountType,ModemCountDualModem,remove, +E,30,android/telephony/TelephonyManager.MODEM_COUNT_NO_MODEM,0,Android.Telephony.TelephonyManagerModemCountType,ModemCountNoModem,remove, +E,30,android/telephony/TelephonyManager.MODEM_COUNT_SINGLE_MODEM,1,Android.Telephony.TelephonyManagerModemCountType,ModemCountSingleModem,remove, +E,30,android/telephony/TelephonyManager.MODEM_COUNT_TRI_MODEM,3,Android.Telephony.TelephonyManagerModemCountType,ModemCountTriModem,remove, +E,29,android/telephony/TelephonyManager.MULTISIM_ALLOWED,0,Android.Telephony.MultiSimMode,Allowed,remove, +E,29,android/telephony/TelephonyManager.MULTISIM_NOT_SUPPORTED_BY_CARRIER,2,Android.Telephony.MultiSimMode,NotSupportedByCarrier,remove, +E,29,android/telephony/TelephonyManager.MULTISIM_NOT_SUPPORTED_BY_HARDWARE,1,Android.Telephony.MultiSimMode,NotSupportedByHardware,remove, +E,30,android/telephony/TelephonyManager.NETWORK_SELECTION_MODE_AUTO,1,Android.Telephony.TelephonyManagerNetworkSelectionModeType,NetworkSelectionModeAuto,remove, +E,30,android/telephony/TelephonyManager.NETWORK_SELECTION_MODE_MANUAL,2,Android.Telephony.TelephonyManagerNetworkSelectionModeType,NetworkSelectionModeManual,remove, +E,30,android/telephony/TelephonyManager.NETWORK_SELECTION_MODE_UNKNOWN,0,Android.Telephony.TelephonyManagerNetworkSelectionModeType,NetworkSelectionModeUnknown,remove, +E,10,android/telephony/TelephonyManager.NETWORK_TYPE_1xRTT,7,Android.Telephony.NetworkType,OneXrtt,keep, +E,10,android/telephony/TelephonyManager.NETWORK_TYPE_CDMA,4,Android.Telephony.NetworkType,Cdma,keep, +E,10,android/telephony/TelephonyManager.NETWORK_TYPE_EDGE,2,Android.Telephony.NetworkType,Edge,keep, +E,15,android/telephony/TelephonyManager.NETWORK_TYPE_EHRPD,14,Android.Telephony.NetworkType,Ehrpd,keep, +E,10,android/telephony/TelephonyManager.NETWORK_TYPE_EVDO_0,5,Android.Telephony.NetworkType,Evdo0,keep, +E,10,android/telephony/TelephonyManager.NETWORK_TYPE_EVDO_A,6,Android.Telephony.NetworkType,EvdoA,keep, +E,10,android/telephony/TelephonyManager.NETWORK_TYPE_EVDO_B,12,Android.Telephony.NetworkType,EvdoB,keep, +E,10,android/telephony/TelephonyManager.NETWORK_TYPE_GPRS,1,Android.Telephony.NetworkType,Gprs,keep, +E,25,android/telephony/TelephonyManager.NETWORK_TYPE_GSM,16,Android.Telephony.NetworkType,Gsm,keep, +E,10,android/telephony/TelephonyManager.NETWORK_TYPE_HSDPA,8,Android.Telephony.NetworkType,Hsdpa,keep, +E,10,android/telephony/TelephonyManager.NETWORK_TYPE_HSPA,10,Android.Telephony.NetworkType,Hspa,keep, +E,15,android/telephony/TelephonyManager.NETWORK_TYPE_HSPAP,15,Android.Telephony.NetworkType,Hspap,keep, +E,10,android/telephony/TelephonyManager.NETWORK_TYPE_HSUPA,9,Android.Telephony.NetworkType,Hsupa,keep, +E,10,android/telephony/TelephonyManager.NETWORK_TYPE_IDEN,11,Android.Telephony.NetworkType,Iden,keep, +E,25,android/telephony/TelephonyManager.NETWORK_TYPE_IWLAN,18,Android.Telephony.NetworkType,Iwlan,keep, +E,15,android/telephony/TelephonyManager.NETWORK_TYPE_LTE,13,Android.Telephony.NetworkType,Lte,keep, +E,29,android/telephony/TelephonyManager.NETWORK_TYPE_NR,20,Android.Telephony.NetworkType,Nr,keep, +E,25,android/telephony/TelephonyManager.NETWORK_TYPE_TD_SCDMA,17,Android.Telephony.NetworkType,TdScdma,keep, +E,10,android/telephony/TelephonyManager.NETWORK_TYPE_UMTS,3,Android.Telephony.NetworkType,Umts,keep, +E,10,android/telephony/TelephonyManager.NETWORK_TYPE_UNKNOWN,0,Android.Telephony.NetworkType,Unknown,keep, +E,10,android/telephony/TelephonyManager.PHONE_TYPE_CDMA,2,Android.Telephony.PhoneType,Cdma,keep, +E,10,android/telephony/TelephonyManager.PHONE_TYPE_GSM,1,Android.Telephony.PhoneType,Gsm,keep, +E,10,android/telephony/TelephonyManager.PHONE_TYPE_NONE,0,Android.Telephony.PhoneType,None,keep, +E,15,android/telephony/TelephonyManager.PHONE_TYPE_SIP,3,Android.Telephony.PhoneType,Sip,keep, +?,29,android/telephony/TelephonyManager.SET_OPPORTUNISTIC_SUB_INACTIVE_SUBSCRIPTION,2,,,, +?,30,android/telephony/TelephonyManager.SET_OPPORTUNISTIC_SUB_NO_OPPORTUNISTIC_SUB_AVAILABLE,3,,,, +?,30,android/telephony/TelephonyManager.SET_OPPORTUNISTIC_SUB_REMOTE_SERVICE_EXCEPTION,4,,,, +?,29,android/telephony/TelephonyManager.SET_OPPORTUNISTIC_SUB_SUCCESS,0,,,, +?,29,android/telephony/TelephonyManager.SET_OPPORTUNISTIC_SUB_VALIDATION_FAILED,1,,,, +E,10,android/telephony/TelephonyManager.SIM_STATE_ABSENT,1,Android.Telephony.SimState,Absent,keep, +E,26,android/telephony/TelephonyManager.SIM_STATE_CARD_IO_ERROR,8,Android.Telephony.SimState,CardIoError,keep, +E,26,android/telephony/TelephonyManager.SIM_STATE_CARD_RESTRICTED,9,Android.Telephony.SimState,CardRestricted,keep, +E,10,android/telephony/TelephonyManager.SIM_STATE_NETWORK_LOCKED,4,Android.Telephony.SimState,NetworkLocked,keep, +E,26,android/telephony/TelephonyManager.SIM_STATE_NOT_READY,6,Android.Telephony.SimState,NotReady,keep, +E,26,android/telephony/TelephonyManager.SIM_STATE_PERM_DISABLED,7,Android.Telephony.SimState,PermDisabled,keep, +E,10,android/telephony/TelephonyManager.SIM_STATE_PIN_REQUIRED,2,Android.Telephony.SimState,PinRequired,keep, +E,10,android/telephony/TelephonyManager.SIM_STATE_PUK_REQUIRED,3,Android.Telephony.SimState,PukRequired,keep, +E,10,android/telephony/TelephonyManager.SIM_STATE_READY,5,Android.Telephony.SimState,Ready,keep, +E,10,android/telephony/TelephonyManager.SIM_STATE_UNKNOWN,0,Android.Telephony.SimState,Unknown,keep, +?,29,android/telephony/TelephonyManager.UNINITIALIZED_CARD_ID,-2,,,, +?,28,android/telephony/TelephonyManager.UNKNOWN_CARRIER_ID,-1,,,, +?,29,android/telephony/TelephonyManager.UNSUPPORTED_CARD_ID,-1,,,, +?,29,android/telephony/TelephonyManager.UPDATE_AVAILABLE_NETWORKS_ABORTED,2,,,, +?,30,android/telephony/TelephonyManager.UPDATE_AVAILABLE_NETWORKS_DISABLE_MODEM_FAIL,5,,,, +?,30,android/telephony/TelephonyManager.UPDATE_AVAILABLE_NETWORKS_ENABLE_MODEM_FAIL,6,,,, +?,29,android/telephony/TelephonyManager.UPDATE_AVAILABLE_NETWORKS_INVALID_ARGUMENTS,3,,,, +?,30,android/telephony/TelephonyManager.UPDATE_AVAILABLE_NETWORKS_MULTIPLE_NETWORKS_NOT_SUPPORTED,7,,,, +?,29,android/telephony/TelephonyManager.UPDATE_AVAILABLE_NETWORKS_NO_CARRIER_PRIVILEGE,4,,,, +?,30,android/telephony/TelephonyManager.UPDATE_AVAILABLE_NETWORKS_NO_OPPORTUNISTIC_SUB_AVAILABLE,8,,,, +?,30,android/telephony/TelephonyManager.UPDATE_AVAILABLE_NETWORKS_REMOTE_SERVICE_EXCEPTION,9,,,, +?,30,android/telephony/TelephonyManager.UPDATE_AVAILABLE_NETWORKS_SERVICE_IS_DISABLED,10,,,, +?,29,android/telephony/TelephonyManager.UPDATE_AVAILABLE_NETWORKS_SUCCESS,0,,,, +?,29,android/telephony/TelephonyManager.UPDATE_AVAILABLE_NETWORKS_UNKNOWN_FAILURE,1,,,, +E,26,android/telephony/TelephonyManager.USSD_ERROR_SERVICE_UNAVAIL,-2,Android.Telephony.UssdResultCode,ErrorServiceUnavail,keep, +E,26,android/telephony/TelephonyManager.USSD_RETURN_FAILURE,-1,Android.Telephony.UssdResultCode,ReturnFailure,keep, +?,0,android/telephony/VisualVoicemailSmsFilterSettings.DESTINATION_PORT_ANY,-1,,,, +?,0,android/telephony/VisualVoicemailSmsFilterSettings.DESTINATION_PORT_DATA_SMS,-2,,,, +E,10,android/test/InstrumentationTestRunner.REPORT_VALUE_RESULT_ERROR,-1,Android.Test.TestResult,Error,keep, +E,10,android/test/InstrumentationTestRunner.REPORT_VALUE_RESULT_FAILURE,-2,Android.Test.TestResult,Failure,keep, +E,10,android/test/InstrumentationTestRunner.REPORT_VALUE_RESULT_OK,0,Android.Test.TestResult,Ok,keep, +E,10,android/test/InstrumentationTestRunner.REPORT_VALUE_RESULT_START,1,Android.Test.TestResult,Start,keep, +E,10,android/text/AndroidCharacter.EAST_ASIAN_WIDTH_AMBIGUOUS,1,Android.Text.EastAsianWidth,AsianWidthAmbiguous,remove, +E,10,android/text/AndroidCharacter.EAST_ASIAN_WIDTH_FULL_WIDTH,3,Android.Text.EastAsianWidth,AsianWidthFullWidth,remove, +E,10,android/text/AndroidCharacter.EAST_ASIAN_WIDTH_HALF_WIDTH,2,Android.Text.EastAsianWidth,AsianWidthHalfWidth,remove, +E,10,android/text/AndroidCharacter.EAST_ASIAN_WIDTH_NARROW,4,Android.Text.EastAsianWidth,AsianWidthNarrow,remove, +E,10,android/text/AndroidCharacter.EAST_ASIAN_WIDTH_NEUTRAL,0,Android.Text.EastAsianWidth,AsianWidthNeutral,remove, +E,10,android/text/AndroidCharacter.EAST_ASIAN_WIDTH_WIDE,5,Android.Text.EastAsianWidth,AsianWidthWide,remove, +E,10,android/text/format/DateUtils.FORMAT_12HOUR,64,Android.Text.Format.FormatStyleFlags,TwelveHour,keep,flags +E,10,android/text/format/DateUtils.FORMAT_24HOUR,128,Android.Text.Format.FormatStyleFlags,TwentyFourHour,keep,flags +E,10,android/text/format/DateUtils.FORMAT_ABBREV_ALL,524288,Android.Text.Format.FormatStyleFlags,AbbrevAll,keep,flags +E,10,android/text/format/DateUtils.FORMAT_ABBREV_MONTH,65536,Android.Text.Format.FormatStyleFlags,AbbrevMonth,keep,flags +E,10,android/text/format/DateUtils.FORMAT_ABBREV_RELATIVE,262144,Android.Text.Format.FormatStyleFlags,AbbrevRelative,keep,flags +E,10,android/text/format/DateUtils.FORMAT_ABBREV_TIME,16384,Android.Text.Format.FormatStyleFlags,AbbrevTime,keep,flags +E,10,android/text/format/DateUtils.FORMAT_ABBREV_WEEKDAY,32768,Android.Text.Format.FormatStyleFlags,AbbrevWeekday,keep,flags +E,10,android/text/format/DateUtils.FORMAT_CAP_AMPM,256,Android.Text.Format.FormatStyleFlags,CapAmpm,keep,flags +E,10,android/text/format/DateUtils.FORMAT_CAP_MIDNIGHT,4096,Android.Text.Format.FormatStyleFlags,CapMidnight,keep,flags +E,10,android/text/format/DateUtils.FORMAT_CAP_NOON,1024,Android.Text.Format.FormatStyleFlags,CapNoon,keep,flags +E,10,android/text/format/DateUtils.FORMAT_CAP_NOON_MIDNIGHT,5120,Android.Text.Format.FormatStyleFlags,CapNoonMidnight,keep,flags +E,10,android/text/format/DateUtils.FORMAT_NO_MIDNIGHT,2048,Android.Text.Format.FormatStyleFlags,NoMidnight,keep,flags +E,10,android/text/format/DateUtils.FORMAT_NO_MONTH_DAY,32,Android.Text.Format.FormatStyleFlags,NoMonthDay,keep,flags +E,10,android/text/format/DateUtils.FORMAT_NO_NOON,512,Android.Text.Format.FormatStyleFlags,NoNoon,keep,flags +E,10,android/text/format/DateUtils.FORMAT_NO_NOON_MIDNIGHT,2560,Android.Text.Format.FormatStyleFlags,NoNoonMidnight,keep,flags +E,10,android/text/format/DateUtils.FORMAT_NO_YEAR,8,Android.Text.Format.FormatStyleFlags,NoYear,keep,flags +E,10,android/text/format/DateUtils.FORMAT_NUMERIC_DATE,131072,Android.Text.Format.FormatStyleFlags,NumericDate,keep,flags +E,10,android/text/format/DateUtils.FORMAT_SHOW_DATE,16,Android.Text.Format.FormatStyleFlags,ShowDate,keep,flags +E,10,android/text/format/DateUtils.FORMAT_SHOW_TIME,1,Android.Text.Format.FormatStyleFlags,ShowTime,keep,flags +E,10,android/text/format/DateUtils.FORMAT_SHOW_WEEKDAY,2,Android.Text.Format.FormatStyleFlags,ShowWeekday,keep,flags +E,10,android/text/format/DateUtils.FORMAT_SHOW_YEAR,4,Android.Text.Format.FormatStyleFlags,ShowYear,keep,flags +E,10,android/text/format/DateUtils.FORMAT_UTC,8192,Android.Text.Format.FormatStyleFlags,Utc,keep,flags +E,10,android/text/format/DateUtils.LENGTH_LONG,10,Android.Text.Format.AbbreviationLength,Long,keep, +E,10,android/text/format/DateUtils.LENGTH_MEDIUM,20,Android.Text.Format.AbbreviationLength,Medium,keep, +E,10,android/text/format/DateUtils.LENGTH_SHORT,30,Android.Text.Format.AbbreviationLength,Short,keep, +E,10,android/text/format/DateUtils.LENGTH_SHORTER,40,Android.Text.Format.AbbreviationLength,Shorter,keep, +E,10,android/text/format/DateUtils.LENGTH_SHORTEST,50,Android.Text.Format.AbbreviationLength,Shortest,keep, +?,0,android/text/format/Time.EPOCH_JULIAN_DAY,2440588,,,, +E,10,android/text/format/Time.FRIDAY,5,Android.Text.Format.DayOfWeek,Friday,keep, +E,10,android/text/format/Time.HOUR,3,Android.Text.Format.TimeFormatValues,Hour,keep, +E,10,android/text/format/Time.MINUTE,2,Android.Text.Format.TimeFormatValues,Minute,keep, +E,10,android/text/format/Time.MONDAY,1,Android.Text.Format.DayOfWeek,Monday,keep, +E,15,android/text/format/Time.MONDAY_BEFORE_JULIAN_EPOCH,2440585,Android.Text.Format.DayOfWeek,MondayBeforeJulianEpoch,keep, +E,10,android/text/format/Time.MONTH,5,Android.Text.Format.TimeFormatValues,Month,keep, +E,10,android/text/format/Time.MONTH_DAY,4,Android.Text.Format.TimeFormatValues,MonthDay,keep, +E,10,android/text/format/Time.SATURDAY,6,Android.Text.Format.DayOfWeek,Saturday,keep, +E,10,android/text/format/Time.SECOND,1,Android.Text.Format.TimeFormatValues,Second,keep, +E,10,android/text/format/Time.SUNDAY,0,Android.Text.Format.DayOfWeek,Sunday,keep, +E,10,android/text/format/Time.THURSDAY,4,Android.Text.Format.DayOfWeek,Thursday,keep, +E,10,android/text/format/Time.TUESDAY,2,Android.Text.Format.DayOfWeek,Tuesday,keep, +E,10,android/text/format/Time.WEDNESDAY,3,Android.Text.Format.DayOfWeek,Wednesday,keep, +E,10,android/text/format/Time.WEEK_DAY,7,Android.Text.Format.TimeFormatValues,Weekday,keep, +E,10,android/text/format/Time.WEEK_NUM,9,Android.Text.Format.TimeFormatValues,WeekNum,keep, +E,10,android/text/format/Time.YEAR,6,Android.Text.Format.TimeFormatValues,Year,keep, +E,10,android/text/format/Time.YEAR_DAY,8,Android.Text.Format.TimeFormatValues,YearDay,keep, +E,24,android/text/Html.FROM_HTML_MODE_COMPACT,63,Android.Text.FromHtmlOptions,ModeCompact,remove, +E,24,android/text/Html.FROM_HTML_MODE_LEGACY,0,Android.Text.FromHtmlOptions,ModeLegacy,remove, +E,24,android/text/Html.FROM_HTML_OPTION_USE_CSS_COLORS,256,Android.Text.FromHtmlOptions,OptionUseCssColors,remove, +E,24,android/text/Html.FROM_HTML_SEPARATOR_LINE_BREAK_BLOCKQUOTE,32,Android.Text.FromHtmlOptions,SeparatorLineBreakBlockquote,remove, +E,24,android/text/Html.FROM_HTML_SEPARATOR_LINE_BREAK_DIV,16,Android.Text.FromHtmlOptions,SeparatorLineBreakDiv,remove, +E,24,android/text/Html.FROM_HTML_SEPARATOR_LINE_BREAK_HEADING,2,Android.Text.FromHtmlOptions,SeparatorLineBreakHeading,remove, +E,24,android/text/Html.FROM_HTML_SEPARATOR_LINE_BREAK_LIST,8,Android.Text.FromHtmlOptions,SeparatorLineBreakList,remove, +E,24,android/text/Html.FROM_HTML_SEPARATOR_LINE_BREAK_LIST_ITEM,4,Android.Text.FromHtmlOptions,SeparatorLineBreakListItem,remove, +E,24,android/text/Html.FROM_HTML_SEPARATOR_LINE_BREAK_PARAGRAPH,1,Android.Text.FromHtmlOptions,SeparatorLineBreakParagraph,remove, +E,24,android/text/Html.TO_HTML_PARAGRAPH_LINES_CONSECUTIVE,0,Android.Text.ToHtmlOptions,ParagraphLinesConsecutive,remove, +E,24,android/text/Html.TO_HTML_PARAGRAPH_LINES_INDIVIDUAL,1,Android.Text.ToHtmlOptions,ParagraphLinesIndividual,remove, +E,23,android/text/Layout.BREAK_STRATEGY_BALANCED,2,Android.Text.BreakStrategy,Balanced,keep, +E,23,android/text/Layout.BREAK_STRATEGY_HIGH_QUALITY,1,Android.Text.BreakStrategy,HighQuality,keep, +E,23,android/text/Layout.BREAK_STRATEGY_SIMPLE,0,Android.Text.BreakStrategy,Simple,keep, +E,10,android/text/Layout.DIR_LEFT_TO_RIGHT,1,Android.Text.TextLayoutDirection,LeftToRight,keep, +E,10,android/text/Layout.DIR_RIGHT_TO_LEFT,-1,Android.Text.TextLayoutDirection,RightToLeft,keep, +E,23,android/text/Layout.HYPHENATION_FREQUENCY_FULL,2,Android.Text.HyphenationFrequency,Full,keep, +E,23,android/text/Layout.HYPHENATION_FREQUENCY_NONE,0,Android.Text.HyphenationFrequency,None,keep, +E,23,android/text/Layout.HYPHENATION_FREQUENCY_NORMAL,1,Android.Text.HyphenationFrequency,Normal,keep, +E,26,android/text/Layout.JUSTIFICATION_MODE_INTER_WORD,1,Android.Text.JustificationMode,InterWord,keep, +E,26,android/text/Layout.JUSTIFICATION_MODE_NONE,0,Android.Text.JustificationMode,None,keep, +E,10,android/text/method/MetaKeyKeyListener.META_ALT_LOCKED,512,Android.Text.Method.MetaStates,AltLocked,keep, +E,10,android/text/method/MetaKeyKeyListener.META_ALT_ON,2,Android.Text.Method.MetaStates,AltOn,keep, +E,10,android/text/method/MetaKeyKeyListener.META_CAP_LOCKED,256,Android.Text.Method.MetaStates,CapLocked,keep, +E,10,android/text/method/MetaKeyKeyListener.META_SHIFT_ON,1,Android.Text.Method.MetaStates,ShiftOn,keep, +E,10,android/text/method/MetaKeyKeyListener.META_SYM_LOCKED,1024,Android.Text.Method.MetaStates,SymLocked,keep, +E,10,android/text/method/MetaKeyKeyListener.META_SYM_ON,4,Android.Text.Method.MetaStates,SymOn,keep, +?,0,android/text/style/BulletSpan.STANDARD_GAP_WIDTH,2,,,, +E,10,android/text/style/DynamicDrawableSpan.ALIGN_BASELINE,1,Android.Text.Style.SpanAlign,Baseline,keep, +E,10,android/text/style/DynamicDrawableSpan.ALIGN_BOTTOM,0,Android.Text.Style.SpanAlign,Bottom,keep, +E,29,android/text/style/DynamicDrawableSpan.ALIGN_CENTER,2,Android.Text.Style.SpanAlign,Center,keep, +?,18,android/text/style/EasyEditSpan.TEXT_DELETED,1,,,, +?,18,android/text/style/EasyEditSpan.TEXT_MODIFIED,2,,,, +?,28,android/text/style/QuoteSpan.STANDARD_COLOR,-16776961,,,, +?,28,android/text/style/QuoteSpan.STANDARD_GAP_WIDTH_PX,2,,,, +?,28,android/text/style/QuoteSpan.STANDARD_STRIPE_WIDTH_PX,2,,,, +E,15,android/text/style/SuggestionSpan.FLAG_AUTO_CORRECTION,4,Android.Text.Style.SuggestionSpanFlags,AutoCorrection,remove,flags +E,15,android/text/style/SuggestionSpan.FLAG_EASY_CORRECT,1,Android.Text.Style.SuggestionSpanFlags,EasyCorrect,remove,flags +E,15,android/text/style/SuggestionSpan.FLAG_MISSPELLED,2,Android.Text.Style.SuggestionSpanFlags,Misspelled,remove,flags +?,0,android/text/style/SuggestionSpan.SUGGESTIONS_MAX_SIZE,5,,,, +E,21,android/text/style/TtsSpan.MONTH_APRIL,3,Android.Text.Style.TtsSpanMonth,April,keep, +E,21,android/text/style/TtsSpan.MONTH_AUGUST,7,Android.Text.Style.TtsSpanMonth,August,keep, +E,21,android/text/style/TtsSpan.MONTH_DECEMBER,11,Android.Text.Style.TtsSpanMonth,December,keep, +E,21,android/text/style/TtsSpan.MONTH_FEBRUARY,1,Android.Text.Style.TtsSpanMonth,February,keep, +E,21,android/text/style/TtsSpan.MONTH_JANUARY,0,Android.Text.Style.TtsSpanMonth,January,keep, +E,21,android/text/style/TtsSpan.MONTH_JULY,6,Android.Text.Style.TtsSpanMonth,July,keep, +E,21,android/text/style/TtsSpan.MONTH_JUNE,5,Android.Text.Style.TtsSpanMonth,June,keep, +E,21,android/text/style/TtsSpan.MONTH_MARCH,2,Android.Text.Style.TtsSpanMonth,March,keep, +E,21,android/text/style/TtsSpan.MONTH_MAY,4,Android.Text.Style.TtsSpanMonth,May,keep, +E,21,android/text/style/TtsSpan.MONTH_NOVEMBER,10,Android.Text.Style.TtsSpanMonth,November,keep, +E,21,android/text/style/TtsSpan.MONTH_OCTOBER,9,Android.Text.Style.TtsSpanMonth,October,keep, +E,21,android/text/style/TtsSpan.MONTH_SEPTEMBER,8,Android.Text.Style.TtsSpanMonth,September,keep, +E,21,android/text/style/TtsSpan.WEEKDAY_FRIDAY,6,Android.Text.Style.TtsSpanWeekday,Friday,keep, +E,21,android/text/style/TtsSpan.WEEKDAY_MONDAY,2,Android.Text.Style.TtsSpanWeekday,Monday,keep, +E,21,android/text/style/TtsSpan.WEEKDAY_SATURDAY,7,Android.Text.Style.TtsSpanWeekday,Saturday,keep, +E,21,android/text/style/TtsSpan.WEEKDAY_SUNDAY,1,Android.Text.Style.TtsSpanWeekday,Sunday,keep, +E,21,android/text/style/TtsSpan.WEEKDAY_THURSDAY,5,Android.Text.Style.TtsSpanWeekday,Thursday,keep, +E,21,android/text/style/TtsSpan.WEEKDAY_TUESDAY,3,Android.Text.Style.TtsSpanWeekday,Tuesday,keep, +E,21,android/text/style/TtsSpan.WEEKDAY_WEDNESDAY,4,Android.Text.Style.TtsSpanWeekday,Wednesday,keep, +E,10,android/text/TextUtils.CAP_MODE_CHARACTERS,4096,Android.Text.CapitalizationMode,Characters,keep, +E,10,android/text/TextUtils.CAP_MODE_SENTENCES,16384,Android.Text.CapitalizationMode,Sentences,keep, +E,10,android/text/TextUtils.CAP_MODE_WORDS,8192,Android.Text.CapitalizationMode,Words,keep, +E,29,android/text/TextUtils.SAFE_STRING_FLAG_FIRST_LINE,4,Android.Text.SafeStringFlagMode,FirstLine,remove, +E,29,android/text/TextUtils.SAFE_STRING_FLAG_SINGLE_LINE,2,Android.Text.SafeStringFlagMode,SingleLine,remove, +E,29,android/text/TextUtils.SAFE_STRING_FLAG_TRIM,1,Android.Text.SafeStringFlagMode,Trim,remove, +E,10,android/text/util/Linkify.ALL,15,Android.Text.Util.MatchOptions,All,keep, +E,10,android/text/util/Linkify.EMAIL_ADDRESSES,2,Android.Text.Util.MatchOptions,EmailAddresses,keep, +E,10,android/text/util/Linkify.MAP_ADDRESSES,8,Android.Text.Util.MatchOptions,MapAddresses,keep, +E,10,android/text/util/Linkify.PHONE_NUMBERS,4,Android.Text.Util.MatchOptions,PhoneNumbers,keep, +E,10,android/text/util/Linkify.WEB_URLS,1,Android.Text.Util.MatchOptions,WebUrls,keep, +E,19,android/transition/Fade.IN,1,Android.Transitions.FadingMode,In,remove, +E,19,android/transition/Fade.OUT,2,Android.Transitions.FadingMode,Out,remove, +E,21,android/transition/Transition.MATCH_ID,3,Android.Transitions.MatchTarget,Id,remove, +E,21,android/transition/Transition.MATCH_INSTANCE,1,Android.Transitions.MatchTarget,Instance,remove, +E,21,android/transition/Transition.MATCH_ITEM_ID,4,Android.Transitions.MatchTarget,ItemId,remove, +E,21,android/transition/Transition.MATCH_NAME,2,Android.Transitions.MatchTarget,Name,remove, +E,19,android/transition/TransitionSet.ORDERING_SEQUENTIAL,1,Android.Transitions.TransitionOrdering,Sequential,remove, +E,19,android/transition/TransitionSet.ORDERING_TOGETHER,0,Android.Transitions.TransitionOrdering,Together,remove, +E,21,android/transition/Visibility.MODE_IN,1,Android.Transitions.VisibilityMode,In,keep, +E,21,android/transition/Visibility.MODE_OUT,2,Android.Transitions.VisibilityMode,Out,keep, +E,10,android/util/Base64.CRLF,4,Android.Util.Base64Flags,Crlf,remove,flags +E,10,android/util/Base64.DEFAULT,0,Android.Util.Base64Flags,Default,remove,flags +E,10,android/util/Base64.NO_CLOSE,16,Android.Util.Base64Flags,NoClose,remove,flags +E,10,android/util/Base64.NO_PADDING,1,Android.Util.Base64Flags,NoPadding,remove,flags +E,10,android/util/Base64.NO_WRAP,2,Android.Util.Base64Flags,NoWrap,remove,flags +E,10,android/util/Base64.URL_SAFE,8,Android.Util.Base64Flags,UrlSafe,remove,flags +E,29,android/util/DisplayMetrics.DENSITY_140,140,Android.Util.DisplayMetricsDensity,D140,remove, +E,29,android/util/DisplayMetrics.DENSITY_180,180,Android.Util.DisplayMetricsDensity,D180,remove, +E,29,android/util/DisplayMetrics.DENSITY_200,200,Android.Util.DisplayMetricsDensity,D200,remove, +E,29,android/util/DisplayMetrics.DENSITY_220,220,Android.Util.DisplayMetricsDensity,D220,remove, +E,25,android/util/DisplayMetrics.DENSITY_260,260,Android.Util.DisplayMetricsDensity,D260,remove, +E,22,android/util/DisplayMetrics.DENSITY_280,280,Android.Util.DisplayMetricsDensity,D280,remove, +E,25,android/util/DisplayMetrics.DENSITY_300,300,Android.Util.DisplayMetricsDensity,D300,remove, +E,25,android/util/DisplayMetrics.DENSITY_340,340,Android.Util.DisplayMetricsDensity,D340,remove, +E,23,android/util/DisplayMetrics.DENSITY_360,360,Android.Util.DisplayMetricsDensity,D360,remove, +E,19,android/util/DisplayMetrics.DENSITY_400,400,Android.Util.DisplayMetricsDensity,D400,remove, +E,23,android/util/DisplayMetrics.DENSITY_420,420,Android.Util.DisplayMetricsDensity,D420,remove, +E,28,android/util/DisplayMetrics.DENSITY_440,440,Android.Util.DisplayMetricsDensity,D440,remove, +?,30,android/util/DisplayMetrics.DENSITY_450,450,,,, +E,21,android/util/DisplayMetrics.DENSITY_560,560,Android.Util.DisplayMetricsDensity,D560,remove, +E,29,android/util/DisplayMetrics.DENSITY_600,600,Android.Util.DisplayMetricsDensity,D600,remove, +E,10,android/util/DisplayMetrics.DENSITY_DEFAULT,160,Android.Util.DisplayMetricsDensity,Default,remove, +E,10,android/util/DisplayMetrics.DENSITY_HIGH,240,Android.Util.DisplayMetricsDensity,High,remove, +E,10,android/util/DisplayMetrics.DENSITY_LOW,120,Android.Util.DisplayMetricsDensity,Low,remove, +E,10,android/util/DisplayMetrics.DENSITY_MEDIUM,160,Android.Util.DisplayMetricsDensity,Medium,remove, +E,15,android/util/DisplayMetrics.DENSITY_TV,213,Android.Util.DisplayMetricsDensity,Tv,remove, +E,10,android/util/DisplayMetrics.DENSITY_XHIGH,320,Android.Util.DisplayMetricsDensity,Xhigh,remove, +E,16,android/util/DisplayMetrics.DENSITY_XXHIGH,480,Android.Util.DisplayMetricsDensity,Xxhigh,remove, +E,18,android/util/DisplayMetrics.DENSITY_XXXHIGH,640,Android.Util.DisplayMetricsDensity,Xxxhigh,remove, +?,0,android/util/Half.MAX_EXPONENT,15,,,, +?,0,android/util/Half.MIN_EXPONENT,-14,,,, +?,0,android/util/Half.SIZE,16,,,, +E,19,android/util/LayoutDirection.INHERIT,2,Android.Util.LayoutDirections,Inherit,remove, +E,19,android/util/LayoutDirection.LOCALE,3,Android.Util.LayoutDirections,Locale,remove, +E,19,android/util/LayoutDirection.LTR,0,Android.Util.LayoutDirections,Ltr,remove, +E,19,android/util/LayoutDirection.RTL,1,Android.Util.LayoutDirections,Rtl,remove, +E,10,android/util/Log.ASSERT,7,Android.Util.LogPriority,Assert,keep, +E,10,android/util/Log.DEBUG,3,Android.Util.LogPriority,Debug,keep, +E,10,android/util/Log.ERROR,6,Android.Util.LogPriority,Error,keep, +E,10,android/util/Log.INFO,4,Android.Util.LogPriority,Info,keep, +E,10,android/util/Log.VERBOSE,2,Android.Util.LogPriority,Verbose,keep, +E,10,android/util/Log.WARN,5,Android.Util.LogPriority,Warn,keep, +?,0,android/util/proto/ProtoOutputStream.FIELD_COUNT_SHIFT,40,,,, +?,0,android/util/proto/ProtoOutputStream.FIELD_ID_SHIFT,3,,,, +?,0,android/util/proto/ProtoOutputStream.FIELD_TYPE_SHIFT,32,,,, +?,0,android/util/proto/ProtoOutputStream.WIRE_TYPE_END_GROUP,4,,,, +?,0,android/util/proto/ProtoOutputStream.WIRE_TYPE_FIXED32,5,,,, +?,0,android/util/proto/ProtoOutputStream.WIRE_TYPE_FIXED64,1,,,, +?,0,android/util/proto/ProtoOutputStream.WIRE_TYPE_LENGTH_DELIMITED,2,,,, +?,0,android/util/proto/ProtoOutputStream.WIRE_TYPE_MASK,7,,,, +?,0,android/util/proto/ProtoOutputStream.WIRE_TYPE_START_GROUP,3,,,, +?,0,android/util/proto/ProtoOutputStream.WIRE_TYPE_VARINT,0,,,, +E,10,android/util/TypedValue.COMPLEX_MANTISSA_MASK,16777215,Android.Util.ComplexType,MantissaMask,keep, +E,10,android/util/TypedValue.COMPLEX_MANTISSA_SHIFT,8,Android.Util.ComplexType,MantissaShift,keep, +E,10,android/util/TypedValue.COMPLEX_RADIX_0p23,3,Android.Util.ComplexType,Radix0p23,keep, +E,10,android/util/TypedValue.COMPLEX_RADIX_16p7,1,Android.Util.ComplexType,Radix16p7,keep, +E,10,android/util/TypedValue.COMPLEX_RADIX_23p0,0,Android.Util.ComplexType,Radix23p0,keep, +E,10,android/util/TypedValue.COMPLEX_RADIX_8p15,2,Android.Util.ComplexType,Radix8p15,keep, +E,10,android/util/TypedValue.COMPLEX_RADIX_MASK,3,Android.Util.ComplexType,RadixMask,keep, +E,10,android/util/TypedValue.COMPLEX_RADIX_SHIFT,4,Android.Util.ComplexType,RadixShift,keep, +E,10,android/util/TypedValue.COMPLEX_UNIT_DIP,1,Android.Util.ComplexUnitType,Dip,keep, +E,10,android/util/TypedValue.COMPLEX_UNIT_FRACTION,0,Android.Util.ComplexUnitType,Fraction,keep, +E,10,android/util/TypedValue.COMPLEX_UNIT_FRACTION_PARENT,1,Android.Util.ComplexUnitType,FractionParent,keep, +E,10,android/util/TypedValue.COMPLEX_UNIT_IN,4,Android.Util.ComplexUnitType,In,keep, +E,10,android/util/TypedValue.COMPLEX_UNIT_MASK,15,Android.Util.ComplexUnitType,Mask,keep, +E,10,android/util/TypedValue.COMPLEX_UNIT_MM,5,Android.Util.ComplexUnitType,Mm,keep, +E,10,android/util/TypedValue.COMPLEX_UNIT_PT,3,Android.Util.ComplexUnitType,Pt,keep, +E,10,android/util/TypedValue.COMPLEX_UNIT_PX,0,Android.Util.ComplexUnitType,Px,keep, +E,10,android/util/TypedValue.COMPLEX_UNIT_SHIFT,0,Android.Util.ComplexUnitType,Shift,keep, +E,10,android/util/TypedValue.COMPLEX_UNIT_SP,2,Android.Util.ComplexUnitType,Sp,keep, +?,22,android/util/TypedValue.DATA_NULL_EMPTY,1,,,, +?,22,android/util/TypedValue.DATA_NULL_UNDEFINED,0,,,, +?,0,android/util/TypedValue.DENSITY_DEFAULT,0,,,, +?,0,android/util/TypedValue.DENSITY_NONE,65535,,,, +E,10,android/util/TypedValue.TYPE_ATTRIBUTE,2,Android.Util.DataType,Attribute,keep, +E,10,android/util/TypedValue.TYPE_DIMENSION,5,Android.Util.DataType,Dimension,keep, +E,10,android/util/TypedValue.TYPE_FIRST_COLOR_INT,28,Android.Util.DataType,FirstColorInt,keep, +E,10,android/util/TypedValue.TYPE_FIRST_INT,16,Android.Util.DataType,FirstInt,keep, +E,10,android/util/TypedValue.TYPE_FLOAT,4,Android.Util.DataType,Float,keep, +E,10,android/util/TypedValue.TYPE_FRACTION,6,Android.Util.DataType,Fraction,keep, +E,10,android/util/TypedValue.TYPE_INT_BOOLEAN,18,Android.Util.DataType,IntBoolean,keep, +E,10,android/util/TypedValue.TYPE_INT_COLOR_ARGB4,30,Android.Util.DataType,IntColorArgb4,keep, +E,10,android/util/TypedValue.TYPE_INT_COLOR_ARGB8,28,Android.Util.DataType,IntColorArgb8,keep, +E,10,android/util/TypedValue.TYPE_INT_COLOR_RGB4,31,Android.Util.DataType,IntColorRgb4,keep, +E,10,android/util/TypedValue.TYPE_INT_COLOR_RGB8,29,Android.Util.DataType,IntColorRgb8,keep, +E,10,android/util/TypedValue.TYPE_INT_DEC,16,Android.Util.DataType,IntDec,keep, +E,10,android/util/TypedValue.TYPE_INT_HEX,17,Android.Util.DataType,IntHex,keep, +E,10,android/util/TypedValue.TYPE_LAST_COLOR_INT,31,Android.Util.DataType,LastColorInt,keep, +E,10,android/util/TypedValue.TYPE_LAST_INT,31,Android.Util.DataType,LastInt,keep, +E,10,android/util/TypedValue.TYPE_NULL,0,Android.Util.DataType,Null,keep, +E,10,android/util/TypedValue.TYPE_REFERENCE,1,Android.Util.DataType,Reference,keep, +E,10,android/util/TypedValue.TYPE_STRING,3,Android.Util.DataType,String,keep, +E,19,android/view/accessibility/AccessibilityEvent.CONTENT_CHANGE_TYPE_CONTENT_DESCRIPTION,4,Android.Views.Accessibility.ContentChangeTypes,ContentDescription,remove, +E,28,android/view/accessibility/AccessibilityEvent.CONTENT_CHANGE_TYPE_PANE_APPEARED,16,Android.Views.Accessibility.ContentChangeTypes,PaneAppeared,remove, +E,28,android/view/accessibility/AccessibilityEvent.CONTENT_CHANGE_TYPE_PANE_DISAPPEARED,32,Android.Views.Accessibility.ContentChangeTypes,PaneDisappeared,remove, +E,28,android/view/accessibility/AccessibilityEvent.CONTENT_CHANGE_TYPE_PANE_TITLE,8,Android.Views.Accessibility.ContentChangeTypes,PaneTitle,remove, +?,30,android/view/accessibility/AccessibilityEvent.CONTENT_CHANGE_TYPE_STATE_DESCRIPTION,64,,,, +E,19,android/view/accessibility/AccessibilityEvent.CONTENT_CHANGE_TYPE_SUBTREE,1,Android.Views.Accessibility.ContentChangeTypes,Subtree,remove, +E,19,android/view/accessibility/AccessibilityEvent.CONTENT_CHANGE_TYPE_TEXT,2,Android.Views.Accessibility.ContentChangeTypes,Text,remove, +E,19,android/view/accessibility/AccessibilityEvent.CONTENT_CHANGE_TYPE_UNDEFINED,0,Android.Views.Accessibility.ContentChangeTypes,Undefined,remove, +?,0,android/view/accessibility/AccessibilityEvent.INVALID_POSITION,-1,,,, +?,0,android/view/accessibility/AccessibilityEvent.MAX_TEXT_LENGTH,500,,,, +E,16,android/view/accessibility/AccessibilityEvent.TYPE_ANNOUNCEMENT,16384,Android.Views.Accessibility.EventTypes,Announcement,keep, +E,23,android/view/accessibility/AccessibilityEvent.TYPE_ASSIST_READING_CONTEXT,16777216,Android.Views.Accessibility.EventTypes,AssistReadingContext,keep, +E,17,android/view/accessibility/AccessibilityEvent.TYPE_GESTURE_DETECTION_END,524288,Android.Views.Accessibility.EventTypes,GestureDetectionEnd,keep, +E,17,android/view/accessibility/AccessibilityEvent.TYPE_GESTURE_DETECTION_START,262144,Android.Views.Accessibility.EventTypes,GestureDetectionStart,keep, +E,10,android/view/accessibility/AccessibilityEvent.TYPE_NOTIFICATION_STATE_CHANGED,64,Android.Views.Accessibility.EventTypes,NotificationStateChanged,keep, +E,15,android/view/accessibility/AccessibilityEvent.TYPE_TOUCH_EXPLORATION_GESTURE_END,1024,Android.Views.Accessibility.EventTypes,TouchExplorationGestureEnd,keep, +E,15,android/view/accessibility/AccessibilityEvent.TYPE_TOUCH_EXPLORATION_GESTURE_START,512,Android.Views.Accessibility.EventTypes,TouchExplorationGestureStart,keep, +E,17,android/view/accessibility/AccessibilityEvent.TYPE_TOUCH_INTERACTION_END,2097152,Android.Views.Accessibility.EventTypes,TouchInteractionEnd,keep, +E,17,android/view/accessibility/AccessibilityEvent.TYPE_TOUCH_INTERACTION_START,1048576,Android.Views.Accessibility.EventTypes,TouchInteractionStart,keep, +E,16,android/view/accessibility/AccessibilityEvent.TYPE_VIEW_ACCESSIBILITY_FOCUS_CLEARED,65536,Android.Views.Accessibility.EventTypes,ViewAccessibilityFocusCleared,keep, +E,16,android/view/accessibility/AccessibilityEvent.TYPE_VIEW_ACCESSIBILITY_FOCUSED,32768,Android.Views.Accessibility.EventTypes,ViewAccessibilityFocused,keep, +E,10,android/view/accessibility/AccessibilityEvent.TYPE_VIEW_CLICKED,1,Android.Views.Accessibility.EventTypes,ViewClicked,keep, +E,23,android/view/accessibility/AccessibilityEvent.TYPE_VIEW_CONTEXT_CLICKED,8388608,Android.Views.Accessibility.EventTypes,ViewContextClicked,keep, +E,10,android/view/accessibility/AccessibilityEvent.TYPE_VIEW_FOCUSED,8,Android.Views.Accessibility.EventTypes,ViewFocused,keep, +E,15,android/view/accessibility/AccessibilityEvent.TYPE_VIEW_HOVER_ENTER,128,Android.Views.Accessibility.EventTypes,ViewHoverEnter,keep, +E,15,android/view/accessibility/AccessibilityEvent.TYPE_VIEW_HOVER_EXIT,256,Android.Views.Accessibility.EventTypes,ViewHoverExit,keep, +E,10,android/view/accessibility/AccessibilityEvent.TYPE_VIEW_LONG_CLICKED,2,Android.Views.Accessibility.EventTypes,ViewLongClicked,keep, +E,15,android/view/accessibility/AccessibilityEvent.TYPE_VIEW_SCROLLED,4096,Android.Views.Accessibility.EventTypes,ViewScrolled,keep, +E,10,android/view/accessibility/AccessibilityEvent.TYPE_VIEW_SELECTED,4,Android.Views.Accessibility.EventTypes,ViewSelected,keep, +E,10,android/view/accessibility/AccessibilityEvent.TYPE_VIEW_TEXT_CHANGED,16,Android.Views.Accessibility.EventTypes,ViewTextChanged,keep, +E,15,android/view/accessibility/AccessibilityEvent.TYPE_VIEW_TEXT_SELECTION_CHANGED,8192,Android.Views.Accessibility.EventTypes,ViewTextSelectionChanged,keep, +E,16,android/view/accessibility/AccessibilityEvent.TYPE_VIEW_TEXT_TRAVERSED_AT_MOVEMENT_GRANULARITY,131072,Android.Views.Accessibility.EventTypes,ViewTextTraversedAtMovementGranularity,keep, +E,15,android/view/accessibility/AccessibilityEvent.TYPE_WINDOW_CONTENT_CHANGED,2048,Android.Views.Accessibility.EventTypes,WindowContentChanged,keep, +E,10,android/view/accessibility/AccessibilityEvent.TYPE_WINDOW_STATE_CHANGED,32,Android.Views.Accessibility.EventTypes,WindowStateChanged,keep, +E,21,android/view/accessibility/AccessibilityEvent.TYPE_WINDOWS_CHANGED,4194304,Android.Views.Accessibility.EventTypes,WindowsChanged,keep, +E,10,android/view/accessibility/AccessibilityEvent.TYPES_ALL_MASK,-1,Android.Views.Accessibility.EventTypes,AllMask,keep, +E,28,android/view/accessibility/AccessibilityEvent.WINDOWS_CHANGE_ACCESSIBILITY_FOCUSED,128,Android.Views.Accessibility.WindowsChange,AccessibilityFocused,remove, +E,28,android/view/accessibility/AccessibilityEvent.WINDOWS_CHANGE_ACTIVE,32,Android.Views.Accessibility.WindowsChange,Active,remove, +E,28,android/view/accessibility/AccessibilityEvent.WINDOWS_CHANGE_ADDED,1,Android.Views.Accessibility.WindowsChange,Added,remove, +E,28,android/view/accessibility/AccessibilityEvent.WINDOWS_CHANGE_BOUNDS,8,Android.Views.Accessibility.WindowsChange,Bounds,remove, +E,28,android/view/accessibility/AccessibilityEvent.WINDOWS_CHANGE_CHILDREN,512,Android.Views.Accessibility.WindowsChange,Children,remove, +E,28,android/view/accessibility/AccessibilityEvent.WINDOWS_CHANGE_FOCUSED,64,Android.Views.Accessibility.WindowsChange,Focused,remove, +E,28,android/view/accessibility/AccessibilityEvent.WINDOWS_CHANGE_LAYER,16,Android.Views.Accessibility.WindowsChange,Layer,remove, +E,28,android/view/accessibility/AccessibilityEvent.WINDOWS_CHANGE_PARENT,256,Android.Views.Accessibility.WindowsChange,Parent,remove, +E,28,android/view/accessibility/AccessibilityEvent.WINDOWS_CHANGE_PIP,1024,Android.Views.Accessibility.WindowsChange,Pip,remove, +E,28,android/view/accessibility/AccessibilityEvent.WINDOWS_CHANGE_REMOVED,2,Android.Views.Accessibility.WindowsChange,Removed,remove, +E,28,android/view/accessibility/AccessibilityEvent.WINDOWS_CHANGE_TITLE,4,Android.Views.Accessibility.WindowsChange,Title,remove, +E,29,android/view/accessibility/AccessibilityManager.FLAG_CONTENT_CONTROLS,4,Android.Views.Accessibility.ContentMode,Controls,remove, +E,29,android/view/accessibility/AccessibilityManager.FLAG_CONTENT_ICONS,1,Android.Views.Accessibility.ContentMode,Icons,remove, +E,29,android/view/accessibility/AccessibilityManager.FLAG_CONTENT_TEXT,2,Android.Views.Accessibility.ContentMode,Text,remove, +E,21,android/view/accessibility/AccessibilityNodeInfo$CollectionInfo.SELECTION_MODE_MULTIPLE,2,Android.Views.Accessibility.SelectionMode,Multiple,remove, +E,21,android/view/accessibility/AccessibilityNodeInfo$CollectionInfo.SELECTION_MODE_NONE,0,Android.Views.Accessibility.SelectionMode,None,remove, +E,21,android/view/accessibility/AccessibilityNodeInfo$CollectionInfo.SELECTION_MODE_SINGLE,1,Android.Views.Accessibility.SelectionMode,Single,remove, +E,19,android/view/accessibility/AccessibilityNodeInfo$RangeInfo.RANGE_TYPE_FLOAT,1,Android.Views.Accessibility.RangeType,Float,remove, +E,19,android/view/accessibility/AccessibilityNodeInfo$RangeInfo.RANGE_TYPE_INT,0,Android.Views.Accessibility.RangeType,Int,remove, +E,19,android/view/accessibility/AccessibilityNodeInfo$RangeInfo.RANGE_TYPE_PERCENT,2,Android.Views.Accessibility.RangeType,Percent,remove, +E,16,android/view/accessibility/AccessibilityNodeInfo.ACTION_ACCESSIBILITY_FOCUS,64,Android.Views.Accessibility.Action,AccessibilityFocus,remove,flags +E,16,android/view/accessibility/AccessibilityNodeInfo.ACTION_CLEAR_ACCESSIBILITY_FOCUS,128,Android.Views.Accessibility.Action,ClearAccessibilityFocus,remove,flags +E,15,android/view/accessibility/AccessibilityNodeInfo.ACTION_CLEAR_FOCUS,2,Android.Views.Accessibility.Action,ClearFocus,remove,flags +E,15,android/view/accessibility/AccessibilityNodeInfo.ACTION_CLEAR_SELECTION,8,Android.Views.Accessibility.Action,ClearSelection,remove,flags +E,16,android/view/accessibility/AccessibilityNodeInfo.ACTION_CLICK,16,Android.Views.Accessibility.Action,Click,remove,flags +E,19,android/view/accessibility/AccessibilityNodeInfo.ACTION_COLLAPSE,524288,Android.Views.Accessibility.Action,Collapse,remove,flags +E,18,android/view/accessibility/AccessibilityNodeInfo.ACTION_COPY,16384,Android.Views.Accessibility.Action,Copy,remove,flags +E,18,android/view/accessibility/AccessibilityNodeInfo.ACTION_CUT,65536,Android.Views.Accessibility.Action,Cut,remove,flags +E,19,android/view/accessibility/AccessibilityNodeInfo.ACTION_DISMISS,1048576,Android.Views.Accessibility.Action,Dismiss,remove,flags +E,19,android/view/accessibility/AccessibilityNodeInfo.ACTION_EXPAND,262144,Android.Views.Accessibility.Action,Expand,remove,flags +E,15,android/view/accessibility/AccessibilityNodeInfo.ACTION_FOCUS,1,Android.Views.Accessibility.Action,Focus,remove,flags +E,16,android/view/accessibility/AccessibilityNodeInfo.ACTION_LONG_CLICK,32,Android.Views.Accessibility.Action,LongClick,remove,flags +E,16,android/view/accessibility/AccessibilityNodeInfo.ACTION_NEXT_AT_MOVEMENT_GRANULARITY,256,Android.Views.Accessibility.Action,NextAtMovementGranularity,remove,flags +E,16,android/view/accessibility/AccessibilityNodeInfo.ACTION_NEXT_HTML_ELEMENT,1024,Android.Views.Accessibility.Action,NextHtmlElement,remove,flags +E,18,android/view/accessibility/AccessibilityNodeInfo.ACTION_PASTE,32768,Android.Views.Accessibility.Action,Paste,remove,flags +E,16,android/view/accessibility/AccessibilityNodeInfo.ACTION_PREVIOUS_AT_MOVEMENT_GRANULARITY,512,Android.Views.Accessibility.Action,PreviousAtMovementGranularity,remove,flags +E,16,android/view/accessibility/AccessibilityNodeInfo.ACTION_PREVIOUS_HTML_ELEMENT,2048,Android.Views.Accessibility.Action,PreviousHtmlElement,remove,flags +E,16,android/view/accessibility/AccessibilityNodeInfo.ACTION_SCROLL_BACKWARD,8192,Android.Views.Accessibility.Action,ScrollBackward,remove,flags +E,16,android/view/accessibility/AccessibilityNodeInfo.ACTION_SCROLL_FORWARD,4096,Android.Views.Accessibility.Action,ScrollForward,remove,flags +E,15,android/view/accessibility/AccessibilityNodeInfo.ACTION_SELECT,4,Android.Views.Accessibility.Action,Select,remove,flags +E,18,android/view/accessibility/AccessibilityNodeInfo.ACTION_SET_SELECTION,131072,Android.Views.Accessibility.Action,SetSelection,remove,flags +E,21,android/view/accessibility/AccessibilityNodeInfo.ACTION_SET_TEXT,2097152,Android.Views.Accessibility.Action,SetText,remove,flags +E,16,android/view/accessibility/AccessibilityNodeInfo.FOCUS_ACCESSIBILITY,2,Android.Views.Accessibility.NodeFocus,Accessibility,remove, +E,16,android/view/accessibility/AccessibilityNodeInfo.FOCUS_INPUT,1,Android.Views.Accessibility.NodeFocus,Input,remove, +E,16,android/view/accessibility/AccessibilityNodeInfo.MOVEMENT_GRANULARITY_CHARACTER,1,Android.Views.Accessibility.MovementGranularity,Character,remove, +E,16,android/view/accessibility/AccessibilityNodeInfo.MOVEMENT_GRANULARITY_LINE,4,Android.Views.Accessibility.MovementGranularity,Line,remove, +E,16,android/view/accessibility/AccessibilityNodeInfo.MOVEMENT_GRANULARITY_PAGE,16,Android.Views.Accessibility.MovementGranularity,Page,remove, +E,16,android/view/accessibility/AccessibilityNodeInfo.MOVEMENT_GRANULARITY_PARAGRAPH,8,Android.Views.Accessibility.MovementGranularity,Paragraph,remove, +E,16,android/view/accessibility/AccessibilityNodeInfo.MOVEMENT_GRANULARITY_WORD,2,Android.Views.Accessibility.MovementGranularity,Word,remove, +?,21,android/view/accessibility/AccessibilityNodeProvider.HOST_VIEW_ID,-1,,,, +E,27,android/view/accessibility/AccessibilityRequestPreparer.REQUEST_TYPE_EXTRA_DATA,1,Android.Views.Accessibility.AccessibilityRequestTypes,ExtraData,remove, +E,22,android/view/accessibility/AccessibilityWindowInfo.TYPE_ACCESSIBILITY_OVERLAY,4,Android.Views.Accessibility.AccessibilityWindowType,AccessibilityOverlay,remove, +E,21,android/view/accessibility/AccessibilityWindowInfo.TYPE_APPLICATION,1,Android.Views.Accessibility.AccessibilityWindowType,Application,remove, +E,21,android/view/accessibility/AccessibilityWindowInfo.TYPE_INPUT_METHOD,2,Android.Views.Accessibility.AccessibilityWindowType,InputMethod,remove, +E,24,android/view/accessibility/AccessibilityWindowInfo.TYPE_SPLIT_SCREEN_DIVIDER,5,Android.Views.Accessibility.AccessibilityWindowType,SplitScreenDivider,remove, +E,21,android/view/accessibility/AccessibilityWindowInfo.TYPE_SYSTEM,3,Android.Views.Accessibility.AccessibilityWindowType,System,remove, +E,21,android/view/accessibility/CaptioningManager$CaptionStyle.EDGE_TYPE_DEPRESSED,4,Android.Views.Accessibility.CaptionStyles,Depressed,remove, +E,19,android/view/accessibility/CaptioningManager$CaptionStyle.EDGE_TYPE_DROP_SHADOW,2,Android.Views.Accessibility.CaptionStyles,DropShadow,remove, +E,19,android/view/accessibility/CaptioningManager$CaptionStyle.EDGE_TYPE_NONE,0,Android.Views.Accessibility.CaptionStyles,None,remove, +E,19,android/view/accessibility/CaptioningManager$CaptionStyle.EDGE_TYPE_OUTLINE,1,Android.Views.Accessibility.CaptionStyles,Outline,remove, +E,21,android/view/accessibility/CaptioningManager$CaptionStyle.EDGE_TYPE_RAISED,3,Android.Views.Accessibility.CaptionStyles,Raised,remove, +E,21,android/view/accessibility/CaptioningManager$CaptionStyle.EDGE_TYPE_UNSPECIFIED,-1,Android.Views.Accessibility.CaptionStyles,Unspecified,remove, +?,23,android/view/ActionMode.DEFAULT_HIDE_DURATION,-1,,,, +E,23,android/view/ActionMode.TYPE_FLOATING,1,Android.Views.ActionModeType,Floating,keep, +E,23,android/view/ActionMode.TYPE_PRIMARY,0,Android.Views.ActionModeType,Primary,keep, +E,10,android/view/animation/Animation.ABSOLUTE,0,Android.Views.Animations.Dimension,Absolute,keep, +?,0,android/view/animation/Animation.INFINITE,-1,,,, +E,10,android/view/animation/Animation.RELATIVE_TO_PARENT,2,Android.Views.Animations.Dimension,RelativeToParent,keep, +E,10,android/view/animation/Animation.RELATIVE_TO_SELF,1,Android.Views.Animations.Dimension,RelativeToSelf,keep, +E,10,android/view/animation/Animation.RESTART,1,Android.Views.Animations.RepeatMode,Restart,keep, +E,10,android/view/animation/Animation.REVERSE,2,Android.Views.Animations.RepeatMode,Reverse,keep, +?,0,android/view/animation/Animation.START_ON_FIRST_FRAME,-1,,,, +E,10,android/view/animation/Animation.ZORDER_BOTTOM,-1,Android.Views.Animations.ContentZorder,Bottom,keep, +E,10,android/view/animation/Animation.ZORDER_NORMAL,0,Android.Views.Animations.ContentZorder,Normal,keep, +E,10,android/view/animation/Animation.ZORDER_TOP,1,Android.Views.Animations.ContentZorder,Top,keep, +E,10,android/view/animation/GridLayoutAnimationController.DIRECTION_BOTTOM_TO_TOP,2,Android.Views.Animations.Direction,BottomToTop,keep, +E,10,android/view/animation/GridLayoutAnimationController.DIRECTION_HORIZONTAL_MASK,1,Android.Views.Animations.Direction,HorizontalMask,keep, +E,10,android/view/animation/GridLayoutAnimationController.DIRECTION_LEFT_TO_RIGHT,0,Android.Views.Animations.Direction,LeftToRight,keep, +E,10,android/view/animation/GridLayoutAnimationController.DIRECTION_RIGHT_TO_LEFT,1,Android.Views.Animations.Direction,RightToLeft,keep, +E,10,android/view/animation/GridLayoutAnimationController.DIRECTION_TOP_TO_BOTTOM,0,Android.Views.Animations.Direction,TopToBottom,keep, +E,10,android/view/animation/GridLayoutAnimationController.DIRECTION_VERTICAL_MASK,2,Android.Views.Animations.Direction,VerticalMask,keep, +E,10,android/view/animation/GridLayoutAnimationController.PRIORITY_COLUMN,1,Android.Views.Animations.Priority,Column,keep, +E,10,android/view/animation/GridLayoutAnimationController.PRIORITY_NONE,0,Android.Views.Animations.Priority,None,keep, +E,10,android/view/animation/GridLayoutAnimationController.PRIORITY_ROW,2,Android.Views.Animations.Priority,Row,keep, +E,10,android/view/animation/LayoutAnimationController.ORDER_NORMAL,0,Android.Views.Animations.DelayOrder,Normal,keep, +E,10,android/view/animation/LayoutAnimationController.ORDER_RANDOM,2,Android.Views.Animations.DelayOrder,Random,keep, +E,10,android/view/animation/LayoutAnimationController.ORDER_REVERSE,1,Android.Views.Animations.DelayOrder,Reverse,keep, +E,10,android/view/animation/Transformation.TYPE_ALPHA,1,Android.Views.Animations.TransformationTypes,Alpha,keep, +E,10,android/view/animation/Transformation.TYPE_BOTH,3,Android.Views.Animations.TransformationTypes,Both,keep, +E,10,android/view/animation/Transformation.TYPE_IDENTITY,0,Android.Views.Animations.TransformationTypes,Identity,keep, +E,10,android/view/animation/Transformation.TYPE_MATRIX,2,Android.Views.Animations.TransformationTypes,Matrix,keep, +E,26,android/view/autofill/AutofillManager$AutofillCallback.EVENT_INPUT_HIDDEN,2,Android.Views.Autofill.AutofillEventType,InputHidden,keep, +E,26,android/view/autofill/AutofillManager$AutofillCallback.EVENT_INPUT_SHOWN,1,Android.Views.Autofill.AutofillEventType,InputShown,keep, +E,26,android/view/autofill/AutofillManager$AutofillCallback.EVENT_INPUT_UNAVAILABLE,3,Android.Views.Autofill.AutofillEventType,InputUnavailable,keep, +E,30,android/view/Callback.DISPATCH_MODE_CONTINUE_ON_SUBTREE,1,Android.Views.CallbackDispatchModeType,DispatchModeContinueOnSubtree,remove, +E,30,android/view/Callback.DISPATCH_MODE_STOP,0,Android.Views.CallbackDispatchModeType,DispatchModeStop,remove, +A,0,,0,Android.Views.ContentCaptures.ContentCaptureConditionFlags,None,remove, +E,29,android/view/contentcapture/ContentCaptureCondition.FLAG_IS_REGEX,2,Android.Views.ContentCaptures.ContentCaptureConditionFlags,FlagIsRegex,remove, +?,30,android/view/contentcapture/ContentCaptureManager.DATA_SHARE_ERROR_CONCURRENT_REQUEST,2,,,, +?,30,android/view/contentcapture/ContentCaptureManager.DATA_SHARE_ERROR_TIMEOUT_INTERRUPTED,3,,,, +?,30,android/view/contentcapture/ContentCaptureManager.DATA_SHARE_ERROR_UNKNOWN,1,,,, +A,0,,0,Android.Views.ContentCaptures.DataRemovalRequestFlags,None,remove, +E,29,android/view/contentcapture/DataRemovalRequest.FLAG_IS_PREFIX,1,Android.Views.ContentCaptures.DataRemovalRequestFlags,FlagIsPrefix,remove, +E,24,android/view/Display$HdrCapabilities.HDR_TYPE_DOLBY_VISION,1,Android.Views.HdrType,DolbyVision,remove, +E,24,android/view/Display$HdrCapabilities.HDR_TYPE_HDR10,2,Android.Views.HdrType,Hdr10,remove, +E,29,android/view/Display$HdrCapabilities.HDR_TYPE_HDR10_PLUS,4,Android.Views.HdrType,Hdr10Plus,remove, +E,24,android/view/Display$HdrCapabilities.HDR_TYPE_HLG,3,Android.Views.HdrType,Hlg,remove, +?,0,android/view/Display.DEFAULT_DISPLAY,0,,,, +A,0,,0,Android.Views.DisplayFlags,None,remove,flags +E,19,android/view/Display.FLAG_PRESENTATION,8,Android.Views.DisplayFlags,Presentation,remove,flags +E,19,android/view/Display.FLAG_PRIVATE,4,Android.Views.DisplayFlags,Private,remove,flags +E,23,android/view/Display.FLAG_ROUND,16,Android.Views.DisplayFlags,Round,remove,flags +E,17,android/view/Display.FLAG_SECURE,2,Android.Views.DisplayFlags,Secure,remove,flags +E,17,android/view/Display.FLAG_SUPPORTS_PROTECTED_BUFFERS,1,Android.Views.DisplayFlags,SupportsProtectedBuffers,remove,flags +?,23,android/view/Display.INVALID_DISPLAY,-1,,,, +E,21,android/view/Display.STATE_DOZE,3,Android.Views.DisplayState,Doze,keep, +E,21,android/view/Display.STATE_DOZE_SUSPEND,4,Android.Views.DisplayState,DozeSuspend,keep, +E,20,android/view/Display.STATE_DOZING,3,Android.Views.DisplayState,Dozing,keep, +E,20,android/view/Display.STATE_OFF,1,Android.Views.DisplayState,Off,keep, +E,20,android/view/Display.STATE_ON,2,Android.Views.DisplayState,On,keep, +E,28,android/view/Display.STATE_ON_SUSPEND,6,Android.Views.DisplayState,OnSuspend,keep, +E,20,android/view/Display.STATE_UNKNOWN,0,Android.Views.DisplayState,Unknown,keep, +E,26,android/view/Display.STATE_VR,5,Android.Views.DisplayState,Vr,keep, +E,15,android/view/DragEvent.ACTION_DRAG_ENDED,4,Android.Views.DragAction,Ended,keep, +E,15,android/view/DragEvent.ACTION_DRAG_ENTERED,5,Android.Views.DragAction,Entered,keep, +E,15,android/view/DragEvent.ACTION_DRAG_EXITED,6,Android.Views.DragAction,Exited,keep, +E,15,android/view/DragEvent.ACTION_DRAG_LOCATION,2,Android.Views.DragAction,Location,keep, +E,15,android/view/DragEvent.ACTION_DRAG_STARTED,1,Android.Views.DragAction,Started,keep, +E,15,android/view/DragEvent.ACTION_DROP,3,Android.Views.DragAction,Drop,keep, +E,24,android/view/FrameMetrics.ANIMATION_DURATION,2,Android.Views.FrameMetricsId,AnimationDuration,remove, +E,24,android/view/FrameMetrics.COMMAND_ISSUE_DURATION,6,Android.Views.FrameMetricsId,CommandIssueDuration,remove, +E,24,android/view/FrameMetrics.DRAW_DURATION,4,Android.Views.FrameMetricsId,DrawDuration,remove, +E,24,android/view/FrameMetrics.FIRST_DRAW_FRAME,9,Android.Views.FrameMetricsId,FirstDrawFrame,remove, +E,24,android/view/FrameMetrics.INPUT_HANDLING_DURATION,1,Android.Views.FrameMetricsId,InputHandlingDuration,remove, +E,26,android/view/FrameMetrics.INTENDED_VSYNC_TIMESTAMP,10,Android.Views.FrameMetricsId,IntendedVsyncTimestamp,remove, +E,24,android/view/FrameMetrics.LAYOUT_MEASURE_DURATION,3,Android.Views.FrameMetricsId,LayoutMeasureDuration,remove, +E,24,android/view/FrameMetrics.SWAP_BUFFERS_DURATION,7,Android.Views.FrameMetricsId,SwapBuffersDuration,remove, +E,24,android/view/FrameMetrics.SYNC_DURATION,5,Android.Views.FrameMetricsId,SyncDuration,remove, +E,24,android/view/FrameMetrics.TOTAL_DURATION,8,Android.Views.FrameMetricsId,TotalDuration,remove, +E,24,android/view/FrameMetrics.UNKNOWN_DELAY_DURATION,0,Android.Views.FrameMetricsId,UnknownDelayDuration,remove, +E,26,android/view/FrameMetrics.VSYNC_TIMESTAMP,11,Android.Views.FrameMetricsId,VsyncTimestamp,remove, +E,10,android/view/Gravity.AXIS_CLIP,8,Android.Views.GravityFlags,AxisClip,keep,flags +E,10,android/view/Gravity.AXIS_PULL_AFTER,4,Android.Views.GravityFlags,AxisPullAfter,keep,flags +E,10,android/view/Gravity.AXIS_PULL_BEFORE,2,Android.Views.GravityFlags,AxisPullBefore,keep,flags +E,10,android/view/Gravity.AXIS_SPECIFIED,1,Android.Views.GravityFlags,AxisSpecified,keep,flags +E,10,android/view/Gravity.AXIS_X_SHIFT,0,Android.Views.GravityFlags,AxisXShift,keep,flags +E,10,android/view/Gravity.AXIS_Y_SHIFT,4,Android.Views.GravityFlags,AxisYShift,keep,flags +E,10,android/view/Gravity.BOTTOM,80,Android.Views.GravityFlags,Bottom,keep,flags +E,10,android/view/Gravity.CENTER,17,Android.Views.GravityFlags,Center,keep,flags +E,10,android/view/Gravity.CENTER_HORIZONTAL,1,Android.Views.GravityFlags,CenterHorizontal,keep,flags +E,10,android/view/Gravity.CENTER_VERTICAL,16,Android.Views.GravityFlags,CenterVertical,keep,flags +E,10,android/view/Gravity.CLIP_HORIZONTAL,8,Android.Views.GravityFlags,ClipHorizontal,keep,flags +E,10,android/view/Gravity.CLIP_VERTICAL,128,Android.Views.GravityFlags,ClipVertical,keep,flags +E,10,android/view/Gravity.DISPLAY_CLIP_HORIZONTAL,16777216,Android.Views.GravityFlags,DisplayClipHorizontal,keep,flags +E,10,android/view/Gravity.DISPLAY_CLIP_VERTICAL,268435456,Android.Views.GravityFlags,DisplayClipVertical,keep,flags +E,15,android/view/Gravity.END,8388613,Android.Views.GravityFlags,End,keep,flags +E,10,android/view/Gravity.FILL,119,Android.Views.GravityFlags,Fill,keep,flags +E,10,android/view/Gravity.FILL_HORIZONTAL,7,Android.Views.GravityFlags,FillHorizontal,keep,flags +E,10,android/view/Gravity.FILL_VERTICAL,112,Android.Views.GravityFlags,FillVertical,keep,flags +E,10,android/view/Gravity.HORIZONTAL_GRAVITY_MASK,7,Android.Views.GravityFlags,HorizontalGravityMask,keep,flags +E,10,android/view/Gravity.LEFT,3,Android.Views.GravityFlags,Left,keep,flags +E,10,android/view/Gravity.NO_GRAVITY,0,Android.Views.GravityFlags,NoGravity,keep,flags +E,15,android/view/Gravity.RELATIVE_HORIZONTAL_GRAVITY_MASK,8388615,Android.Views.GravityFlags,RelativeHorizontalGravityMask,keep,flags +E,15,android/view/Gravity.RELATIVE_LAYOUT_DIRECTION,8388608,Android.Views.GravityFlags,RelativeLayoutDirection,keep,flags +E,10,android/view/Gravity.RIGHT,5,Android.Views.GravityFlags,Right,keep,flags +E,15,android/view/Gravity.START,8388611,Android.Views.GravityFlags,Start,keep,flags +E,10,android/view/Gravity.TOP,48,Android.Views.GravityFlags,Top,keep,flags +E,10,android/view/Gravity.VERTICAL_GRAVITY_MASK,112,Android.Views.GravityFlags,VerticalGravityMask,keep,flags +E,21,android/view/HapticFeedbackConstants.CLOCK_TICK,4,Android.Views.FeedbackConstants,ClockTick,remove, +?,30,android/view/HapticFeedbackConstants.CONFIRM,16,,,, +E,23,android/view/HapticFeedbackConstants.CONTEXT_CLICK,6,Android.Views.FeedbackConstants,ContextClick,remove, +E,10,android/view/HapticFeedbackConstants.FLAG_IGNORE_GLOBAL_SETTING,2,Android.Views.FeedbackFlags,IgnoreGlobalSetting,remove,flags +E,10,android/view/HapticFeedbackConstants.FLAG_IGNORE_VIEW_SETTING,1,Android.Views.FeedbackFlags,IgnoreViewSetting,remove,flags +?,30,android/view/HapticFeedbackConstants.GESTURE_END,13,,,, +?,30,android/view/HapticFeedbackConstants.GESTURE_START,12,,,, +E,27,android/view/HapticFeedbackConstants.KEYBOARD_PRESS,3,Android.Views.FeedbackConstants,KeyboardPress,remove, +E,27,android/view/HapticFeedbackConstants.KEYBOARD_RELEASE,7,Android.Views.FeedbackConstants,KeyboardRelease,remove, +E,10,android/view/HapticFeedbackConstants.KEYBOARD_TAP,3,Android.Views.FeedbackConstants,KeyboardTap,remove, +E,10,android/view/HapticFeedbackConstants.LONG_PRESS,0,Android.Views.FeedbackConstants,LongPress,remove, +?,30,android/view/HapticFeedbackConstants.REJECT,17,,,, +E,27,android/view/HapticFeedbackConstants.TEXT_HANDLE_MOVE,9,Android.Views.FeedbackConstants,TextHandleMove,remove, +E,10,android/view/HapticFeedbackConstants.VIRTUAL_KEY,1,Android.Views.FeedbackConstants,VirtualKey,remove, +E,27,android/view/HapticFeedbackConstants.VIRTUAL_KEY_RELEASE,8,Android.Views.FeedbackConstants,VirtualKeyRelease,remove, +E,10,android/view/InputDevice.KEYBOARD_TYPE_ALPHABETIC,2,Android.Views.InputKeyboardType,Alphabetic,remove, +E,10,android/view/InputDevice.KEYBOARD_TYPE_NON_ALPHABETIC,1,Android.Views.InputKeyboardType,NonAlphabetic,remove, +E,10,android/view/InputDevice.KEYBOARD_TYPE_NONE,0,Android.Views.InputKeyboardType,None,remove, +E,10,android/view/InputDevice.MOTION_RANGE_ORIENTATION,8,Android.Views.MotionRange,Orientation,remove, +E,10,android/view/InputDevice.MOTION_RANGE_PRESSURE,2,Android.Views.MotionRange,Pressure,remove, +E,10,android/view/InputDevice.MOTION_RANGE_SIZE,3,Android.Views.MotionRange,Size,remove, +E,10,android/view/InputDevice.MOTION_RANGE_TOOL_MAJOR,6,Android.Views.MotionRange,ToolMajor,remove, +E,10,android/view/InputDevice.MOTION_RANGE_TOOL_MINOR,7,Android.Views.MotionRange,ToolMinor,remove, +E,10,android/view/InputDevice.MOTION_RANGE_TOUCH_MAJOR,4,Android.Views.MotionRange,TouchMajor,remove, +E,10,android/view/InputDevice.MOTION_RANGE_TOUCH_MINOR,5,Android.Views.MotionRange,TouchMinor,remove, +E,10,android/view/InputDevice.MOTION_RANGE_X,0,Android.Views.MotionRange,X,remove, +E,10,android/view/InputDevice.MOTION_RANGE_Y,1,Android.Views.MotionRange,Y,remove, +E,10,android/view/InputDevice.SOURCE_ANY,-256,Android.Views.InputSourceType,Any,remove, +E,23,android/view/InputDevice.SOURCE_BLUETOOTH_STYLUS,49154,Android.Views.InputSourceType,BluetoothStylus,remove, +E,10,android/view/InputDevice.SOURCE_CLASS_BUTTON,1,Android.Views.InputSourceType,ClassButton,remove, +E,15,android/view/InputDevice.SOURCE_CLASS_JOYSTICK,16,Android.Views.InputSourceType,ClassJoystick,remove, +E,10,android/view/InputDevice.SOURCE_CLASS_MASK,255,Android.Views.InputSourceType,ClassMask,remove, +E,18,android/view/InputDevice.SOURCE_CLASS_NONE,0,Android.Views.InputSourceType,ClassNone,remove, +E,10,android/view/InputDevice.SOURCE_CLASS_POINTER,2,Android.Views.InputSourceType,ClassPointer,remove, +E,10,android/view/InputDevice.SOURCE_CLASS_POSITION,8,Android.Views.InputSourceType,ClassPosition,remove, +E,10,android/view/InputDevice.SOURCE_CLASS_TRACKBALL,4,Android.Views.InputSourceType,ClassTrackball,remove, +E,10,android/view/InputDevice.SOURCE_DPAD,513,Android.Views.InputSourceType,Dpad,remove, +E,15,android/view/InputDevice.SOURCE_GAMEPAD,1025,Android.Views.InputSourceType,Gamepad,remove, +E,21,android/view/InputDevice.SOURCE_HDMI,33554433,Android.Views.InputSourceType,Hdmi,remove, +E,15,android/view/InputDevice.SOURCE_JOYSTICK,16777232,Android.Views.InputSourceType,Joystick,remove, +E,10,android/view/InputDevice.SOURCE_KEYBOARD,257,Android.Views.InputSourceType,Keyboard,remove, +E,10,android/view/InputDevice.SOURCE_MOUSE,8194,Android.Views.InputSourceType,Mouse,remove, +E,26,android/view/InputDevice.SOURCE_MOUSE_RELATIVE,131076,Android.Views.InputSourceType,MouseRelative,remove, +E,26,android/view/InputDevice.SOURCE_ROTARY_ENCODER,4194304,Android.Views.InputSourceType,RotaryEncoder,remove, +E,15,android/view/InputDevice.SOURCE_STYLUS,16386,Android.Views.InputSourceType,Stylus,remove, +E,18,android/view/InputDevice.SOURCE_TOUCH_NAVIGATION,2097152,Android.Views.InputSourceType,TouchNavigation,remove, +E,10,android/view/InputDevice.SOURCE_TOUCHPAD,1048584,Android.Views.InputSourceType,Touchpad,remove, +E,10,android/view/InputDevice.SOURCE_TOUCHSCREEN,4098,Android.Views.InputSourceType,Touchscreen,remove, +E,10,android/view/InputDevice.SOURCE_TRACKBALL,65540,Android.Views.InputSourceType,Trackball,remove, +E,10,android/view/InputDevice.SOURCE_UNKNOWN,0,Android.Views.InputSourceType,Unknown,remove, +A,0,,0,Android.Views.InputMethods.CursorAnchorFlags,None,, +E,21,android/view/inputmethod/CursorAnchorInfo.FLAG_HAS_INVISIBLE_REGION,2,Android.Views.InputMethods.CursorAnchorFlags,HasInvisibleRegion,keep, +E,21,android/view/inputmethod/CursorAnchorInfo.FLAG_HAS_VISIBLE_REGION,1,Android.Views.InputMethods.CursorAnchorFlags,HasVisibleRegion,keep, +E,21,android/view/inputmethod/CursorAnchorInfo.FLAG_IS_RTL,4,Android.Views.InputMethods.CursorAnchorFlags,IsRtl,keep, +E,10,android/view/inputmethod/EditorInfo.IME_ACTION_DONE,6,Android.Views.InputMethods.ImeAction,Done,keep, +E,10,android/view/inputmethod/EditorInfo.IME_ACTION_GO,2,Android.Views.InputMethods.ImeAction,Go,keep, +E,10,android/view/inputmethod/EditorInfo.IME_ACTION_NEXT,5,Android.Views.InputMethods.ImeAction,Next,keep, +E,10,android/view/inputmethod/EditorInfo.IME_ACTION_NONE,1,Android.Views.InputMethods.ImeAction,None,keep, +E,15,android/view/inputmethod/EditorInfo.IME_ACTION_PREVIOUS,7,Android.Views.InputMethods.ImeAction,Previous,keep, +E,10,android/view/inputmethod/EditorInfo.IME_ACTION_SEARCH,3,Android.Views.InputMethods.ImeAction,Search,keep, +E,10,android/view/inputmethod/EditorInfo.IME_ACTION_SEND,4,Android.Views.InputMethods.ImeAction,Send,keep, +E,10,android/view/inputmethod/EditorInfo.IME_ACTION_UNSPECIFIED,0,Android.Views.InputMethods.ImeAction,Unspecified,keep, +E,16,android/view/inputmethod/EditorInfo.IME_FLAG_FORCE_ASCII,-2147483648,Android.Views.InputMethods.ImeFlags,ForceAscii,keep,flags +E,15,android/view/inputmethod/EditorInfo.IME_FLAG_NAVIGATE_NEXT,134217728,Android.Views.InputMethods.ImeFlags,NavigateNext,keep,flags +E,15,android/view/inputmethod/EditorInfo.IME_FLAG_NAVIGATE_PREVIOUS,67108864,Android.Views.InputMethods.ImeFlags,NavigatePrevious,keep,flags +E,10,android/view/inputmethod/EditorInfo.IME_FLAG_NO_ACCESSORY_ACTION,536870912,Android.Views.InputMethods.ImeFlags,NoAccessoryAction,keep,flags +E,10,android/view/inputmethod/EditorInfo.IME_FLAG_NO_ENTER_ACTION,1073741824,Android.Views.InputMethods.ImeFlags,NoEnterAction,keep,flags +E,10,android/view/inputmethod/EditorInfo.IME_FLAG_NO_EXTRACT_UI,268435456,Android.Views.InputMethods.ImeFlags,NoExtractUi,keep,flags +E,15,android/view/inputmethod/EditorInfo.IME_FLAG_NO_FULLSCREEN,33554432,Android.Views.InputMethods.ImeFlags,NoFullscreen,keep,flags +E,26,android/view/inputmethod/EditorInfo.IME_FLAG_NO_PERSONALIZED_LEARNING,16777216,Android.Views.InputMethods.ImeFlags,NoPersonalizedLearning,keep,flags +E,10,android/view/inputmethod/EditorInfo.IME_MASK_ACTION,255,Android.Views.InputMethods.ImeAction,ImeMaskAction,keep, +E,10,android/view/inputmethod/EditorInfo.IME_NULL,0,Android.Views.InputMethods.ImeAction,ImeNull,keep, +E,10,android/view/inputmethod/ExtractedText.FLAG_SELECTING,2,Android.Views.InputMethods.ExtractedTextFlags,Selecting,keep,flags +E,10,android/view/inputmethod/ExtractedText.FLAG_SINGLE_LINE,1,Android.Views.InputMethods.ExtractedTextFlags,SingleLine,keep,flags +?,0,android/view/inputmethod/InlineSuggestionsRequest.SUGGESTION_COUNT_UNLIMITED,2147483647,,,, +A,0,,0,Android.Views.InputMethods.HideSoftInputFlags,None,,flags +E,10,android/view/inputmethod/InputMethodManager.HIDE_IMPLICIT_ONLY,1,Android.Views.InputMethods.HideSoftInputFlags,ImplicitOnly,keep,flags +E,10,android/view/inputmethod/InputMethodManager.HIDE_NOT_ALWAYS,2,Android.Views.InputMethods.HideSoftInputFlags,NotAlways,keep,flags +E,10,android/view/inputmethod/InputMethodManager.RESULT_HIDDEN,3,Android.Views.InputMethods.InputMethodResults,Hidden,keep, +E,10,android/view/inputmethod/InputMethodManager.RESULT_SHOWN,2,Android.Views.InputMethods.InputMethodResults,Shown,keep, +E,10,android/view/inputmethod/InputMethodManager.RESULT_UNCHANGED_HIDDEN,1,Android.Views.InputMethods.InputMethodResults,UnchangedHidden,keep, +E,10,android/view/inputmethod/InputMethodManager.RESULT_UNCHANGED_SHOWN,0,Android.Views.InputMethods.InputMethodResults,UnchangedShown,keep, +E,10,android/view/inputmethod/InputMethodManager.SHOW_FORCED,2,Android.Views.InputMethods.ShowFlags,Forced,remove,flags +E,10,android/view/inputmethod/InputMethodManager.SHOW_IMPLICIT,1,Android.Views.InputMethods.ShowFlags,Implicit,remove,flags +?,0,android/view/KeyCharacterMap$KeyData.META_LENGTH,4,,,, +E,10,android/view/KeyCharacterMap.ALPHA,3,Android.Views.KeyboardType,Alpha,keep, +E,10,android/view/KeyCharacterMap.BUILT_IN_KEYBOARD,0,Android.Views.KeyboardType,BuiltInKeyboard,keep, +?,0,android/view/KeyCharacterMap.COMBINING_ACCENT,-2147483648,,,, +?,0,android/view/KeyCharacterMap.COMBINING_ACCENT_MASK,2147483647,,,, +E,15,android/view/KeyCharacterMap.FULL,4,Android.Views.KeyboardType,Full,keep, +E,15,android/view/KeyCharacterMap.MODIFIER_BEHAVIOR_CHORDED,0,Android.Views.KeyModifierBehavior,Chorded,keep, +E,15,android/view/KeyCharacterMap.MODIFIER_BEHAVIOR_CHORDED_OR_TOGGLED,1,Android.Views.KeyModifierBehavior,ChordedOrToggled,keep, +E,10,android/view/KeyCharacterMap.NUMERIC,1,Android.Views.KeyboardType,Numeric,keep, +E,10,android/view/KeyCharacterMap.PREDICTIVE,2,Android.Views.KeyboardType,Predictive,keep, +E,15,android/view/KeyCharacterMap.SPECIAL_FUNCTION,5,Android.Views.KeyboardType,SpecialFunction,keep, +E,15,android/view/KeyCharacterMap.VIRTUAL_KEYBOARD,-1,Android.Views.KeyboardType,VirtualKeyboard,keep, +E,10,android/view/KeyEvent.ACTION_DOWN,0,Android.Views.KeyEventActions,Down,keep, +E,10,android/view/KeyEvent.ACTION_MULTIPLE,2,Android.Views.KeyEventActions,Multiple,keep, +E,10,android/view/KeyEvent.ACTION_UP,1,Android.Views.KeyEventActions,Up,keep, +E,10,android/view/KeyEvent.FLAG_CANCELED,32,Android.Views.KeyEventFlags,Canceled,keep,flags +E,10,android/view/KeyEvent.FLAG_CANCELED_LONG_PRESS,256,Android.Views.KeyEventFlags,CanceledLongPress,keep,flags +E,10,android/view/KeyEvent.FLAG_EDITOR_ACTION,16,Android.Views.KeyEventFlags,EditorAction,keep,flags +E,15,android/view/KeyEvent.FLAG_FALLBACK,1024,Android.Views.KeyEventFlags,Fallback,keep,flags +E,10,android/view/KeyEvent.FLAG_FROM_SYSTEM,8,Android.Views.KeyEventFlags,FromSystem,keep,flags +E,10,android/view/KeyEvent.FLAG_KEEP_TOUCH_MODE,4,Android.Views.KeyEventFlags,KeepTouchMode,keep,flags +E,10,android/view/KeyEvent.FLAG_LONG_PRESS,128,Android.Views.KeyEventFlags,LongPress,keep,flags +E,10,android/view/KeyEvent.FLAG_SOFT_KEYBOARD,2,Android.Views.KeyEventFlags,SoftKeyboard,keep,flags +E,10,android/view/KeyEvent.FLAG_TRACKING,512,Android.Views.KeyEventFlags,Tracking,keep,flags +E,10,android/view/KeyEvent.FLAG_VIRTUAL_HARD_KEY,64,Android.Views.KeyEventFlags,VirtualHardKey,keep,flags +E,10,android/view/KeyEvent.FLAG_WOKE_HERE,1,Android.Views.KeyEventFlags,WokeHere,keep,flags +E,10,android/view/KeyEvent.KEYCODE_0,7,Android.Views.Keycode,Num0,keep, +E,10,android/view/KeyEvent.KEYCODE_1,8,Android.Views.Keycode,Num1,keep, +E,21,android/view/KeyEvent.KEYCODE_11,227,Android.Views.Keycode,K11,keep, +E,21,android/view/KeyEvent.KEYCODE_12,228,Android.Views.Keycode,K12,keep, +E,10,android/view/KeyEvent.KEYCODE_2,9,Android.Views.Keycode,Num2,keep, +E,10,android/view/KeyEvent.KEYCODE_3,10,Android.Views.Keycode,Num3,keep, +E,15,android/view/KeyEvent.KEYCODE_3D_MODE,206,Android.Views.Keycode,ThreeDMode,keep, +E,10,android/view/KeyEvent.KEYCODE_4,11,Android.Views.Keycode,Num4,keep, +E,10,android/view/KeyEvent.KEYCODE_5,12,Android.Views.Keycode,Num5,keep, +E,10,android/view/KeyEvent.KEYCODE_6,13,Android.Views.Keycode,Num6,keep, +E,10,android/view/KeyEvent.KEYCODE_7,14,Android.Views.Keycode,Num7,keep, +E,10,android/view/KeyEvent.KEYCODE_8,15,Android.Views.Keycode,Num8,keep, +E,10,android/view/KeyEvent.KEYCODE_9,16,Android.Views.Keycode,Num9,keep, +E,10,android/view/KeyEvent.KEYCODE_A,29,Android.Views.Keycode,A,keep, +E,28,android/view/KeyEvent.KEYCODE_ALL_APPS,284,Android.Views.Keycode,AllApps,keep, +E,10,android/view/KeyEvent.KEYCODE_ALT_LEFT,57,Android.Views.Keycode,AltLeft,keep, +E,10,android/view/KeyEvent.KEYCODE_ALT_RIGHT,58,Android.Views.Keycode,AltRight,keep, +E,10,android/view/KeyEvent.KEYCODE_APOSTROPHE,75,Android.Views.Keycode,Apostrophe,keep, +E,15,android/view/KeyEvent.KEYCODE_APP_SWITCH,187,Android.Views.Keycode,AppSwitch,keep, +E,16,android/view/KeyEvent.KEYCODE_ASSIST,219,Android.Views.Keycode,Assist,keep, +E,10,android/view/KeyEvent.KEYCODE_AT,77,Android.Views.Keycode,At,keep, +E,15,android/view/KeyEvent.KEYCODE_AVR_INPUT,182,Android.Views.Keycode,AvrInput,keep, +E,15,android/view/KeyEvent.KEYCODE_AVR_POWER,181,Android.Views.Keycode,AvrPower,keep, +E,10,android/view/KeyEvent.KEYCODE_B,30,Android.Views.Keycode,B,keep, +E,10,android/view/KeyEvent.KEYCODE_BACK,4,Android.Views.Keycode,Back,keep, +E,10,android/view/KeyEvent.KEYCODE_BACKSLASH,73,Android.Views.Keycode,Backslash,keep, +E,15,android/view/KeyEvent.KEYCODE_BOOKMARK,174,Android.Views.Keycode,Bookmark,keep, +E,15,android/view/KeyEvent.KEYCODE_BREAK,121,Android.Views.Keycode,Break,keep, +E,18,android/view/KeyEvent.KEYCODE_BRIGHTNESS_DOWN,220,Android.Views.Keycode,BrightnessDown,keep, +E,18,android/view/KeyEvent.KEYCODE_BRIGHTNESS_UP,221,Android.Views.Keycode,BrightnessUp,keep, +E,15,android/view/KeyEvent.KEYCODE_BUTTON_1,188,Android.Views.Keycode,Button1,keep, +E,15,android/view/KeyEvent.KEYCODE_BUTTON_10,197,Android.Views.Keycode,Button10,keep, +E,15,android/view/KeyEvent.KEYCODE_BUTTON_11,198,Android.Views.Keycode,Button11,keep, +E,15,android/view/KeyEvent.KEYCODE_BUTTON_12,199,Android.Views.Keycode,Button12,keep, +E,15,android/view/KeyEvent.KEYCODE_BUTTON_13,200,Android.Views.Keycode,Button13,keep, +E,15,android/view/KeyEvent.KEYCODE_BUTTON_14,201,Android.Views.Keycode,Button14,keep, +E,15,android/view/KeyEvent.KEYCODE_BUTTON_15,202,Android.Views.Keycode,Button15,keep, +E,15,android/view/KeyEvent.KEYCODE_BUTTON_16,203,Android.Views.Keycode,Button16,keep, +E,15,android/view/KeyEvent.KEYCODE_BUTTON_2,189,Android.Views.Keycode,Button2,keep, +E,15,android/view/KeyEvent.KEYCODE_BUTTON_3,190,Android.Views.Keycode,Button3,keep, +E,15,android/view/KeyEvent.KEYCODE_BUTTON_4,191,Android.Views.Keycode,Button4,keep, +E,15,android/view/KeyEvent.KEYCODE_BUTTON_5,192,Android.Views.Keycode,Button5,keep, +E,15,android/view/KeyEvent.KEYCODE_BUTTON_6,193,Android.Views.Keycode,Button6,keep, +E,15,android/view/KeyEvent.KEYCODE_BUTTON_7,194,Android.Views.Keycode,Button7,keep, +E,15,android/view/KeyEvent.KEYCODE_BUTTON_8,195,Android.Views.Keycode,Button8,keep, +E,15,android/view/KeyEvent.KEYCODE_BUTTON_9,196,Android.Views.Keycode,Button9,keep, +E,10,android/view/KeyEvent.KEYCODE_BUTTON_A,96,Android.Views.Keycode,ButtonA,keep, +E,10,android/view/KeyEvent.KEYCODE_BUTTON_B,97,Android.Views.Keycode,ButtonB,keep, +E,10,android/view/KeyEvent.KEYCODE_BUTTON_C,98,Android.Views.Keycode,ButtonC,keep, +E,10,android/view/KeyEvent.KEYCODE_BUTTON_L1,102,Android.Views.Keycode,ButtonL1,keep, +E,10,android/view/KeyEvent.KEYCODE_BUTTON_L2,104,Android.Views.Keycode,ButtonL2,keep, +E,10,android/view/KeyEvent.KEYCODE_BUTTON_MODE,110,Android.Views.Keycode,ButtonMode,keep, +E,10,android/view/KeyEvent.KEYCODE_BUTTON_R1,103,Android.Views.Keycode,ButtonR1,keep, +E,10,android/view/KeyEvent.KEYCODE_BUTTON_R2,105,Android.Views.Keycode,ButtonR2,keep, +E,10,android/view/KeyEvent.KEYCODE_BUTTON_SELECT,109,Android.Views.Keycode,ButtonSelect,keep, +E,10,android/view/KeyEvent.KEYCODE_BUTTON_START,108,Android.Views.Keycode,ButtonStart,keep, +E,10,android/view/KeyEvent.KEYCODE_BUTTON_THUMBL,106,Android.Views.Keycode,ButtonThumbl,keep, +E,10,android/view/KeyEvent.KEYCODE_BUTTON_THUMBR,107,Android.Views.Keycode,ButtonThumbr,keep, +E,10,android/view/KeyEvent.KEYCODE_BUTTON_X,99,Android.Views.Keycode,ButtonX,keep, +E,10,android/view/KeyEvent.KEYCODE_BUTTON_Y,100,Android.Views.Keycode,ButtonY,keep, +E,10,android/view/KeyEvent.KEYCODE_BUTTON_Z,101,Android.Views.Keycode,ButtonZ,keep, +E,10,android/view/KeyEvent.KEYCODE_C,31,Android.Views.Keycode,C,keep, +E,15,android/view/KeyEvent.KEYCODE_CALCULATOR,210,Android.Views.Keycode,Calculator,keep, +E,15,android/view/KeyEvent.KEYCODE_CALENDAR,208,Android.Views.Keycode,Calendar,keep, +E,10,android/view/KeyEvent.KEYCODE_CALL,5,Android.Views.Keycode,Call,keep, +E,10,android/view/KeyEvent.KEYCODE_CAMERA,27,Android.Views.Keycode,Camera,keep, +E,15,android/view/KeyEvent.KEYCODE_CAPS_LOCK,115,Android.Views.Keycode,CapsLock,keep, +E,15,android/view/KeyEvent.KEYCODE_CAPTIONS,175,Android.Views.Keycode,Captions,keep, +E,15,android/view/KeyEvent.KEYCODE_CHANNEL_DOWN,167,Android.Views.Keycode,ChannelDown,keep, +E,15,android/view/KeyEvent.KEYCODE_CHANNEL_UP,166,Android.Views.Keycode,ChannelUp,keep, +E,10,android/view/KeyEvent.KEYCODE_CLEAR,28,Android.Views.Keycode,Clear,keep, +E,10,android/view/KeyEvent.KEYCODE_COMMA,55,Android.Views.Keycode,Comma,keep, +E,15,android/view/KeyEvent.KEYCODE_CONTACTS,207,Android.Views.Keycode,Contacts,keep, +E,24,android/view/KeyEvent.KEYCODE_COPY,278,Android.Views.Keycode,Copy,keep, +E,15,android/view/KeyEvent.KEYCODE_CTRL_LEFT,113,Android.Views.Keycode,CtrlLeft,keep, +E,15,android/view/KeyEvent.KEYCODE_CTRL_RIGHT,114,Android.Views.Keycode,CtrlRight,keep, +E,24,android/view/KeyEvent.KEYCODE_CUT,277,Android.Views.Keycode,Cut,keep, +E,10,android/view/KeyEvent.KEYCODE_D,32,Android.Views.Keycode,D,keep, +E,10,android/view/KeyEvent.KEYCODE_DEL,67,Android.Views.Keycode,Del,keep, +E,10,android/view/KeyEvent.KEYCODE_DPAD_CENTER,23,Android.Views.Keycode,DpadCenter,keep, +E,10,android/view/KeyEvent.KEYCODE_DPAD_DOWN,20,Android.Views.Keycode,DpadDown,keep, +E,24,android/view/KeyEvent.KEYCODE_DPAD_DOWN_LEFT,269,Android.Views.Keycode,DpadDownLeft,keep, +E,24,android/view/KeyEvent.KEYCODE_DPAD_DOWN_RIGHT,271,Android.Views.Keycode,DpadDownRight,keep, +E,10,android/view/KeyEvent.KEYCODE_DPAD_LEFT,21,Android.Views.Keycode,DpadLeft,keep, +E,10,android/view/KeyEvent.KEYCODE_DPAD_RIGHT,22,Android.Views.Keycode,DpadRight,keep, +E,10,android/view/KeyEvent.KEYCODE_DPAD_UP,19,Android.Views.Keycode,DpadUp,keep, +E,24,android/view/KeyEvent.KEYCODE_DPAD_UP_LEFT,268,Android.Views.Keycode,DpadUpLeft,keep, +E,24,android/view/KeyEvent.KEYCODE_DPAD_UP_RIGHT,270,Android.Views.Keycode,DpadUpRight,keep, +E,15,android/view/KeyEvent.KEYCODE_DVR,173,Android.Views.Keycode,Dvr,keep, +E,10,android/view/KeyEvent.KEYCODE_E,33,Android.Views.Keycode,E,keep, +E,16,android/view/KeyEvent.KEYCODE_EISU,212,Android.Views.Keycode,Eisu,keep, +E,10,android/view/KeyEvent.KEYCODE_ENDCALL,6,Android.Views.Keycode,Endcall,keep, +E,10,android/view/KeyEvent.KEYCODE_ENTER,66,Android.Views.Keycode,Enter,keep, +E,10,android/view/KeyEvent.KEYCODE_ENVELOPE,65,Android.Views.Keycode,Envelope,keep, +E,10,android/view/KeyEvent.KEYCODE_EQUALS,70,Android.Views.Keycode,Equals,keep, +E,15,android/view/KeyEvent.KEYCODE_ESCAPE,111,Android.Views.Keycode,Escape,keep, +E,10,android/view/KeyEvent.KEYCODE_EXPLORER,64,Android.Views.Keycode,Explorer,keep, +E,10,android/view/KeyEvent.KEYCODE_F,34,Android.Views.Keycode,F,keep, +E,15,android/view/KeyEvent.KEYCODE_F1,131,Android.Views.Keycode,F1,keep, +E,15,android/view/KeyEvent.KEYCODE_F10,140,Android.Views.Keycode,F10,keep, +E,15,android/view/KeyEvent.KEYCODE_F11,141,Android.Views.Keycode,F11,keep, +E,15,android/view/KeyEvent.KEYCODE_F12,142,Android.Views.Keycode,F12,keep, +E,15,android/view/KeyEvent.KEYCODE_F2,132,Android.Views.Keycode,F2,keep, +E,15,android/view/KeyEvent.KEYCODE_F3,133,Android.Views.Keycode,F3,keep, +E,15,android/view/KeyEvent.KEYCODE_F4,134,Android.Views.Keycode,F4,keep, +E,15,android/view/KeyEvent.KEYCODE_F5,135,Android.Views.Keycode,F5,keep, +E,15,android/view/KeyEvent.KEYCODE_F6,136,Android.Views.Keycode,F6,keep, +E,15,android/view/KeyEvent.KEYCODE_F7,137,Android.Views.Keycode,F7,keep, +E,15,android/view/KeyEvent.KEYCODE_F8,138,Android.Views.Keycode,F8,keep, +E,15,android/view/KeyEvent.KEYCODE_F9,139,Android.Views.Keycode,F9,keep, +E,10,android/view/KeyEvent.KEYCODE_FOCUS,80,Android.Views.Keycode,Focus,keep, +E,15,android/view/KeyEvent.KEYCODE_FORWARD,125,Android.Views.Keycode,Forward,keep, +E,15,android/view/KeyEvent.KEYCODE_FORWARD_DEL,112,Android.Views.Keycode,ForwardDel,keep, +E,15,android/view/KeyEvent.KEYCODE_FUNCTION,119,Android.Views.Keycode,Function,keep, +E,10,android/view/KeyEvent.KEYCODE_G,35,Android.Views.Keycode,G,keep, +E,10,android/view/KeyEvent.KEYCODE_GRAVE,68,Android.Views.Keycode,Grave,keep, +E,15,android/view/KeyEvent.KEYCODE_GUIDE,172,Android.Views.Keycode,Guide,keep, +E,10,android/view/KeyEvent.KEYCODE_H,36,Android.Views.Keycode,H,keep, +E,10,android/view/KeyEvent.KEYCODE_HEADSETHOOK,79,Android.Views.Keycode,Headsethook,keep, +E,21,android/view/KeyEvent.KEYCODE_HELP,259,Android.Views.Keycode,Help,keep, +E,16,android/view/KeyEvent.KEYCODE_HENKAN,214,Android.Views.Keycode,Henkan,keep, +E,10,android/view/KeyEvent.KEYCODE_HOME,3,Android.Views.Keycode,Home,keep, +E,10,android/view/KeyEvent.KEYCODE_I,37,Android.Views.Keycode,I,keep, +E,15,android/view/KeyEvent.KEYCODE_INFO,165,Android.Views.Keycode,Info,keep, +E,15,android/view/KeyEvent.KEYCODE_INSERT,124,Android.Views.Keycode,Insert,keep, +E,10,android/view/KeyEvent.KEYCODE_J,38,Android.Views.Keycode,J,keep, +E,10,android/view/KeyEvent.KEYCODE_K,39,Android.Views.Keycode,K,keep, +E,16,android/view/KeyEvent.KEYCODE_KANA,218,Android.Views.Keycode,Kana,keep, +E,16,android/view/KeyEvent.KEYCODE_KATAKANA_HIRAGANA,215,Android.Views.Keycode,KatakanaHiragana,keep, +E,10,android/view/KeyEvent.KEYCODE_L,40,Android.Views.Keycode,L,keep, +E,15,android/view/KeyEvent.KEYCODE_LANGUAGE_SWITCH,204,Android.Views.Keycode,LanguageSwitch,keep, +E,21,android/view/KeyEvent.KEYCODE_LAST_CHANNEL,229,Android.Views.Keycode,LastChannel,keep, +E,10,android/view/KeyEvent.KEYCODE_LEFT_BRACKET,71,Android.Views.Keycode,LeftBracket,keep, +E,10,android/view/KeyEvent.KEYCODE_M,41,Android.Views.Keycode,M,keep, +E,15,android/view/KeyEvent.KEYCODE_MANNER_MODE,205,Android.Views.Keycode,MannerMode,keep, +E,19,android/view/KeyEvent.KEYCODE_MEDIA_AUDIO_TRACK,222,Android.Views.Keycode,MediaAudioTrack,keep, +E,15,android/view/KeyEvent.KEYCODE_MEDIA_CLOSE,128,Android.Views.Keycode,MediaClose,keep, +E,15,android/view/KeyEvent.KEYCODE_MEDIA_EJECT,129,Android.Views.Keycode,MediaEject,keep, +E,10,android/view/KeyEvent.KEYCODE_MEDIA_FAST_FORWARD,90,Android.Views.Keycode,MediaFastForward,keep, +E,10,android/view/KeyEvent.KEYCODE_MEDIA_NEXT,87,Android.Views.Keycode,MediaNext,keep, +E,15,android/view/KeyEvent.KEYCODE_MEDIA_PAUSE,127,Android.Views.Keycode,MediaPause,keep, +E,15,android/view/KeyEvent.KEYCODE_MEDIA_PLAY,126,Android.Views.Keycode,MediaPlay,keep, +E,10,android/view/KeyEvent.KEYCODE_MEDIA_PLAY_PAUSE,85,Android.Views.Keycode,MediaPlayPause,keep, +E,10,android/view/KeyEvent.KEYCODE_MEDIA_PREVIOUS,88,Android.Views.Keycode,MediaPrevious,keep, +E,15,android/view/KeyEvent.KEYCODE_MEDIA_RECORD,130,Android.Views.Keycode,MediaRecord,keep, +E,10,android/view/KeyEvent.KEYCODE_MEDIA_REWIND,89,Android.Views.Keycode,MediaRewind,keep, +E,23,android/view/KeyEvent.KEYCODE_MEDIA_SKIP_BACKWARD,273,Android.Views.Keycode,MediaSkipBackward,keep, +E,23,android/view/KeyEvent.KEYCODE_MEDIA_SKIP_FORWARD,272,Android.Views.Keycode,MediaSkipForward,keep, +E,23,android/view/KeyEvent.KEYCODE_MEDIA_STEP_BACKWARD,275,Android.Views.Keycode,MediaStepBackward,keep, +E,23,android/view/KeyEvent.KEYCODE_MEDIA_STEP_FORWARD,274,Android.Views.Keycode,MediaStepForward,keep, +E,10,android/view/KeyEvent.KEYCODE_MEDIA_STOP,86,Android.Views.Keycode,MediaStop,keep, +E,21,android/view/KeyEvent.KEYCODE_MEDIA_TOP_MENU,226,Android.Views.Keycode,MediaTopMenu,keep, +E,10,android/view/KeyEvent.KEYCODE_MENU,82,Android.Views.Keycode,Menu,keep, +E,15,android/view/KeyEvent.KEYCODE_META_LEFT,117,Android.Views.Keycode,MetaLeft,keep, +E,15,android/view/KeyEvent.KEYCODE_META_RIGHT,118,Android.Views.Keycode,MetaRight,keep, +E,10,android/view/KeyEvent.KEYCODE_MINUS,69,Android.Views.Keycode,Minus,keep, +E,15,android/view/KeyEvent.KEYCODE_MOVE_END,123,Android.Views.Keycode,MoveEnd,keep, +E,15,android/view/KeyEvent.KEYCODE_MOVE_HOME,122,Android.Views.Keycode,MoveHome,keep, +E,16,android/view/KeyEvent.KEYCODE_MUHENKAN,213,Android.Views.Keycode,Muhenkan,keep, +E,15,android/view/KeyEvent.KEYCODE_MUSIC,209,Android.Views.Keycode,Music,keep, +E,10,android/view/KeyEvent.KEYCODE_MUTE,91,Android.Views.Keycode,Mute,keep, +E,10,android/view/KeyEvent.KEYCODE_N,42,Android.Views.Keycode,N,keep, +E,23,android/view/KeyEvent.KEYCODE_NAVIGATE_IN,262,Android.Views.Keycode,NavigateIn,keep, +E,23,android/view/KeyEvent.KEYCODE_NAVIGATE_NEXT,261,Android.Views.Keycode,NavigateNext,keep, +E,23,android/view/KeyEvent.KEYCODE_NAVIGATE_OUT,263,Android.Views.Keycode,NavigateOut,keep, +E,23,android/view/KeyEvent.KEYCODE_NAVIGATE_PREVIOUS,260,Android.Views.Keycode,NavigatePrevious,keep, +E,10,android/view/KeyEvent.KEYCODE_NOTIFICATION,83,Android.Views.Keycode,Notification,keep, +E,10,android/view/KeyEvent.KEYCODE_NUM,78,Android.Views.Keycode,Num,keep, +E,15,android/view/KeyEvent.KEYCODE_NUM_LOCK,143,Android.Views.Keycode,NumLock,keep, +E,15,android/view/KeyEvent.KEYCODE_NUMPAD_0,144,Android.Views.Keycode,Numpad0,keep, +E,15,android/view/KeyEvent.KEYCODE_NUMPAD_1,145,Android.Views.Keycode,Numpad1,keep, +E,15,android/view/KeyEvent.KEYCODE_NUMPAD_2,146,Android.Views.Keycode,Numpad2,keep, +E,15,android/view/KeyEvent.KEYCODE_NUMPAD_3,147,Android.Views.Keycode,Numpad3,keep, +E,15,android/view/KeyEvent.KEYCODE_NUMPAD_4,148,Android.Views.Keycode,Numpad4,keep, +E,15,android/view/KeyEvent.KEYCODE_NUMPAD_5,149,Android.Views.Keycode,Numpad5,keep, +E,15,android/view/KeyEvent.KEYCODE_NUMPAD_6,150,Android.Views.Keycode,Numpad6,keep, +E,15,android/view/KeyEvent.KEYCODE_NUMPAD_7,151,Android.Views.Keycode,Numpad7,keep, +E,15,android/view/KeyEvent.KEYCODE_NUMPAD_8,152,Android.Views.Keycode,Numpad8,keep, +E,15,android/view/KeyEvent.KEYCODE_NUMPAD_9,153,Android.Views.Keycode,Numpad9,keep, +E,15,android/view/KeyEvent.KEYCODE_NUMPAD_ADD,157,Android.Views.Keycode,NumpadAdd,keep, +E,15,android/view/KeyEvent.KEYCODE_NUMPAD_COMMA,159,Android.Views.Keycode,NumpadComma,keep, +E,15,android/view/KeyEvent.KEYCODE_NUMPAD_DIVIDE,154,Android.Views.Keycode,NumpadDivide,keep, +E,15,android/view/KeyEvent.KEYCODE_NUMPAD_DOT,158,Android.Views.Keycode,NumpadDot,keep, +E,15,android/view/KeyEvent.KEYCODE_NUMPAD_ENTER,160,Android.Views.Keycode,NumpadEnter,keep, +E,15,android/view/KeyEvent.KEYCODE_NUMPAD_EQUALS,161,Android.Views.Keycode,NumpadEquals,keep, +E,15,android/view/KeyEvent.KEYCODE_NUMPAD_LEFT_PAREN,162,Android.Views.Keycode,NumpadLeftParen,keep, +E,15,android/view/KeyEvent.KEYCODE_NUMPAD_MULTIPLY,155,Android.Views.Keycode,NumpadMultiply,keep, +E,15,android/view/KeyEvent.KEYCODE_NUMPAD_RIGHT_PAREN,163,Android.Views.Keycode,NumpadRightParen,keep, +E,15,android/view/KeyEvent.KEYCODE_NUMPAD_SUBTRACT,156,Android.Views.Keycode,NumpadSubtract,keep, +E,10,android/view/KeyEvent.KEYCODE_O,43,Android.Views.Keycode,O,keep, +E,10,android/view/KeyEvent.KEYCODE_P,44,Android.Views.Keycode,P,keep, +E,10,android/view/KeyEvent.KEYCODE_PAGE_DOWN,93,Android.Views.Keycode,PageDown,keep, +E,10,android/view/KeyEvent.KEYCODE_PAGE_UP,92,Android.Views.Keycode,PageUp,keep, +E,21,android/view/KeyEvent.KEYCODE_PAIRING,225,Android.Views.Keycode,Pairing,keep, +E,24,android/view/KeyEvent.KEYCODE_PASTE,279,Android.Views.Keycode,Paste,keep, +E,10,android/view/KeyEvent.KEYCODE_PERIOD,56,Android.Views.Keycode,Period,keep, +E,10,android/view/KeyEvent.KEYCODE_PICTSYMBOLS,94,Android.Views.Keycode,Pictsymbols,keep, +E,10,android/view/KeyEvent.KEYCODE_PLUS,81,Android.Views.Keycode,Plus,keep, +E,10,android/view/KeyEvent.KEYCODE_POUND,18,Android.Views.Keycode,Pound,keep, +E,10,android/view/KeyEvent.KEYCODE_POWER,26,Android.Views.Keycode,Power,keep, +E,29,android/view/KeyEvent.KEYCODE_PROFILE_SWITCH,288,Android.Views.Keycode,ProfileSwitch,keep, +E,15,android/view/KeyEvent.KEYCODE_PROG_BLUE,186,Android.Views.Keycode,ProgBlue,keep, +E,15,android/view/KeyEvent.KEYCODE_PROG_GREEN,184,Android.Views.Keycode,ProgGreen,keep, +E,15,android/view/KeyEvent.KEYCODE_PROG_RED,183,Android.Views.Keycode,ProgRed,keep, +E,15,android/view/KeyEvent.KEYCODE_PROG_YELLOW,185,Android.Views.Keycode,ProgYellow,keep, +E,10,android/view/KeyEvent.KEYCODE_Q,45,Android.Views.Keycode,Q,keep, +E,10,android/view/KeyEvent.KEYCODE_R,46,Android.Views.Keycode,R,keep, +E,28,android/view/KeyEvent.KEYCODE_REFRESH,285,Android.Views.Keycode,Refresh,keep, +E,10,android/view/KeyEvent.KEYCODE_RIGHT_BRACKET,72,Android.Views.Keycode,RightBracket,keep, +E,16,android/view/KeyEvent.KEYCODE_RO,217,Android.Views.Keycode,Ro,keep, +E,10,android/view/KeyEvent.KEYCODE_S,47,Android.Views.Keycode,S,keep, +E,15,android/view/KeyEvent.KEYCODE_SCROLL_LOCK,116,Android.Views.Keycode,ScrollLock,keep, +E,10,android/view/KeyEvent.KEYCODE_SEARCH,84,Android.Views.Keycode,Search,keep, +E,10,android/view/KeyEvent.KEYCODE_SEMICOLON,74,Android.Views.Keycode,Semicolon,keep, +E,15,android/view/KeyEvent.KEYCODE_SETTINGS,176,Android.Views.Keycode,Settings,keep, +E,10,android/view/KeyEvent.KEYCODE_SHIFT_LEFT,59,Android.Views.Keycode,ShiftLeft,keep, +E,10,android/view/KeyEvent.KEYCODE_SHIFT_RIGHT,60,Android.Views.Keycode,ShiftRight,keep, +E,10,android/view/KeyEvent.KEYCODE_SLASH,76,Android.Views.Keycode,Slash,keep, +E,20,android/view/KeyEvent.KEYCODE_SLEEP,223,Android.Views.Keycode,Sleep,keep, +E,10,android/view/KeyEvent.KEYCODE_SOFT_LEFT,1,Android.Views.Keycode,SoftLeft,keep, +E,10,android/view/KeyEvent.KEYCODE_SOFT_RIGHT,2,Android.Views.Keycode,SoftRight,keep, +E,24,android/view/KeyEvent.KEYCODE_SOFT_SLEEP,276,Android.Views.Keycode,SoftSleep,keep, +E,10,android/view/KeyEvent.KEYCODE_SPACE,62,Android.Views.Keycode,Space,keep, +E,10,android/view/KeyEvent.KEYCODE_STAR,17,Android.Views.Keycode,Star,keep, +E,15,android/view/KeyEvent.KEYCODE_STB_INPUT,180,Android.Views.Keycode,StbInput,keep, +E,15,android/view/KeyEvent.KEYCODE_STB_POWER,179,Android.Views.Keycode,StbPower,keep, +E,24,android/view/KeyEvent.KEYCODE_STEM_1,265,Android.Views.Keycode,Stem1,keep, +E,24,android/view/KeyEvent.KEYCODE_STEM_2,266,Android.Views.Keycode,Stem2,keep, +E,24,android/view/KeyEvent.KEYCODE_STEM_3,267,Android.Views.Keycode,Stem3,keep, +E,24,android/view/KeyEvent.KEYCODE_STEM_PRIMARY,264,Android.Views.Keycode,StemPrimary,keep, +E,10,android/view/KeyEvent.KEYCODE_SWITCH_CHARSET,95,Android.Views.Keycode,SwitchCharset,keep, +E,10,android/view/KeyEvent.KEYCODE_SYM,63,Android.Views.Keycode,Sym,keep, +E,15,android/view/KeyEvent.KEYCODE_SYSRQ,120,Android.Views.Keycode,Sysrq,keep, +E,25,android/view/KeyEvent.KEYCODE_SYSTEM_NAVIGATION_DOWN,281,Android.Views.Keycode,SystemNavigationDown,keep, +E,25,android/view/KeyEvent.KEYCODE_SYSTEM_NAVIGATION_LEFT,282,Android.Views.Keycode,SystemNavigationLeft,keep, +E,25,android/view/KeyEvent.KEYCODE_SYSTEM_NAVIGATION_RIGHT,283,Android.Views.Keycode,SystemNavigationRight,keep, +E,25,android/view/KeyEvent.KEYCODE_SYSTEM_NAVIGATION_UP,280,Android.Views.Keycode,SystemNavigationUp,keep, +E,10,android/view/KeyEvent.KEYCODE_T,48,Android.Views.Keycode,T,keep, +E,10,android/view/KeyEvent.KEYCODE_TAB,61,Android.Views.Keycode,Tab,keep, +E,29,android/view/KeyEvent.KEYCODE_THUMBS_DOWN,287,Android.Views.Keycode,ThumbsDown,keep, +E,29,android/view/KeyEvent.KEYCODE_THUMBS_UP,286,Android.Views.Keycode,ThumbsUp,keep, +E,15,android/view/KeyEvent.KEYCODE_TV,170,Android.Views.Keycode,Tv,keep, +E,21,android/view/KeyEvent.KEYCODE_TV_ANTENNA_CABLE,242,Android.Views.Keycode,TvAntennaCable,keep, +E,21,android/view/KeyEvent.KEYCODE_TV_AUDIO_DESCRIPTION,252,Android.Views.Keycode,TvAudioDescription,keep, +E,21,android/view/KeyEvent.KEYCODE_TV_AUDIO_DESCRIPTION_MIX_DOWN,254,Android.Views.Keycode,TvAudioDescriptionMixDown,keep, +E,21,android/view/KeyEvent.KEYCODE_TV_AUDIO_DESCRIPTION_MIX_UP,253,Android.Views.Keycode,TvAudioDescriptionMixUp,keep, +E,21,android/view/KeyEvent.KEYCODE_TV_CONTENTS_MENU,256,Android.Views.Keycode,TvContentsMenu,keep, +E,21,android/view/KeyEvent.KEYCODE_TV_DATA_SERVICE,230,Android.Views.Keycode,TvDataService,keep, +E,15,android/view/KeyEvent.KEYCODE_TV_INPUT,178,Android.Views.Keycode,TvInput,keep, +E,21,android/view/KeyEvent.KEYCODE_TV_INPUT_COMPONENT_1,249,Android.Views.Keycode,TvInputComponent1,keep, +E,21,android/view/KeyEvent.KEYCODE_TV_INPUT_COMPONENT_2,250,Android.Views.Keycode,TvInputComponent2,keep, +E,21,android/view/KeyEvent.KEYCODE_TV_INPUT_COMPOSITE_1,247,Android.Views.Keycode,TvInputComposite1,keep, +E,21,android/view/KeyEvent.KEYCODE_TV_INPUT_COMPOSITE_2,248,Android.Views.Keycode,TvInputComposite2,keep, +E,21,android/view/KeyEvent.KEYCODE_TV_INPUT_HDMI_1,243,Android.Views.Keycode,TvInputHdmi1,keep, +E,21,android/view/KeyEvent.KEYCODE_TV_INPUT_HDMI_2,244,Android.Views.Keycode,TvInputHdmi2,keep, +E,21,android/view/KeyEvent.KEYCODE_TV_INPUT_HDMI_3,245,Android.Views.Keycode,TvInputHdmi3,keep, +E,21,android/view/KeyEvent.KEYCODE_TV_INPUT_HDMI_4,246,Android.Views.Keycode,TvInputHdmi4,keep, +E,21,android/view/KeyEvent.KEYCODE_TV_INPUT_VGA_1,251,Android.Views.Keycode,TvInputVga1,keep, +E,21,android/view/KeyEvent.KEYCODE_TV_MEDIA_CONTEXT_MENU,257,Android.Views.Keycode,TvMediaContextMenu,keep, +E,21,android/view/KeyEvent.KEYCODE_TV_NETWORK,241,Android.Views.Keycode,TvNetwork,keep, +E,21,android/view/KeyEvent.KEYCODE_TV_NUMBER_ENTRY,234,Android.Views.Keycode,TvNumberEntry,keep, +E,15,android/view/KeyEvent.KEYCODE_TV_POWER,177,Android.Views.Keycode,TvPower,keep, +E,21,android/view/KeyEvent.KEYCODE_TV_RADIO_SERVICE,232,Android.Views.Keycode,TvRadioService,keep, +E,21,android/view/KeyEvent.KEYCODE_TV_SATELLITE,237,Android.Views.Keycode,TvSatellite,keep, +E,21,android/view/KeyEvent.KEYCODE_TV_SATELLITE_BS,238,Android.Views.Keycode,TvSatelliteBs,keep, +E,21,android/view/KeyEvent.KEYCODE_TV_SATELLITE_CS,239,Android.Views.Keycode,TvSatelliteCs,keep, +E,21,android/view/KeyEvent.KEYCODE_TV_SATELLITE_SERVICE,240,Android.Views.Keycode,TvSatelliteService,keep, +E,21,android/view/KeyEvent.KEYCODE_TV_TELETEXT,233,Android.Views.Keycode,TvTeletext,keep, +E,21,android/view/KeyEvent.KEYCODE_TV_TERRESTRIAL_ANALOG,235,Android.Views.Keycode,TvTerrestrialAnalog,keep, +E,21,android/view/KeyEvent.KEYCODE_TV_TERRESTRIAL_DIGITAL,236,Android.Views.Keycode,TvTerrestrialDigital,keep, +E,21,android/view/KeyEvent.KEYCODE_TV_TIMER_PROGRAMMING,258,Android.Views.Keycode,TvTimerProgramming,keep, +E,21,android/view/KeyEvent.KEYCODE_TV_ZOOM_MODE,255,Android.Views.Keycode,TvZoomMode,keep, +E,10,android/view/KeyEvent.KEYCODE_U,49,Android.Views.Keycode,U,keep, +E,10,android/view/KeyEvent.KEYCODE_UNKNOWN,0,Android.Views.Keycode,Unknown,keep, +E,10,android/view/KeyEvent.KEYCODE_V,50,Android.Views.Keycode,V,keep, +E,21,android/view/KeyEvent.KEYCODE_VOICE_ASSIST,231,Android.Views.Keycode,VoiceAssist,keep, +E,10,android/view/KeyEvent.KEYCODE_VOLUME_DOWN,25,Android.Views.Keycode,VolumeDown,keep, +E,15,android/view/KeyEvent.KEYCODE_VOLUME_MUTE,164,Android.Views.Keycode,VolumeMute,keep, +E,10,android/view/KeyEvent.KEYCODE_VOLUME_UP,24,Android.Views.Keycode,VolumeUp,keep, +E,10,android/view/KeyEvent.KEYCODE_W,51,Android.Views.Keycode,W,keep, +E,20,android/view/KeyEvent.KEYCODE_WAKEUP,224,Android.Views.Keycode,Wakeup,keep, +E,15,android/view/KeyEvent.KEYCODE_WINDOW,171,Android.Views.Keycode,Window,keep, +E,10,android/view/KeyEvent.KEYCODE_X,52,Android.Views.Keycode,X,keep, +E,10,android/view/KeyEvent.KEYCODE_Y,53,Android.Views.Keycode,Y,keep, +E,16,android/view/KeyEvent.KEYCODE_YEN,216,Android.Views.Keycode,Yen,keep, +E,10,android/view/KeyEvent.KEYCODE_Z,54,Android.Views.Keycode,Z,keep, +E,16,android/view/KeyEvent.KEYCODE_ZENKAKU_HANKAKU,211,Android.Views.Keycode,ZenkakuHankaku,keep, +E,15,android/view/KeyEvent.KEYCODE_ZOOM_IN,168,Android.Views.Keycode,ZoomIn,keep, +E,15,android/view/KeyEvent.KEYCODE_ZOOM_OUT,169,Android.Views.Keycode,ZoomOut,keep, +?,0,android/view/KeyEvent.MAX_KEYCODE,84,,,, +A,0,,0,Android.Views.MetaKeyStates,None,, +E,10,android/view/KeyEvent.META_ALT_LEFT_ON,16,Android.Views.MetaKeyStates,AltLeftOn,keep, +E,15,android/view/KeyEvent.META_ALT_MASK,50,Android.Views.MetaKeyStates,AltMask,keep, +E,10,android/view/KeyEvent.META_ALT_ON,2,Android.Views.MetaKeyStates,AltOn,keep, +E,10,android/view/KeyEvent.META_ALT_RIGHT_ON,32,Android.Views.MetaKeyStates,AltRightOn,keep, +E,15,android/view/KeyEvent.META_CAPS_LOCK_ON,1048576,Android.Views.MetaKeyStates,CapsLockOn,keep, +E,15,android/view/KeyEvent.META_CTRL_LEFT_ON,8192,Android.Views.MetaKeyStates,CtrlLeftOn,keep, +E,15,android/view/KeyEvent.META_CTRL_MASK,28672,Android.Views.MetaKeyStates,CtrlMask,keep, +E,15,android/view/KeyEvent.META_CTRL_ON,4096,Android.Views.MetaKeyStates,CtrlOn,keep, +E,15,android/view/KeyEvent.META_CTRL_RIGHT_ON,16384,Android.Views.MetaKeyStates,CtrlRightOn,keep, +E,15,android/view/KeyEvent.META_FUNCTION_ON,8,Android.Views.MetaKeyStates,FunctionOn,keep, +E,15,android/view/KeyEvent.META_META_LEFT_ON,131072,Android.Views.MetaKeyStates,MetaLeftOn,keep, +E,15,android/view/KeyEvent.META_META_MASK,458752,Android.Views.MetaKeyStates,MetaMask,keep, +E,15,android/view/KeyEvent.META_META_ON,65536,Android.Views.MetaKeyStates,MetaOn,keep, +E,15,android/view/KeyEvent.META_META_RIGHT_ON,262144,Android.Views.MetaKeyStates,MetaRightOn,keep, +E,15,android/view/KeyEvent.META_NUM_LOCK_ON,2097152,Android.Views.MetaKeyStates,NumLockOn,keep, +E,15,android/view/KeyEvent.META_SCROLL_LOCK_ON,4194304,Android.Views.MetaKeyStates,ScrollLockOn,keep, +E,10,android/view/KeyEvent.META_SHIFT_LEFT_ON,64,Android.Views.MetaKeyStates,ShiftLeftOn,keep, +E,15,android/view/KeyEvent.META_SHIFT_MASK,193,Android.Views.MetaKeyStates,ShiftMask,keep, +E,10,android/view/KeyEvent.META_SHIFT_ON,1,Android.Views.MetaKeyStates,ShiftOn,keep, +E,10,android/view/KeyEvent.META_SHIFT_RIGHT_ON,128,Android.Views.MetaKeyStates,ShiftRightOn,keep, +E,10,android/view/KeyEvent.META_SYM_ON,4,Android.Views.MetaKeyStates,SymOn,keep, +E,23,android/view/MotionEvent.ACTION_BUTTON_PRESS,11,Android.Views.MotionEventActions,ButtonPress,keep,flags +E,23,android/view/MotionEvent.ACTION_BUTTON_RELEASE,12,Android.Views.MotionEventActions,ButtonRelease,keep,flags +E,10,android/view/MotionEvent.ACTION_CANCEL,3,Android.Views.MotionEventActions,Cancel,keep,flags +E,10,android/view/MotionEvent.ACTION_DOWN,0,Android.Views.MotionEventActions,Down,keep,flags +E,15,android/view/MotionEvent.ACTION_HOVER_ENTER,9,Android.Views.MotionEventActions,HoverEnter,keep,flags +E,15,android/view/MotionEvent.ACTION_HOVER_EXIT,10,Android.Views.MotionEventActions,HoverExit,keep,flags +E,15,android/view/MotionEvent.ACTION_HOVER_MOVE,7,Android.Views.MotionEventActions,HoverMove,keep,flags +E,10,android/view/MotionEvent.ACTION_MASK,255,Android.Views.MotionEventActions,Mask,keep,flags +E,10,android/view/MotionEvent.ACTION_MOVE,2,Android.Views.MotionEventActions,Move,keep,flags +E,10,android/view/MotionEvent.ACTION_OUTSIDE,4,Android.Views.MotionEventActions,Outside,keep,flags +E,10,android/view/MotionEvent.ACTION_POINTER_1_DOWN,5,Android.Views.MotionEventActions,Pointer1Down,keep,flags +E,10,android/view/MotionEvent.ACTION_POINTER_1_UP,6,Android.Views.MotionEventActions,Pointer1Up,keep,flags +E,10,android/view/MotionEvent.ACTION_POINTER_2_DOWN,261,Android.Views.MotionEventActions,Pointer2Down,keep,flags +E,10,android/view/MotionEvent.ACTION_POINTER_2_UP,262,Android.Views.MotionEventActions,Pointer2Up,keep,flags +E,10,android/view/MotionEvent.ACTION_POINTER_3_DOWN,517,Android.Views.MotionEventActions,Pointer3Down,keep,flags +E,10,android/view/MotionEvent.ACTION_POINTER_3_UP,518,Android.Views.MotionEventActions,Pointer3Up,keep,flags +E,10,android/view/MotionEvent.ACTION_POINTER_DOWN,5,Android.Views.MotionEventActions,PointerDown,keep,flags +E,10,android/view/MotionEvent.ACTION_POINTER_ID_MASK,65280,Android.Views.MotionEventActions,PointerIdMask,keep,flags +E,10,android/view/MotionEvent.ACTION_POINTER_ID_SHIFT,8,Android.Views.MotionEventActions,PointerIdShift,keep,flags +E,10,android/view/MotionEvent.ACTION_POINTER_INDEX_MASK,65280,Android.Views.MotionEventActions,PointerIndexMask,keep,flags +E,10,android/view/MotionEvent.ACTION_POINTER_INDEX_SHIFT,8,Android.Views.MotionEventActions,PointerIndexShift,keep,flags +E,10,android/view/MotionEvent.ACTION_POINTER_UP,6,Android.Views.MotionEventActions,PointerUp,keep,flags +E,15,android/view/MotionEvent.ACTION_SCROLL,8,Android.Views.MotionEventActions,Scroll,keep,flags +E,10,android/view/MotionEvent.ACTION_UP,1,Android.Views.MotionEventActions,Up,keep,flags +E,15,android/view/MotionEvent.AXIS_BRAKE,23,Android.Views.Axis,Brake,keep, +E,15,android/view/MotionEvent.AXIS_DISTANCE,24,Android.Views.Axis,Distance,keep, +E,15,android/view/MotionEvent.AXIS_GAS,22,Android.Views.Axis,Gas,keep, +E,15,android/view/MotionEvent.AXIS_GENERIC_1,32,Android.Views.Axis,Generic1,keep, +E,15,android/view/MotionEvent.AXIS_GENERIC_10,41,Android.Views.Axis,Generic10,keep, +E,15,android/view/MotionEvent.AXIS_GENERIC_11,42,Android.Views.Axis,Generic11,keep, +E,15,android/view/MotionEvent.AXIS_GENERIC_12,43,Android.Views.Axis,Generic12,keep, +E,15,android/view/MotionEvent.AXIS_GENERIC_13,44,Android.Views.Axis,Generic13,keep, +E,15,android/view/MotionEvent.AXIS_GENERIC_14,45,Android.Views.Axis,Generic14,keep, +E,15,android/view/MotionEvent.AXIS_GENERIC_15,46,Android.Views.Axis,Generic15,keep, +E,15,android/view/MotionEvent.AXIS_GENERIC_16,47,Android.Views.Axis,Generic16,keep, +E,15,android/view/MotionEvent.AXIS_GENERIC_2,33,Android.Views.Axis,Generic2,keep, +E,15,android/view/MotionEvent.AXIS_GENERIC_3,34,Android.Views.Axis,Generic3,keep, +E,15,android/view/MotionEvent.AXIS_GENERIC_4,35,Android.Views.Axis,Generic4,keep, +E,15,android/view/MotionEvent.AXIS_GENERIC_5,36,Android.Views.Axis,Generic5,keep, +E,15,android/view/MotionEvent.AXIS_GENERIC_6,37,Android.Views.Axis,Generic6,keep, +E,15,android/view/MotionEvent.AXIS_GENERIC_7,38,Android.Views.Axis,Generic7,keep, +E,15,android/view/MotionEvent.AXIS_GENERIC_8,39,Android.Views.Axis,Generic8,keep, +E,15,android/view/MotionEvent.AXIS_GENERIC_9,40,Android.Views.Axis,Generic9,keep, +E,15,android/view/MotionEvent.AXIS_HAT_X,15,Android.Views.Axis,HatX,keep, +E,15,android/view/MotionEvent.AXIS_HAT_Y,16,Android.Views.Axis,HatY,keep, +E,15,android/view/MotionEvent.AXIS_HSCROLL,10,Android.Views.Axis,Hscroll,keep, +E,15,android/view/MotionEvent.AXIS_LTRIGGER,17,Android.Views.Axis,Ltrigger,keep, +E,15,android/view/MotionEvent.AXIS_ORIENTATION,8,Android.Views.Axis,Orientation,keep, +E,15,android/view/MotionEvent.AXIS_PRESSURE,2,Android.Views.Axis,Pressure,keep, +E,24,android/view/MotionEvent.AXIS_RELATIVE_X,27,Android.Views.Axis,RelativeX,keep, +E,24,android/view/MotionEvent.AXIS_RELATIVE_Y,28,Android.Views.Axis,RelativeY,keep, +E,15,android/view/MotionEvent.AXIS_RTRIGGER,18,Android.Views.Axis,Rtrigger,keep, +E,15,android/view/MotionEvent.AXIS_RUDDER,20,Android.Views.Axis,Rudder,keep, +E,15,android/view/MotionEvent.AXIS_RX,12,Android.Views.Axis,Rx,keep, +E,15,android/view/MotionEvent.AXIS_RY,13,Android.Views.Axis,Ry,keep, +E,15,android/view/MotionEvent.AXIS_RZ,14,Android.Views.Axis,Rz,keep, +E,26,android/view/MotionEvent.AXIS_SCROLL,26,Android.Views.Axis,Scroll,keep, +E,15,android/view/MotionEvent.AXIS_SIZE,3,Android.Views.Axis,Size,keep, +E,15,android/view/MotionEvent.AXIS_THROTTLE,19,Android.Views.Axis,Throttle,keep, +E,15,android/view/MotionEvent.AXIS_TILT,25,Android.Views.Axis,Tilt,keep, +E,15,android/view/MotionEvent.AXIS_TOOL_MAJOR,6,Android.Views.Axis,ToolMajor,keep, +E,15,android/view/MotionEvent.AXIS_TOOL_MINOR,7,Android.Views.Axis,ToolMinor,keep, +E,15,android/view/MotionEvent.AXIS_TOUCH_MAJOR,4,Android.Views.Axis,TouchMajor,keep, +E,15,android/view/MotionEvent.AXIS_TOUCH_MINOR,5,Android.Views.Axis,TouchMinor,keep, +E,15,android/view/MotionEvent.AXIS_VSCROLL,9,Android.Views.Axis,Vscroll,keep, +E,15,android/view/MotionEvent.AXIS_WHEEL,21,Android.Views.Axis,Wheel,keep, +E,15,android/view/MotionEvent.AXIS_X,0,Android.Views.Axis,X,keep, +E,15,android/view/MotionEvent.AXIS_Y,1,Android.Views.Axis,Y,keep, +E,15,android/view/MotionEvent.AXIS_Z,11,Android.Views.Axis,Z,keep, +E,15,android/view/MotionEvent.BUTTON_BACK,8,Android.Views.MotionEventButtonState,Back,remove, +E,15,android/view/MotionEvent.BUTTON_FORWARD,16,Android.Views.MotionEventButtonState,Forward,remove, +E,15,android/view/MotionEvent.BUTTON_PRIMARY,1,Android.Views.MotionEventButtonState,Primary,remove, +E,15,android/view/MotionEvent.BUTTON_SECONDARY,2,Android.Views.MotionEventButtonState,Secondary,remove, +E,23,android/view/MotionEvent.BUTTON_STYLUS_PRIMARY,32,Android.Views.MotionEventButtonState,StylusPrimary,remove, +E,23,android/view/MotionEvent.BUTTON_STYLUS_SECONDARY,64,Android.Views.MotionEventButtonState,StylusSecondary,remove, +E,15,android/view/MotionEvent.BUTTON_TERTIARY,4,Android.Views.MotionEventButtonState,Tertiary,remove, +E,29,android/view/MotionEvent.CLASSIFICATION_AMBIGUOUS_GESTURE,1,Android.Views.ClassificationMode,AmbiguousGesture,remove, +E,29,android/view/MotionEvent.CLASSIFICATION_DEEP_PRESS,2,Android.Views.ClassificationMode,DeepPress,remove, +E,29,android/view/MotionEvent.CLASSIFICATION_NONE,0,Android.Views.ClassificationMode,None,remove, +E,10,android/view/MotionEvent.EDGE_BOTTOM,2,Android.Views.Edge,Bottom,keep, +E,10,android/view/MotionEvent.EDGE_LEFT,4,Android.Views.Edge,Left,keep, +E,10,android/view/MotionEvent.EDGE_RIGHT,8,Android.Views.Edge,Right,keep, +E,10,android/view/MotionEvent.EDGE_TOP,1,Android.Views.Edge,Top,keep, +A,0,,0,Android.Views.MotionEventFlags,None,remove,flags +E,10,android/view/MotionEvent.FLAG_WINDOW_IS_OBSCURED,1,Android.Views.MotionEventFlags,WindowIsObscured,remove,flags +E,29,android/view/MotionEvent.FLAG_WINDOW_IS_PARTIALLY_OBSCURED,2,Android.Views.MotionEventFlags,WindowIsPartiallyObscured,remove,flags +?,15,android/view/MotionEvent.INVALID_POINTER_ID,-1,,,, +E,15,android/view/MotionEvent.TOOL_TYPE_ERASER,4,Android.Views.MotionEventToolType,Eraser,remove, +E,15,android/view/MotionEvent.TOOL_TYPE_FINGER,1,Android.Views.MotionEventToolType,Finger,remove, +E,15,android/view/MotionEvent.TOOL_TYPE_MOUSE,3,Android.Views.MotionEventToolType,Mouse,remove, +E,15,android/view/MotionEvent.TOOL_TYPE_STYLUS,2,Android.Views.MotionEventToolType,Stylus,remove, +E,15,android/view/MotionEvent.TOOL_TYPE_UNKNOWN,0,Android.Views.MotionEventToolType,Unknown,remove, +?,0,android/view/OrientationEventListener.ORIENTATION_UNKNOWN,-1,,,, +?,0,android/view/OrientationListener.ORIENTATION_UNKNOWN,-1,,,, +E,24,android/view/PixelCopy.ERROR_DESTINATION_INVALID,5,Android.Views.PixelCopyResult,ErrorDestinationInvalid,remove, +E,24,android/view/PixelCopy.ERROR_SOURCE_INVALID,4,Android.Views.PixelCopyResult,ErrorSourceInvalid,remove, +E,24,android/view/PixelCopy.ERROR_SOURCE_NO_DATA,3,Android.Views.PixelCopyResult,ErrorSourceNoData,remove, +E,24,android/view/PixelCopy.ERROR_TIMEOUT,2,Android.Views.PixelCopyResult,ErrorTimeout,remove, +E,24,android/view/PixelCopy.ERROR_UNKNOWN,1,Android.Views.PixelCopyResult,ErrorUnknown,remove, +E,24,android/view/PixelCopy.SUCCESS,0,Android.Views.PixelCopyResult,Success,remove, +E,24,android/view/PointerIcon.TYPE_ALIAS,1010,Android.Views.PointerIconType,Alias,remove, +E,24,android/view/PointerIcon.TYPE_ALL_SCROLL,1013,Android.Views.PointerIconType,AllScroll,remove, +E,24,android/view/PointerIcon.TYPE_ARROW,1000,Android.Views.PointerIconType,Arrow,remove, +E,24,android/view/PointerIcon.TYPE_CELL,1006,Android.Views.PointerIconType,Cell,remove, +E,24,android/view/PointerIcon.TYPE_CONTEXT_MENU,1001,Android.Views.PointerIconType,ContextMenu,remove, +E,24,android/view/PointerIcon.TYPE_COPY,1011,Android.Views.PointerIconType,Copy,remove, +E,24,android/view/PointerIcon.TYPE_CROSSHAIR,1007,Android.Views.PointerIconType,Crosshair,remove, +E,24,android/view/PointerIcon.TYPE_DEFAULT,1000,Android.Views.PointerIconType,Default,remove, +E,24,android/view/PointerIcon.TYPE_GRAB,1020,Android.Views.PointerIconType,Grab,remove, +E,24,android/view/PointerIcon.TYPE_GRABBING,1021,Android.Views.PointerIconType,Grabbing,remove, +E,24,android/view/PointerIcon.TYPE_HAND,1002,Android.Views.PointerIconType,Hand,remove, +E,24,android/view/PointerIcon.TYPE_HELP,1003,Android.Views.PointerIconType,Help,remove, +E,24,android/view/PointerIcon.TYPE_HORIZONTAL_DOUBLE_ARROW,1014,Android.Views.PointerIconType,HorizontalDoubleArrow,remove, +E,24,android/view/PointerIcon.TYPE_NO_DROP,1012,Android.Views.PointerIconType,NoDrop,remove, +E,24,android/view/PointerIcon.TYPE_NULL,0,Android.Views.PointerIconType,Null,remove, +E,24,android/view/PointerIcon.TYPE_TEXT,1008,Android.Views.PointerIconType,Text,remove, +E,24,android/view/PointerIcon.TYPE_TOP_LEFT_DIAGONAL_DOUBLE_ARROW,1017,Android.Views.PointerIconType,TopLeftDiagonalDoubleArrow,remove, +E,24,android/view/PointerIcon.TYPE_TOP_RIGHT_DIAGONAL_DOUBLE_ARROW,1016,Android.Views.PointerIconType,TopRightDiagonalDoubleArrow,remove, +E,24,android/view/PointerIcon.TYPE_VERTICAL_DOUBLE_ARROW,1015,Android.Views.PointerIconType,VerticalDoubleArrow,remove, +E,24,android/view/PointerIcon.TYPE_VERTICAL_TEXT,1009,Android.Views.PointerIconType,VerticalText,remove, +E,24,android/view/PointerIcon.TYPE_WAIT,1004,Android.Views.PointerIconType,Wait,remove, +E,24,android/view/PointerIcon.TYPE_ZOOM_IN,1018,Android.Views.PointerIconType,ZoomIn,remove, +E,24,android/view/PointerIcon.TYPE_ZOOM_OUT,1019,Android.Views.PointerIconType,ZoomOut,remove, +A,0,,0,Android.Views.SideType,None,remove, +E,30,android/view/Side.BOTTOM,8,Android.Views.SideType,Bottom,remove, +E,30,android/view/Side.LEFT,1,Android.Views.SideType,Left,remove, +E,30,android/view/Side.RIGHT,4,Android.Views.SideType,Right,remove, +E,30,android/view/Side.TOP,2,Android.Views.SideType,Top,remove, +E,10,android/view/SoundEffectConstants.CLICK,0,Android.Views.SoundEffects,Click,keep, +E,10,android/view/SoundEffectConstants.NAVIGATION_DOWN,4,Android.Views.SoundEffects,NavigationDown,keep, +E,10,android/view/SoundEffectConstants.NAVIGATION_LEFT,1,Android.Views.SoundEffects,NavigationLeft,keep, +E,10,android/view/SoundEffectConstants.NAVIGATION_RIGHT,3,Android.Views.SoundEffects,NavigationRight,keep, +E,10,android/view/SoundEffectConstants.NAVIGATION_UP,2,Android.Views.SoundEffects,NavigationUp,keep, +E,30,android/view/Surface.FRAME_RATE_COMPATIBILITY_DEFAULT,0,Android.Views.SurfaceFrameRateCompatibilityType,FrameRateCompatibilityDefault,remove, +E,30,android/view/Surface.FRAME_RATE_COMPATIBILITY_FIXED_SOURCE,1,Android.Views.SurfaceFrameRateCompatibilityType,FrameRateCompatibilityFixedSource,remove, +R,0,android/view/Surface.FX_SURFACE_BLUR,65536,,,remove, +R,0,android/view/Surface.FX_SURFACE_DIM,131072,,,remove, +R,0,android/view/Surface.FX_SURFACE_MASK,98304,,,remove, +R,0,android/view/Surface.FX_SURFACE_NORMAL,0,,,remove, +?,0,android/view/Surface.GPU,40,,,, +?,0,android/view/Surface.HARDWARE,16,,,, +?,0,android/view/Surface.HIDDEN,4,,,, +?,0,android/view/Surface.NON_PREMULTIPLIED,256,,,, +?,0,android/view/Surface.PUSH_BUFFERS,512,,,, +E,10,android/view/Surface.ROTATION_0,0,Android.Views.SurfaceOrientation,Rotation0,keep, +E,10,android/view/Surface.ROTATION_180,2,Android.Views.SurfaceOrientation,Rotation180,keep, +E,10,android/view/Surface.ROTATION_270,3,Android.Views.SurfaceOrientation,Rotation270,keep, +E,10,android/view/Surface.ROTATION_90,1,Android.Views.SurfaceOrientation,Rotation90,keep, +?,0,android/view/Surface.SECURE,128,,,, +?,0,android/view/Surface.SURACE_FROZEN,2,,,, +?,0,android/view/Surface.SURFACE_BLUR_FREEZE,16,,,, +?,0,android/view/Surface.SURFACE_DITHER,4,,,, +?,0,android/view/Surface.SURFACE_FROZEN,2,,,, +?,0,android/view/Surface.SURFACE_HIDDEN,1,,,, +E,28,android/view/textclassifier/SelectionEvent.ACTION_ABANDON,107,Android.Views.TextClassifiers.SelectionAction,Abandon,remove, +E,28,android/view/textclassifier/SelectionEvent.ACTION_COPY,101,Android.Views.TextClassifiers.SelectionAction,Copy,remove, +E,28,android/view/textclassifier/SelectionEvent.ACTION_CUT,103,Android.Views.TextClassifiers.SelectionAction,Cut,remove, +E,28,android/view/textclassifier/SelectionEvent.ACTION_DRAG,106,Android.Views.TextClassifiers.SelectionAction,Drag,remove, +E,28,android/view/textclassifier/SelectionEvent.ACTION_OTHER,108,Android.Views.TextClassifiers.SelectionAction,Other,remove, +E,28,android/view/textclassifier/SelectionEvent.ACTION_OVERTYPE,100,Android.Views.TextClassifiers.SelectionAction,Overtype,remove, +E,28,android/view/textclassifier/SelectionEvent.ACTION_PASTE,102,Android.Views.TextClassifiers.SelectionAction,Paste,remove, +E,28,android/view/textclassifier/SelectionEvent.ACTION_RESET,201,Android.Views.TextClassifiers.SelectionAction,Reset,remove, +E,28,android/view/textclassifier/SelectionEvent.ACTION_SELECT_ALL,200,Android.Views.TextClassifiers.SelectionAction,SelectAll,remove, +E,28,android/view/textclassifier/SelectionEvent.ACTION_SHARE,104,Android.Views.TextClassifiers.SelectionAction,Share,remove, +E,28,android/view/textclassifier/SelectionEvent.ACTION_SMART_SHARE,105,Android.Views.TextClassifiers.SelectionAction,SmartShare,remove, +E,28,android/view/textclassifier/SelectionEvent.EVENT_AUTO_SELECTION,5,Android.Views.TextClassifiers.SelectionEventType,AutoSelection,remove, +E,28,android/view/textclassifier/SelectionEvent.EVENT_SELECTION_MODIFIED,2,Android.Views.TextClassifiers.SelectionEventType,SelectionModified,remove, +E,28,android/view/textclassifier/SelectionEvent.EVENT_SELECTION_STARTED,1,Android.Views.TextClassifiers.SelectionEventType,SelectionStarted,remove, +E,28,android/view/textclassifier/SelectionEvent.EVENT_SMART_SELECTION_MULTI,4,Android.Views.TextClassifiers.SelectionEventType,SmartSelectionMulti,remove, +E,28,android/view/textclassifier/SelectionEvent.EVENT_SMART_SELECTION_SINGLE,3,Android.Views.TextClassifiers.SelectionEventType,SmartSelectionSingle,remove, +E,28,android/view/textclassifier/SelectionEvent.INVOCATION_LINK,2,Android.Views.TextClassifiers.SelectionInvocationMethod,Link,remove, +E,28,android/view/textclassifier/SelectionEvent.INVOCATION_MANUAL,1,Android.Views.TextClassifiers.SelectionInvocationMethod,Manual,remove, +E,28,android/view/textclassifier/SelectionEvent.INVOCATION_UNKNOWN,0,Android.Views.TextClassifiers.SelectionInvocationMethod,Unknown,remove, +E,29,android/view/textclassifier/TextClassifierEvent.CATEGORY_CONVERSATION_ACTIONS,3,Android.Views.TextClassifiers.TextClassifierEventCategory,ConversationActions,remove, +E,29,android/view/textclassifier/TextClassifierEvent.CATEGORY_LANGUAGE_DETECTION,4,Android.Views.TextClassifiers.TextClassifierEventCategory,LanguageDetection,remove, +E,29,android/view/textclassifier/TextClassifierEvent.CATEGORY_LINKIFY,2,Android.Views.TextClassifiers.TextClassifierEventCategory,Linkify,remove, +E,29,android/view/textclassifier/TextClassifierEvent.CATEGORY_SELECTION,1,Android.Views.TextClassifiers.TextClassifierEventCategory,Selection,remove, +E,29,android/view/textclassifier/TextClassifierEvent.TYPE_ACTIONS_GENERATED,20,Android.Views.TextClassifiers.TextClassifierEventType,ActionsGenerated,remove, +E,29,android/view/textclassifier/TextClassifierEvent.TYPE_ACTIONS_SHOWN,6,Android.Views.TextClassifiers.TextClassifierEventType,ActionsShown,remove, +E,29,android/view/textclassifier/TextClassifierEvent.TYPE_AUTO_SELECTION,5,Android.Views.TextClassifiers.TextClassifierEventType,AutoSelection,remove, +E,29,android/view/textclassifier/TextClassifierEvent.TYPE_COPY_ACTION,9,Android.Views.TextClassifiers.TextClassifierEventType,CopyAction,remove, +E,29,android/view/textclassifier/TextClassifierEvent.TYPE_CUT_ACTION,11,Android.Views.TextClassifiers.TextClassifierEventType,CutAction,remove, +E,29,android/view/textclassifier/TextClassifierEvent.TYPE_LINK_CLICKED,7,Android.Views.TextClassifiers.TextClassifierEventType,LinkClicked,remove, +?,30,android/view/textclassifier/TextClassifierEvent.TYPE_LINKS_GENERATED,21,,,, +E,29,android/view/textclassifier/TextClassifierEvent.TYPE_MANUAL_REPLY,19,Android.Views.TextClassifiers.TextClassifierEventType,ManualReply,remove, +E,29,android/view/textclassifier/TextClassifierEvent.TYPE_OTHER_ACTION,16,Android.Views.TextClassifiers.TextClassifierEventType,OtherAction,remove, +E,29,android/view/textclassifier/TextClassifierEvent.TYPE_OVERTYPE,8,Android.Views.TextClassifiers.TextClassifierEventType,Overtype,remove, +E,29,android/view/textclassifier/TextClassifierEvent.TYPE_PASTE_ACTION,10,Android.Views.TextClassifiers.TextClassifierEventType,PasteAction,remove, +E,29,android/view/textclassifier/TextClassifierEvent.TYPE_SELECT_ALL,17,Android.Views.TextClassifiers.TextClassifierEventType,SelectAll,remove, +E,29,android/view/textclassifier/TextClassifierEvent.TYPE_SELECTION_DESTROYED,15,Android.Views.TextClassifiers.TextClassifierEventType,SelectionDestroyed,remove, +E,29,android/view/textclassifier/TextClassifierEvent.TYPE_SELECTION_DRAG,14,Android.Views.TextClassifiers.TextClassifierEventType,SelectionDrag,remove, +E,29,android/view/textclassifier/TextClassifierEvent.TYPE_SELECTION_MODIFIED,2,Android.Views.TextClassifiers.TextClassifierEventType,SelectionModified,remove, +E,29,android/view/textclassifier/TextClassifierEvent.TYPE_SELECTION_RESET,18,Android.Views.TextClassifiers.TextClassifierEventType,SelectionReset,remove, +E,29,android/view/textclassifier/TextClassifierEvent.TYPE_SELECTION_STARTED,1,Android.Views.TextClassifiers.TextClassifierEventType,SelectionStarted,remove, +E,29,android/view/textclassifier/TextClassifierEvent.TYPE_SHARE_ACTION,12,Android.Views.TextClassifiers.TextClassifierEventType,ShareAction,remove, +E,29,android/view/textclassifier/TextClassifierEvent.TYPE_SMART_ACTION,13,Android.Views.TextClassifiers.TextClassifierEventType,SmartAction,remove, +E,29,android/view/textclassifier/TextClassifierEvent.TYPE_SMART_SELECTION_MULTI,4,Android.Views.TextClassifiers.TextClassifierEventType,SmartSelectionMulti,remove, +E,29,android/view/textclassifier/TextClassifierEvent.TYPE_SMART_SELECTION_SINGLE,3,Android.Views.TextClassifiers.TextClassifierEventType,SmartSelectionSingle,remove, +E,28,android/view/textclassifier/TextLinks.APPLY_STRATEGY_IGNORE,0,Android.Views.TextClassifiers.ApplyStrategy,Ignore,remove, +E,28,android/view/textclassifier/TextLinks.APPLY_STRATEGY_REPLACE,1,Android.Views.TextClassifiers.ApplyStrategy,Replace,remove, +E,28,android/view/textclassifier/TextLinks.STATUS_DIFFERENT_TEXT,3,Android.Views.TextClassifiers.ApplyStatusCode,DifferentText,remove, +E,28,android/view/textclassifier/TextLinks.STATUS_LINKS_APPLIED,0,Android.Views.TextClassifiers.ApplyStatusCode,LinksApplied,remove, +E,28,android/view/textclassifier/TextLinks.STATUS_NO_LINKS_APPLIED,2,Android.Views.TextClassifiers.ApplyStatusCode,NoLinksApplied,remove, +E,28,android/view/textclassifier/TextLinks.STATUS_NO_LINKS_FOUND,1,Android.Views.TextClassifiers.ApplyStatusCode,NoLinksFound,remove, +E,29,android/view/textclassifier/TextLinks.STATUS_UNSUPPORTED_CHARACTER,4,Android.Views.TextClassifiers.ApplyStatusCode,UnsupportedCharacter,remove, +A,0,,0,Android.Views.TextService.SuggestionsAttributes,None,remove, +E,15,android/view/textservice/SuggestionsInfo.RESULT_ATTR_HAS_RECOMMENDED_SUGGESTIONS,4,Android.Views.TextService.SuggestionsAttributes,HasRecommendedSuggestions,remove, +E,15,android/view/textservice/SuggestionsInfo.RESULT_ATTR_IN_THE_DICTIONARY,1,Android.Views.TextService.SuggestionsAttributes,InTheDictionary,remove, +E,15,android/view/textservice/SuggestionsInfo.RESULT_ATTR_LOOKS_LIKE_TYPO,2,Android.Views.TextService.SuggestionsAttributes,LooksLikeTypo,remove, +E,10,android/view/TouchDelegate.ABOVE,1,Android.Views.TouchableRegion,Above,keep, +E,10,android/view/TouchDelegate.BELOW,2,Android.Views.TouchableRegion,Below,keep, +E,10,android/view/TouchDelegate.TO_LEFT,4,Android.Views.TouchableRegion,ToLeft,keep, +E,10,android/view/TouchDelegate.TO_RIGHT,8,Android.Views.TouchableRegion,ToRight,keep, +E,10,android/view/View$MeasureSpec.AT_MOST,-2147483648,Android.Views.MeasureSpecMode,AtMost,keep, +E,10,android/view/View$MeasureSpec.EXACTLY,1073741824,Android.Views.MeasureSpecMode,Exactly,keep, +E,10,android/view/View$MeasureSpec.UNSPECIFIED,0,Android.Views.MeasureSpecMode,Unspecified,keep, +E,19,android/view/View.ACCESSIBILITY_LIVE_REGION_ASSERTIVE,2,Android.Views.AccessibilityLiveRegion,Assertive,remove, +E,19,android/view/View.ACCESSIBILITY_LIVE_REGION_NONE,0,Android.Views.AccessibilityLiveRegion,None,remove, +E,19,android/view/View.ACCESSIBILITY_LIVE_REGION_POLITE,1,Android.Views.AccessibilityLiveRegion,Polite,remove, +A,0,,0,Android.Views.AutofillFlags,None,remove, +E,26,android/view/View.AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS,1,Android.Views.AutofillFlags,IncludeNotImportantViews,remove, +E,26,android/view/View.AUTOFILL_TYPE_DATE,4,Android.Views.AutofillType,Date,remove, +E,26,android/view/View.AUTOFILL_TYPE_LIST,3,Android.Views.AutofillType,List,remove, +E,26,android/view/View.AUTOFILL_TYPE_NONE,0,Android.Views.AutofillType,None,remove, +E,26,android/view/View.AUTOFILL_TYPE_TEXT,1,Android.Views.AutofillType,Text,remove, +E,26,android/view/View.AUTOFILL_TYPE_TOGGLE,2,Android.Views.AutofillType,Toggle,remove, +E,24,android/view/View.DRAG_FLAG_GLOBAL,256,Android.Views.DragFlags,Global,remove, +E,24,android/view/View.DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION,64,Android.Views.DragFlags,GlobalPersistableUriPermission,remove, +E,24,android/view/View.DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION,128,Android.Views.DragFlags,GlobalPrefixUriPermission,remove, +E,24,android/view/View.DRAG_FLAG_GLOBAL_URI_READ,1,Android.Views.DragFlags,GlobalUriRead,remove, +E,24,android/view/View.DRAG_FLAG_GLOBAL_URI_WRITE,2,Android.Views.DragFlags,GlobalUriWrite,remove, +E,24,android/view/View.DRAG_FLAG_OPAQUE,512,Android.Views.DragFlags,Opaque,remove, +E,10,android/view/View.DRAWING_CACHE_QUALITY_AUTO,0,Android.Views.DrawingCacheQuality,Auto,keep, +E,10,android/view/View.DRAWING_CACHE_QUALITY_HIGH,1048576,Android.Views.DrawingCacheQuality,High,keep, +E,10,android/view/View.DRAWING_CACHE_QUALITY_LOW,524288,Android.Views.DrawingCacheQuality,Low,keep, +E,15,android/view/View.FIND_VIEWS_WITH_CONTENT_DESCRIPTION,2,Android.Views.FindViewsWith,ContentDescription,remove, +E,15,android/view/View.FIND_VIEWS_WITH_TEXT,1,Android.Views.FindViewsWith,Text,remove, +E,10,android/view/View.FOCUS_BACKWARD,1,Android.Views.FocusSearchDirection,Backward,keep, +E,10,android/view/View.FOCUS_DOWN,130,Android.Views.FocusSearchDirection,Down,keep, +E,10,android/view/View.FOCUS_FORWARD,2,Android.Views.FocusSearchDirection,Forward,keep, +E,10,android/view/View.FOCUS_LEFT,17,Android.Views.FocusSearchDirection,Left,keep, +E,10,android/view/View.FOCUS_RIGHT,66,Android.Views.FocusSearchDirection,Right,keep, +E,10,android/view/View.FOCUS_UP,33,Android.Views.FocusSearchDirection,Up,keep, +E,26,android/view/View.FOCUSABLE,1,Android.Views.ViewFocusability,Focusable,remove, +E,26,android/view/View.FOCUSABLE_AUTO,16,Android.Views.ViewFocusability,FocusableAuto,remove, +E,10,android/view/View.FOCUSABLES_ALL,0,Android.Views.FocusablesFlags,All,keep,flags +E,10,android/view/View.FOCUSABLES_TOUCH_MODE,1,Android.Views.FocusablesFlags,TouchMode,keep,flags +E,10,android/view/View.GONE,8,Android.Views.ViewStates,Gone,keep, +?,0,android/view/View.HAPTIC_FEEDBACK_ENABLED,268435456,,,, +E,16,android/view/View.IMPORTANT_FOR_ACCESSIBILITY_AUTO,0,Android.Views.ImportantForAccessibility,Auto,remove, +E,16,android/view/View.IMPORTANT_FOR_ACCESSIBILITY_NO,2,Android.Views.ImportantForAccessibility,No,remove, +E,19,android/view/View.IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS,4,Android.Views.ImportantForAccessibility,NoHideDescendants,remove, +E,16,android/view/View.IMPORTANT_FOR_ACCESSIBILITY_YES,1,Android.Views.ImportantForAccessibility,Yes,remove, +E,26,android/view/View.IMPORTANT_FOR_AUTOFILL_AUTO,0,Android.Views.ImportantForAutofill,Auto,remove, +E,26,android/view/View.IMPORTANT_FOR_AUTOFILL_NO,2,Android.Views.ImportantForAutofill,No,remove, +E,26,android/view/View.IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS,8,Android.Views.ImportantForAutofill,NoExcludeDescendants,remove, +E,26,android/view/View.IMPORTANT_FOR_AUTOFILL_YES,1,Android.Views.ImportantForAutofill,Yes,remove, +E,26,android/view/View.IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS,4,Android.Views.ImportantForAutofill,YesExcludeDescendants,remove, +E,30,android/view/View.IMPORTANT_FOR_CONTENT_CAPTURE_AUTO,0,Android.Views.ViewImportantForContentCaptureType,ImportantForContentCaptureAuto,remove, +E,30,android/view/View.IMPORTANT_FOR_CONTENT_CAPTURE_NO,2,Android.Views.ViewImportantForContentCaptureType,ImportantForContentCaptureNo,remove, +E,30,android/view/View.IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS,8,Android.Views.ViewImportantForContentCaptureType,ImportantForContentCaptureNoExcludeDescendants,remove, +E,30,android/view/View.IMPORTANT_FOR_CONTENT_CAPTURE_YES,1,Android.Views.ViewImportantForContentCaptureType,ImportantForContentCaptureYes,remove, +E,30,android/view/View.IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS,4,Android.Views.ViewImportantForContentCaptureType,ImportantForContentCaptureYesExcludeDescendants,remove, +E,10,android/view/View.INVISIBLE,4,Android.Views.ViewStates,Invisible,keep, +?,0,android/view/View.KEEP_SCREEN_ON,67108864,,,, +E,15,android/view/View.LAYER_TYPE_HARDWARE,2,Android.Views.LayerType,Hardware,keep, +E,15,android/view/View.LAYER_TYPE_NONE,0,Android.Views.LayerType,None,keep, +E,15,android/view/View.LAYER_TYPE_SOFTWARE,1,Android.Views.LayerType,Software,keep, +E,17,android/view/View.LAYOUT_DIRECTION_INHERIT,2,Android.Views.LayoutDirection,Inherit,remove, +E,17,android/view/View.LAYOUT_DIRECTION_LOCALE,3,Android.Views.LayoutDirection,Locale,remove, +E,17,android/view/View.LAYOUT_DIRECTION_LTR,0,Android.Views.LayoutDirection,Ltr,remove, +E,17,android/view/View.LAYOUT_DIRECTION_RTL,1,Android.Views.LayoutDirection,Rtl,remove, +?,15,android/view/View.MEASURED_HEIGHT_STATE_SHIFT,16,,,, +?,15,android/view/View.MEASURED_SIZE_MASK,16777215,,,, +?,15,android/view/View.MEASURED_STATE_MASK,-16777216,,,, +?,15,android/view/View.MEASURED_STATE_TOO_SMALL,16777216,,,, +?,0,android/view/View.NO_ID,-1,,,, +E,26,android/view/View.NOT_FOCUSABLE,0,Android.Views.ViewFocusability,NotFocusable,remove, +E,10,android/view/View.OVER_SCROLL_ALWAYS,0,Android.Views.OverScrollMode,Always,remove, +E,10,android/view/View.OVER_SCROLL_IF_CONTENT_SCROLLS,1,Android.Views.OverScrollMode,IfContentScrolls,remove, +E,10,android/view/View.OVER_SCROLL_NEVER,2,Android.Views.OverScrollMode,Never,remove, +E,16,android/view/View.SCREEN_STATE_OFF,0,Android.Views.ScreenState,Off,remove, +E,16,android/view/View.SCREEN_STATE_ON,1,Android.Views.ScreenState,On,remove, +E,21,android/view/View.SCROLL_AXIS_HORIZONTAL,1,Android.Views.ScrollAxis,Horizontal,remove,flags +E,21,android/view/View.SCROLL_AXIS_NONE,0,Android.Views.ScrollAxis,None,remove,flags +E,21,android/view/View.SCROLL_AXIS_VERTICAL,2,Android.Views.ScrollAxis,Vertical,remove,flags +E,23,android/view/View.SCROLL_INDICATOR_BOTTOM,2,Android.Views.ScrollIndicatorPosition,Bottom,keep, +E,23,android/view/View.SCROLL_INDICATOR_END,32,Android.Views.ScrollIndicatorPosition,End,keep, +E,23,android/view/View.SCROLL_INDICATOR_LEFT,4,Android.Views.ScrollIndicatorPosition,Left,keep, +E,23,android/view/View.SCROLL_INDICATOR_RIGHT,8,Android.Views.ScrollIndicatorPosition,Right,keep, +E,23,android/view/View.SCROLL_INDICATOR_START,16,Android.Views.ScrollIndicatorPosition,Start,keep, +E,23,android/view/View.SCROLL_INDICATOR_TOP,1,Android.Views.ScrollIndicatorPosition,Top,keep, +E,15,android/view/View.SCROLLBAR_POSITION_DEFAULT,0,Android.Views.ScrollbarPosition,Default,keep, +E,15,android/view/View.SCROLLBAR_POSITION_LEFT,1,Android.Views.ScrollbarPosition,Left,keep, +E,15,android/view/View.SCROLLBAR_POSITION_RIGHT,2,Android.Views.ScrollbarPosition,Right,keep, +E,10,android/view/View.SCROLLBARS_INSIDE_INSET,16777216,Android.Views.ScrollbarStyles,InsideInset,keep, +E,10,android/view/View.SCROLLBARS_INSIDE_OVERLAY,0,Android.Views.ScrollbarStyles,InsideOverlay,keep, +E,10,android/view/View.SCROLLBARS_OUTSIDE_INSET,50331648,Android.Views.ScrollbarStyles,OutsideInset,keep, +E,10,android/view/View.SCROLLBARS_OUTSIDE_OVERLAY,33554432,Android.Views.ScrollbarStyles,OutsideOverlay,keep, +?,0,android/view/View.SOUND_EFFECTS_ENABLED,134217728,,,, +E,15,android/view/View.STATUS_BAR_HIDDEN,1,Android.Views.StatusBarVisibility,Hidden,keep, +E,15,android/view/View.STATUS_BAR_VISIBLE,0,Android.Views.StatusBarVisibility,Visible,keep, +E,16,android/view/View.SYSTEM_UI_FLAG_FULLSCREEN,4,Android.Views.SystemUiFlags,Fullscreen,remove,flags +E,15,android/view/View.SYSTEM_UI_FLAG_HIDE_NAVIGATION,2,Android.Views.SystemUiFlags,HideNavigation,remove,flags +E,19,android/view/View.SYSTEM_UI_FLAG_IMMERSIVE,2048,Android.Views.SystemUiFlags,Immersive,remove,flags +E,19,android/view/View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY,4096,Android.Views.SystemUiFlags,ImmersiveSticky,remove,flags +E,16,android/view/View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN,1024,Android.Views.SystemUiFlags,LayoutFullscreen,remove,flags +E,16,android/view/View.SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION,512,Android.Views.SystemUiFlags,LayoutHideNavigation,remove,flags +E,16,android/view/View.SYSTEM_UI_FLAG_LAYOUT_STABLE,256,Android.Views.SystemUiFlags,LayoutStable,remove,flags +E,26,android/view/View.SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR,16,Android.Views.SystemUiFlags,LightNavigationBar,remove,flags +E,23,android/view/View.SYSTEM_UI_FLAG_LIGHT_STATUS_BAR,8192,Android.Views.SystemUiFlags,LightStatusBar,remove,flags +E,15,android/view/View.SYSTEM_UI_FLAG_LOW_PROFILE,1,Android.Views.SystemUiFlags,LowProfile,remove,flags +E,15,android/view/View.SYSTEM_UI_FLAG_VISIBLE,0,Android.Views.SystemUiFlags,Visible,remove,flags +E,16,android/view/View.SYSTEM_UI_LAYOUT_FLAGS,1536,Android.Views.SystemUiFlags,LayoutFlags,remove,flags +E,17,android/view/View.TEXT_ALIGNMENT_CENTER,4,Android.Views.TextAlignment,Center,remove, +E,17,android/view/View.TEXT_ALIGNMENT_GRAVITY,1,Android.Views.TextAlignment,Gravity,remove, +E,16,android/view/View.TEXT_ALIGNMENT_INHERIT,0,Android.Views.TextAlignment,Inherit,remove, +E,16,android/view/View.TEXT_ALIGNMENT_RESOLVED_DEFAULT,131072,Android.Views.TextAlignment,ResolvedDefault,remove, +E,17,android/view/View.TEXT_ALIGNMENT_TEXT_END,3,Android.Views.TextAlignment,TextEnd,remove, +E,17,android/view/View.TEXT_ALIGNMENT_TEXT_START,2,Android.Views.TextAlignment,TextStart,remove, +E,17,android/view/View.TEXT_ALIGNMENT_VIEW_END,6,Android.Views.TextAlignment,ViewEnd,remove, +E,17,android/view/View.TEXT_ALIGNMENT_VIEW_START,5,Android.Views.TextAlignment,ViewStart,remove, +E,17,android/view/View.TEXT_DIRECTION_ANY_RTL,2,Android.Views.TextDirection,AnyRtl,remove, +E,17,android/view/View.TEXT_DIRECTION_FIRST_STRONG,1,Android.Views.TextDirection,FirstStrong,remove, +E,23,android/view/View.TEXT_DIRECTION_FIRST_STRONG_LTR,6,Android.Views.TextDirection,FirstStrongLtr,remove, +E,23,android/view/View.TEXT_DIRECTION_FIRST_STRONG_RTL,7,Android.Views.TextDirection,FirstStrongRtl,remove, +E,17,android/view/View.TEXT_DIRECTION_INHERIT,0,Android.Views.TextDirection,Inherit,remove, +E,17,android/view/View.TEXT_DIRECTION_LOCALE,5,Android.Views.TextDirection,Locale,remove, +E,17,android/view/View.TEXT_DIRECTION_LTR,3,Android.Views.TextDirection,Ltr,remove, +E,17,android/view/View.TEXT_DIRECTION_RTL,4,Android.Views.TextDirection,Rtl,remove, +E,10,android/view/View.VISIBLE,0,Android.Views.ViewStates,Visible,keep, +?,0,android/view/ViewGroup$LayoutParams.FILL_PARENT,-1,,,, +?,0,android/view/ViewGroup$LayoutParams.MATCH_PARENT,-1,,,, +?,0,android/view/ViewGroup$LayoutParams.WRAP_CONTENT,-2,,,, +?,0,android/view/ViewGroup.CLIP_TO_PADDING_MASK,34,,,, +E,10,android/view/ViewGroup.FOCUS_AFTER_DESCENDANTS,262144,Android.Views.DescendantFocusability,AfterDescendants,keep, +E,10,android/view/ViewGroup.FOCUS_BEFORE_DESCENDANTS,131072,Android.Views.DescendantFocusability,BeforeDescendants,keep, +E,10,android/view/ViewGroup.FOCUS_BLOCK_DESCENDANTS,393216,Android.Views.DescendantFocusability,BlockDescendants,keep, +E,18,android/view/ViewGroup.LAYOUT_MODE_CLIP_BOUNDS,0,Android.Views.ViewLayoutMode,ClipBounds,remove, +E,18,android/view/ViewGroup.LAYOUT_MODE_OPTICAL_BOUNDS,1,Android.Views.ViewLayoutMode,OpticalBounds,remove, +E,10,android/view/ViewGroup.PERSISTENT_ALL_CACHES,3,Android.Views.PersistentDrawingCaches,AllCaches,keep, +E,10,android/view/ViewGroup.PERSISTENT_ANIMATION_CACHE,1,Android.Views.PersistentDrawingCaches,AnimationCache,keep, +E,10,android/view/ViewGroup.PERSISTENT_NO_CACHE,0,Android.Views.PersistentDrawingCaches,NoCache,keep, +E,10,android/view/ViewGroup.PERSISTENT_SCROLLING_CACHE,2,Android.Views.PersistentDrawingCaches,ScrollingCache,keep, +E,24,android/view/Window.DECOR_CAPTION_SHADE_AUTO,0,Android.Views.DecorCaptionShade,Auto,remove, +E,24,android/view/Window.DECOR_CAPTION_SHADE_DARK,2,Android.Views.DecorCaptionShade,Dark,remove, +E,24,android/view/Window.DECOR_CAPTION_SHADE_LIGHT,1,Android.Views.DecorCaptionShade,Light,remove, +E,10,android/view/Window.DEFAULT_FEATURES,65,Android.Views.WindowFeatures,DefaultFeatures,keep, +E,15,android/view/Window.FEATURE_ACTION_BAR,8,Android.Views.WindowFeatures,ActionBar,keep, +E,15,android/view/Window.FEATURE_ACTION_BAR_OVERLAY,9,Android.Views.WindowFeatures,ActionBarOverlay,keep, +E,15,android/view/Window.FEATURE_ACTION_MODE_OVERLAY,10,Android.Views.WindowFeatures,ActionModeOverlay,keep, +E,21,android/view/Window.FEATURE_ACTIVITY_TRANSITIONS,13,Android.Views.WindowFeatures,ActivityTransitions,keep, +E,21,android/view/Window.FEATURE_CONTENT_TRANSITIONS,12,Android.Views.WindowFeatures,ContentTransitions,keep, +E,10,android/view/Window.FEATURE_CONTEXT_MENU,6,Android.Views.WindowFeatures,ContextMenu,keep, +E,10,android/view/Window.FEATURE_CUSTOM_TITLE,7,Android.Views.WindowFeatures,CustomTitle,keep, +E,10,android/view/Window.FEATURE_INDETERMINATE_PROGRESS,5,Android.Views.WindowFeatures,IndeterminateProgress,keep, +E,10,android/view/Window.FEATURE_LEFT_ICON,3,Android.Views.WindowFeatures,LeftIcon,keep, +E,10,android/view/Window.FEATURE_NO_TITLE,1,Android.Views.WindowFeatures,NoTitle,keep, +E,10,android/view/Window.FEATURE_OPTIONS_PANEL,0,Android.Views.WindowFeatures,OptionsPanel,keep, +E,10,android/view/Window.FEATURE_PROGRESS,2,Android.Views.WindowFeatures,Progress,keep, +E,10,android/view/Window.FEATURE_RIGHT_ICON,4,Android.Views.WindowFeatures,RightIcon,keep, +E,20,android/view/Window.FEATURE_SWIPE_TO_DISMISS,11,Android.Views.WindowFeatures,SwipeToDismiss,keep, +?,0,android/view/Window.ID_ANDROID_CONTENT,16908290,,,, +E,10,android/view/Window.PROGRESS_END,10000,Android.Views.WindowProgress,End,remove, +E,10,android/view/Window.PROGRESS_INDETERMINATE_OFF,-4,Android.Views.WindowProgress,IndeterminateOff,remove, +E,10,android/view/Window.PROGRESS_INDETERMINATE_ON,-3,Android.Views.WindowProgress,IndeterminateOn,remove, +E,10,android/view/Window.PROGRESS_SECONDARY_END,30000,Android.Views.WindowProgress,SecondaryEnd,remove, +E,10,android/view/Window.PROGRESS_SECONDARY_START,20000,Android.Views.WindowProgress,SecondaryStart,remove, +E,10,android/view/Window.PROGRESS_START,0,Android.Views.WindowProgress,Start,remove, +E,10,android/view/Window.PROGRESS_VISIBILITY_OFF,-2,Android.Views.WindowProgress,VisibilityOff,remove, +E,10,android/view/Window.PROGRESS_VISIBILITY_ON,-1,Android.Views.WindowProgress,VisibilityOn,remove, +?,0,android/view/WindowInsets$Side.BOTTOM,8,,,, +?,0,android/view/WindowInsets$Side.LEFT,1,,,, +?,0,android/view/WindowInsets$Side.RIGHT,4,,,, +?,0,android/view/WindowInsets$Side.TOP,2,,,, +?,0,android/view/WindowInsetsAnimation$Callback.DISPATCH_MODE_CONTINUE_ON_SUBTREE,1,,,, +?,0,android/view/WindowInsetsAnimation$Callback.DISPATCH_MODE_STOP,0,,,, +E,10,android/view/WindowManager$LayoutParams.ALPHA_CHANGED,128,Android.Views.WindowManagerEventType,AlphaChanged,remove, +E,10,android/view/WindowManager$LayoutParams.ANIMATION_CHANGED,16,Android.Views.WindowManagerEventType,AnimationChanged,remove, +E,10,android/view/WindowManager$LayoutParams.DIM_AMOUNT_CHANGED,32,Android.Views.WindowManagerEventType,DimAmountChanged,remove, +?,0,android/view/WindowManager$LayoutParams.FIRST_APPLICATION_WINDOW,1,,,, +?,0,android/view/WindowManager$LayoutParams.FIRST_SUB_WINDOW,1000,,,, +?,0,android/view/WindowManager$LayoutParams.FIRST_SYSTEM_WINDOW,2000,,,, +E,10,android/view/WindowManager$LayoutParams.FLAG_ALLOW_LOCK_WHILE_SCREEN_ON,1,Android.Views.WindowManagerFlags,AllowLockWhileScreenOn,keep,flags +E,10,android/view/WindowManager$LayoutParams.FLAG_ALT_FOCUSABLE_IM,131072,Android.Views.WindowManagerFlags,AltFocusableIm,keep,flags +E,10,android/view/WindowManager$LayoutParams.FLAG_BLUR_BEHIND,4,Android.Views.WindowManagerFlags,BlurBehind,keep,flags +E,10,android/view/WindowManager$LayoutParams.FLAG_DIM_BEHIND,2,Android.Views.WindowManagerFlags,DimBehind,keep,flags +E,10,android/view/WindowManager$LayoutParams.FLAG_DISMISS_KEYGUARD,4194304,Android.Views.WindowManagerFlags,DismissKeyguard,keep,flags +E,10,android/view/WindowManager$LayoutParams.FLAG_DITHER,4096,Android.Views.WindowManagerFlags,Dither,keep,flags +E,21,android/view/WindowManager$LayoutParams.FLAG_DRAWS_SYSTEM_BAR_BACKGROUNDS,-2147483648,Android.Views.WindowManagerFlags,DrawsSystemBarBackgrounds,keep,flags +E,10,android/view/WindowManager$LayoutParams.FLAG_FORCE_NOT_FULLSCREEN,2048,Android.Views.WindowManagerFlags,ForceNotFullscreen,keep,flags +E,10,android/view/WindowManager$LayoutParams.FLAG_FULLSCREEN,1024,Android.Views.WindowManagerFlags,Fullscreen,keep,flags +E,15,android/view/WindowManager$LayoutParams.FLAG_HARDWARE_ACCELERATED,16777216,Android.Views.WindowManagerFlags,HardwareAccelerated,keep,flags +E,10,android/view/WindowManager$LayoutParams.FLAG_IGNORE_CHEEK_PRESSES,32768,Android.Views.WindowManagerFlags,IgnoreCheekPresses,keep,flags +E,10,android/view/WindowManager$LayoutParams.FLAG_KEEP_SCREEN_ON,128,Android.Views.WindowManagerFlags,KeepScreenOn,keep,flags +E,22,android/view/WindowManager$LayoutParams.FLAG_LAYOUT_ATTACHED_IN_DECOR,1073741824,Android.Views.WindowManagerFlags,LayoutAttachedInDecor,keep,flags +E,18,android/view/WindowManager$LayoutParams.FLAG_LAYOUT_IN_OVERSCAN,33554432,Android.Views.WindowManagerFlags,LayoutInOverscan,keep,flags +E,10,android/view/WindowManager$LayoutParams.FLAG_LAYOUT_IN_SCREEN,256,Android.Views.WindowManagerFlags,LayoutInScreen,keep,flags +E,10,android/view/WindowManager$LayoutParams.FLAG_LAYOUT_INSET_DECOR,65536,Android.Views.WindowManagerFlags,LayoutInsetDecor,keep,flags +E,10,android/view/WindowManager$LayoutParams.FLAG_LAYOUT_NO_LIMITS,512,Android.Views.WindowManagerFlags,LayoutNoLimits,keep,flags +E,19,android/view/WindowManager$LayoutParams.FLAG_LOCAL_FOCUS_MODE,268435456,Android.Views.WindowManagerFlags,LocalFocusMode,keep,flags +E,10,android/view/WindowManager$LayoutParams.FLAG_NOT_FOCUSABLE,8,Android.Views.WindowManagerFlags,NotFocusable,keep,flags +E,10,android/view/WindowManager$LayoutParams.FLAG_NOT_TOUCH_MODAL,32,Android.Views.WindowManagerFlags,NotTouchModal,keep,flags +E,10,android/view/WindowManager$LayoutParams.FLAG_NOT_TOUCHABLE,16,Android.Views.WindowManagerFlags,NotTouchable,keep,flags +E,10,android/view/WindowManager$LayoutParams.FLAG_SCALED,16384,Android.Views.WindowManagerFlags,Scaled,keep,flags +E,10,android/view/WindowManager$LayoutParams.FLAG_SECURE,8192,Android.Views.WindowManagerFlags,Secure,keep,flags +E,10,android/view/WindowManager$LayoutParams.FLAG_SHOW_WALLPAPER,1048576,Android.Views.WindowManagerFlags,ShowWallpaper,keep,flags +E,10,android/view/WindowManager$LayoutParams.FLAG_SHOW_WHEN_LOCKED,524288,Android.Views.WindowManagerFlags,ShowWhenLocked,keep,flags +E,15,android/view/WindowManager$LayoutParams.FLAG_SPLIT_TOUCH,8388608,Android.Views.WindowManagerFlags,SplitTouch,keep,flags +E,10,android/view/WindowManager$LayoutParams.FLAG_TOUCHABLE_WHEN_WAKING,64,Android.Views.WindowManagerFlags,TouchableWhenWaking,keep,flags +E,19,android/view/WindowManager$LayoutParams.FLAG_TRANSLUCENT_NAVIGATION,134217728,Android.Views.WindowManagerFlags,TranslucentNavigation,keep,flags +E,19,android/view/WindowManager$LayoutParams.FLAG_TRANSLUCENT_STATUS,67108864,Android.Views.WindowManagerFlags,TranslucentStatus,keep,flags +E,10,android/view/WindowManager$LayoutParams.FLAG_TURN_SCREEN_ON,2097152,Android.Views.WindowManagerFlags,TurnScreenOn,keep,flags +E,10,android/view/WindowManager$LayoutParams.FLAG_WATCH_OUTSIDE_TOUCH,262144,Android.Views.WindowManagerFlags,WatchOutsideTouch,keep,flags +E,10,android/view/WindowManager$LayoutParams.FLAGS_CHANGED,4,Android.Views.WindowManagerEventType,FlagsChanged,remove, +E,10,android/view/WindowManager$LayoutParams.FORMAT_CHANGED,8,Android.Views.WindowManagerEventType,FormatChanged,remove, +?,0,android/view/WindowManager$LayoutParams.LAST_APPLICATION_WINDOW,99,,,, +?,0,android/view/WindowManager$LayoutParams.LAST_SUB_WINDOW,1999,,,, +?,0,android/view/WindowManager$LayoutParams.LAST_SYSTEM_WINDOW,2999,,,, +E,10,android/view/WindowManager$LayoutParams.LAYOUT_CHANGED,1,Android.Views.WindowManagerEventType,LayoutChanged,remove, +?,30,android/view/WindowManager$LayoutParams.LAYOUT_IN_DISPLAY_CUTOUT_MODE_ALWAYS,3,,,, +E,28,android/view/WindowManager$LayoutParams.LAYOUT_IN_DISPLAY_CUTOUT_MODE_DEFAULT,0,Android.Views.LayoutInDisplayCutoutMode,Default,remove, +E,28,android/view/WindowManager$LayoutParams.LAYOUT_IN_DISPLAY_CUTOUT_MODE_NEVER,2,Android.Views.LayoutInDisplayCutoutMode,Never,remove, +E,28,android/view/WindowManager$LayoutParams.LAYOUT_IN_DISPLAY_CUTOUT_MODE_SHORT_EDGES,1,Android.Views.LayoutInDisplayCutoutMode,ShortEdges,remove, +E,10,android/view/WindowManager$LayoutParams.MEMORY_TYPE_CHANGED,256,Android.Views.WindowManagerEventType,MemoryTypeChanged,remove, +E,10,android/view/WindowManager$LayoutParams.MEMORY_TYPE_GPU,2,Android.Views.MemoryType,Gpu,keep, +E,10,android/view/WindowManager$LayoutParams.MEMORY_TYPE_HARDWARE,1,Android.Views.MemoryType,Hardware,keep, +E,10,android/view/WindowManager$LayoutParams.MEMORY_TYPE_NORMAL,0,Android.Views.MemoryType,Normal,keep, +E,10,android/view/WindowManager$LayoutParams.MEMORY_TYPE_PUSH_BUFFERS,3,Android.Views.MemoryType,PushBuffers,keep, +E,18,android/view/WindowManager$LayoutParams.ROTATION_ANIMATION_CHANGED,4096,Android.Views.WindowManagerEventType,RotationAnimationChanged,remove, +E,18,android/view/WindowManager$LayoutParams.ROTATION_ANIMATION_CROSSFADE,1,Android.Views.WindowRotationAnimation,Crossfade,remove, +E,18,android/view/WindowManager$LayoutParams.ROTATION_ANIMATION_JUMPCUT,2,Android.Views.WindowRotationAnimation,Jumpcut,remove, +E,18,android/view/WindowManager$LayoutParams.ROTATION_ANIMATION_ROTATE,0,Android.Views.WindowRotationAnimation,Rotate,remove, +E,26,android/view/WindowManager$LayoutParams.ROTATION_ANIMATION_SEAMLESS,3,Android.Views.WindowRotationAnimation,Seamless,remove, +E,10,android/view/WindowManager$LayoutParams.SCREEN_BRIGHTNESS_CHANGED,2048,Android.Views.WindowManagerEventType,ScreenBrightnessChanged,remove, +E,10,android/view/WindowManager$LayoutParams.SCREEN_ORIENTATION_CHANGED,1024,Android.Views.WindowManagerEventType,ScreenOrientationChanged,remove, +E,15,android/view/WindowManager$LayoutParams.SOFT_INPUT_ADJUST_NOTHING,48,Android.Views.SoftInput,AdjustNothing,keep, +E,10,android/view/WindowManager$LayoutParams.SOFT_INPUT_ADJUST_PAN,32,Android.Views.SoftInput,AdjustPan,keep, +E,10,android/view/WindowManager$LayoutParams.SOFT_INPUT_ADJUST_RESIZE,16,Android.Views.SoftInput,AdjustResize,keep, +E,10,android/view/WindowManager$LayoutParams.SOFT_INPUT_ADJUST_UNSPECIFIED,0,Android.Views.SoftInput,AdjustUnspecified,keep, +E,10,android/view/WindowManager$LayoutParams.SOFT_INPUT_IS_FORWARD_NAVIGATION,256,Android.Views.SoftInput,IsForwardNavigation,keep, +E,10,android/view/WindowManager$LayoutParams.SOFT_INPUT_MASK_ADJUST,240,Android.Views.SoftInput,MaskAdjust,keep, +E,10,android/view/WindowManager$LayoutParams.SOFT_INPUT_MASK_STATE,15,Android.Views.SoftInput,MaskState,keep, +E,10,android/view/WindowManager$LayoutParams.SOFT_INPUT_MODE_CHANGED,512,Android.Views.WindowManagerEventType,SoftInputModeChanged,remove, +E,10,android/view/WindowManager$LayoutParams.SOFT_INPUT_STATE_ALWAYS_HIDDEN,3,Android.Views.SoftInput,StateAlwaysHidden,keep, +E,10,android/view/WindowManager$LayoutParams.SOFT_INPUT_STATE_ALWAYS_VISIBLE,5,Android.Views.SoftInput,StateAlwaysVisible,keep, +E,10,android/view/WindowManager$LayoutParams.SOFT_INPUT_STATE_HIDDEN,2,Android.Views.SoftInput,StateHidden,keep, +E,10,android/view/WindowManager$LayoutParams.SOFT_INPUT_STATE_UNCHANGED,1,Android.Views.SoftInput,StateUnchanged,keep, +E,10,android/view/WindowManager$LayoutParams.SOFT_INPUT_STATE_UNSPECIFIED,0,Android.Views.SoftInput,StateUnspecified,keep, +E,10,android/view/WindowManager$LayoutParams.SOFT_INPUT_STATE_VISIBLE,4,Android.Views.SoftInput,StateVisible,keep, +E,10,android/view/WindowManager$LayoutParams.TITLE_CHANGED,64,Android.Views.WindowManagerEventType,TitleChanged,remove, +E,22,android/view/WindowManager$LayoutParams.TYPE_ACCESSIBILITY_OVERLAY,2032,Android.Views.WindowManagerTypes,AccessibilityOverlay,keep, +E,10,android/view/WindowManager$LayoutParams.TYPE_APPLICATION,2,Android.Views.WindowManagerTypes,Application,keep, +E,10,android/view/WindowManager$LayoutParams.TYPE_APPLICATION_ATTACHED_DIALOG,1003,Android.Views.WindowManagerTypes,ApplicationAttachedDialog,keep, +E,10,android/view/WindowManager$LayoutParams.TYPE_APPLICATION_MEDIA,1001,Android.Views.WindowManagerTypes,ApplicationMedia,keep, +E,26,android/view/WindowManager$LayoutParams.TYPE_APPLICATION_OVERLAY,2038,Android.Views.WindowManagerTypes,ApplicationOverlay,keep, +E,10,android/view/WindowManager$LayoutParams.TYPE_APPLICATION_PANEL,1000,Android.Views.WindowManagerTypes,ApplicationPanel,keep, +E,10,android/view/WindowManager$LayoutParams.TYPE_APPLICATION_STARTING,3,Android.Views.WindowManagerTypes,ApplicationStarting,keep, +E,10,android/view/WindowManager$LayoutParams.TYPE_APPLICATION_SUB_PANEL,1002,Android.Views.WindowManagerTypes,ApplicationSubPanel,keep, +E,10,android/view/WindowManager$LayoutParams.TYPE_BASE_APPLICATION,1,Android.Views.WindowManagerTypes,BaseApplication,keep, +E,10,android/view/WindowManager$LayoutParams.TYPE_CHANGED,2,Android.Views.WindowManagerEventType,TypeChanged,remove, +E,25,android/view/WindowManager$LayoutParams.TYPE_DRAWN_APPLICATION,4,Android.Views.WindowManagerTypes,DrawnApplication,keep, +E,10,android/view/WindowManager$LayoutParams.TYPE_INPUT_METHOD,2011,Android.Views.WindowManagerTypes,InputMethod,keep, +E,10,android/view/WindowManager$LayoutParams.TYPE_INPUT_METHOD_DIALOG,2012,Android.Views.WindowManagerTypes,InputMethodDialog,keep, +E,10,android/view/WindowManager$LayoutParams.TYPE_KEYGUARD,2004,Android.Views.WindowManagerTypes,Keyguard,keep, +E,10,android/view/WindowManager$LayoutParams.TYPE_KEYGUARD_DIALOG,2009,Android.Views.WindowManagerTypes,KeyguardDialog,keep, +E,10,android/view/WindowManager$LayoutParams.TYPE_PHONE,2002,Android.Views.WindowManagerTypes,Phone,keep, +E,10,android/view/WindowManager$LayoutParams.TYPE_PRIORITY_PHONE,2007,Android.Views.WindowManagerTypes,PriorityPhone,keep, +E,19,android/view/WindowManager$LayoutParams.TYPE_PRIVATE_PRESENTATION,2030,Android.Views.WindowManagerTypes,PrivatePresentation,keep, +E,10,android/view/WindowManager$LayoutParams.TYPE_SEARCH_BAR,2001,Android.Views.WindowManagerTypes,SearchBar,keep, +E,10,android/view/WindowManager$LayoutParams.TYPE_STATUS_BAR,2000,Android.Views.WindowManagerTypes,StatusBar,keep, +E,10,android/view/WindowManager$LayoutParams.TYPE_STATUS_BAR_PANEL,2014,Android.Views.WindowManagerTypes,StatusBarPanel,keep, +E,10,android/view/WindowManager$LayoutParams.TYPE_SYSTEM_ALERT,2003,Android.Views.WindowManagerTypes,SystemAlert,keep, +E,10,android/view/WindowManager$LayoutParams.TYPE_SYSTEM_DIALOG,2008,Android.Views.WindowManagerTypes,SystemDialog,keep, +E,10,android/view/WindowManager$LayoutParams.TYPE_SYSTEM_ERROR,2010,Android.Views.WindowManagerTypes,SystemError,keep, +E,10,android/view/WindowManager$LayoutParams.TYPE_SYSTEM_OVERLAY,2006,Android.Views.WindowManagerTypes,SystemOverlay,keep, +E,10,android/view/WindowManager$LayoutParams.TYPE_TOAST,2005,Android.Views.WindowManagerTypes,Toast,keep, +E,10,android/view/WindowManager$LayoutParams.TYPE_WALLPAPER,2013,Android.Views.WindowManagerTypes,Wallpaper,keep, +?,0,android/webkit/DateSorter.DAY_COUNT,5,,,, +E,28,android/webkit/TracingConfig.CATEGORIES_ALL,1,Android.Webkit.Categories,All,remove, +E,28,android/webkit/TracingConfig.CATEGORIES_ANDROID_WEBVIEW,2,Android.Webkit.Categories,AndroidWebview,remove, +E,28,android/webkit/TracingConfig.CATEGORIES_FRAME_VIEWER,64,Android.Webkit.Categories,FrameViewer,remove, +E,28,android/webkit/TracingConfig.CATEGORIES_INPUT_LATENCY,8,Android.Webkit.Categories,InputLatency,remove, +E,28,android/webkit/TracingConfig.CATEGORIES_JAVASCRIPT_AND_RENDERING,32,Android.Webkit.Categories,JavascriptAndRendering,remove, +E,28,android/webkit/TracingConfig.CATEGORIES_NONE,0,Android.Webkit.Categories,None,remove, +E,28,android/webkit/TracingConfig.CATEGORIES_RENDERING,16,Android.Webkit.Categories,Rendering,remove, +E,28,android/webkit/TracingConfig.CATEGORIES_WEB_DEVELOPER,4,Android.Webkit.Categories,WebDeveloper,remove, +E,28,android/webkit/TracingConfig.RECORD_CONTINUOUSLY,1,Android.Webkit.TracingMode,RecordContinuously,remove, +E,28,android/webkit/TracingConfig.RECORD_UNTIL_FULL,0,Android.Webkit.TracingMode,RecordUntilFull,remove, +E,21,android/webkit/WebChromeClient$FileChooserParams.MODE_OPEN,0,Android.Webkit.ChromeFileChooserMode,Open,keep, +E,21,android/webkit/WebChromeClient$FileChooserParams.MODE_OPEN_MULTIPLE,1,Android.Webkit.ChromeFileChooserMode,OpenMultiple,keep, +E,21,android/webkit/WebChromeClient$FileChooserParams.MODE_SAVE,3,Android.Webkit.ChromeFileChooserMode,Save,keep, +E,29,android/webkit/WebSettings.FORCE_DARK_AUTO,1,Android.Webkit.ForceDarkMode,Auto,remove, +E,29,android/webkit/WebSettings.FORCE_DARK_OFF,0,Android.Webkit.ForceDarkMode,Off,remove, +E,29,android/webkit/WebSettings.FORCE_DARK_ON,2,Android.Webkit.ForceDarkMode,On,remove, +E,10,android/webkit/WebSettings.LOAD_CACHE_ELSE_NETWORK,1,Android.Webkit.CacheModes,CacheElseNetwork,keep, +E,10,android/webkit/WebSettings.LOAD_CACHE_ONLY,3,Android.Webkit.CacheModes,CacheOnly,keep, +E,10,android/webkit/WebSettings.LOAD_DEFAULT,-1,Android.Webkit.CacheModes,Default,keep, +E,10,android/webkit/WebSettings.LOAD_NO_CACHE,2,Android.Webkit.CacheModes,NoCache,keep, +E,10,android/webkit/WebSettings.LOAD_NORMAL,0,Android.Webkit.CacheModes,Normal,keep, +E,24,android/webkit/WebSettings.MENU_ITEM_NONE,0,Android.Webkit.MenuItems,None,remove, +E,24,android/webkit/WebSettings.MENU_ITEM_PROCESS_TEXT,4,Android.Webkit.MenuItems,ProcessText,remove, +E,24,android/webkit/WebSettings.MENU_ITEM_SHARE,1,Android.Webkit.MenuItems,Share,remove, +E,24,android/webkit/WebSettings.MENU_ITEM_WEB_SEARCH,2,Android.Webkit.MenuItems,WebSearch,remove, +E,21,android/webkit/WebSettings.MIXED_CONTENT_ALWAYS_ALLOW,0,Android.Webkit.MixedContentHandling,AlwaysAllow,remove, +E,21,android/webkit/WebSettings.MIXED_CONTENT_COMPATIBILITY_MODE,2,Android.Webkit.MixedContentHandling,CompatibilityMode,remove, +E,21,android/webkit/WebSettings.MIXED_CONTENT_NEVER_ALLOW,1,Android.Webkit.MixedContentHandling,NeverAllow,remove, +E,10,android/webkit/WebView$HitTestResult.ANCHOR_TYPE,1,Android.Webkit.HitTestResult,AnchorType,keep, +E,10,android/webkit/WebView$HitTestResult.EDIT_TEXT_TYPE,9,Android.Webkit.HitTestResult,EditTextType,keep, +E,10,android/webkit/WebView$HitTestResult.EMAIL_TYPE,4,Android.Webkit.HitTestResult,EmailType,keep, +E,10,android/webkit/WebView$HitTestResult.GEO_TYPE,3,Android.Webkit.HitTestResult,GeoType,keep, +E,10,android/webkit/WebView$HitTestResult.IMAGE_ANCHOR_TYPE,6,Android.Webkit.HitTestResult,ImageAnchorType,keep, +E,10,android/webkit/WebView$HitTestResult.IMAGE_TYPE,5,Android.Webkit.HitTestResult,ImageType,keep, +E,10,android/webkit/WebView$HitTestResult.PHONE_TYPE,2,Android.Webkit.HitTestResult,PhoneType,keep, +E,10,android/webkit/WebView$HitTestResult.SRC_ANCHOR_TYPE,7,Android.Webkit.HitTestResult,SrcAnchorType,keep, +E,10,android/webkit/WebView$HitTestResult.SRC_IMAGE_ANCHOR_TYPE,8,Android.Webkit.HitTestResult,SrcImageAnchorType,keep, +E,10,android/webkit/WebView$HitTestResult.UNKNOWN_TYPE,0,Android.Webkit.HitTestResult,UnknownType,keep, +E,26,android/webkit/WebView.RENDERER_PRIORITY_BOUND,1,Android.Webkit.RendererPriority,Bound,keep, +E,26,android/webkit/WebView.RENDERER_PRIORITY_IMPORTANT,2,Android.Webkit.RendererPriority,Important,keep, +E,26,android/webkit/WebView.RENDERER_PRIORITY_WAIVED,0,Android.Webkit.RendererPriority,Waived,keep, +E,10,android/webkit/WebViewClient.ERROR_AUTHENTICATION,-4,Android.Webkit.ClientError,Authentication,keep, +E,10,android/webkit/WebViewClient.ERROR_BAD_URL,-12,Android.Webkit.ClientError,BadUrl,keep, +E,10,android/webkit/WebViewClient.ERROR_CONNECT,-6,Android.Webkit.ClientError,Connect,keep, +E,10,android/webkit/WebViewClient.ERROR_FAILED_SSL_HANDSHAKE,-11,Android.Webkit.ClientError,FailedSslHandshake,keep, +E,10,android/webkit/WebViewClient.ERROR_FILE,-13,Android.Webkit.ClientError,File,keep, +E,10,android/webkit/WebViewClient.ERROR_FILE_NOT_FOUND,-14,Android.Webkit.ClientError,FileNotFound,keep, +E,10,android/webkit/WebViewClient.ERROR_HOST_LOOKUP,-2,Android.Webkit.ClientError,HostLookup,keep, +E,10,android/webkit/WebViewClient.ERROR_IO,-7,Android.Webkit.ClientError,Io,keep, +E,10,android/webkit/WebViewClient.ERROR_PROXY_AUTHENTICATION,-5,Android.Webkit.ClientError,ProxyAuthentication,keep, +E,10,android/webkit/WebViewClient.ERROR_REDIRECT_LOOP,-9,Android.Webkit.ClientError,RedirectLoop,keep, +E,10,android/webkit/WebViewClient.ERROR_TIMEOUT,-8,Android.Webkit.ClientError,Timeout,keep, +E,10,android/webkit/WebViewClient.ERROR_TOO_MANY_REQUESTS,-15,Android.Webkit.ClientError,TooManyRequests,keep, +E,10,android/webkit/WebViewClient.ERROR_UNKNOWN,-1,Android.Webkit.ClientError,Unknown,keep, +E,26,android/webkit/WebViewClient.ERROR_UNSAFE_RESOURCE,-16,Android.Webkit.ClientError,UnsafeResource,keep, +E,10,android/webkit/WebViewClient.ERROR_UNSUPPORTED_AUTH_SCHEME,-3,Android.Webkit.ClientError,UnsupportedAuthScheme,keep, +E,10,android/webkit/WebViewClient.ERROR_UNSUPPORTED_SCHEME,-10,Android.Webkit.ClientError,UnsupportedScheme,keep, +E,29,android/webkit/WebViewClient.SAFE_BROWSING_THREAT_BILLING,4,Android.Webkit.SafeBrowsingThreat,Billing,keep, +E,27,android/webkit/WebViewClient.SAFE_BROWSING_THREAT_MALWARE,1,Android.Webkit.SafeBrowsingThreat,Malware,keep, +E,27,android/webkit/WebViewClient.SAFE_BROWSING_THREAT_PHISHING,2,Android.Webkit.SafeBrowsingThreat,Phishing,keep, +E,27,android/webkit/WebViewClient.SAFE_BROWSING_THREAT_UNKNOWN,0,Android.Webkit.SafeBrowsingThreat,Unknown,keep, +E,27,android/webkit/WebViewClient.SAFE_BROWSING_THREAT_UNWANTED_SOFTWARE,3,Android.Webkit.SafeBrowsingThreat,UnwantedSoftware,keep, +E,1,android/widget/AbsListView.CHOICE_MODE_MULTIPLE,2,Android.Widget.AbsListViewChoiceMode,Multiple,keep, +E,11,android/widget/AbsListView.CHOICE_MODE_MULTIPLE_MODAL,3,Android.Widget.AbsListViewChoiceMode,MultipleModal,keep, +E,15,android/widget/AbsListView.CHOICE_MODE_MULTIPLE_MODAL,3,Android.Widget.ChoiceMode,MultipleModal,remove, +E,1,android/widget/AbsListView.CHOICE_MODE_NONE,0,Android.Widget.AbsListViewChoiceMode,None,keep, +E,1,android/widget/AbsListView.CHOICE_MODE_SINGLE,1,Android.Widget.AbsListViewChoiceMode,Single,keep, +E,10,android/widget/AbsListView.TRANSCRIPT_MODE_ALWAYS_SCROLL,2,Android.Widget.TranscriptMode,AlwaysScroll,keep, +E,10,android/widget/AbsListView.TRANSCRIPT_MODE_DISABLED,0,Android.Widget.TranscriptMode,Disabled,keep, +E,10,android/widget/AbsListView.TRANSCRIPT_MODE_NORMAL,1,Android.Widget.TranscriptMode,Normal,keep, +?,0,android/widget/AdapterView.INVALID_POSITION,-1,,,, +E,10,android/widget/AdapterView.ITEM_VIEW_TYPE_HEADER_OR_FOOTER,-2,Android.Widget.ItemViewType,HeaderOrFooter,keep, +E,10,android/widget/AdapterView.ITEM_VIEW_TYPE_IGNORE,-1,Android.Widget.ItemViewType,Ignore,keep, +A,0,,0,Android.Widget.CursorAdapterFlags,None,,flags +E,15,android/widget/CursorAdapter.FLAG_AUTO_REQUERY,1,Android.Widget.CursorAdapterFlags,AutoRequery,keep,flags +E,15,android/widget/CursorAdapter.FLAG_REGISTER_CONTENT_OBSERVER,2,Android.Widget.CursorAdapterFlags,RegisterContentObserver,keep,flags +E,10,android/widget/DialerFilter.DIGITS_AND_LETTERS,1,Android.Widget.DialerMode,DigitsAndLetters,keep, +E,10,android/widget/DialerFilter.DIGITS_AND_LETTERS_NO_DIGITS,2,Android.Widget.DialerMode,DigitsAndLettersNoDigits,keep, +E,10,android/widget/DialerFilter.DIGITS_AND_LETTERS_NO_LETTERS,3,Android.Widget.DialerMode,DigitsAndLettersNoLetters,keep, +E,10,android/widget/DialerFilter.DIGITS_ONLY,4,Android.Widget.DialerMode,DigitsOnly,keep, +E,10,android/widget/DialerFilter.LETTERS_ONLY,5,Android.Widget.DialerMode,LettersOnly,keep, +?,0,android/widget/ExpandableListView.CHILD_INDICATOR_INHERIT,-1,,,, +E,10,android/widget/ExpandableListView.PACKED_POSITION_TYPE_CHILD,1,Android.Widget.PackedPositionType,Child,keep, +E,10,android/widget/ExpandableListView.PACKED_POSITION_TYPE_GROUP,0,Android.Widget.PackedPositionType,Group,keep, +E,10,android/widget/ExpandableListView.PACKED_POSITION_TYPE_NULL,2,Android.Widget.PackedPositionType,Null,keep, +?,24,android/widget/FrameLayout$LayoutParams.UNSPECIFIED_GRAVITY,-1,,,, +E,15,android/widget/GridLayout.ALIGN_BOUNDS,0,Android.Widget.GridAlign,Bounds,remove, +E,15,android/widget/GridLayout.ALIGN_MARGINS,1,Android.Widget.GridAlign,Margins,remove, +E,15,android/widget/GridLayout.HORIZONTAL,0,Android.Widget.GridOrientation,Horizontal,remove, +?,0,android/widget/GridLayout.UNDEFINED,-2147483648,,,, +E,15,android/widget/GridLayout.VERTICAL,1,Android.Widget.GridOrientation,Vertical,remove, +E,10,android/widget/GridView.AUTO_FIT,-1,Android.Widget.StretchMode,AutoFit,keep, +E,10,android/widget/GridView.NO_STRETCH,0,Android.Widget.StretchMode,NoStretch,keep, +E,10,android/widget/GridView.STRETCH_COLUMN_WIDTH,2,Android.Widget.StretchMode,StretchColumnWidth,keep, +E,10,android/widget/GridView.STRETCH_SPACING,1,Android.Widget.StretchMode,StretchSpacing,keep, +E,10,android/widget/GridView.STRETCH_SPACING_UNIFORM,3,Android.Widget.StretchMode,StretchSpacingUniform,keep, +E,10,android/widget/LinearLayout.HORIZONTAL,0,Android.Widget.Orientation,Horizontal,keep, +E,15,android/widget/LinearLayout.SHOW_DIVIDER_BEGINNING,1,Android.Widget.ShowDividers,Beginning,keep, +E,15,android/widget/LinearLayout.SHOW_DIVIDER_END,4,Android.Widget.ShowDividers,End,keep, +E,15,android/widget/LinearLayout.SHOW_DIVIDER_MIDDLE,2,Android.Widget.ShowDividers,Middle,keep, +E,15,android/widget/LinearLayout.SHOW_DIVIDER_NONE,0,Android.Widget.ShowDividers,None,keep, +E,10,android/widget/LinearLayout.VERTICAL,1,Android.Widget.Orientation,Vertical,keep, +E,15,android/widget/ListPopupWindow.INPUT_METHOD_FROM_FOCUSABLE,0,Android.Widget.ListPopupWindowInputMethodMode,FromFocusable,keep, +E,15,android/widget/ListPopupWindow.INPUT_METHOD_NEEDED,1,Android.Widget.ListPopupWindowInputMethodMode,Needed,keep, +E,15,android/widget/ListPopupWindow.INPUT_METHOD_NOT_NEEDED,2,Android.Widget.ListPopupWindowInputMethodMode,NotNeeded,keep, +?,0,android/widget/ListPopupWindow.MATCH_PARENT,-1,,,, +E,15,android/widget/ListPopupWindow.POSITION_PROMPT_ABOVE,0,Android.Widget.PositionPrompt,Above,remove, +E,15,android/widget/ListPopupWindow.POSITION_PROMPT_BELOW,1,Android.Widget.PositionPrompt,Below,remove, +?,0,android/widget/ListPopupWindow.WRAP_CONTENT,-2,,,, +E,10,android/widget/ListView.CHOICE_MODE_MULTIPLE,2,Android.Widget.ChoiceMode,Multiple,remove, +E,10,android/widget/ListView.CHOICE_MODE_NONE,0,Android.Widget.ChoiceMode,None,remove, +E,10,android/widget/ListView.CHOICE_MODE_SINGLE,1,Android.Widget.ChoiceMode,Single,remove, +?,29,android/widget/Magnifier.SOURCE_BOUND_MAX_IN_SURFACE,0,,,, +?,29,android/widget/Magnifier.SOURCE_BOUND_MAX_VISIBLE,1,,,, +E,10,android/widget/PopupWindow.INPUT_METHOD_FROM_FOCUSABLE,0,Android.Widget.InputMethod,FromFocusable,keep, +E,10,android/widget/PopupWindow.INPUT_METHOD_NEEDED,1,Android.Widget.InputMethod,Needed,keep, +E,10,android/widget/PopupWindow.INPUT_METHOD_NOT_NEEDED,2,Android.Widget.InputMethod,NotNeeded,keep, +E,10,android/widget/RelativeLayout.ABOVE,2,Android.Widget.LayoutRules,Above,keep, +E,10,android/widget/RelativeLayout.ALIGN_BASELINE,4,Android.Widget.LayoutRules,AlignBaseline,keep, +E,10,android/widget/RelativeLayout.ALIGN_BOTTOM,8,Android.Widget.LayoutRules,AlignBottom,keep, +E,17,android/widget/RelativeLayout.ALIGN_END,19,Android.Widget.LayoutRules,AlignEnd,keep, +E,10,android/widget/RelativeLayout.ALIGN_LEFT,5,Android.Widget.LayoutRules,AlignLeft,keep, +E,10,android/widget/RelativeLayout.ALIGN_PARENT_BOTTOM,12,Android.Widget.LayoutRules,AlignParentBottom,keep, +E,17,android/widget/RelativeLayout.ALIGN_PARENT_END,21,Android.Widget.LayoutRules,AlignParentEnd,keep, +E,10,android/widget/RelativeLayout.ALIGN_PARENT_LEFT,9,Android.Widget.LayoutRules,AlignParentLeft,keep, +E,10,android/widget/RelativeLayout.ALIGN_PARENT_RIGHT,11,Android.Widget.LayoutRules,AlignParentRight,keep, +E,17,android/widget/RelativeLayout.ALIGN_PARENT_START,20,Android.Widget.LayoutRules,AlignParentStart,keep, +E,10,android/widget/RelativeLayout.ALIGN_PARENT_TOP,10,Android.Widget.LayoutRules,AlignParentTop,keep, +E,10,android/widget/RelativeLayout.ALIGN_RIGHT,7,Android.Widget.LayoutRules,AlignRight,keep, +E,17,android/widget/RelativeLayout.ALIGN_START,18,Android.Widget.LayoutRules,AlignStart,keep, +E,10,android/widget/RelativeLayout.ALIGN_TOP,6,Android.Widget.LayoutRules,AlignTop,keep, +E,10,android/widget/RelativeLayout.BELOW,3,Android.Widget.LayoutRules,Below,keep, +E,10,android/widget/RelativeLayout.CENTER_HORIZONTAL,14,Android.Widget.LayoutRules,CenterHorizontal,keep, +E,10,android/widget/RelativeLayout.CENTER_IN_PARENT,13,Android.Widget.LayoutRules,CenterInParent,keep, +E,10,android/widget/RelativeLayout.CENTER_VERTICAL,15,Android.Widget.LayoutRules,CenterVertical,keep, +E,17,android/widget/RelativeLayout.END_OF,17,Android.Widget.LayoutRules,EndOf,keep, +E,10,android/widget/RelativeLayout.LEFT_OF,0,Android.Widget.LayoutRules,LeftOf,keep, +E,10,android/widget/RelativeLayout.RIGHT_OF,1,Android.Widget.LayoutRules,RightOf,keep, +E,17,android/widget/RelativeLayout.START_OF,16,Android.Widget.LayoutRules,StartOf,keep, +E,10,android/widget/RelativeLayout.TRUE,-1,Android.Widget.LayoutRules,True,keep, +E,10,android/widget/SlidingDrawer.ORIENTATION_HORIZONTAL,0,Android.Widget.SlidingDrawerOrientation,Horizontal,remove, +E,10,android/widget/SlidingDrawer.ORIENTATION_VERTICAL,1,Android.Widget.SlidingDrawerOrientation,Vertical,remove, +E,15,android/widget/Spinner.MODE_DIALOG,0,Android.Widget.SpinnerMode,Dialog,keep, +E,15,android/widget/Spinner.MODE_DROPDOWN,1,Android.Widget.SpinnerMode,Dropdown,keep, +E,26,android/widget/TextView.AUTO_SIZE_TEXT_TYPE_NONE,0,Android.Widget.AutoSizeTextType,None,keep, +E,26,android/widget/TextView.AUTO_SIZE_TEXT_TYPE_UNIFORM,1,Android.Widget.AutoSizeTextType,Uniform,keep, +E,10,android/widget/Toast.LENGTH_LONG,1,Android.Widget.ToastLength,Long,keep, +E,10,android/widget/Toast.LENGTH_SHORT,0,Android.Widget.ToastLength,Short,keep, +A,29,,21,Android.Bluetooth.ProfileType,HearingAid,, +E,15,I:android/bluetooth/BluetoothProfile.A2DP,2,Android.Bluetooth.ProfileType,A2dp,keep, +E,18,I:android/bluetooth/BluetoothProfile.GATT,7,Android.Bluetooth.ProfileType,Gatt,keep, +E,18,I:android/bluetooth/BluetoothProfile.GATT_SERVER,8,Android.Bluetooth.ProfileType,GattServer,keep, +E,15,I:android/bluetooth/BluetoothProfile.HEADSET,1,Android.Bluetooth.ProfileType,Headset,keep, +E,15,I:android/bluetooth/BluetoothProfile.HEALTH,3,Android.Bluetooth.ProfileType,Health,keep, +?,29,I:android/bluetooth/BluetoothProfile.HEARING_AID,21,,,, +E,28,I:android/bluetooth/BluetoothProfile.HID_DEVICE,19,Android.Bluetooth.ProfileType,HidDevice,keep, +E,23,I:android/bluetooth/BluetoothProfile.SAP,10,Android.Bluetooth.ProfileType,Sap,keep, +E,15,I:android/bluetooth/BluetoothProfile.STATE_CONNECTED,2,Android.Bluetooth.ProfileState,Connected,keep, +E,15,I:android/bluetooth/BluetoothProfile.STATE_CONNECTING,1,Android.Bluetooth.ProfileState,Connecting,keep, +E,15,I:android/bluetooth/BluetoothProfile.STATE_DISCONNECTED,0,Android.Bluetooth.ProfileState,Disconnected,keep, +E,15,I:android/bluetooth/BluetoothProfile.STATE_DISCONNECTING,3,Android.Bluetooth.ProfileState,Disconnecting,keep, +E,15,I:android/content/ComponentCallbacks2.TRIM_MEMORY_BACKGROUND,40,Android.Content.TrimMemory,Background,remove, +E,15,I:android/content/ComponentCallbacks2.TRIM_MEMORY_COMPLETE,80,Android.Content.TrimMemory,Complete,remove, +E,15,I:android/content/ComponentCallbacks2.TRIM_MEMORY_MODERATE,60,Android.Content.TrimMemory,Moderate,remove, +E,16,I:android/content/ComponentCallbacks2.TRIM_MEMORY_RUNNING_CRITICAL,15,Android.Content.TrimMemory,RunningCritical,remove, +E,16,I:android/content/ComponentCallbacks2.TRIM_MEMORY_RUNNING_LOW,10,Android.Content.TrimMemory,RunningLow,remove, +E,16,I:android/content/ComponentCallbacks2.TRIM_MEMORY_RUNNING_MODERATE,5,Android.Content.TrimMemory,RunningModerate,remove, +E,15,I:android/content/ComponentCallbacks2.TRIM_MEMORY_UI_HIDDEN,20,Android.Content.TrimMemory,UiHidden,remove, +E,10,I:android/content/DialogInterface.BUTTON_NEGATIVE,-2,Android.Content.DialogButtonType,Negative,remove, +E,10,I:android/content/DialogInterface.BUTTON_NEUTRAL,-3,Android.Content.DialogButtonType,Neutral,remove, +E,10,I:android/content/DialogInterface.BUTTON_POSITIVE,-1,Android.Content.DialogButtonType,Positive,remove, +E,10,I:android/content/DialogInterface.BUTTON1,-1,Android.Content.DialogButtonTypeObsoleted,Button1,remove, +E,10,I:android/content/DialogInterface.BUTTON2,-2,Android.Content.DialogButtonTypeObsoleted,Button2,remove, +E,10,I:android/content/DialogInterface.BUTTON3,-3,Android.Content.DialogButtonTypeObsoleted,Button3,remove, +E,15,I:android/database/Cursor.FIELD_TYPE_BLOB,4,Android.Database.FieldType,Blob,keep, +E,15,I:android/database/Cursor.FIELD_TYPE_FLOAT,2,Android.Database.FieldType,Float,keep, +E,15,I:android/database/Cursor.FIELD_TYPE_INTEGER,1,Android.Database.FieldType,Integer,keep, +E,15,I:android/database/Cursor.FIELD_TYPE_NULL,0,Android.Database.FieldType,Null,keep, +E,15,I:android/database/Cursor.FIELD_TYPE_STRING,3,Android.Database.FieldType,String,keep, +A,0,,0,Android.Hardware.Biometrics.AuthenticatorsType,None,remove, +E,30,I:android/hardware/biometrics/Authenticators.BIOMETRIC_STRONG,15,Android.Hardware.Biometrics.AuthenticatorsType,BiometricStrong,remove, +E,30,I:android/hardware/biometrics/Authenticators.BIOMETRIC_WEAK,255,Android.Hardware.Biometrics.AuthenticatorsType,BiometricWeak,remove, +E,30,I:android/hardware/biometrics/Authenticators.DEVICE_CREDENTIAL,32768,Android.Hardware.Biometrics.AuthenticatorsType,DeviceCredential,remove, +?,0,I:android/hardware/biometrics/BiometricManager$Authenticators.BIOMETRIC_STRONG,15,,,, +?,0,I:android/hardware/biometrics/BiometricManager$Authenticators.BIOMETRIC_WEAK,255,,,, +?,0,I:android/hardware/biometrics/BiometricManager$Authenticators.DEVICE_CREDENTIAL,32768,,,, +?,0,I:android/icu/lang/UCharacter$BidiPairedBracketType.CLOSE,2,,,, +?,0,I:android/icu/lang/UCharacter$BidiPairedBracketType.NONE,0,,,, +?,0,I:android/icu/lang/UCharacter$BidiPairedBracketType.OPEN,1,,,, +?,0,I:android/icu/lang/UCharacter$DecompositionType.CANONICAL,1,,,, +?,0,I:android/icu/lang/UCharacter$DecompositionType.CIRCLE,3,,,, +?,0,I:android/icu/lang/UCharacter$DecompositionType.COMPAT,2,,,, +?,0,I:android/icu/lang/UCharacter$DecompositionType.FINAL,4,,,, +?,0,I:android/icu/lang/UCharacter$DecompositionType.FONT,5,,,, +?,0,I:android/icu/lang/UCharacter$DecompositionType.FRACTION,6,,,, +?,0,I:android/icu/lang/UCharacter$DecompositionType.INITIAL,7,,,, +?,0,I:android/icu/lang/UCharacter$DecompositionType.ISOLATED,8,,,, +?,0,I:android/icu/lang/UCharacter$DecompositionType.MEDIAL,9,,,, +?,0,I:android/icu/lang/UCharacter$DecompositionType.NARROW,10,,,, +?,0,I:android/icu/lang/UCharacter$DecompositionType.NOBREAK,11,,,, +?,0,I:android/icu/lang/UCharacter$DecompositionType.NONE,0,,,, +?,0,I:android/icu/lang/UCharacter$DecompositionType.SMALL,12,,,, +?,0,I:android/icu/lang/UCharacter$DecompositionType.SQUARE,13,,,, +?,0,I:android/icu/lang/UCharacter$DecompositionType.SUB,14,,,, +?,0,I:android/icu/lang/UCharacter$DecompositionType.SUPER,15,,,, +?,0,I:android/icu/lang/UCharacter$DecompositionType.VERTICAL,16,,,, +?,0,I:android/icu/lang/UCharacter$DecompositionType.WIDE,17,,,, +?,0,I:android/icu/lang/UCharacter$EastAsianWidth.AMBIGUOUS,1,,,, +?,0,I:android/icu/lang/UCharacter$EastAsianWidth.FULLWIDTH,3,,,, +?,0,I:android/icu/lang/UCharacter$EastAsianWidth.HALFWIDTH,2,,,, +?,0,I:android/icu/lang/UCharacter$EastAsianWidth.NARROW,4,,,, +?,0,I:android/icu/lang/UCharacter$EastAsianWidth.NEUTRAL,0,,,, +?,0,I:android/icu/lang/UCharacter$EastAsianWidth.WIDE,5,,,, +?,0,I:android/icu/lang/UCharacter$GraphemeClusterBreak.CONTROL,1,,,, +?,0,I:android/icu/lang/UCharacter$GraphemeClusterBreak.CR,2,,,, +?,26,I:android/icu/lang/UCharacter$GraphemeClusterBreak.E_BASE,13,,,, +?,26,I:android/icu/lang/UCharacter$GraphemeClusterBreak.E_BASE_GAZ,14,,,, +?,26,I:android/icu/lang/UCharacter$GraphemeClusterBreak.E_MODIFIER,15,,,, +?,0,I:android/icu/lang/UCharacter$GraphemeClusterBreak.EXTEND,3,,,, +?,26,I:android/icu/lang/UCharacter$GraphemeClusterBreak.GLUE_AFTER_ZWJ,16,,,, +?,0,I:android/icu/lang/UCharacter$GraphemeClusterBreak.L,4,,,, +?,0,I:android/icu/lang/UCharacter$GraphemeClusterBreak.LF,5,,,, +?,0,I:android/icu/lang/UCharacter$GraphemeClusterBreak.LV,6,,,, +?,0,I:android/icu/lang/UCharacter$GraphemeClusterBreak.LVT,7,,,, +?,0,I:android/icu/lang/UCharacter$GraphemeClusterBreak.OTHER,0,,,, +?,0,I:android/icu/lang/UCharacter$GraphemeClusterBreak.PREPEND,11,,,, +?,0,I:android/icu/lang/UCharacter$GraphemeClusterBreak.REGIONAL_INDICATOR,12,,,, +?,0,I:android/icu/lang/UCharacter$GraphemeClusterBreak.SPACING_MARK,10,,,, +?,0,I:android/icu/lang/UCharacter$GraphemeClusterBreak.T,8,,,, +?,0,I:android/icu/lang/UCharacter$GraphemeClusterBreak.V,9,,,, +?,26,I:android/icu/lang/UCharacter$GraphemeClusterBreak.ZWJ,17,,,, +?,0,I:android/icu/lang/UCharacter$HangulSyllableType.LEADING_JAMO,1,,,, +?,0,I:android/icu/lang/UCharacter$HangulSyllableType.LV_SYLLABLE,4,,,, +?,0,I:android/icu/lang/UCharacter$HangulSyllableType.LVT_SYLLABLE,5,,,, +?,0,I:android/icu/lang/UCharacter$HangulSyllableType.NOT_APPLICABLE,0,,,, +?,0,I:android/icu/lang/UCharacter$HangulSyllableType.TRAILING_JAMO,3,,,, +?,0,I:android/icu/lang/UCharacter$HangulSyllableType.VOWEL_JAMO,2,,,, +?,0,I:android/icu/lang/UCharacter$IndicPositionalCategory.BOTTOM,1,,,, +?,0,I:android/icu/lang/UCharacter$IndicPositionalCategory.BOTTOM_AND_LEFT,2,,,, +?,0,I:android/icu/lang/UCharacter$IndicPositionalCategory.BOTTOM_AND_RIGHT,3,,,, +?,0,I:android/icu/lang/UCharacter$IndicPositionalCategory.LEFT,4,,,, +?,0,I:android/icu/lang/UCharacter$IndicPositionalCategory.LEFT_AND_RIGHT,5,,,, +?,0,I:android/icu/lang/UCharacter$IndicPositionalCategory.NA,0,,,, +?,0,I:android/icu/lang/UCharacter$IndicPositionalCategory.OVERSTRUCK,6,,,, +?,0,I:android/icu/lang/UCharacter$IndicPositionalCategory.RIGHT,7,,,, +?,0,I:android/icu/lang/UCharacter$IndicPositionalCategory.TOP,8,,,, +?,0,I:android/icu/lang/UCharacter$IndicPositionalCategory.TOP_AND_BOTTOM,9,,,, +?,30,I:android/icu/lang/UCharacter$IndicPositionalCategory.TOP_AND_BOTTOM_AND_LEFT,15,,,, +?,0,I:android/icu/lang/UCharacter$IndicPositionalCategory.TOP_AND_BOTTOM_AND_RIGHT,10,,,, +?,0,I:android/icu/lang/UCharacter$IndicPositionalCategory.TOP_AND_LEFT,11,,,, +?,0,I:android/icu/lang/UCharacter$IndicPositionalCategory.TOP_AND_LEFT_AND_RIGHT,12,,,, +?,0,I:android/icu/lang/UCharacter$IndicPositionalCategory.TOP_AND_RIGHT,13,,,, +?,0,I:android/icu/lang/UCharacter$IndicPositionalCategory.VISUAL_ORDER_LEFT,14,,,, +?,0,I:android/icu/lang/UCharacter$IndicSyllabicCategory.AVAGRAHA,1,,,, +?,0,I:android/icu/lang/UCharacter$IndicSyllabicCategory.BINDU,2,,,, +?,0,I:android/icu/lang/UCharacter$IndicSyllabicCategory.BRAHMI_JOINING_NUMBER,3,,,, +?,0,I:android/icu/lang/UCharacter$IndicSyllabicCategory.CANTILLATION_MARK,4,,,, +?,0,I:android/icu/lang/UCharacter$IndicSyllabicCategory.CONSONANT,5,,,, +?,0,I:android/icu/lang/UCharacter$IndicSyllabicCategory.CONSONANT_DEAD,6,,,, +?,0,I:android/icu/lang/UCharacter$IndicSyllabicCategory.CONSONANT_FINAL,7,,,, +?,0,I:android/icu/lang/UCharacter$IndicSyllabicCategory.CONSONANT_HEAD_LETTER,8,,,, +?,0,I:android/icu/lang/UCharacter$IndicSyllabicCategory.CONSONANT_INITIAL_POSTFIXED,9,,,, +?,0,I:android/icu/lang/UCharacter$IndicSyllabicCategory.CONSONANT_KILLER,10,,,, +?,0,I:android/icu/lang/UCharacter$IndicSyllabicCategory.CONSONANT_MEDIAL,11,,,, +?,0,I:android/icu/lang/UCharacter$IndicSyllabicCategory.CONSONANT_PLACEHOLDER,12,,,, +?,0,I:android/icu/lang/UCharacter$IndicSyllabicCategory.CONSONANT_PRECEDING_REPHA,13,,,, +?,0,I:android/icu/lang/UCharacter$IndicSyllabicCategory.CONSONANT_PREFIXED,14,,,, +?,0,I:android/icu/lang/UCharacter$IndicSyllabicCategory.CONSONANT_SUBJOINED,15,,,, +?,0,I:android/icu/lang/UCharacter$IndicSyllabicCategory.CONSONANT_SUCCEEDING_REPHA,16,,,, +?,0,I:android/icu/lang/UCharacter$IndicSyllabicCategory.CONSONANT_WITH_STACKER,17,,,, +?,0,I:android/icu/lang/UCharacter$IndicSyllabicCategory.GEMINATION_MARK,18,,,, +?,0,I:android/icu/lang/UCharacter$IndicSyllabicCategory.INVISIBLE_STACKER,19,,,, +?,0,I:android/icu/lang/UCharacter$IndicSyllabicCategory.JOINER,20,,,, +?,0,I:android/icu/lang/UCharacter$IndicSyllabicCategory.MODIFYING_LETTER,21,,,, +?,0,I:android/icu/lang/UCharacter$IndicSyllabicCategory.NON_JOINER,22,,,, +?,0,I:android/icu/lang/UCharacter$IndicSyllabicCategory.NUKTA,23,,,, +?,0,I:android/icu/lang/UCharacter$IndicSyllabicCategory.NUMBER,24,,,, +?,0,I:android/icu/lang/UCharacter$IndicSyllabicCategory.NUMBER_JOINER,25,,,, +?,0,I:android/icu/lang/UCharacter$IndicSyllabicCategory.OTHER,0,,,, +?,0,I:android/icu/lang/UCharacter$IndicSyllabicCategory.PURE_KILLER,26,,,, +?,0,I:android/icu/lang/UCharacter$IndicSyllabicCategory.REGISTER_SHIFTER,27,,,, +?,0,I:android/icu/lang/UCharacter$IndicSyllabicCategory.SYLLABLE_MODIFIER,28,,,, +?,0,I:android/icu/lang/UCharacter$IndicSyllabicCategory.TONE_LETTER,29,,,, +?,0,I:android/icu/lang/UCharacter$IndicSyllabicCategory.TONE_MARK,30,,,, +?,0,I:android/icu/lang/UCharacter$IndicSyllabicCategory.VIRAMA,31,,,, +?,0,I:android/icu/lang/UCharacter$IndicSyllabicCategory.VISARGA,32,,,, +?,0,I:android/icu/lang/UCharacter$IndicSyllabicCategory.VOWEL,33,,,, +?,0,I:android/icu/lang/UCharacter$IndicSyllabicCategory.VOWEL_DEPENDENT,34,,,, +?,0,I:android/icu/lang/UCharacter$IndicSyllabicCategory.VOWEL_INDEPENDENT,35,,,, +?,26,I:android/icu/lang/UCharacter$JoiningGroup.AFRICAN_FEH,86,,,, +?,26,I:android/icu/lang/UCharacter$JoiningGroup.AFRICAN_NOON,87,,,, +?,26,I:android/icu/lang/UCharacter$JoiningGroup.AFRICAN_QAF,88,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.AIN,1,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.ALAPH,2,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.ALEF,3,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.BEH,4,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.BETH,5,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.BURUSHASKI_YEH_BARREE,54,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.DAL,6,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.DALATH_RISH,7,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.E,8,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.FARSI_YEH,55,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.FE,51,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.FEH,9,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.FINAL_SEMKATH,10,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.GAF,11,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.GAMAL,12,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.HAH,13,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.HAMZA_ON_HEH_GOAL,14,,,, +?,29,I:android/icu/lang/UCharacter$JoiningGroup.HANIFI_ROHINGYA_KINNA_YA,100,,,, +?,29,I:android/icu/lang/UCharacter$JoiningGroup.HANIFI_ROHINGYA_PA,101,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.HE,15,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.HEH,16,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.HEH_GOAL,17,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.HETH,18,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.KAF,19,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.KAPH,20,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.KHAPH,52,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.KNOTTED_HEH,21,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.LAM,22,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.LAMADH,23,,,, +?,28,I:android/icu/lang/UCharacter$JoiningGroup.MALAYALAM_BHA,89,,,, +?,28,I:android/icu/lang/UCharacter$JoiningGroup.MALAYALAM_JA,90,,,, +?,28,I:android/icu/lang/UCharacter$JoiningGroup.MALAYALAM_LLA,91,,,, +?,28,I:android/icu/lang/UCharacter$JoiningGroup.MALAYALAM_LLLA,92,,,, +?,28,I:android/icu/lang/UCharacter$JoiningGroup.MALAYALAM_NGA,93,,,, +?,28,I:android/icu/lang/UCharacter$JoiningGroup.MALAYALAM_NNA,94,,,, +?,28,I:android/icu/lang/UCharacter$JoiningGroup.MALAYALAM_NNNA,95,,,, +?,28,I:android/icu/lang/UCharacter$JoiningGroup.MALAYALAM_NYA,96,,,, +?,28,I:android/icu/lang/UCharacter$JoiningGroup.MALAYALAM_RA,97,,,, +?,28,I:android/icu/lang/UCharacter$JoiningGroup.MALAYALAM_SSA,98,,,, +?,28,I:android/icu/lang/UCharacter$JoiningGroup.MALAYALAM_TTA,99,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.MANICHAEAN_ALEPH,58,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.MANICHAEAN_AYIN,59,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.MANICHAEAN_BETH,60,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.MANICHAEAN_DALETH,61,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.MANICHAEAN_DHAMEDH,62,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.MANICHAEAN_FIVE,63,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.MANICHAEAN_GIMEL,64,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.MANICHAEAN_HETH,65,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.MANICHAEAN_HUNDRED,66,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.MANICHAEAN_KAPH,67,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.MANICHAEAN_LAMEDH,68,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.MANICHAEAN_MEM,69,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.MANICHAEAN_NUN,70,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.MANICHAEAN_ONE,71,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.MANICHAEAN_PE,72,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.MANICHAEAN_QOPH,73,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.MANICHAEAN_RESH,74,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.MANICHAEAN_SADHE,75,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.MANICHAEAN_SAMEKH,76,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.MANICHAEAN_TAW,77,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.MANICHAEAN_TEN,78,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.MANICHAEAN_TETH,79,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.MANICHAEAN_THAMEDH,80,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.MANICHAEAN_TWENTY,81,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.MANICHAEAN_WAW,82,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.MANICHAEAN_YODH,83,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.MANICHAEAN_ZAYIN,84,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.MEEM,24,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.MIM,25,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.NO_JOINING_GROUP,0,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.NOON,26,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.NUN,27,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.NYA,56,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.PE,28,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.QAF,29,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.QAPH,30,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.REH,31,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.REVERSED_PE,32,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.ROHINGYA_YEH,57,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.SAD,33,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.SADHE,34,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.SEEN,35,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.SEMKATH,36,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.SHIN,37,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.STRAIGHT_WAW,85,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.SWASH_KAF,38,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.SYRIAC_WAW,39,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.TAH,40,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.TAW,41,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.TEH_MARBUTA,42,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.TEH_MARBUTA_GOAL,14,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.TETH,43,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.WAW,44,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.YEH,45,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.YEH_BARREE,46,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.YEH_WITH_TAIL,47,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.YUDH,48,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.YUDH_HE,49,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.ZAIN,50,,,, +?,0,I:android/icu/lang/UCharacter$JoiningGroup.ZHAIN,53,,,, +?,0,I:android/icu/lang/UCharacter$JoiningType.DUAL_JOINING,2,,,, +?,0,I:android/icu/lang/UCharacter$JoiningType.JOIN_CAUSING,1,,,, +?,0,I:android/icu/lang/UCharacter$JoiningType.LEFT_JOINING,3,,,, +?,0,I:android/icu/lang/UCharacter$JoiningType.NON_JOINING,0,,,, +?,0,I:android/icu/lang/UCharacter$JoiningType.RIGHT_JOINING,4,,,, +?,0,I:android/icu/lang/UCharacter$JoiningType.TRANSPARENT,5,,,, +?,0,I:android/icu/lang/UCharacter$LineBreak.ALPHABETIC,2,,,, +?,0,I:android/icu/lang/UCharacter$LineBreak.AMBIGUOUS,1,,,, +?,0,I:android/icu/lang/UCharacter$LineBreak.BREAK_AFTER,4,,,, +?,0,I:android/icu/lang/UCharacter$LineBreak.BREAK_BEFORE,5,,,, +?,0,I:android/icu/lang/UCharacter$LineBreak.BREAK_BOTH,3,,,, +?,0,I:android/icu/lang/UCharacter$LineBreak.BREAK_SYMBOLS,27,,,, +?,0,I:android/icu/lang/UCharacter$LineBreak.CARRIAGE_RETURN,10,,,, +?,0,I:android/icu/lang/UCharacter$LineBreak.CLOSE_PARENTHESIS,36,,,, +?,0,I:android/icu/lang/UCharacter$LineBreak.CLOSE_PUNCTUATION,8,,,, +?,0,I:android/icu/lang/UCharacter$LineBreak.COMBINING_MARK,9,,,, +?,0,I:android/icu/lang/UCharacter$LineBreak.COMPLEX_CONTEXT,24,,,, +?,0,I:android/icu/lang/UCharacter$LineBreak.CONDITIONAL_JAPANESE_STARTER,37,,,, +?,0,I:android/icu/lang/UCharacter$LineBreak.CONTINGENT_BREAK,7,,,, +?,26,I:android/icu/lang/UCharacter$LineBreak.E_BASE,40,,,, +?,26,I:android/icu/lang/UCharacter$LineBreak.E_MODIFIER,41,,,, +?,0,I:android/icu/lang/UCharacter$LineBreak.EXCLAMATION,11,,,, +?,0,I:android/icu/lang/UCharacter$LineBreak.GLUE,12,,,, +?,0,I:android/icu/lang/UCharacter$LineBreak.H2,31,,,, +?,0,I:android/icu/lang/UCharacter$LineBreak.H3,32,,,, +?,0,I:android/icu/lang/UCharacter$LineBreak.HEBREW_LETTER,38,,,, +?,0,I:android/icu/lang/UCharacter$LineBreak.HYPHEN,13,,,, +?,0,I:android/icu/lang/UCharacter$LineBreak.IDEOGRAPHIC,14,,,, +?,0,I:android/icu/lang/UCharacter$LineBreak.INFIX_NUMERIC,16,,,, +?,0,I:android/icu/lang/UCharacter$LineBreak.INSEPARABLE,15,,,, +?,0,I:android/icu/lang/UCharacter$LineBreak.INSEPERABLE,15,,,, +?,0,I:android/icu/lang/UCharacter$LineBreak.JL,33,,,, +?,0,I:android/icu/lang/UCharacter$LineBreak.JT,34,,,, +?,0,I:android/icu/lang/UCharacter$LineBreak.JV,35,,,, +?,0,I:android/icu/lang/UCharacter$LineBreak.LINE_FEED,17,,,, +?,0,I:android/icu/lang/UCharacter$LineBreak.MANDATORY_BREAK,6,,,, +?,0,I:android/icu/lang/UCharacter$LineBreak.NEXT_LINE,29,,,, +?,0,I:android/icu/lang/UCharacter$LineBreak.NONSTARTER,18,,,, +?,0,I:android/icu/lang/UCharacter$LineBreak.NUMERIC,19,,,, +?,0,I:android/icu/lang/UCharacter$LineBreak.OPEN_PUNCTUATION,20,,,, +?,0,I:android/icu/lang/UCharacter$LineBreak.POSTFIX_NUMERIC,21,,,, +?,0,I:android/icu/lang/UCharacter$LineBreak.PREFIX_NUMERIC,22,,,, +?,0,I:android/icu/lang/UCharacter$LineBreak.QUOTATION,23,,,, +?,0,I:android/icu/lang/UCharacter$LineBreak.REGIONAL_INDICATOR,39,,,, +?,0,I:android/icu/lang/UCharacter$LineBreak.SPACE,26,,,, +?,0,I:android/icu/lang/UCharacter$LineBreak.SURROGATE,25,,,, +?,0,I:android/icu/lang/UCharacter$LineBreak.UNKNOWN,0,,,, +?,0,I:android/icu/lang/UCharacter$LineBreak.WORD_JOINER,30,,,, +?,26,I:android/icu/lang/UCharacter$LineBreak.ZWJ,42,,,, +?,0,I:android/icu/lang/UCharacter$LineBreak.ZWSPACE,28,,,, +?,0,I:android/icu/lang/UCharacter$NumericType.DECIMAL,1,,,, +?,0,I:android/icu/lang/UCharacter$NumericType.DIGIT,2,,,, +?,0,I:android/icu/lang/UCharacter$NumericType.NONE,0,,,, +?,0,I:android/icu/lang/UCharacter$NumericType.NUMERIC,3,,,, +?,0,I:android/icu/lang/UCharacter$SentenceBreak.ATERM,1,,,, +?,0,I:android/icu/lang/UCharacter$SentenceBreak.CLOSE,2,,,, +?,0,I:android/icu/lang/UCharacter$SentenceBreak.CR,11,,,, +?,0,I:android/icu/lang/UCharacter$SentenceBreak.EXTEND,12,,,, +?,0,I:android/icu/lang/UCharacter$SentenceBreak.FORMAT,3,,,, +?,0,I:android/icu/lang/UCharacter$SentenceBreak.LF,13,,,, +?,0,I:android/icu/lang/UCharacter$SentenceBreak.LOWER,4,,,, +?,0,I:android/icu/lang/UCharacter$SentenceBreak.NUMERIC,5,,,, +?,0,I:android/icu/lang/UCharacter$SentenceBreak.OLETTER,6,,,, +?,0,I:android/icu/lang/UCharacter$SentenceBreak.OTHER,0,,,, +?,0,I:android/icu/lang/UCharacter$SentenceBreak.SCONTINUE,14,,,, +?,0,I:android/icu/lang/UCharacter$SentenceBreak.SEP,7,,,, +?,0,I:android/icu/lang/UCharacter$SentenceBreak.SP,8,,,, +?,0,I:android/icu/lang/UCharacter$SentenceBreak.STERM,9,,,, +?,0,I:android/icu/lang/UCharacter$SentenceBreak.UPPER,10,,,, +?,0,I:android/icu/lang/UCharacter$VerticalOrientation.ROTATED,0,,,, +?,0,I:android/icu/lang/UCharacter$VerticalOrientation.TRANSFORMED_ROTATED,1,,,, +?,0,I:android/icu/lang/UCharacter$VerticalOrientation.TRANSFORMED_UPRIGHT,2,,,, +?,0,I:android/icu/lang/UCharacter$VerticalOrientation.UPRIGHT,3,,,, +?,0,I:android/icu/lang/UCharacter$WordBreak.ALETTER,1,,,, +?,0,I:android/icu/lang/UCharacter$WordBreak.CR,8,,,, +?,0,I:android/icu/lang/UCharacter$WordBreak.DOUBLE_QUOTE,16,,,, +?,26,I:android/icu/lang/UCharacter$WordBreak.E_BASE,17,,,, +?,26,I:android/icu/lang/UCharacter$WordBreak.E_BASE_GAZ,18,,,, +?,26,I:android/icu/lang/UCharacter$WordBreak.E_MODIFIER,19,,,, +?,0,I:android/icu/lang/UCharacter$WordBreak.EXTEND,9,,,, +?,0,I:android/icu/lang/UCharacter$WordBreak.EXTENDNUMLET,7,,,, +?,0,I:android/icu/lang/UCharacter$WordBreak.FORMAT,2,,,, +?,26,I:android/icu/lang/UCharacter$WordBreak.GLUE_AFTER_ZWJ,20,,,, +?,0,I:android/icu/lang/UCharacter$WordBreak.HEBREW_LETTER,14,,,, +?,0,I:android/icu/lang/UCharacter$WordBreak.KATAKANA,3,,,, +?,0,I:android/icu/lang/UCharacter$WordBreak.LF,10,,,, +?,0,I:android/icu/lang/UCharacter$WordBreak.MIDLETTER,4,,,, +?,0,I:android/icu/lang/UCharacter$WordBreak.MIDNUM,5,,,, +?,0,I:android/icu/lang/UCharacter$WordBreak.MIDNUMLET,11,,,, +?,0,I:android/icu/lang/UCharacter$WordBreak.NEWLINE,12,,,, +?,0,I:android/icu/lang/UCharacter$WordBreak.NUMERIC,6,,,, +?,0,I:android/icu/lang/UCharacter$WordBreak.OTHER,0,,,, +?,0,I:android/icu/lang/UCharacter$WordBreak.REGIONAL_INDICATOR,13,,,, +?,0,I:android/icu/lang/UCharacter$WordBreak.SINGLE_QUOTE,15,,,, +?,29,I:android/icu/lang/UCharacter$WordBreak.WSEGSPACE,22,,,, +?,26,I:android/icu/lang/UCharacter$WordBreak.ZWJ,21,,,, +?,0,I:android/icu/lang/UCharacterEnums$ECharacterDirection.ARABIC_NUMBER,5,,,, +?,0,I:android/icu/lang/UCharacterEnums$ECharacterDirection.BLOCK_SEPARATOR,7,,,, +?,0,I:android/icu/lang/UCharacterEnums$ECharacterDirection.BOUNDARY_NEUTRAL,18,,,, +?,0,I:android/icu/lang/UCharacterEnums$ECharacterDirection.COMMON_NUMBER_SEPARATOR,6,,,, +?,0,I:android/icu/lang/UCharacterEnums$ECharacterDirection.DIR_NON_SPACING_MARK,17,,,, +?,0,I:android/icu/lang/UCharacterEnums$ECharacterDirection.EUROPEAN_NUMBER,2,,,, +?,0,I:android/icu/lang/UCharacterEnums$ECharacterDirection.EUROPEAN_NUMBER_SEPARATOR,3,,,, +?,0,I:android/icu/lang/UCharacterEnums$ECharacterDirection.EUROPEAN_NUMBER_TERMINATOR,4,,,, +?,0,I:android/icu/lang/UCharacterEnums$ECharacterDirection.LEFT_TO_RIGHT,0,,,, +?,0,I:android/icu/lang/UCharacterEnums$ECharacterDirection.LEFT_TO_RIGHT_EMBEDDING,11,,,, +?,0,I:android/icu/lang/UCharacterEnums$ECharacterDirection.LEFT_TO_RIGHT_OVERRIDE,12,,,, +?,0,I:android/icu/lang/UCharacterEnums$ECharacterDirection.OTHER_NEUTRAL,10,,,, +?,0,I:android/icu/lang/UCharacterEnums$ECharacterDirection.POP_DIRECTIONAL_FORMAT,16,,,, +?,0,I:android/icu/lang/UCharacterEnums$ECharacterDirection.RIGHT_TO_LEFT,1,,,, +?,0,I:android/icu/lang/UCharacterEnums$ECharacterDirection.RIGHT_TO_LEFT_ARABIC,13,,,, +?,0,I:android/icu/lang/UCharacterEnums$ECharacterDirection.RIGHT_TO_LEFT_EMBEDDING,14,,,, +?,0,I:android/icu/lang/UCharacterEnums$ECharacterDirection.RIGHT_TO_LEFT_OVERRIDE,15,,,, +?,0,I:android/icu/lang/UCharacterEnums$ECharacterDirection.SEGMENT_SEPARATOR,8,,,, +?,0,I:android/icu/lang/UCharacterEnums$ECharacterDirection.WHITE_SPACE_NEUTRAL,9,,,, +?,0,I:android/icu/lang/UProperty$NameChoice.LONG,1,,,, +?,0,I:android/icu/lang/UProperty$NameChoice.SHORT,0,,,, +?,0,I:android/icu/lang/UProperty.AGE,16384,,,, +?,0,I:android/icu/lang/UProperty.ALPHABETIC,0,,,, +?,0,I:android/icu/lang/UProperty.ASCII_HEX_DIGIT,1,,,, +?,0,I:android/icu/lang/UProperty.BIDI_CLASS,4096,,,, +?,0,I:android/icu/lang/UProperty.BIDI_CONTROL,2,,,, +?,0,I:android/icu/lang/UProperty.BIDI_MIRRORED,3,,,, +?,0,I:android/icu/lang/UProperty.BIDI_MIRRORING_GLYPH,16385,,,, +?,0,I:android/icu/lang/UProperty.BIDI_PAIRED_BRACKET,16397,,,, +?,0,I:android/icu/lang/UProperty.BIDI_PAIRED_BRACKET_TYPE,4117,,,, +?,0,I:android/icu/lang/UProperty.BINARY_START,0,,,, +?,0,I:android/icu/lang/UProperty.BLOCK,4097,,,, +?,0,I:android/icu/lang/UProperty.CANONICAL_COMBINING_CLASS,4098,,,, +?,0,I:android/icu/lang/UProperty.CASE_FOLDING,16386,,,, +?,0,I:android/icu/lang/UProperty.CASE_IGNORABLE,50,,,, +?,0,I:android/icu/lang/UProperty.CASE_SENSITIVE,34,,,, +?,0,I:android/icu/lang/UProperty.CASED,49,,,, +?,0,I:android/icu/lang/UProperty.CHANGES_WHEN_CASEFOLDED,54,,,, +?,0,I:android/icu/lang/UProperty.CHANGES_WHEN_CASEMAPPED,55,,,, +?,0,I:android/icu/lang/UProperty.CHANGES_WHEN_LOWERCASED,51,,,, +?,0,I:android/icu/lang/UProperty.CHANGES_WHEN_NFKC_CASEFOLDED,56,,,, +?,0,I:android/icu/lang/UProperty.CHANGES_WHEN_TITLECASED,53,,,, +?,0,I:android/icu/lang/UProperty.CHANGES_WHEN_UPPERCASED,52,,,, +?,0,I:android/icu/lang/UProperty.DASH,4,,,, +?,0,I:android/icu/lang/UProperty.DECOMPOSITION_TYPE,4099,,,, +?,0,I:android/icu/lang/UProperty.DEFAULT_IGNORABLE_CODE_POINT,5,,,, +?,0,I:android/icu/lang/UProperty.DEPRECATED,6,,,, +?,0,I:android/icu/lang/UProperty.DIACRITIC,7,,,, +?,0,I:android/icu/lang/UProperty.DOUBLE_START,12288,,,, +?,0,I:android/icu/lang/UProperty.EAST_ASIAN_WIDTH,4100,,,, +?,28,I:android/icu/lang/UProperty.EMOJI,57,,,, +?,28,I:android/icu/lang/UProperty.EMOJI_COMPONENT,61,,,, +?,28,I:android/icu/lang/UProperty.EMOJI_MODIFIER,59,,,, +?,28,I:android/icu/lang/UProperty.EMOJI_MODIFIER_BASE,60,,,, +?,28,I:android/icu/lang/UProperty.EMOJI_PRESENTATION,58,,,, +?,29,I:android/icu/lang/UProperty.EXTENDED_PICTOGRAPHIC,64,,,, +?,0,I:android/icu/lang/UProperty.EXTENDER,8,,,, +?,0,I:android/icu/lang/UProperty.FULL_COMPOSITION_EXCLUSION,9,,,, +?,0,I:android/icu/lang/UProperty.GENERAL_CATEGORY,4101,,,, +?,0,I:android/icu/lang/UProperty.GENERAL_CATEGORY_MASK,8192,,,, +?,0,I:android/icu/lang/UProperty.GRAPHEME_BASE,10,,,, +?,0,I:android/icu/lang/UProperty.GRAPHEME_CLUSTER_BREAK,4114,,,, +?,0,I:android/icu/lang/UProperty.GRAPHEME_EXTEND,11,,,, +?,0,I:android/icu/lang/UProperty.GRAPHEME_LINK,12,,,, +?,0,I:android/icu/lang/UProperty.HANGUL_SYLLABLE_TYPE,4107,,,, +?,0,I:android/icu/lang/UProperty.HEX_DIGIT,13,,,, +?,0,I:android/icu/lang/UProperty.HYPHEN,14,,,, +?,0,I:android/icu/lang/UProperty.ID_CONTINUE,15,,,, +?,0,I:android/icu/lang/UProperty.ID_START,16,,,, +?,0,I:android/icu/lang/UProperty.IDEOGRAPHIC,17,,,, +?,0,I:android/icu/lang/UProperty.IDS_BINARY_OPERATOR,18,,,, +?,0,I:android/icu/lang/UProperty.IDS_TRINARY_OPERATOR,19,,,, +?,29,I:android/icu/lang/UProperty.INDIC_POSITIONAL_CATEGORY,4118,,,, +?,29,I:android/icu/lang/UProperty.INDIC_SYLLABIC_CATEGORY,4119,,,, +?,0,I:android/icu/lang/UProperty.INT_START,4096,,,, +?,0,I:android/icu/lang/UProperty.JOIN_CONTROL,20,,,, +?,0,I:android/icu/lang/UProperty.JOINING_GROUP,4102,,,, +?,0,I:android/icu/lang/UProperty.JOINING_TYPE,4103,,,, +?,0,I:android/icu/lang/UProperty.LEAD_CANONICAL_COMBINING_CLASS,4112,,,, +?,0,I:android/icu/lang/UProperty.LINE_BREAK,4104,,,, +?,0,I:android/icu/lang/UProperty.LOGICAL_ORDER_EXCEPTION,21,,,, +?,0,I:android/icu/lang/UProperty.LOWERCASE,22,,,, +?,0,I:android/icu/lang/UProperty.LOWERCASE_MAPPING,16388,,,, +?,0,I:android/icu/lang/UProperty.MASK_START,8192,,,, +?,0,I:android/icu/lang/UProperty.MATH,23,,,, +?,0,I:android/icu/lang/UProperty.NAME,16389,,,, +?,0,I:android/icu/lang/UProperty.NFC_INERT,39,,,, +?,0,I:android/icu/lang/UProperty.NFC_QUICK_CHECK,4110,,,, +?,0,I:android/icu/lang/UProperty.NFD_INERT,37,,,, +?,0,I:android/icu/lang/UProperty.NFD_QUICK_CHECK,4108,,,, +?,0,I:android/icu/lang/UProperty.NFKC_INERT,40,,,, +?,0,I:android/icu/lang/UProperty.NFKC_QUICK_CHECK,4111,,,, +?,0,I:android/icu/lang/UProperty.NFKD_INERT,38,,,, +?,0,I:android/icu/lang/UProperty.NFKD_QUICK_CHECK,4109,,,, +?,0,I:android/icu/lang/UProperty.NONCHARACTER_CODE_POINT,24,,,, +?,0,I:android/icu/lang/UProperty.NUMERIC_TYPE,4105,,,, +?,0,I:android/icu/lang/UProperty.NUMERIC_VALUE,12288,,,, +?,0,I:android/icu/lang/UProperty.OTHER_PROPERTY_START,28672,,,, +?,0,I:android/icu/lang/UProperty.PATTERN_SYNTAX,42,,,, +?,0,I:android/icu/lang/UProperty.PATTERN_WHITE_SPACE,43,,,, +?,0,I:android/icu/lang/UProperty.POSIX_ALNUM,44,,,, +?,0,I:android/icu/lang/UProperty.POSIX_BLANK,45,,,, +?,0,I:android/icu/lang/UProperty.POSIX_GRAPH,46,,,, +?,0,I:android/icu/lang/UProperty.POSIX_PRINT,47,,,, +?,0,I:android/icu/lang/UProperty.POSIX_XDIGIT,48,,,, +?,28,I:android/icu/lang/UProperty.PREPENDED_CONCATENATION_MARK,63,,,, +?,0,I:android/icu/lang/UProperty.QUOTATION_MARK,25,,,, +?,0,I:android/icu/lang/UProperty.RADICAL,26,,,, +?,28,I:android/icu/lang/UProperty.REGIONAL_INDICATOR,62,,,, +?,0,I:android/icu/lang/UProperty.S_TERM,35,,,, +?,0,I:android/icu/lang/UProperty.SCRIPT,4106,,,, +?,0,I:android/icu/lang/UProperty.SCRIPT_EXTENSIONS,28672,,,, +?,0,I:android/icu/lang/UProperty.SEGMENT_STARTER,41,,,, +?,0,I:android/icu/lang/UProperty.SENTENCE_BREAK,4115,,,, +?,0,I:android/icu/lang/UProperty.SIMPLE_CASE_FOLDING,16390,,,, +?,0,I:android/icu/lang/UProperty.SIMPLE_LOWERCASE_MAPPING,16391,,,, +?,0,I:android/icu/lang/UProperty.SIMPLE_TITLECASE_MAPPING,16392,,,, +?,0,I:android/icu/lang/UProperty.SIMPLE_UPPERCASE_MAPPING,16393,,,, +?,0,I:android/icu/lang/UProperty.SOFT_DOTTED,27,,,, +?,0,I:android/icu/lang/UProperty.STRING_START,16384,,,, +?,0,I:android/icu/lang/UProperty.TERMINAL_PUNCTUATION,28,,,, +?,0,I:android/icu/lang/UProperty.TITLECASE_MAPPING,16394,,,, +?,0,I:android/icu/lang/UProperty.TRAIL_CANONICAL_COMBINING_CLASS,4113,,,, +?,0,I:android/icu/lang/UProperty.UNIFIED_IDEOGRAPH,29,,,, +?,0,I:android/icu/lang/UProperty.UPPERCASE,30,,,, +?,0,I:android/icu/lang/UProperty.UPPERCASE_MAPPING,16396,,,, +?,0,I:android/icu/lang/UProperty.VARIATION_SELECTOR,36,,,, +?,29,I:android/icu/lang/UProperty.VERTICAL_ORIENTATION,4120,,,, +?,0,I:android/icu/lang/UProperty.WHITE_SPACE,31,,,, +?,0,I:android/icu/lang/UProperty.WORD_BREAK,4116,,,, +?,0,I:android/icu/lang/UProperty.XID_CONTINUE,32,,,, +?,0,I:android/icu/lang/UProperty.XID_START,33,,,, +?,0,I:android/icu/text/Collator$ReorderCodes.CURRENCY,4099,,,, +?,0,I:android/icu/text/Collator$ReorderCodes.DEFAULT,-1,,,, +?,0,I:android/icu/text/Collator$ReorderCodes.DIGIT,4100,,,, +?,0,I:android/icu/text/Collator$ReorderCodes.FIRST,4096,,,, +?,0,I:android/icu/text/Collator$ReorderCodes.NONE,103,,,, +?,0,I:android/icu/text/Collator$ReorderCodes.OTHERS,103,,,, +?,0,I:android/icu/text/Collator$ReorderCodes.PUNCTUATION,4097,,,, +?,0,I:android/icu/text/Collator$ReorderCodes.SPACE,4096,,,, +?,0,I:android/icu/text/Collator$ReorderCodes.SYMBOL,4098,,,, +E,24,I:android/icu/text/UnicodeMatcher.U_MATCH,2,Android.Icu.Text.UnicodeMatchResult,Match,remove, +E,24,I:android/icu/text/UnicodeMatcher.U_MISMATCH,0,Android.Icu.Text.UnicodeMatchResult,Mismatch,remove, +E,24,I:android/icu/text/UnicodeMatcher.U_PARTIAL_MATCH,1,Android.Icu.Text.UnicodeMatchResult,PartialMatch,remove, +E,29,I:android/media/MicrophoneDirection.MIC_DIRECTION_AWAY_FROM_USER,2,Android.Media.MicDirection,AwayFromUser,remove, +E,29,I:android/media/MicrophoneDirection.MIC_DIRECTION_EXTERNAL,3,Android.Media.MicDirection,External,remove, +E,29,I:android/media/MicrophoneDirection.MIC_DIRECTION_TOWARDS_USER,1,Android.Media.MicDirection,TowardsUser,remove, +E,29,I:android/media/MicrophoneDirection.MIC_DIRECTION_UNSPECIFIED,0,Android.Media.MicDirection,Unspecified,remove, +?,0,I:android/os/IBinder.DUMP_TRANSACTION,1598311760,,,, +?,0,I:android/os/IBinder.FIRST_CALL_TRANSACTION,1,,,, +A,0,,0,Android.OS.TransactionFlags,None,remove,flags +E,10,I:android/os/IBinder.FLAG_ONEWAY,1,Android.OS.TransactionFlags,Oneway,remove,flags +?,0,I:android/os/IBinder.INTERFACE_TRANSACTION,1598968902,,,, +?,0,I:android/os/IBinder.LAST_CALL_TRANSACTION,16777215,,,, +?,15,I:android/os/IBinder.LIKE_TRANSACTION,1598835019,,,, +?,0,I:android/os/IBinder.PING_TRANSACTION,1599098439,,,, +?,15,I:android/os/IBinder.TWEET_TRANSACTION,1599362900,,,, +E,23,I:android/os/MessageQueue$OnFileDescriptorEventListener.EVENT_ERROR,4,Android.OS.MessageQueueEventType,Error,keep, +E,23,I:android/os/MessageQueue$OnFileDescriptorEventListener.EVENT_INPUT,1,Android.OS.MessageQueueEventType,Input,keep, +E,23,I:android/os/MessageQueue$OnFileDescriptorEventListener.EVENT_OUTPUT,2,Android.OS.MessageQueueEventType,Output,keep, +?,0,I:android/os/Parcelable.CONTENTS_FILE_DESCRIPTOR,1,,,, +A,0,,0,Android.OS.ParcelableWriteFlags,None,remove,flags +E,10,I:android/os/Parcelable.PARCELABLE_WRITE_RETURN_VALUE,1,Android.OS.ParcelableWriteFlags,ReturnValue,remove,flags +E,15,I:android/provider/CalendarContract$AttendeesColumns.ATTENDEE_STATUS_ACCEPTED,1,Android.Provider.CalendarAttendeesStatus,Accepted,remove, +E,15,I:android/provider/CalendarContract$AttendeesColumns.ATTENDEE_STATUS_DECLINED,2,Android.Provider.CalendarAttendeesStatus,Declined,remove, +E,15,I:android/provider/CalendarContract$AttendeesColumns.ATTENDEE_STATUS_INVITED,3,Android.Provider.CalendarAttendeesStatus,Invited,remove, +E,15,I:android/provider/CalendarContract$AttendeesColumns.ATTENDEE_STATUS_NONE,0,Android.Provider.CalendarAttendeesStatus,None,remove, +E,15,I:android/provider/CalendarContract$AttendeesColumns.ATTENDEE_STATUS_TENTATIVE,4,Android.Provider.CalendarAttendeesStatus,Tentative,remove, +E,15,I:android/provider/CalendarContract$AttendeesColumns.RELATIONSHIP_ATTENDEE,1,Android.Provider.CalendarAttendeesRelationship,Attendee,remove, +E,15,I:android/provider/CalendarContract$AttendeesColumns.RELATIONSHIP_NONE,0,Android.Provider.CalendarAttendeesRelationship,None,remove, +E,15,I:android/provider/CalendarContract$AttendeesColumns.RELATIONSHIP_ORGANIZER,2,Android.Provider.CalendarAttendeesRelationship,Organizer,remove, +E,15,I:android/provider/CalendarContract$AttendeesColumns.RELATIONSHIP_PERFORMER,3,Android.Provider.CalendarAttendeesRelationship,Performer,remove, +E,15,I:android/provider/CalendarContract$AttendeesColumns.RELATIONSHIP_SPEAKER,4,Android.Provider.CalendarAttendeesRelationship,Speaker,remove, +E,15,I:android/provider/CalendarContract$AttendeesColumns.TYPE_NONE,0,Android.Provider.CalendarAttendeesColumn,None,remove, +E,15,I:android/provider/CalendarContract$AttendeesColumns.TYPE_OPTIONAL,2,Android.Provider.CalendarAttendeesColumn,Optional,remove, +E,15,I:android/provider/CalendarContract$AttendeesColumns.TYPE_REQUIRED,1,Android.Provider.CalendarAttendeesColumn,Required,remove, +E,15,I:android/provider/CalendarContract$AttendeesColumns.TYPE_RESOURCE,3,Android.Provider.CalendarAttendeesColumn,Resource,remove, +E,15,I:android/provider/CalendarContract$CalendarAlertsColumns.STATE_DISMISSED,2,Android.Provider.CalendarAlertsState,Dismissed,remove, +E,15,I:android/provider/CalendarContract$CalendarAlertsColumns.STATE_FIRED,1,Android.Provider.CalendarAlertsState,Fired,remove, +E,15,I:android/provider/CalendarContract$CalendarAlertsColumns.STATE_SCHEDULED,0,Android.Provider.CalendarAlertsState,Scheduled,remove, +E,15,I:android/provider/CalendarContract$CalendarColumns.CAL_ACCESS_CONTRIBUTOR,500,Android.Provider.CalendarAccess,AccessContributor,remove, +E,15,I:android/provider/CalendarContract$CalendarColumns.CAL_ACCESS_EDITOR,600,Android.Provider.CalendarAccess,AccessEditor,remove, +E,15,I:android/provider/CalendarContract$CalendarColumns.CAL_ACCESS_FREEBUSY,100,Android.Provider.CalendarAccess,AccessFreebusy,remove, +E,15,I:android/provider/CalendarContract$CalendarColumns.CAL_ACCESS_NONE,0,Android.Provider.CalendarAccess,AccessNone,remove, +E,15,I:android/provider/CalendarContract$CalendarColumns.CAL_ACCESS_OVERRIDE,400,Android.Provider.CalendarAccess,AccessOverride,remove, +E,15,I:android/provider/CalendarContract$CalendarColumns.CAL_ACCESS_OWNER,700,Android.Provider.CalendarAccess,AccessOwner,remove, +E,15,I:android/provider/CalendarContract$CalendarColumns.CAL_ACCESS_READ,200,Android.Provider.CalendarAccess,AccessRead,remove, +E,15,I:android/provider/CalendarContract$CalendarColumns.CAL_ACCESS_RESPOND,300,Android.Provider.CalendarAccess,AccessRespond,remove, +E,15,I:android/provider/CalendarContract$CalendarColumns.CAL_ACCESS_ROOT,800,Android.Provider.CalendarAccess,AccessRoot,remove, +E,15,I:android/provider/CalendarContract$ColorsColumns.TYPE_CALENDAR,0,Android.Provider.CalendarColoredTypes,Calendar,remove, +E,15,I:android/provider/CalendarContract$ColorsColumns.TYPE_EVENT,1,Android.Provider.CalendarColoredTypes,Event,remove, +E,15,I:android/provider/CalendarContract$EventsColumns.ACCESS_CONFIDENTIAL,1,Android.Provider.EventsAccess,Confidential,remove, +E,15,I:android/provider/CalendarContract$EventsColumns.ACCESS_DEFAULT,0,Android.Provider.EventsAccess,Default,remove, +E,15,I:android/provider/CalendarContract$EventsColumns.ACCESS_PRIVATE,2,Android.Provider.EventsAccess,Private,remove, +E,15,I:android/provider/CalendarContract$EventsColumns.ACCESS_PUBLIC,3,Android.Provider.EventsAccess,Public,remove, +E,15,I:android/provider/CalendarContract$EventsColumns.AVAILABILITY_BUSY,0,Android.Provider.EventsAvailability,Busy,remove, +E,15,I:android/provider/CalendarContract$EventsColumns.AVAILABILITY_FREE,1,Android.Provider.EventsAvailability,Free,remove, +E,15,I:android/provider/CalendarContract$EventsColumns.AVAILABILITY_TENTATIVE,2,Android.Provider.EventsAvailability,Tentative,remove, +E,15,I:android/provider/CalendarContract$EventsColumns.STATUS_CANCELED,2,Android.Provider.EventsStatus,Canceled,remove, +E,15,I:android/provider/CalendarContract$EventsColumns.STATUS_CONFIRMED,1,Android.Provider.EventsStatus,Confirmed,remove, +E,15,I:android/provider/CalendarContract$EventsColumns.STATUS_TENTATIVE,0,Android.Provider.EventsStatus,Tentative,remove, +E,16,I:android/provider/CalendarContract$RemindersColumns.METHOD_ALARM,4,Android.Provider.RemindersMethod,Alarm,remove, +E,15,I:android/provider/CalendarContract$RemindersColumns.METHOD_ALERT,1,Android.Provider.RemindersMethod,Alert,remove, +E,15,I:android/provider/CalendarContract$RemindersColumns.METHOD_DEFAULT,0,Android.Provider.RemindersMethod,Default,remove, +E,15,I:android/provider/CalendarContract$RemindersColumns.METHOD_EMAIL,2,Android.Provider.RemindersMethod,Email,remove, +E,15,I:android/provider/CalendarContract$RemindersColumns.METHOD_SMS,3,Android.Provider.RemindersMethod,Sms,remove, +?,0,I:android/provider/CalendarContract$RemindersColumns.MINUTES_DEFAULT,-1,,,, +E,10,I:android/provider/Contacts$ContactMethodsColumns.TYPE_CUSTOM,0,Android.Provider.ContactMethodColumn,Custom,keep, +E,10,I:android/provider/Contacts$ContactMethodsColumns.TYPE_HOME,1,Android.Provider.ContactMethodColumn,Home,keep, +E,10,I:android/provider/Contacts$ContactMethodsColumns.TYPE_OTHER,3,Android.Provider.ContactMethodColumn,Other,keep, +E,10,I:android/provider/Contacts$ContactMethodsColumns.TYPE_WORK,2,Android.Provider.ContactMethodColumn,Work,keep, +E,10,I:android/provider/Contacts$OrganizationColumns.TYPE_CUSTOM,0,Android.Provider.ContactOrganizationColumn,Custom,keep, +E,10,I:android/provider/Contacts$OrganizationColumns.TYPE_OTHER,2,Android.Provider.ContactOrganizationColumn,Other,keep, +E,10,I:android/provider/Contacts$OrganizationColumns.TYPE_WORK,1,Android.Provider.ContactOrganizationColumn,Work,keep, +E,10,I:android/provider/Contacts$PhonesColumns.TYPE_CUSTOM,0,Android.Provider.ContactPhoneColumn,Custom,keep, +E,10,I:android/provider/Contacts$PhonesColumns.TYPE_FAX_HOME,5,Android.Provider.ContactPhoneColumn,FaxHome,keep, +E,10,I:android/provider/Contacts$PhonesColumns.TYPE_FAX_WORK,4,Android.Provider.ContactPhoneColumn,FaxWork,keep, +E,10,I:android/provider/Contacts$PhonesColumns.TYPE_HOME,1,Android.Provider.ContactPhoneColumn,Home,keep, +E,10,I:android/provider/Contacts$PhonesColumns.TYPE_MOBILE,2,Android.Provider.ContactPhoneColumn,Mobile,keep, +E,10,I:android/provider/Contacts$PhonesColumns.TYPE_OTHER,7,Android.Provider.ContactPhoneColumn,Other,keep, +E,10,I:android/provider/Contacts$PhonesColumns.TYPE_PAGER,6,Android.Provider.ContactPhoneColumn,Pager,keep, +E,10,I:android/provider/Contacts$PhonesColumns.TYPE_WORK,3,Android.Provider.ContactPhoneColumn,Work,keep, +E,10,I:android/provider/Contacts$PresenceColumns.AVAILABLE,5,Android.Provider.ContactPresenceStatus,Available,remove, +E,10,I:android/provider/Contacts$PresenceColumns.AWAY,2,Android.Provider.ContactPresenceStatus,Away,remove, +E,10,I:android/provider/Contacts$PresenceColumns.DO_NOT_DISTURB,4,Android.Provider.ContactPresenceStatus,DoNotDisturb,remove, +E,10,I:android/provider/Contacts$PresenceColumns.IDLE,3,Android.Provider.ContactPresenceStatus,Idle,remove, +E,10,I:android/provider/Contacts$PresenceColumns.INVISIBLE,1,Android.Provider.ContactPresenceStatus,Invisible,remove, +E,10,I:android/provider/Contacts$PresenceColumns.OFFLINE,0,Android.Provider.ContactPresenceStatus,Offline,remove, +?,0,I:android/provider/ContactsContract$CommonDataKinds$BaseTypes.TYPE_CUSTOM,0,,,, +?,23,I:android/provider/ContactsContract$DataColumns.CARRIER_PRESENCE_VT_CAPABLE,1,,,, +E,15,I:android/provider/ContactsContract$DisplayNameSources.EMAIL,10,Android.Provider.DisplayNameSources,Email,remove, +E,15,I:android/provider/ContactsContract$DisplayNameSources.NICKNAME,35,Android.Provider.DisplayNameSources,Nickname,remove, +E,15,I:android/provider/ContactsContract$DisplayNameSources.ORGANIZATION,30,Android.Provider.DisplayNameSources,Organization,remove, +E,15,I:android/provider/ContactsContract$DisplayNameSources.PHONE,20,Android.Provider.DisplayNameSources,Phone,remove, +E,15,I:android/provider/ContactsContract$DisplayNameSources.STRUCTURED_NAME,40,Android.Provider.DisplayNameSources,StructuredName,remove, +E,23,I:android/provider/ContactsContract$DisplayNameSources.STRUCTURED_PHONETIC_NAME,37,Android.Provider.DisplayNameSources,StructuredPhoneticName,remove, +E,15,I:android/provider/ContactsContract$DisplayNameSources.UNDEFINED,0,Android.Provider.DisplayNameSources,Undefined,remove, +E,15,I:android/provider/ContactsContract$FullNameStyle.CHINESE,3,Android.Provider.FullNameStyle,Chinese,remove, +E,15,I:android/provider/ContactsContract$FullNameStyle.CJK,2,Android.Provider.FullNameStyle,Cjk,remove, +E,15,I:android/provider/ContactsContract$FullNameStyle.JAPANESE,4,Android.Provider.FullNameStyle,Japanese,remove, +E,15,I:android/provider/ContactsContract$FullNameStyle.KOREAN,5,Android.Provider.FullNameStyle,Korean,remove, +E,15,I:android/provider/ContactsContract$FullNameStyle.UNDEFINED,0,Android.Provider.FullNameStyle,Undefined,remove, +E,15,I:android/provider/ContactsContract$FullNameStyle.WESTERN,1,Android.Provider.FullNameStyle,Western,remove, +E,15,I:android/provider/ContactsContract$PhoneticNameStyle.JAPANESE,4,Android.Provider.PhoneticNameStyle,Japanese,remove, +E,15,I:android/provider/ContactsContract$PhoneticNameStyle.KOREAN,5,Android.Provider.PhoneticNameStyle,Korean,remove, +E,15,I:android/provider/ContactsContract$PhoneticNameStyle.PINYIN,3,Android.Provider.PhoneticNameStyle,Pinyin,remove, +E,15,I:android/provider/ContactsContract$PhoneticNameStyle.UNDEFINED,0,Android.Provider.PhoneticNameStyle,Undefined,remove, +E,10,I:android/provider/ContactsContract$StatusColumns.AVAILABLE,5,Android.Provider.StatusPresence,Available,remove, +E,10,I:android/provider/ContactsContract$StatusColumns.AWAY,2,Android.Provider.StatusPresence,Away,remove, +E,15,I:android/provider/ContactsContract$StatusColumns.CAPABILITY_HAS_CAMERA,4,Android.Provider.ChatCapability,HasCamera,remove, +E,15,I:android/provider/ContactsContract$StatusColumns.CAPABILITY_HAS_VIDEO,2,Android.Provider.ChatCapability,HasVideo,remove, +E,15,I:android/provider/ContactsContract$StatusColumns.CAPABILITY_HAS_VOICE,1,Android.Provider.ChatCapability,HasVoice,remove, +E,10,I:android/provider/ContactsContract$StatusColumns.DO_NOT_DISTURB,4,Android.Provider.StatusPresence,DoNotDisturb,remove, +E,10,I:android/provider/ContactsContract$StatusColumns.IDLE,3,Android.Provider.StatusPresence,Idle,remove, +E,10,I:android/provider/ContactsContract$StatusColumns.INVISIBLE,1,Android.Provider.StatusPresence,Invisible,remove, +E,10,I:android/provider/ContactsContract$StatusColumns.OFFLINE,0,Android.Provider.StatusPresence,Offline,remove, +E,15,I:android/provider/MediaStore$Files$FileColumns.MEDIA_TYPE_AUDIO,2,Android.Provider.MediaType,Audio,remove, +?,30,I:android/provider/MediaStore$Files$FileColumns.MEDIA_TYPE_DOCUMENT,6,,,, +E,15,I:android/provider/MediaStore$Files$FileColumns.MEDIA_TYPE_IMAGE,1,Android.Provider.MediaType,Image,remove, +E,15,I:android/provider/MediaStore$Files$FileColumns.MEDIA_TYPE_NONE,0,Android.Provider.MediaType,None,remove, +E,15,I:android/provider/MediaStore$Files$FileColumns.MEDIA_TYPE_PLAYLIST,4,Android.Provider.MediaType,Playlist,remove, +?,30,I:android/provider/MediaStore$Files$FileColumns.MEDIA_TYPE_SUBTITLE,5,,,, +E,15,I:android/provider/MediaStore$Files$FileColumns.MEDIA_TYPE_VIDEO,3,Android.Provider.MediaType,Video,remove, +E,19,I:android/provider/Telephony$BaseMmsColumns.MESSAGE_BOX_ALL,0,Android.Provider.MessageBoxType,All,remove, +E,19,I:android/provider/Telephony$BaseMmsColumns.MESSAGE_BOX_DRAFTS,3,Android.Provider.MessageBoxType,Drafts,remove, +E,21,I:android/provider/Telephony$BaseMmsColumns.MESSAGE_BOX_FAILED,5,Android.Provider.MessageBoxType,Failed,remove, +E,19,I:android/provider/Telephony$BaseMmsColumns.MESSAGE_BOX_INBOX,1,Android.Provider.MessageBoxType,Inbox,remove, +E,19,I:android/provider/Telephony$BaseMmsColumns.MESSAGE_BOX_OUTBOX,4,Android.Provider.MessageBoxType,Outbox,remove, +E,19,I:android/provider/Telephony$BaseMmsColumns.MESSAGE_BOX_SENT,2,Android.Provider.MessageBoxType,Sent,remove, +E,19,I:android/provider/Telephony$TextBasedSmsColumns.MESSAGE_TYPE_ALL,0,Android.Provider.SmsMessageType,All,remove, +E,19,I:android/provider/Telephony$TextBasedSmsColumns.MESSAGE_TYPE_DRAFT,3,Android.Provider.SmsMessageType,Draft,remove, +E,19,I:android/provider/Telephony$TextBasedSmsColumns.MESSAGE_TYPE_FAILED,5,Android.Provider.SmsMessageType,Failed,remove, +E,19,I:android/provider/Telephony$TextBasedSmsColumns.MESSAGE_TYPE_INBOX,1,Android.Provider.SmsMessageType,Inbox,remove, +E,19,I:android/provider/Telephony$TextBasedSmsColumns.MESSAGE_TYPE_OUTBOX,4,Android.Provider.SmsMessageType,Outbox,remove, +E,19,I:android/provider/Telephony$TextBasedSmsColumns.MESSAGE_TYPE_QUEUED,6,Android.Provider.SmsMessageType,Queued,remove, +E,19,I:android/provider/Telephony$TextBasedSmsColumns.MESSAGE_TYPE_SENT,2,Android.Provider.SmsMessageType,Sent,remove, +E,19,I:android/provider/Telephony$TextBasedSmsColumns.STATUS_COMPLETE,0,Android.Provider.SmsStatus,Complete,remove, +E,19,I:android/provider/Telephony$TextBasedSmsColumns.STATUS_FAILED,64,Android.Provider.SmsStatus,Failed,remove, +E,19,I:android/provider/Telephony$TextBasedSmsColumns.STATUS_NONE,-1,Android.Provider.SmsStatus,None,remove, +E,19,I:android/provider/Telephony$TextBasedSmsColumns.STATUS_PENDING,32,Android.Provider.SmsStatus,Pending,remove, +?,0,I:android/telephony/ims/RegistrationManager.REGISTRATION_STATE_NOT_REGISTERED,0,,,, +?,0,I:android/telephony/ims/RegistrationManager.REGISTRATION_STATE_REGISTERED,2,,,, +?,0,I:android/telephony/ims/RegistrationManager.REGISTRATION_STATE_REGISTERING,1,,,, +?,0,I:android/telephony/mbms/GroupCallCallback.SIGNAL_STRENGTH_UNAVAILABLE,-1,,,, +E,10,I:android/text/InputType.TYPE_CLASS_DATETIME,4,Android.Text.InputTypes,ClassDatetime,keep,flags +E,10,I:android/text/InputType.TYPE_CLASS_NUMBER,2,Android.Text.InputTypes,ClassNumber,keep,flags +E,10,I:android/text/InputType.TYPE_CLASS_PHONE,3,Android.Text.InputTypes,ClassPhone,keep,flags +E,10,I:android/text/InputType.TYPE_CLASS_TEXT,1,Android.Text.InputTypes,ClassText,keep,flags +E,10,I:android/text/InputType.TYPE_DATETIME_VARIATION_DATE,16,Android.Text.InputTypes,DatetimeVariationDate,keep,flags +E,10,I:android/text/InputType.TYPE_DATETIME_VARIATION_NORMAL,0,Android.Text.InputTypes,DatetimeVariationNormal,keep,flags +E,10,I:android/text/InputType.TYPE_DATETIME_VARIATION_TIME,32,Android.Text.InputTypes,DatetimeVariationTime,keep,flags +E,10,I:android/text/InputType.TYPE_MASK_CLASS,15,Android.Text.InputTypes,MaskClass,keep,flags +E,10,I:android/text/InputType.TYPE_MASK_FLAGS,16773120,Android.Text.InputTypes,MaskFlags,keep,flags +E,10,I:android/text/InputType.TYPE_MASK_VARIATION,4080,Android.Text.InputTypes,MaskVariation,keep,flags +E,10,I:android/text/InputType.TYPE_NULL,0,Android.Text.InputTypes,Null,keep,flags +E,10,I:android/text/InputType.TYPE_NUMBER_FLAG_DECIMAL,8192,Android.Text.InputTypes,NumberFlagDecimal,keep,flags +E,10,I:android/text/InputType.TYPE_NUMBER_FLAG_SIGNED,4096,Android.Text.InputTypes,NumberFlagSigned,keep,flags +E,15,I:android/text/InputType.TYPE_NUMBER_VARIATION_NORMAL,0,Android.Text.InputTypes,NumberVariationNormal,keep,flags +E,15,I:android/text/InputType.TYPE_NUMBER_VARIATION_PASSWORD,16,Android.Text.InputTypes,NumberVariationPassword,keep,flags +E,10,I:android/text/InputType.TYPE_TEXT_FLAG_AUTO_COMPLETE,65536,Android.Text.InputTypes,TextFlagAutoComplete,keep,flags +E,10,I:android/text/InputType.TYPE_TEXT_FLAG_AUTO_CORRECT,32768,Android.Text.InputTypes,TextFlagAutoCorrect,keep,flags +E,10,I:android/text/InputType.TYPE_TEXT_FLAG_CAP_CHARACTERS,4096,Android.Text.InputTypes,TextFlagCapCharacters,keep,flags +E,10,I:android/text/InputType.TYPE_TEXT_FLAG_CAP_SENTENCES,16384,Android.Text.InputTypes,TextFlagCapSentences,keep,flags +E,10,I:android/text/InputType.TYPE_TEXT_FLAG_CAP_WORDS,8192,Android.Text.InputTypes,TextFlagCapWords,keep,flags +E,10,I:android/text/InputType.TYPE_TEXT_FLAG_IME_MULTI_LINE,262144,Android.Text.InputTypes,TextFlagImeMultiLine,keep,flags +E,10,I:android/text/InputType.TYPE_TEXT_FLAG_MULTI_LINE,131072,Android.Text.InputTypes,TextFlagMultiLine,keep,flags +E,10,I:android/text/InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS,524288,Android.Text.InputTypes,TextFlagNoSuggestions,keep,flags +E,10,I:android/text/InputType.TYPE_TEXT_VARIATION_EMAIL_ADDRESS,32,Android.Text.InputTypes,TextVariationEmailAddress,keep,flags +E,10,I:android/text/InputType.TYPE_TEXT_VARIATION_EMAIL_SUBJECT,48,Android.Text.InputTypes,TextVariationEmailSubject,keep,flags +E,10,I:android/text/InputType.TYPE_TEXT_VARIATION_FILTER,176,Android.Text.InputTypes,TextVariationFilter,keep,flags +E,10,I:android/text/InputType.TYPE_TEXT_VARIATION_LONG_MESSAGE,80,Android.Text.InputTypes,TextVariationLongMessage,keep,flags +E,10,I:android/text/InputType.TYPE_TEXT_VARIATION_NORMAL,0,Android.Text.InputTypes,TextVariationNormal,keep,flags +E,10,I:android/text/InputType.TYPE_TEXT_VARIATION_PASSWORD,128,Android.Text.InputTypes,TextVariationPassword,keep,flags +E,10,I:android/text/InputType.TYPE_TEXT_VARIATION_PERSON_NAME,96,Android.Text.InputTypes,TextVariationPersonName,keep,flags +E,10,I:android/text/InputType.TYPE_TEXT_VARIATION_PHONETIC,192,Android.Text.InputTypes,TextVariationPhonetic,keep,flags +E,10,I:android/text/InputType.TYPE_TEXT_VARIATION_POSTAL_ADDRESS,112,Android.Text.InputTypes,TextVariationPostalAddress,keep,flags +E,10,I:android/text/InputType.TYPE_TEXT_VARIATION_SHORT_MESSAGE,64,Android.Text.InputTypes,TextVariationShortMessage,keep,flags +E,10,I:android/text/InputType.TYPE_TEXT_VARIATION_URI,16,Android.Text.InputTypes,TextVariationUri,keep,flags +E,10,I:android/text/InputType.TYPE_TEXT_VARIATION_VISIBLE_PASSWORD,144,Android.Text.InputTypes,TextVariationVisiblePassword,keep,flags +E,10,I:android/text/InputType.TYPE_TEXT_VARIATION_WEB_EDIT_TEXT,160,Android.Text.InputTypes,TextVariationWebEditText,keep,flags +E,15,I:android/text/InputType.TYPE_TEXT_VARIATION_WEB_EMAIL_ADDRESS,208,Android.Text.InputTypes,TextVariationWebEmailAddress,keep,flags +E,15,I:android/text/InputType.TYPE_TEXT_VARIATION_WEB_PASSWORD,224,Android.Text.InputTypes,TextVariationWebPassword,keep,flags +E,10,I:android/text/Spanned.SPAN_COMPOSING,256,Android.Text.SpanTypes,Composing,keep, +E,10,I:android/text/Spanned.SPAN_EXCLUSIVE_EXCLUSIVE,33,Android.Text.SpanTypes,ExclusiveExclusive,keep, +E,10,I:android/text/Spanned.SPAN_EXCLUSIVE_INCLUSIVE,34,Android.Text.SpanTypes,ExclusiveInclusive,keep, +E,10,I:android/text/Spanned.SPAN_INCLUSIVE_EXCLUSIVE,17,Android.Text.SpanTypes,InclusiveExclusive,keep, +E,10,I:android/text/Spanned.SPAN_INCLUSIVE_INCLUSIVE,18,Android.Text.SpanTypes,InclusiveInclusive,keep, +E,10,I:android/text/Spanned.SPAN_INTERMEDIATE,512,Android.Text.SpanTypes,Intermediate,keep, +E,10,I:android/text/Spanned.SPAN_MARK_MARK,17,Android.Text.SpanTypes,MarkMark,keep, +E,10,I:android/text/Spanned.SPAN_MARK_POINT,18,Android.Text.SpanTypes,MarkPoint,keep, +E,10,I:android/text/Spanned.SPAN_PARAGRAPH,51,Android.Text.SpanTypes,Paragraph,keep, +E,10,I:android/text/Spanned.SPAN_POINT_MARK,33,Android.Text.SpanTypes,PointMark,keep, +E,10,I:android/text/Spanned.SPAN_POINT_MARK_MASK,51,Android.Text.SpanTypes,PointMarkMask,keep, +E,10,I:android/text/Spanned.SPAN_POINT_POINT,34,Android.Text.SpanTypes,PointPoint,keep, +E,10,I:android/text/Spanned.SPAN_PRIORITY,16711680,Android.Text.SpanTypes,Priority,keep, +E,10,I:android/text/Spanned.SPAN_PRIORITY_SHIFT,16,Android.Text.SpanTypes,PriorityShift,keep, +E,10,I:android/text/Spanned.SPAN_USER,-16777216,Android.Text.SpanTypes,User,keep, +E,10,I:android/text/Spanned.SPAN_USER_SHIFT,24,Android.Text.SpanTypes,UserShift,keep, +E,21,I:android/view/inputmethod/InputConnection.CURSOR_UPDATE_IMMEDIATE,1,Android.Views.InputMethods.CursorUpdate,Immediate,keep, +E,21,I:android/view/inputmethod/InputConnection.CURSOR_UPDATE_MONITOR,2,Android.Views.InputMethods.CursorUpdate,Monitor,keep, +A,0,,0,Android.Views.InputMethods.TextExtractFlags,None,remove,flags +E,10,I:android/view/inputmethod/InputConnection.GET_EXTRACTED_TEXT_MONITOR,1,Android.Views.InputMethods.TextExtractFlags,Monitor,remove,flags +A,0,,0,Android.Views.InputMethods.GetTextFlags,None,remove,flags +E,10,I:android/view/inputmethod/InputConnection.GET_TEXT_WITH_STYLES,1,Android.Views.InputMethods.GetTextFlags,WithStyles,remove,flags +A,0,,0,Android.Views.InputMethods.InputContentFlags,None,remove, +E,25,I:android/view/inputmethod/InputConnection.INPUT_CONTENT_GRANT_READ_URI_PERMISSION,1,Android.Views.InputMethods.InputContentFlags,GrantReadUriPermission,remove, +A,0,,0,Android.Views.InputMethods.ShowSoftInputFlags,None,,flags +E,10,I:android/view/inputmethod/InputMethod.SHOW_EXPLICIT,1,Android.Views.InputMethods.ShowSoftInputFlags,Explicit,keep,flags +E,10,I:android/view/inputmethod/InputMethod.SHOW_FORCED,2,Android.Views.InputMethods.ShowSoftInputFlags,Forced,keep,flags +E,10,I:android/view/Menu.CATEGORY_ALTERNATIVE,262144,Android.Views.MenuCategory,Alternative,keep, +E,10,I:android/view/Menu.CATEGORY_CONTAINER,65536,Android.Views.MenuCategory,Container,keep, +E,10,I:android/view/Menu.CATEGORY_SECONDARY,196608,Android.Views.MenuCategory,Secondary,keep, +E,10,I:android/view/Menu.CATEGORY_SYSTEM,131072,Android.Views.MenuCategory,System,keep, +?,0,I:android/view/Menu.FIRST,1,,,, +A,0,,0,Android.Views.MenuPerformFlags,None,,flags +E,10,I:android/view/Menu.FLAG_ALWAYS_PERFORM_CLOSE,2,Android.Views.MenuPerformFlags,AlwaysPerformClose,keep,flags +A,0,,0,Android.Views.MenuAppendFlags,None,,flags +E,10,I:android/view/Menu.FLAG_APPEND_TO_GROUP,1,Android.Views.MenuAppendFlags,AppendToGroup,keep,flags +E,10,I:android/view/Menu.FLAG_PERFORM_NO_CLOSE,1,Android.Views.MenuPerformFlags,PerformNoClose,keep,flags +?,0,I:android/view/Menu.NONE,0,,,, +?,26,I:android/view/Menu.SUPPORTED_MODIFIERS_MASK,69647,,,, +E,15,I:android/view/MenuItem.SHOW_AS_ACTION_ALWAYS,2,Android.Views.ShowAsAction,Always,keep,flags +E,15,I:android/view/MenuItem.SHOW_AS_ACTION_COLLAPSE_ACTION_VIEW,8,Android.Views.ShowAsAction,CollapseActionView,keep,flags +E,15,I:android/view/MenuItem.SHOW_AS_ACTION_IF_ROOM,1,Android.Views.ShowAsAction,IfRoom,keep,flags +E,15,I:android/view/MenuItem.SHOW_AS_ACTION_NEVER,0,Android.Views.ShowAsAction,Never,keep,flags +E,15,I:android/view/MenuItem.SHOW_AS_ACTION_WITH_TEXT,4,Android.Views.ShowAsAction,WithText,keep,flags +E,10,I:android/view/SurfaceHolder.SURFACE_TYPE_GPU,2,Android.Views.SurfaceType,Gpu,keep, +E,10,I:android/view/SurfaceHolder.SURFACE_TYPE_HARDWARE,1,Android.Views.SurfaceType,Hardware,keep, +E,10,I:android/view/SurfaceHolder.SURFACE_TYPE_NORMAL,0,Android.Views.SurfaceType,Normal,keep, +E,10,I:android/view/SurfaceHolder.SURFACE_TYPE_PUSH_BUFFERS,3,Android.Views.SurfaceType,PushBuffers,keep, +A,0,,0,Android.Views.WindowInsetsControllerAppearanceLightType,None,remove, +E,30,I:android/view/WindowInsetsController.APPEARANCE_LIGHT_NAVIGATION_BARS,16,Android.Views.WindowInsetsControllerAppearanceLightType,AppearanceLightNavigationBars,remove, +E,30,I:android/view/WindowInsetsController.APPEARANCE_LIGHT_STATUS_BARS,8,Android.Views.WindowInsetsControllerAppearanceLightType,AppearanceLightStatusBars,remove, +E,30,I:android/view/WindowInsetsController.BEHAVIOR_SHOW_BARS_BY_SWIPE,1,Android.Views.WindowInsetsControllerBehaviorShowType,BehaviorShowBarsBySwipe,remove, +E,30,I:android/view/WindowInsetsController.BEHAVIOR_SHOW_BARS_BY_TOUCH,0,Android.Views.WindowInsetsControllerBehaviorShowType,BehaviorShowBarsByTouch,remove, +E,30,I:android/view/WindowInsetsController.BEHAVIOR_SHOW_TRANSIENT_BARS_BY_SWIPE,2,Android.Views.WindowInsetsControllerBehaviorShowType,BehaviorShowTransientBarsBySwipe,remove, +E,10,I:android/widget/AbsListView$OnScrollListener.SCROLL_STATE_FLING,2,Android.Widget.ScrollState,Fling,keep, +E,10,I:android/widget/AbsListView$OnScrollListener.SCROLL_STATE_IDLE,0,Android.Widget.ScrollState,Idle,keep, +E,10,I:android/widget/AbsListView$OnScrollListener.SCROLL_STATE_TOUCH_SCROLL,1,Android.Widget.ScrollState,TouchScroll,keep, +?,0,I:android/widget/Adapter.IGNORE_ITEM_VIEW_TYPE,-1,,,, +?,0,I:android/widget/Adapter.NO_SELECTION,-2147483648,,,, +E,15,I:android/widget/NumberPicker$OnScrollListener.SCROLL_STATE_FLING,2,Android.Widget.NumberPickerScrollState,Fling,keep, +E,15,I:android/widget/NumberPicker$OnScrollListener.SCROLL_STATE_IDLE,0,Android.Widget.NumberPickerScrollState,Idle,keep, +E,15,I:android/widget/NumberPicker$OnScrollListener.SCROLL_STATE_TOUCH_SCROLL,1,Android.Widget.NumberPickerScrollState,TouchScroll,keep, +?,0,I:dalvik/bytecode/Opcodes.OP_ADD_DOUBLE,171,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_ADD_DOUBLE_2ADDR,203,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_ADD_FLOAT,166,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_ADD_FLOAT_2ADDR,198,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_ADD_INT,144,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_ADD_INT_2ADDR,176,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_ADD_INT_LIT16,208,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_ADD_INT_LIT8,216,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_ADD_LONG,155,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_ADD_LONG_2ADDR,187,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_AGET,68,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_AGET_BOOLEAN,71,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_AGET_BYTE,72,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_AGET_CHAR,73,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_AGET_OBJECT,70,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_AGET_SHORT,74,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_AGET_WIDE,69,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_AND_INT,149,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_AND_INT_2ADDR,181,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_AND_INT_LIT16,213,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_AND_INT_LIT8,221,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_AND_LONG,160,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_AND_LONG_2ADDR,192,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_APUT,75,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_APUT_BOOLEAN,78,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_APUT_BYTE,79,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_APUT_CHAR,80,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_APUT_OBJECT,77,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_APUT_SHORT,81,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_APUT_WIDE,76,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_ARRAY_LENGTH,33,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_BREAKPOINT,236,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_CHECK_CAST,31,,,, +?,15,I:dalvik/bytecode/Opcodes.OP_CHECK_CAST_JUMBO,511,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_CMP_LONG,49,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_CMPG_DOUBLE,48,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_CMPG_FLOAT,46,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_CMPL_DOUBLE,47,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_CMPL_FLOAT,45,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_CONST,20,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_CONST_16,19,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_CONST_4,18,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_CONST_CLASS,28,,,, +?,15,I:dalvik/bytecode/Opcodes.OP_CONST_CLASS_JUMBO,255,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_CONST_HIGH16,21,,,, +?,28,I:dalvik/bytecode/Opcodes.OP_CONST_METHOD_HANDLE,254,,,, +?,28,I:dalvik/bytecode/Opcodes.OP_CONST_METHOD_TYPE,255,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_CONST_STRING,26,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_CONST_STRING_JUMBO,27,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_CONST_WIDE,24,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_CONST_WIDE_16,22,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_CONST_WIDE_32,23,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_CONST_WIDE_HIGH16,25,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_DIV_DOUBLE,174,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_DIV_DOUBLE_2ADDR,206,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_DIV_FLOAT,169,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_DIV_FLOAT_2ADDR,201,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_DIV_INT,147,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_DIV_INT_2ADDR,179,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_DIV_INT_LIT16,211,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_DIV_INT_LIT8,219,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_DIV_LONG,158,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_DIV_LONG_2ADDR,190,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_DOUBLE_TO_FLOAT,140,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_DOUBLE_TO_INT,138,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_DOUBLE_TO_LONG,139,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_EXECUTE_INLINE,238,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_EXECUTE_INLINE_RANGE,239,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_FILL_ARRAY_DATA,38,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_FILLED_NEW_ARRAY,36,,,, +?,15,I:dalvik/bytecode/Opcodes.OP_FILLED_NEW_ARRAY_JUMBO,1535,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_FILLED_NEW_ARRAY_RANGE,37,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_FLOAT_TO_DOUBLE,137,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_FLOAT_TO_INT,135,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_FLOAT_TO_LONG,136,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_GOTO,40,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_GOTO_16,41,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_GOTO_32,42,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_IF_EQ,50,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_IF_EQZ,56,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_IF_GE,53,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_IF_GEZ,59,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_IF_GT,54,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_IF_GTZ,60,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_IF_LE,55,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_IF_LEZ,61,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_IF_LT,52,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_IF_LTZ,58,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_IF_NE,51,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_IF_NEZ,57,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_IGET,82,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_IGET_BOOLEAN,85,,,, +?,15,I:dalvik/bytecode/Opcodes.OP_IGET_BOOLEAN_JUMBO,2559,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_IGET_BYTE,86,,,, +?,15,I:dalvik/bytecode/Opcodes.OP_IGET_BYTE_JUMBO,2815,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_IGET_CHAR,87,,,, +?,15,I:dalvik/bytecode/Opcodes.OP_IGET_CHAR_JUMBO,3071,,,, +?,15,I:dalvik/bytecode/Opcodes.OP_IGET_JUMBO,1791,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_IGET_OBJECT,84,,,, +?,15,I:dalvik/bytecode/Opcodes.OP_IGET_OBJECT_JUMBO,2303,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_IGET_OBJECT_QUICK,244,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_IGET_QUICK,242,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_IGET_SHORT,88,,,, +?,15,I:dalvik/bytecode/Opcodes.OP_IGET_SHORT_JUMBO,3327,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_IGET_WIDE,83,,,, +?,15,I:dalvik/bytecode/Opcodes.OP_IGET_WIDE_JUMBO,2047,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_IGET_WIDE_QUICK,243,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_IGET_WIDE_VOLATILE,232,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_INSTANCE_OF,32,,,, +?,15,I:dalvik/bytecode/Opcodes.OP_INSTANCE_OF_JUMBO,767,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_INT_TO_BYTE,141,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_INT_TO_CHAR,142,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_INT_TO_DOUBLE,131,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_INT_TO_FLOAT,130,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_INT_TO_LONG,129,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_INT_TO_SHORT,143,,,, +?,26,I:dalvik/bytecode/Opcodes.OP_INVOKE_CUSTOM,252,,,, +?,26,I:dalvik/bytecode/Opcodes.OP_INVOKE_CUSTOM_RANGE,253,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_INVOKE_DIRECT,112,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_INVOKE_DIRECT_EMPTY,240,,,, +?,15,I:dalvik/bytecode/Opcodes.OP_INVOKE_DIRECT_JUMBO,9471,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_INVOKE_DIRECT_RANGE,118,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_INVOKE_INTERFACE,114,,,, +?,15,I:dalvik/bytecode/Opcodes.OP_INVOKE_INTERFACE_JUMBO,9983,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_INVOKE_INTERFACE_RANGE,120,,,, +?,26,I:dalvik/bytecode/Opcodes.OP_INVOKE_POLYMORPHIC,250,,,, +?,26,I:dalvik/bytecode/Opcodes.OP_INVOKE_POLYMORPHIC_RANGE,251,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_INVOKE_STATIC,113,,,, +?,15,I:dalvik/bytecode/Opcodes.OP_INVOKE_STATIC_JUMBO,9727,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_INVOKE_STATIC_RANGE,119,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_INVOKE_SUPER,111,,,, +?,15,I:dalvik/bytecode/Opcodes.OP_INVOKE_SUPER_JUMBO,9215,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_INVOKE_SUPER_QUICK,250,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_INVOKE_SUPER_QUICK_RANGE,251,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_INVOKE_SUPER_RANGE,117,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_INVOKE_VIRTUAL,110,,,, +?,15,I:dalvik/bytecode/Opcodes.OP_INVOKE_VIRTUAL_JUMBO,8959,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_INVOKE_VIRTUAL_QUICK,248,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_INVOKE_VIRTUAL_QUICK_RANGE,249,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_INVOKE_VIRTUAL_RANGE,116,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_IPUT,89,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_IPUT_BOOLEAN,92,,,, +?,15,I:dalvik/bytecode/Opcodes.OP_IPUT_BOOLEAN_JUMBO,4351,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_IPUT_BYTE,93,,,, +?,15,I:dalvik/bytecode/Opcodes.OP_IPUT_BYTE_JUMBO,4607,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_IPUT_CHAR,94,,,, +?,15,I:dalvik/bytecode/Opcodes.OP_IPUT_CHAR_JUMBO,4863,,,, +?,15,I:dalvik/bytecode/Opcodes.OP_IPUT_JUMBO,3583,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_IPUT_OBJECT,91,,,, +?,15,I:dalvik/bytecode/Opcodes.OP_IPUT_OBJECT_JUMBO,4095,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_IPUT_OBJECT_QUICK,247,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_IPUT_QUICK,245,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_IPUT_SHORT,95,,,, +?,15,I:dalvik/bytecode/Opcodes.OP_IPUT_SHORT_JUMBO,5119,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_IPUT_WIDE,90,,,, +?,15,I:dalvik/bytecode/Opcodes.OP_IPUT_WIDE_JUMBO,3839,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_IPUT_WIDE_QUICK,246,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_IPUT_WIDE_VOLATILE,233,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_LONG_TO_DOUBLE,134,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_LONG_TO_FLOAT,133,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_LONG_TO_INT,132,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_MONITOR_ENTER,29,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_MONITOR_EXIT,30,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_MOVE,1,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_MOVE_16,3,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_MOVE_EXCEPTION,13,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_MOVE_FROM16,2,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_MOVE_OBJECT,7,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_MOVE_OBJECT_16,9,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_MOVE_OBJECT_FROM16,8,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_MOVE_RESULT,10,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_MOVE_RESULT_OBJECT,12,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_MOVE_RESULT_WIDE,11,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_MOVE_WIDE,4,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_MOVE_WIDE_16,6,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_MOVE_WIDE_FROM16,5,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_MUL_DOUBLE,173,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_MUL_DOUBLE_2ADDR,205,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_MUL_FLOAT,168,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_MUL_FLOAT_2ADDR,200,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_MUL_INT,146,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_MUL_INT_2ADDR,178,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_MUL_INT_LIT16,210,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_MUL_INT_LIT8,218,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_MUL_LONG,157,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_MUL_LONG_2ADDR,189,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_NEG_DOUBLE,128,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_NEG_FLOAT,127,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_NEG_INT,123,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_NEG_LONG,125,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_NEW_ARRAY,35,,,, +?,15,I:dalvik/bytecode/Opcodes.OP_NEW_ARRAY_JUMBO,1279,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_NEW_INSTANCE,34,,,, +?,15,I:dalvik/bytecode/Opcodes.OP_NEW_INSTANCE_JUMBO,1023,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_NOP,0,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_NOT_INT,124,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_NOT_LONG,126,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_OR_INT,150,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_OR_INT_2ADDR,182,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_OR_INT_LIT16,214,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_OR_INT_LIT8,222,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_OR_LONG,161,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_OR_LONG_2ADDR,193,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_PACKED_SWITCH,43,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_REM_DOUBLE,175,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_REM_DOUBLE_2ADDR,207,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_REM_FLOAT,170,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_REM_FLOAT_2ADDR,202,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_REM_INT,148,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_REM_INT_2ADDR,180,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_REM_INT_LIT16,212,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_REM_INT_LIT8,220,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_REM_LONG,159,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_REM_LONG_2ADDR,191,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_RETURN,15,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_RETURN_OBJECT,17,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_RETURN_VOID,14,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_RETURN_WIDE,16,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_RSUB_INT,209,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_RSUB_INT_LIT8,217,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_SGET,96,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_SGET_BOOLEAN,99,,,, +?,15,I:dalvik/bytecode/Opcodes.OP_SGET_BOOLEAN_JUMBO,6143,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_SGET_BYTE,100,,,, +?,15,I:dalvik/bytecode/Opcodes.OP_SGET_BYTE_JUMBO,6399,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_SGET_CHAR,101,,,, +?,15,I:dalvik/bytecode/Opcodes.OP_SGET_CHAR_JUMBO,6655,,,, +?,15,I:dalvik/bytecode/Opcodes.OP_SGET_JUMBO,5375,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_SGET_OBJECT,98,,,, +?,15,I:dalvik/bytecode/Opcodes.OP_SGET_OBJECT_JUMBO,5887,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_SGET_SHORT,102,,,, +?,15,I:dalvik/bytecode/Opcodes.OP_SGET_SHORT_JUMBO,6911,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_SGET_WIDE,97,,,, +?,15,I:dalvik/bytecode/Opcodes.OP_SGET_WIDE_JUMBO,5631,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_SGET_WIDE_VOLATILE,234,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_SHL_INT,152,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_SHL_INT_2ADDR,184,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_SHL_INT_LIT8,224,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_SHL_LONG,163,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_SHL_LONG_2ADDR,195,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_SHR_INT,153,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_SHR_INT_2ADDR,185,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_SHR_INT_LIT8,225,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_SHR_LONG,164,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_SHR_LONG_2ADDR,196,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_SPARSE_SWITCH,44,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_SPUT,103,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_SPUT_BOOLEAN,106,,,, +?,15,I:dalvik/bytecode/Opcodes.OP_SPUT_BOOLEAN_JUMBO,7935,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_SPUT_BYTE,107,,,, +?,15,I:dalvik/bytecode/Opcodes.OP_SPUT_BYTE_JUMBO,8191,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_SPUT_CHAR,108,,,, +?,15,I:dalvik/bytecode/Opcodes.OP_SPUT_CHAR_JUMBO,8447,,,, +?,15,I:dalvik/bytecode/Opcodes.OP_SPUT_JUMBO,7167,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_SPUT_OBJECT,105,,,, +?,15,I:dalvik/bytecode/Opcodes.OP_SPUT_OBJECT_JUMBO,7679,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_SPUT_SHORT,109,,,, +?,15,I:dalvik/bytecode/Opcodes.OP_SPUT_SHORT_JUMBO,8703,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_SPUT_WIDE,104,,,, +?,15,I:dalvik/bytecode/Opcodes.OP_SPUT_WIDE_JUMBO,7423,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_SPUT_WIDE_VOLATILE,235,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_SUB_DOUBLE,172,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_SUB_DOUBLE_2ADDR,204,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_SUB_FLOAT,167,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_SUB_FLOAT_2ADDR,199,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_SUB_INT,145,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_SUB_INT_2ADDR,177,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_SUB_LONG,156,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_SUB_LONG_2ADDR,188,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_THROW,39,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_THROW_VERIFICATION_ERROR,237,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_USHR_INT,154,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_USHR_INT_2ADDR,186,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_USHR_INT_LIT8,226,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_USHR_LONG,165,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_USHR_LONG_2ADDR,197,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_XOR_INT,151,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_XOR_INT_2ADDR,183,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_XOR_INT_LIT16,215,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_XOR_INT_LIT8,223,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_XOR_LONG,162,,,, +?,0,I:dalvik/bytecode/Opcodes.OP_XOR_LONG_2ADDR,194,,,, +?,0,I:java/io/ObjectStreamConstants.baseWireHandle,8257536,,,, +E,10,I:java/io/ObjectStreamConstants.PROTOCOL_VERSION_1,1,Java.IO.ObjectStreamProtocol,Version1,remove, +E,10,I:java/io/ObjectStreamConstants.PROTOCOL_VERSION_2,2,Java.IO.ObjectStreamProtocol,Version2,remove, +E,26,I:java/lang/invoke/MethodHandleInfo.REF_getField,1,Java.Lang.Invoke.ReferenceKind,Getfield,remove, +E,26,I:java/lang/invoke/MethodHandleInfo.REF_getStatic,2,Java.Lang.Invoke.ReferenceKind,Getstatic,remove, +E,26,I:java/lang/invoke/MethodHandleInfo.REF_invokeInterface,9,Java.Lang.Invoke.ReferenceKind,Invokeinterface,remove, +E,26,I:java/lang/invoke/MethodHandleInfo.REF_invokeSpecial,7,Java.Lang.Invoke.ReferenceKind,Invokespecial,remove, +E,26,I:java/lang/invoke/MethodHandleInfo.REF_invokeStatic,6,Java.Lang.Invoke.ReferenceKind,Invokestatic,remove, +E,26,I:java/lang/invoke/MethodHandleInfo.REF_invokeVirtual,5,Java.Lang.Invoke.ReferenceKind,Invokevirtual,remove, +E,26,I:java/lang/invoke/MethodHandleInfo.REF_newInvokeSpecial,8,Java.Lang.Invoke.ReferenceKind,Newinvokespecial,remove, +E,26,I:java/lang/invoke/MethodHandleInfo.REF_putField,3,Java.Lang.Invoke.ReferenceKind,Putfield,remove, +E,26,I:java/lang/invoke/MethodHandleInfo.REF_putStatic,4,Java.Lang.Invoke.ReferenceKind,Putstatic,remove, +?,0,I:java/lang/reflect/Member.DECLARED,1,,,, +?,0,I:java/lang/reflect/Member.PUBLIC,0,,,, +E,10,I:java/net/SocketOptions.IP_MULTICAST_IF,16,Java.Net.SocketOption,IpMulticastIf,remove, +E,10,I:java/net/SocketOptions.IP_MULTICAST_IF2,31,Java.Net.SocketOption,IpMulticastIf2,remove, +E,10,I:java/net/SocketOptions.IP_MULTICAST_LOOP,18,Java.Net.SocketOption,IpMulticastLoop,remove, +E,10,I:java/net/SocketOptions.IP_TOS,3,Java.Net.SocketOption,IpTos,remove, +E,10,I:java/net/SocketOptions.SO_BINDADDR,15,Java.Net.SocketOption,SoBindaddr,remove, +E,10,I:java/net/SocketOptions.SO_BROADCAST,32,Java.Net.SocketOption,SoBroadcast,remove, +E,10,I:java/net/SocketOptions.SO_KEEPALIVE,8,Java.Net.SocketOption,SoKeepalive,remove, +E,10,I:java/net/SocketOptions.SO_LINGER,128,Java.Net.SocketOption,SoLinger,remove, +E,10,I:java/net/SocketOptions.SO_OOBINLINE,4099,Java.Net.SocketOption,SoOobinline,remove, +E,10,I:java/net/SocketOptions.SO_RCVBUF,4098,Java.Net.SocketOption,SoRcvbuf,remove, +E,10,I:java/net/SocketOptions.SO_REUSEADDR,4,Java.Net.SocketOption,SoReuseaddr,remove, +E,10,I:java/net/SocketOptions.SO_SNDBUF,4097,Java.Net.SocketOption,SoSndbuf,remove, +E,10,I:java/net/SocketOptions.SO_TIMEOUT,4102,Java.Net.SocketOption,SoTimeout,remove, +E,10,I:java/net/SocketOptions.TCP_NODELAY,1,Java.Net.SocketOption,TcpNodelay,remove, +?,0,I:java/sql/Connection.TRANSACTION_NONE,0,,,, +?,0,I:java/sql/Connection.TRANSACTION_READ_COMMITTED,2,,,, +?,0,I:java/sql/Connection.TRANSACTION_READ_UNCOMMITTED,1,,,, +?,0,I:java/sql/Connection.TRANSACTION_REPEATABLE_READ,4,,,, +?,0,I:java/sql/Connection.TRANSACTION_SERIALIZABLE,8,,,, +?,0,I:java/sql/DatabaseMetaData.bestRowNotPseudo,1,,,, +?,0,I:java/sql/DatabaseMetaData.bestRowPseudo,2,,,, +?,0,I:java/sql/DatabaseMetaData.bestRowSession,2,,,, +?,0,I:java/sql/DatabaseMetaData.bestRowTemporary,0,,,, +?,0,I:java/sql/DatabaseMetaData.bestRowTransaction,1,,,, +?,0,I:java/sql/DatabaseMetaData.bestRowUnknown,0,,,, +?,0,I:java/sql/DatabaseMetaData.columnNoNulls,0,,,, +?,0,I:java/sql/DatabaseMetaData.columnNullable,1,,,, +?,0,I:java/sql/DatabaseMetaData.columnNullableUnknown,2,,,, +?,0,I:java/sql/DatabaseMetaData.functionColumnIn,1,,,, +?,0,I:java/sql/DatabaseMetaData.functionColumnInOut,2,,,, +?,0,I:java/sql/DatabaseMetaData.functionColumnOut,3,,,, +?,0,I:java/sql/DatabaseMetaData.functionColumnResult,5,,,, +?,0,I:java/sql/DatabaseMetaData.functionColumnUnknown,0,,,, +?,0,I:java/sql/DatabaseMetaData.functionNoNulls,0,,,, +?,0,I:java/sql/DatabaseMetaData.functionNoTable,1,,,, +?,0,I:java/sql/DatabaseMetaData.functionNullable,1,,,, +?,0,I:java/sql/DatabaseMetaData.functionNullableUnknown,2,,,, +?,0,I:java/sql/DatabaseMetaData.functionResultUnknown,0,,,, +?,0,I:java/sql/DatabaseMetaData.functionReturn,4,,,, +?,0,I:java/sql/DatabaseMetaData.functionReturnsTable,2,,,, +?,0,I:java/sql/DatabaseMetaData.importedKeyCascade,0,,,, +?,0,I:java/sql/DatabaseMetaData.importedKeyInitiallyDeferred,5,,,, +?,0,I:java/sql/DatabaseMetaData.importedKeyInitiallyImmediate,6,,,, +?,0,I:java/sql/DatabaseMetaData.importedKeyNoAction,3,,,, +?,0,I:java/sql/DatabaseMetaData.importedKeyNotDeferrable,7,,,, +?,0,I:java/sql/DatabaseMetaData.importedKeyRestrict,1,,,, +?,0,I:java/sql/DatabaseMetaData.importedKeySetDefault,4,,,, +?,0,I:java/sql/DatabaseMetaData.importedKeySetNull,2,,,, +?,0,I:java/sql/DatabaseMetaData.procedureColumnIn,1,,,, +?,0,I:java/sql/DatabaseMetaData.procedureColumnInOut,2,,,, +?,0,I:java/sql/DatabaseMetaData.procedureColumnOut,4,,,, +?,0,I:java/sql/DatabaseMetaData.procedureColumnResult,3,,,, +?,0,I:java/sql/DatabaseMetaData.procedureColumnReturn,5,,,, +?,0,I:java/sql/DatabaseMetaData.procedureColumnUnknown,0,,,, +?,0,I:java/sql/DatabaseMetaData.procedureNoNulls,0,,,, +?,0,I:java/sql/DatabaseMetaData.procedureNoResult,1,,,, +?,0,I:java/sql/DatabaseMetaData.procedureNullable,1,,,, +?,0,I:java/sql/DatabaseMetaData.procedureNullableUnknown,2,,,, +?,0,I:java/sql/DatabaseMetaData.procedureResultUnknown,0,,,, +?,0,I:java/sql/DatabaseMetaData.procedureReturnsResult,2,,,, +?,0,I:java/sql/DatabaseMetaData.sqlStateSQL,2,,,, +?,0,I:java/sql/DatabaseMetaData.sqlStateSQL99,2,,,, +?,0,I:java/sql/DatabaseMetaData.sqlStateXOpen,1,,,, +?,0,I:java/sql/DatabaseMetaData.typeNoNulls,0,,,, +?,0,I:java/sql/DatabaseMetaData.typeNullable,1,,,, +?,0,I:java/sql/DatabaseMetaData.typeNullableUnknown,2,,,, +?,0,I:java/sql/DatabaseMetaData.typePredBasic,2,,,, +?,0,I:java/sql/DatabaseMetaData.typePredChar,1,,,, +?,0,I:java/sql/DatabaseMetaData.typePredNone,0,,,, +?,0,I:java/sql/DatabaseMetaData.typeSearchable,3,,,, +?,0,I:java/sql/DatabaseMetaData.versionColumnNotPseudo,1,,,, +?,0,I:java/sql/DatabaseMetaData.versionColumnPseudo,2,,,, +?,0,I:java/sql/DatabaseMetaData.versionColumnUnknown,0,,,, +?,0,I:java/sql/ParameterMetaData.parameterModeIn,1,,,, +?,0,I:java/sql/ParameterMetaData.parameterModeInOut,2,,,, +?,0,I:java/sql/ParameterMetaData.parameterModeOut,4,,,, +?,0,I:java/sql/ParameterMetaData.parameterModeUnknown,0,,,, +?,0,I:java/sql/ParameterMetaData.parameterNoNulls,0,,,, +?,0,I:java/sql/ParameterMetaData.parameterNullable,1,,,, +?,0,I:java/sql/ParameterMetaData.parameterNullableUnknown,2,,,, +?,0,I:java/sql/ResultSet.CLOSE_CURSORS_AT_COMMIT,2,,,, +?,0,I:java/sql/ResultSet.CONCUR_READ_ONLY,1007,,,, +?,0,I:java/sql/ResultSet.CONCUR_UPDATABLE,1008,,,, +?,0,I:java/sql/ResultSet.FETCH_FORWARD,1000,,,, +?,0,I:java/sql/ResultSet.FETCH_REVERSE,1001,,,, +?,0,I:java/sql/ResultSet.FETCH_UNKNOWN,1002,,,, +?,0,I:java/sql/ResultSet.HOLD_CURSORS_OVER_COMMIT,1,,,, +?,0,I:java/sql/ResultSet.TYPE_FORWARD_ONLY,1003,,,, +?,0,I:java/sql/ResultSet.TYPE_SCROLL_INSENSITIVE,1004,,,, +?,0,I:java/sql/ResultSet.TYPE_SCROLL_SENSITIVE,1005,,,, +?,0,I:java/sql/ResultSetMetaData.columnNoNulls,0,,,, +?,0,I:java/sql/ResultSetMetaData.columnNullable,1,,,, +?,0,I:java/sql/ResultSetMetaData.columnNullableUnknown,2,,,, +?,0,I:java/sql/Statement.CLOSE_ALL_RESULTS,3,,,, +?,0,I:java/sql/Statement.CLOSE_CURRENT_RESULT,1,,,, +?,0,I:java/sql/Statement.EXECUTE_FAILED,-3,,,, +?,0,I:java/sql/Statement.KEEP_CURRENT_RESULT,2,,,, +?,0,I:java/sql/Statement.NO_GENERATED_KEYS,2,,,, +?,0,I:java/sql/Statement.RETURN_GENERATED_KEYS,1,,,, +?,0,I:java/sql/Statement.SUCCESS_NO_INFO,-2,,,, +E,24,I:java/util/Spliterator.CONCURRENT,4096,Java.Util.SpliteratorCharacteristics,Concurrent,remove, +E,24,I:java/util/Spliterator.DISTINCT,1,Java.Util.SpliteratorCharacteristics,Distinct,remove, +E,24,I:java/util/Spliterator.IMMUTABLE,1024,Java.Util.SpliteratorCharacteristics,Immutable,remove, +E,24,I:java/util/Spliterator.NONNULL,256,Java.Util.SpliteratorCharacteristics,Nonnull,remove, +E,24,I:java/util/Spliterator.ORDERED,16,Java.Util.SpliteratorCharacteristics,Ordered,remove, +E,24,I:java/util/Spliterator.SIZED,64,Java.Util.SpliteratorCharacteristics,Sized,remove, +E,24,I:java/util/Spliterator.SORTED,4,Java.Util.SpliteratorCharacteristics,Sorted,remove, +E,24,I:java/util/Spliterator.SUBSIZED,16384,Java.Util.SpliteratorCharacteristics,Subsized,remove, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_ALPHA_FORMAT,12424,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_ALPHA_MASK_SIZE,12350,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_ALPHA_SIZE,12321,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_BAD_ACCESS,12290,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_BAD_ALLOC,12291,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_BAD_ATTRIBUTE,12292,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_BAD_CONFIG,12293,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_BAD_CONTEXT,12294,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_BAD_CURRENT_SURFACE,12295,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_BAD_DISPLAY,12296,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_BAD_MATCH,12297,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_BAD_NATIVE_PIXMAP,12298,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_BAD_NATIVE_WINDOW,12299,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_BAD_PARAMETER,12300,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_BAD_SURFACE,12301,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_BLUE_SIZE,12322,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_BUFFER_SIZE,12320,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_COLOR_BUFFER_TYPE,12351,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_COLORSPACE,12423,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_CONFIG_CAVEAT,12327,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_CONFIG_ID,12328,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_CORE_NATIVE_ENGINE,12379,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_DEPTH_SIZE,12325,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_DONT_CARE,-1,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_DRAW,12377,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_EXTENSIONS,12373,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_GREEN_SIZE,12323,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_HEIGHT,12374,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_HORIZONTAL_RESOLUTION,12432,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_LARGEST_PBUFFER,12376,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_LEVEL,12329,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_LUMINANCE_BUFFER,12431,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_LUMINANCE_SIZE,12349,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_MAX_PBUFFER_HEIGHT,12330,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_MAX_PBUFFER_PIXELS,12331,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_MAX_PBUFFER_WIDTH,12332,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_NATIVE_RENDERABLE,12333,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_NATIVE_VISUAL_ID,12334,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_NATIVE_VISUAL_TYPE,12335,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_NON_CONFORMANT_CONFIG,12369,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_NONE,12344,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_NOT_INITIALIZED,12289,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_PBUFFER_BIT,1,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_PIXEL_ASPECT_RATIO,12434,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_PIXMAP_BIT,2,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_READ,12378,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_RED_SIZE,12324,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_RENDER_BUFFER,12422,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_RENDERABLE_TYPE,12352,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_RGB_BUFFER,12430,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_SAMPLE_BUFFERS,12338,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_SAMPLES,12337,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_SINGLE_BUFFER,12421,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_SLOW_CONFIG,12368,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_STENCIL_SIZE,12326,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_SUCCESS,12288,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_SURFACE_TYPE,12339,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_TRANSPARENT_BLUE_VALUE,12341,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_TRANSPARENT_GREEN_VALUE,12342,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_TRANSPARENT_RED_VALUE,12343,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_TRANSPARENT_RGB,12370,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_TRANSPARENT_TYPE,12340,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_VENDOR,12371,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_VERSION,12372,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_VERTICAL_RESOLUTION,12433,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_WIDTH,12375,,,, +?,0,I:javax/microedition/khronos/egl/EGL10.EGL_WINDOW_BIT,4,,,, +?,0,I:javax/microedition/khronos/egl/EGL11.EGL_CONTEXT_LOST,12302,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_ADD,260,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_ALIASED_LINE_WIDTH_RANGE,33902,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_ALIASED_POINT_SIZE_RANGE,33901,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_ALPHA,6406,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_ALPHA_BITS,3413,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_ALPHA_TEST,3008,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_ALWAYS,519,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_AMBIENT,4608,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_AMBIENT_AND_DIFFUSE,5634,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_AND,5377,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_AND_INVERTED,5380,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_AND_REVERSE,5378,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_BACK,1029,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_BLEND,3042,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_BLUE_BITS,3412,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_BYTE,5120,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_CCW,2305,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_CLAMP_TO_EDGE,33071,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_CLEAR,5376,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_COLOR_ARRAY,32886,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_COLOR_BUFFER_BIT,16384,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_COLOR_LOGIC_OP,3058,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_COLOR_MATERIAL,2903,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_COMPRESSED_TEXTURE_FORMATS,34467,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_CONSTANT_ATTENUATION,4615,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_COPY,5379,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_COPY_INVERTED,5388,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_CULL_FACE,2884,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_CW,2304,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_DECAL,8449,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_DECR,7683,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_DEPTH_BITS,3414,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_DEPTH_BUFFER_BIT,256,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_DEPTH_TEST,2929,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_DIFFUSE,4609,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_DITHER,3024,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_DONT_CARE,4352,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_DST_ALPHA,772,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_DST_COLOR,774,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_EMISSION,5632,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_EQUAL,514,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_EQUIV,5385,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_EXP,2048,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_EXP2,2049,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_EXTENSIONS,7939,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_FALSE,0,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_FASTEST,4353,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_FIXED,5132,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_FLAT,7424,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_FLOAT,5126,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_FOG,2912,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_FOG_COLOR,2918,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_FOG_DENSITY,2914,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_FOG_END,2916,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_FOG_HINT,3156,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_FOG_MODE,2917,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_FOG_START,2915,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_FRONT,1028,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_FRONT_AND_BACK,1032,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_GEQUAL,518,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_GREATER,516,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_GREEN_BITS,3411,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_IMPLEMENTATION_COLOR_READ_FORMAT_OES,35739,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_IMPLEMENTATION_COLOR_READ_TYPE_OES,35738,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_INCR,7682,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_INVALID_ENUM,1280,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_INVALID_OPERATION,1282,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_INVALID_VALUE,1281,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_INVERT,5386,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_KEEP,7680,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_LEQUAL,515,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_LESS,513,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_LIGHT_MODEL_AMBIENT,2899,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_LIGHT_MODEL_TWO_SIDE,2898,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_LIGHT0,16384,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_LIGHT1,16385,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_LIGHT2,16386,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_LIGHT3,16387,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_LIGHT4,16388,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_LIGHT5,16389,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_LIGHT6,16390,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_LIGHT7,16391,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_LIGHTING,2896,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_LINE_LOOP,2,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_LINE_SMOOTH,2848,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_LINE_SMOOTH_HINT,3154,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_LINE_STRIP,3,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_LINEAR,9729,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_LINEAR_ATTENUATION,4616,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_LINEAR_MIPMAP_LINEAR,9987,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_LINEAR_MIPMAP_NEAREST,9985,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_LINES,1,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_LUMINANCE,6409,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_LUMINANCE_ALPHA,6410,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_MAX_ELEMENTS_INDICES,33001,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_MAX_ELEMENTS_VERTICES,33000,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_MAX_LIGHTS,3377,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_MAX_MODELVIEW_STACK_DEPTH,3382,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_MAX_PROJECTION_STACK_DEPTH,3384,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_MAX_TEXTURE_SIZE,3379,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_MAX_TEXTURE_STACK_DEPTH,3385,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_MAX_TEXTURE_UNITS,34018,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_MAX_VIEWPORT_DIMS,3386,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_MODELVIEW,5888,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_MODULATE,8448,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_MULTISAMPLE,32925,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_NAND,5390,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_NEAREST,9728,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_NEAREST_MIPMAP_LINEAR,9986,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_NEAREST_MIPMAP_NEAREST,9984,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_NEVER,512,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_NICEST,4354,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_NO_ERROR,0,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_NOOP,5381,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_NOR,5384,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_NORMAL_ARRAY,32885,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_NORMALIZE,2977,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_NOTEQUAL,517,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_NUM_COMPRESSED_TEXTURE_FORMATS,34466,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_ONE,1,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_ONE_MINUS_DST_ALPHA,773,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_ONE_MINUS_DST_COLOR,775,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_ONE_MINUS_SRC_ALPHA,771,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_ONE_MINUS_SRC_COLOR,769,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_OR,5383,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_OR_INVERTED,5389,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_OR_REVERSE,5387,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_OUT_OF_MEMORY,1285,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_PACK_ALIGNMENT,3333,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_PALETTE4_R5_G6_B5_OES,35730,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_PALETTE4_RGB5_A1_OES,35732,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_PALETTE4_RGB8_OES,35728,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_PALETTE4_RGBA4_OES,35731,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_PALETTE4_RGBA8_OES,35729,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_PALETTE8_R5_G6_B5_OES,35735,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_PALETTE8_RGB5_A1_OES,35737,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_PALETTE8_RGB8_OES,35733,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_PALETTE8_RGBA4_OES,35736,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_PALETTE8_RGBA8_OES,35734,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_PERSPECTIVE_CORRECTION_HINT,3152,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_POINT_FADE_THRESHOLD_SIZE,33064,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_POINT_SIZE,2833,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_POINT_SMOOTH,2832,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_POINT_SMOOTH_HINT,3153,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_POINTS,0,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_POLYGON_OFFSET_FILL,32823,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_POLYGON_SMOOTH_HINT,3155,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_POSITION,4611,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_PROJECTION,5889,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_QUADRATIC_ATTENUATION,4617,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_RED_BITS,3410,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_RENDERER,7937,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_REPEAT,10497,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_REPLACE,7681,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_RESCALE_NORMAL,32826,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_RGB,6407,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_RGBA,6408,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_SAMPLE_ALPHA_TO_COVERAGE,32926,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_SAMPLE_ALPHA_TO_ONE,32927,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_SAMPLE_COVERAGE,32928,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_SCISSOR_TEST,3089,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_SET,5391,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_SHININESS,5633,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_SHORT,5122,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_SMOOTH,7425,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_SMOOTH_LINE_WIDTH_RANGE,2850,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_SMOOTH_POINT_SIZE_RANGE,2834,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_SPECULAR,4610,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_SPOT_CUTOFF,4614,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_SPOT_DIRECTION,4612,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_SPOT_EXPONENT,4613,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_SRC_ALPHA,770,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_SRC_ALPHA_SATURATE,776,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_SRC_COLOR,768,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_STACK_OVERFLOW,1283,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_STACK_UNDERFLOW,1284,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_STENCIL_BITS,3415,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_STENCIL_BUFFER_BIT,1024,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_STENCIL_TEST,2960,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_SUBPIXEL_BITS,3408,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE,5890,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE_2D,3553,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE_COORD_ARRAY,32888,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE_ENV,8960,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE_ENV_COLOR,8705,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE_ENV_MODE,8704,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE_MAG_FILTER,10240,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE_MIN_FILTER,10241,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE_WRAP_S,10242,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE_WRAP_T,10243,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE0,33984,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE1,33985,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE10,33994,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE11,33995,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE12,33996,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE13,33997,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE14,33998,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE15,33999,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE16,34000,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE17,34001,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE18,34002,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE19,34003,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE2,33986,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE20,34004,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE21,34005,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE22,34006,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE23,34007,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE24,34008,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE25,34009,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE26,34010,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE27,34011,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE28,34012,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE29,34013,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE3,33987,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE30,34014,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE31,34015,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE4,33988,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE5,33989,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE6,33990,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE7,33991,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE8,33992,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE9,33993,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_TRIANGLE_FAN,6,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_TRIANGLE_STRIP,5,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_TRIANGLES,4,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_TRUE,1,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_UNPACK_ALIGNMENT,3317,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_UNSIGNED_BYTE,5121,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_UNSIGNED_SHORT,5123,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_UNSIGNED_SHORT_4_4_4_4,32819,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_UNSIGNED_SHORT_5_5_5_1,32820,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_UNSIGNED_SHORT_5_6_5,33635,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_VENDOR,7936,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_VERSION,7938,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_VERTEX_ARRAY,32884,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_XOR,5382,,,, +?,0,I:javax/microedition/khronos/opengles/GL10.GL_ZERO,0,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_ACTIVE_TEXTURE,34016,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_ADD_SIGNED,34164,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_ALPHA_SCALE,3356,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_ALPHA_TEST_FUNC,3009,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_ALPHA_TEST_REF,3010,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_ARRAY_BUFFER,34962,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_ARRAY_BUFFER_BINDING,34964,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_BLEND_DST,3040,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_BLEND_SRC,3041,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_BUFFER_ACCESS,35003,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_BUFFER_SIZE,34660,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_BUFFER_USAGE,34661,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_CLIENT_ACTIVE_TEXTURE,34017,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_CLIP_PLANE0,12288,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_CLIP_PLANE1,12289,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_CLIP_PLANE2,12290,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_CLIP_PLANE3,12291,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_CLIP_PLANE4,12292,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_CLIP_PLANE5,12293,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_COLOR_ARRAY_BUFFER_BINDING,34968,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_COLOR_ARRAY_POINTER,32912,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_COLOR_ARRAY_SIZE,32897,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_COLOR_ARRAY_STRIDE,32899,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_COLOR_ARRAY_TYPE,32898,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_COLOR_CLEAR_VALUE,3106,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_COLOR_WRITEMASK,3107,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_COMBINE,34160,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_COMBINE_ALPHA,34162,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_COMBINE_RGB,34161,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_CONSTANT,34166,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_COORD_REPLACE_OES,34914,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_CULL_FACE_MODE,2885,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_CURRENT_COLOR,2816,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_CURRENT_NORMAL,2818,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_CURRENT_TEXTURE_COORDS,2819,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_DEPTH_CLEAR_VALUE,2931,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_DEPTH_FUNC,2932,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_DEPTH_RANGE,2928,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_DEPTH_WRITEMASK,2930,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_DOT3_RGB,34478,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_DOT3_RGBA,34479,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_DYNAMIC_DRAW,35048,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_ELEMENT_ARRAY_BUFFER,34963,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_ELEMENT_ARRAY_BUFFER_BINDING,34965,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_FRONT_FACE,2886,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_GENERATE_MIPMAP,33169,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_GENERATE_MIPMAP_HINT,33170,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_INTERPOLATE,34165,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_LINE_WIDTH,2849,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_LOGIC_OP_MODE,3056,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_MATRIX_MODE,2976,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_MAX_CLIP_PLANES,3378,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_MODELVIEW_MATRIX,2982,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_MODELVIEW_MATRIX_FLOAT_AS_INT_BITS_OES,35213,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_MODELVIEW_STACK_DEPTH,2979,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_NORMAL_ARRAY_BUFFER_BINDING,34967,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_NORMAL_ARRAY_POINTER,32911,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_NORMAL_ARRAY_STRIDE,32895,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_NORMAL_ARRAY_TYPE,32894,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_OPERAND0_ALPHA,34200,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_OPERAND0_RGB,34192,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_OPERAND1_ALPHA,34201,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_OPERAND1_RGB,34193,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_OPERAND2_ALPHA,34202,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_OPERAND2_RGB,34194,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_POINT_DISTANCE_ATTENUATION,33065,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_POINT_FADE_THRESHOLD_SIZE,33064,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_POINT_SIZE,2833,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_POINT_SIZE_ARRAY_BUFFER_BINDING_OES,35743,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_POINT_SIZE_ARRAY_OES,35740,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_POINT_SIZE_ARRAY_POINTER_OES,35212,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_POINT_SIZE_ARRAY_STRIDE_OES,35211,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_POINT_SIZE_ARRAY_TYPE_OES,35210,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_POINT_SIZE_MAX,33063,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_POINT_SIZE_MIN,33062,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_POINT_SPRITE_OES,34913,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_POLYGON_OFFSET_FACTOR,32824,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_POLYGON_OFFSET_UNITS,10752,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_PREVIOUS,34168,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_PRIMARY_COLOR,34167,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_PROJECTION_MATRIX,2983,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_PROJECTION_MATRIX_FLOAT_AS_INT_BITS_OES,35214,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_PROJECTION_STACK_DEPTH,2980,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_RGB_SCALE,34163,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_SAMPLE_BUFFERS,32936,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_SAMPLE_COVERAGE_INVERT,32939,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_SAMPLE_COVERAGE_VALUE,32938,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_SAMPLES,32937,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_SCISSOR_BOX,3088,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_SHADE_MODEL,2900,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_SRC0_ALPHA,34184,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_SRC0_RGB,34176,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_SRC1_ALPHA,34185,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_SRC1_RGB,34177,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_SRC2_ALPHA,34186,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_SRC2_RGB,34178,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_STATIC_DRAW,35044,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_STENCIL_CLEAR_VALUE,2961,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_STENCIL_FAIL,2964,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_STENCIL_FUNC,2962,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_STENCIL_PASS_DEPTH_FAIL,2965,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_STENCIL_PASS_DEPTH_PASS,2966,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_STENCIL_REF,2967,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_STENCIL_VALUE_MASK,2963,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_STENCIL_WRITEMASK,2968,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_SUBTRACT,34023,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_TEXTURE_BINDING_2D,32873,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING,34970,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_TEXTURE_COORD_ARRAY_POINTER,32914,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_TEXTURE_COORD_ARRAY_SIZE,32904,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_TEXTURE_COORD_ARRAY_STRIDE,32906,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_TEXTURE_COORD_ARRAY_TYPE,32905,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_TEXTURE_MATRIX,2984,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_TEXTURE_MATRIX_FLOAT_AS_INT_BITS_OES,35215,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_TEXTURE_STACK_DEPTH,2981,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_VERTEX_ARRAY_BUFFER_BINDING,34966,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_VERTEX_ARRAY_POINTER,32910,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_VERTEX_ARRAY_SIZE,32890,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_VERTEX_ARRAY_STRIDE,32892,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_VERTEX_ARRAY_TYPE,32891,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_VIEWPORT,2978,,,, +?,0,I:javax/microedition/khronos/opengles/GL11.GL_WRITE_ONLY,35001,,,, +?,0,I:javax/microedition/khronos/opengles/GL11Ext.GL_MATRIX_INDEX_ARRAY_BUFFER_BINDING_OES,35742,,,, +?,0,I:javax/microedition/khronos/opengles/GL11Ext.GL_MATRIX_INDEX_ARRAY_OES,34884,,,, +?,0,I:javax/microedition/khronos/opengles/GL11Ext.GL_MATRIX_INDEX_ARRAY_POINTER_OES,34889,,,, +?,0,I:javax/microedition/khronos/opengles/GL11Ext.GL_MATRIX_INDEX_ARRAY_SIZE_OES,34886,,,, +?,0,I:javax/microedition/khronos/opengles/GL11Ext.GL_MATRIX_INDEX_ARRAY_STRIDE_OES,34888,,,, +?,0,I:javax/microedition/khronos/opengles/GL11Ext.GL_MATRIX_INDEX_ARRAY_TYPE_OES,34887,,,, +?,0,I:javax/microedition/khronos/opengles/GL11Ext.GL_MATRIX_PALETTE_OES,34880,,,, +?,0,I:javax/microedition/khronos/opengles/GL11Ext.GL_MAX_PALETTE_MATRICES_OES,34882,,,, +?,0,I:javax/microedition/khronos/opengles/GL11Ext.GL_MAX_VERTEX_UNITS_OES,34468,,,, +?,0,I:javax/microedition/khronos/opengles/GL11Ext.GL_TEXTURE_CROP_RECT_OES,35741,,,, +?,0,I:javax/microedition/khronos/opengles/GL11Ext.GL_WEIGHT_ARRAY_BUFFER_BINDING_OES,34974,,,, +?,0,I:javax/microedition/khronos/opengles/GL11Ext.GL_WEIGHT_ARRAY_OES,34477,,,, +?,0,I:javax/microedition/khronos/opengles/GL11Ext.GL_WEIGHT_ARRAY_POINTER_OES,34476,,,, +?,0,I:javax/microedition/khronos/opengles/GL11Ext.GL_WEIGHT_ARRAY_SIZE_OES,34475,,,, +?,0,I:javax/microedition/khronos/opengles/GL11Ext.GL_WEIGHT_ARRAY_STRIDE_OES,34474,,,, +?,0,I:javax/microedition/khronos/opengles/GL11Ext.GL_WEIGHT_ARRAY_TYPE_OES,34473,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_BLEND_DST_ALPHA,32970,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_BLEND_DST_RGB,32968,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_BLEND_EQUATION,32777,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_BLEND_EQUATION_ALPHA,34877,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_BLEND_EQUATION_RGB,32777,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_BLEND_SRC_ALPHA,32971,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_BLEND_SRC_RGB,32969,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_COLOR_ATTACHMENT0_OES,36064,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_COLOR_ATTACHMENT1_OES,36065,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_COLOR_ATTACHMENT10_OES,36074,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_COLOR_ATTACHMENT11_OES,36075,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_COLOR_ATTACHMENT12_OES,36076,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_COLOR_ATTACHMENT13_OES,36077,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_COLOR_ATTACHMENT14_OES,36078,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_COLOR_ATTACHMENT15_OES,36079,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_COLOR_ATTACHMENT2_OES,36066,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_COLOR_ATTACHMENT3_OES,36067,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_COLOR_ATTACHMENT4_OES,36068,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_COLOR_ATTACHMENT5_OES,36069,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_COLOR_ATTACHMENT6_OES,36070,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_COLOR_ATTACHMENT7_OES,36071,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_COLOR_ATTACHMENT8_OES,36072,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_COLOR_ATTACHMENT9_OES,36073,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_DECR_WRAP,34056,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_DEPTH_ATTACHMENT_OES,36096,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_DEPTH_COMPONENT,6402,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_DEPTH_COMPONENT16,33189,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_DEPTH_COMPONENT24,33190,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_DEPTH_COMPONENT32,33191,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_OES,36049,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_OES,36048,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_OES,36051,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_OES,36050,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_FRAMEBUFFER_BINDING_OES,36006,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_FRAMEBUFFER_COMPLETE_OES,36053,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_OES,36054,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_OES,36057,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER_OES,36059,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_FRAMEBUFFER_INCOMPLETE_FORMATS_OES,36058,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_OES,36055,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER_OES,36060,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_FRAMEBUFFER_OES,36160,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_FRAMEBUFFER_UNSUPPORTED_OES,36061,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_FUNC_ADD,32774,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_FUNC_REVERSE_SUBTRACT,32779,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_FUNC_SUBTRACT,32778,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_INCR_WRAP,34055,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_INVALID_FRAMEBUFFER_OPERATION_OES,1286,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_MAX_COLOR_ATTACHMENTS_OES,36063,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_MAX_CUBE_MAP_TEXTURE_SIZE,34076,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_MAX_RENDERBUFFER_SIZE_OES,34024,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_MIRRORED_REPEAT,33648,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_NORMAL_MAP,34065,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_REFLECTION_MAP,34066,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_RENDERBUFFER_ALPHA_SIZE_OES,36179,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_RENDERBUFFER_BINDING_OES,36007,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_RENDERBUFFER_BLUE_SIZE_OES,36178,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_RENDERBUFFER_DEPTH_SIZE_OES,36180,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_RENDERBUFFER_GREEN_SIZE_OES,36177,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_RENDERBUFFER_HEIGHT_OES,36163,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_RENDERBUFFER_INTERNAL_FORMAT_OES,36164,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_RENDERBUFFER_OES,36161,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_RENDERBUFFER_RED_SIZE_OES,36176,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_RENDERBUFFER_STENCIL_SIZE_OES,36181,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_RENDERBUFFER_WIDTH_OES,36162,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_RGB5_A1,32855,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_RGB565_OES,36194,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_RGB8,32849,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_RGBA4,32854,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_RGBA8,32856,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_STENCIL_ATTACHMENT_OES,36128,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_STENCIL_INDEX,6401,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_STENCIL_INDEX1_OES,36166,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_STENCIL_INDEX4_OES,36167,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_STENCIL_INDEX8_OES,36168,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_STR,-1,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_TEXTURE_BINDING_CUBE_MAP,34068,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_TEXTURE_CUBE_MAP,34067,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_TEXTURE_CUBE_MAP_NEGATIVE_X,34070,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_TEXTURE_CUBE_MAP_NEGATIVE_Y,34072,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_TEXTURE_CUBE_MAP_NEGATIVE_Z,34074,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_TEXTURE_CUBE_MAP_POSITIVE_X,34069,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_TEXTURE_CUBE_MAP_POSITIVE_Y,34071,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_TEXTURE_CUBE_MAP_POSITIVE_Z,34073,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_TEXTURE_GEN_MODE,9472,,,, +?,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_TEXTURE_GEN_STR,36192,,,, +?,0,I:org/apache/http/conn/routing/HttpRouteDirector.COMPLETE,0,,,, +?,0,I:org/apache/http/conn/routing/HttpRouteDirector.CONNECT_PROXY,2,,,, +?,0,I:org/apache/http/conn/routing/HttpRouteDirector.CONNECT_TARGET,1,,,, +?,0,I:org/apache/http/conn/routing/HttpRouteDirector.LAYER_PROTOCOL,5,,,, +?,0,I:org/apache/http/conn/routing/HttpRouteDirector.TUNNEL_PROXY,4,,,, +?,0,I:org/apache/http/conn/routing/HttpRouteDirector.TUNNEL_TARGET,3,,,, +?,0,I:org/apache/http/conn/routing/HttpRouteDirector.UNREACHABLE,-1,,,, +?,0,I:org/apache/http/entity/ContentLengthStrategy.CHUNKED,-2,,,, +?,0,I:org/apache/http/entity/ContentLengthStrategy.IDENTITY,-1,,,, +?,0,I:org/apache/http/HttpStatus.SC_ACCEPTED,202,,,, +?,0,I:org/apache/http/HttpStatus.SC_BAD_GATEWAY,502,,,, +?,0,I:org/apache/http/HttpStatus.SC_BAD_REQUEST,400,,,, +?,0,I:org/apache/http/HttpStatus.SC_CONFLICT,409,,,, +?,0,I:org/apache/http/HttpStatus.SC_CONTINUE,100,,,, +?,0,I:org/apache/http/HttpStatus.SC_CREATED,201,,,, +?,0,I:org/apache/http/HttpStatus.SC_EXPECTATION_FAILED,417,,,, +?,0,I:org/apache/http/HttpStatus.SC_FAILED_DEPENDENCY,424,,,, +?,0,I:org/apache/http/HttpStatus.SC_FORBIDDEN,403,,,, +?,0,I:org/apache/http/HttpStatus.SC_GATEWAY_TIMEOUT,504,,,, +?,0,I:org/apache/http/HttpStatus.SC_GONE,410,,,, +?,0,I:org/apache/http/HttpStatus.SC_HTTP_VERSION_NOT_SUPPORTED,505,,,, +?,0,I:org/apache/http/HttpStatus.SC_INSUFFICIENT_SPACE_ON_RESOURCE,419,,,, +?,0,I:org/apache/http/HttpStatus.SC_INSUFFICIENT_STORAGE,507,,,, +?,0,I:org/apache/http/HttpStatus.SC_INTERNAL_SERVER_ERROR,500,,,, +?,0,I:org/apache/http/HttpStatus.SC_LENGTH_REQUIRED,411,,,, +?,0,I:org/apache/http/HttpStatus.SC_LOCKED,423,,,, +?,0,I:org/apache/http/HttpStatus.SC_METHOD_FAILURE,420,,,, +?,0,I:org/apache/http/HttpStatus.SC_METHOD_NOT_ALLOWED,405,,,, +?,0,I:org/apache/http/HttpStatus.SC_MOVED_PERMANENTLY,301,,,, +?,0,I:org/apache/http/HttpStatus.SC_MOVED_TEMPORARILY,302,,,, +?,0,I:org/apache/http/HttpStatus.SC_MULTI_STATUS,207,,,, +?,0,I:org/apache/http/HttpStatus.SC_MULTIPLE_CHOICES,300,,,, +?,0,I:org/apache/http/HttpStatus.SC_NO_CONTENT,204,,,, +?,0,I:org/apache/http/HttpStatus.SC_NON_AUTHORITATIVE_INFORMATION,203,,,, +?,0,I:org/apache/http/HttpStatus.SC_NOT_ACCEPTABLE,406,,,, +?,0,I:org/apache/http/HttpStatus.SC_NOT_FOUND,404,,,, +?,0,I:org/apache/http/HttpStatus.SC_NOT_IMPLEMENTED,501,,,, +?,0,I:org/apache/http/HttpStatus.SC_NOT_MODIFIED,304,,,, +?,0,I:org/apache/http/HttpStatus.SC_OK,200,,,, +?,0,I:org/apache/http/HttpStatus.SC_PARTIAL_CONTENT,206,,,, +?,0,I:org/apache/http/HttpStatus.SC_PAYMENT_REQUIRED,402,,,, +?,0,I:org/apache/http/HttpStatus.SC_PRECONDITION_FAILED,412,,,, +?,0,I:org/apache/http/HttpStatus.SC_PROCESSING,102,,,, +?,0,I:org/apache/http/HttpStatus.SC_PROXY_AUTHENTICATION_REQUIRED,407,,,, +?,0,I:org/apache/http/HttpStatus.SC_REQUEST_TIMEOUT,408,,,, +?,0,I:org/apache/http/HttpStatus.SC_REQUEST_TOO_LONG,413,,,, +?,0,I:org/apache/http/HttpStatus.SC_REQUEST_URI_TOO_LONG,414,,,, +?,0,I:org/apache/http/HttpStatus.SC_REQUESTED_RANGE_NOT_SATISFIABLE,416,,,, +?,0,I:org/apache/http/HttpStatus.SC_RESET_CONTENT,205,,,, +?,0,I:org/apache/http/HttpStatus.SC_SEE_OTHER,303,,,, +?,0,I:org/apache/http/HttpStatus.SC_SERVICE_UNAVAILABLE,503,,,, +?,0,I:org/apache/http/HttpStatus.SC_SWITCHING_PROTOCOLS,101,,,, +?,0,I:org/apache/http/HttpStatus.SC_TEMPORARY_REDIRECT,307,,,, +?,0,I:org/apache/http/HttpStatus.SC_UNAUTHORIZED,401,,,, +?,0,I:org/apache/http/HttpStatus.SC_UNPROCESSABLE_ENTITY,422,,,, +?,0,I:org/apache/http/HttpStatus.SC_UNSUPPORTED_MEDIA_TYPE,415,,,, +?,0,I:org/apache/http/HttpStatus.SC_USE_PROXY,305,,,, +?,0,I:org/w3c/dom/TypeInfo.DERIVATION_EXTENSION,2,,,, +?,0,I:org/w3c/dom/TypeInfo.DERIVATION_LIST,8,,,, +?,0,I:org/w3c/dom/TypeInfo.DERIVATION_RESTRICTION,1,,,, +?,0,I:org/w3c/dom/TypeInfo.DERIVATION_UNION,4,,,, +E,10,I:org/xmlpull/v1/XmlPullParser.CDSECT,5,Org.XmlPull.V1.XmlPullParserNode,Cdsect,keep, +E,10,I:org/xmlpull/v1/XmlPullParser.COMMENT,9,Org.XmlPull.V1.XmlPullParserNode,Comment,keep, +E,10,I:org/xmlpull/v1/XmlPullParser.DOCDECL,10,Org.XmlPull.V1.XmlPullParserNode,Docdecl,keep, +E,10,I:org/xmlpull/v1/XmlPullParser.END_DOCUMENT,1,Org.XmlPull.V1.XmlPullParserNode,EndDocument,keep, +E,10,I:org/xmlpull/v1/XmlPullParser.END_TAG,3,Org.XmlPull.V1.XmlPullParserNode,EndTag,keep, +E,10,I:org/xmlpull/v1/XmlPullParser.ENTITY_REF,6,Org.XmlPull.V1.XmlPullParserNode,EntityRef,keep, +E,10,I:org/xmlpull/v1/XmlPullParser.IGNORABLE_WHITESPACE,7,Org.XmlPull.V1.XmlPullParserNode,IgnorableWhitespace,keep, +E,10,I:org/xmlpull/v1/XmlPullParser.PROCESSING_INSTRUCTION,8,Org.XmlPull.V1.XmlPullParserNode,ProcessingInstruction,keep, +E,10,I:org/xmlpull/v1/XmlPullParser.START_DOCUMENT,0,Org.XmlPull.V1.XmlPullParserNode,StartDocument,keep, +E,10,I:org/xmlpull/v1/XmlPullParser.START_TAG,2,Org.XmlPull.V1.XmlPullParserNode,StartTag,keep, +E,10,I:org/xmlpull/v1/XmlPullParser.TEXT,4,Org.XmlPull.V1.XmlPullParserNode,Text,keep, +E,10,java/awt/font/NumericShaper.ALL_RANGES,524287,Java.Awt.Font.Ranges,AllRanges,remove, +E,10,java/awt/font/NumericShaper.ARABIC,2,Java.Awt.Font.Ranges,Arabic,remove, +E,10,java/awt/font/NumericShaper.BENGALI,16,Java.Awt.Font.Ranges,Bengali,remove, +E,10,java/awt/font/NumericShaper.DEVANAGARI,8,Java.Awt.Font.Ranges,Devanagari,remove, +E,10,java/awt/font/NumericShaper.EASTERN_ARABIC,4,Java.Awt.Font.Ranges,EasternArabic,remove, +E,10,java/awt/font/NumericShaper.ETHIOPIC,65536,Java.Awt.Font.Ranges,Ethiopic,remove, +E,10,java/awt/font/NumericShaper.EUROPEAN,1,Java.Awt.Font.Ranges,European,remove, +E,10,java/awt/font/NumericShaper.GUJARATI,64,Java.Awt.Font.Ranges,Gujarati,remove, +E,10,java/awt/font/NumericShaper.GURMUKHI,32,Java.Awt.Font.Ranges,Gurmukhi,remove, +E,10,java/awt/font/NumericShaper.KANNADA,1024,Java.Awt.Font.Ranges,Kannada,remove, +E,10,java/awt/font/NumericShaper.KHMER,131072,Java.Awt.Font.Ranges,Khmer,remove, +E,10,java/awt/font/NumericShaper.LAO,8192,Java.Awt.Font.Ranges,Lao,remove, +E,10,java/awt/font/NumericShaper.MALAYALAM,2048,Java.Awt.Font.Ranges,Malayalam,remove, +E,10,java/awt/font/NumericShaper.MONGOLIAN,262144,Java.Awt.Font.Ranges,Mongolian,remove, +E,10,java/awt/font/NumericShaper.MYANMAR,32768,Java.Awt.Font.Ranges,Myanmar,remove, +E,10,java/awt/font/NumericShaper.ORIYA,128,Java.Awt.Font.Ranges,Oriya,remove, +E,10,java/awt/font/NumericShaper.TAMIL,256,Java.Awt.Font.Ranges,Tamil,remove, +E,10,java/awt/font/NumericShaper.TELUGU,512,Java.Awt.Font.Ranges,Telugu,remove, +E,10,java/awt/font/NumericShaper.THAI,4096,Java.Awt.Font.Ranges,Thai,remove, +E,10,java/awt/font/NumericShaper.TIBETAN,16384,Java.Awt.Font.Ranges,Tibetan,remove, +?,0,java/io/PipedInputStream.PIPE_SIZE,1024,,,, +E,10,java/io/StreamTokenizer.TT_EOF,-1,Java.IO.TokenType,Eof,remove, +E,10,java/io/StreamTokenizer.TT_EOL,10,Java.IO.TokenType,Eol,remove, +E,10,java/io/StreamTokenizer.TT_NUMBER,-2,Java.IO.TokenType,Number,remove, +E,10,java/io/StreamTokenizer.TT_WORD,-3,Java.IO.TokenType,Word,remove, +?,24,java/lang/Byte.BYTES,1,,,, +?,0,java/lang/Byte.SIZE,8,,,, +?,24,java/lang/Character.BYTES,2,,,, +?,0,java/lang/Character.MAX_CODE_POINT,1114111,,,, +?,0,java/lang/Character.MAX_RADIX,36,,,, +?,0,java/lang/Character.MIN_CODE_POINT,0,,,, +?,0,java/lang/Character.MIN_RADIX,2,,,, +?,0,java/lang/Character.MIN_SUPPLEMENTARY_CODE_POINT,65536,,,, +?,0,java/lang/Character.SIZE,16,,,, +?,24,java/lang/Double.BYTES,8,,,, +?,0,java/lang/Double.MAX_EXPONENT,1023,,,, +?,0,java/lang/Double.MIN_EXPONENT,-1022,,,, +?,0,java/lang/Double.SIZE,64,,,, +?,24,java/lang/Float.BYTES,4,,,, +?,0,java/lang/Float.MAX_EXPONENT,127,,,, +?,0,java/lang/Float.MIN_EXPONENT,-126,,,, +?,0,java/lang/Float.SIZE,32,,,, +?,24,java/lang/Integer.BYTES,4,,,, +?,0,java/lang/Integer.MAX_VALUE,2147483647,,,, +?,0,java/lang/Integer.MIN_VALUE,-2147483648,,,, +?,0,java/lang/Integer.SIZE,32,,,, +E,26,java/lang/invoke/MethodHandles$Lookup.PACKAGE,8,Java.Lang.Invoke.MethodLookupModes,Package,remove, +E,26,java/lang/invoke/MethodHandles$Lookup.PRIVATE,2,Java.Lang.Invoke.MethodLookupModes,Private,remove, +E,26,java/lang/invoke/MethodHandles$Lookup.PROTECTED,4,Java.Lang.Invoke.MethodLookupModes,Protected,remove, +E,26,java/lang/invoke/MethodHandles$Lookup.PUBLIC,1,Java.Lang.Invoke.MethodLookupModes,Public,remove, +?,24,java/lang/Long.BYTES,8,,,, +?,0,java/lang/Long.SIZE,64,,,, +?,0,java/lang/reflect/Modifier.ABSTRACT,1024,,,, +?,0,java/lang/reflect/Modifier.FINAL,16,,,, +?,0,java/lang/reflect/Modifier.INTERFACE,512,,,, +?,0,java/lang/reflect/Modifier.NATIVE,256,,,, +?,0,java/lang/reflect/Modifier.PRIVATE,2,,,, +?,0,java/lang/reflect/Modifier.PROTECTED,4,,,, +?,0,java/lang/reflect/Modifier.PUBLIC,1,,,, +?,0,java/lang/reflect/Modifier.STATIC,8,,,, +?,0,java/lang/reflect/Modifier.STRICT,2048,,,, +?,0,java/lang/reflect/Modifier.SYNCHRONIZED,32,,,, +?,0,java/lang/reflect/Modifier.TRANSIENT,128,,,, +?,0,java/lang/reflect/Modifier.VOLATILE,64,,,, +?,24,java/lang/Short.BYTES,2,,,, +?,0,java/lang/Short.SIZE,16,,,, +?,0,java/lang/Thread.MAX_PRIORITY,10,,,, +?,0,java/lang/Thread.MIN_PRIORITY,1,,,, +?,0,java/lang/Thread.NORM_PRIORITY,5,,,, +E,10,java/math/BigDecimal.ROUND_CEILING,2,Java.Math.RoundOptions,Ceiling,remove, +E,10,java/math/BigDecimal.ROUND_DOWN,1,Java.Math.RoundOptions,Down,remove, +E,10,java/math/BigDecimal.ROUND_FLOOR,3,Java.Math.RoundOptions,Floor,remove, +E,10,java/math/BigDecimal.ROUND_HALF_DOWN,5,Java.Math.RoundOptions,HalfDown,remove, +E,10,java/math/BigDecimal.ROUND_HALF_EVEN,6,Java.Math.RoundOptions,HalfEven,remove, +E,10,java/math/BigDecimal.ROUND_HALF_UP,4,Java.Math.RoundOptions,HalfUp,remove, +E,10,java/math/BigDecimal.ROUND_UNNECESSARY,7,Java.Math.RoundOptions,Unnecessary,remove, +E,10,java/math/BigDecimal.ROUND_UP,0,Java.Math.RoundOptions,Up,remove, +E,10,java/net/HttpURLConnection.HTTP_ACCEPTED,202,Java.Net.HttpStatus,Accepted,remove, +E,10,java/net/HttpURLConnection.HTTP_BAD_GATEWAY,502,Java.Net.HttpStatus,BadGateway,remove, +E,10,java/net/HttpURLConnection.HTTP_BAD_METHOD,405,Java.Net.HttpStatus,BadMethod,remove, +E,10,java/net/HttpURLConnection.HTTP_BAD_REQUEST,400,Java.Net.HttpStatus,BadRequest,remove, +E,10,java/net/HttpURLConnection.HTTP_CLIENT_TIMEOUT,408,Java.Net.HttpStatus,ClientTimeout,remove, +E,10,java/net/HttpURLConnection.HTTP_CONFLICT,409,Java.Net.HttpStatus,Conflict,remove, +E,10,java/net/HttpURLConnection.HTTP_CREATED,201,Java.Net.HttpStatus,Created,remove, +E,10,java/net/HttpURLConnection.HTTP_ENTITY_TOO_LARGE,413,Java.Net.HttpStatus,EntityTooLarge,remove, +E,10,java/net/HttpURLConnection.HTTP_FORBIDDEN,403,Java.Net.HttpStatus,Forbidden,remove, +E,10,java/net/HttpURLConnection.HTTP_GATEWAY_TIMEOUT,504,Java.Net.HttpStatus,GatewayTimeout,remove, +E,10,java/net/HttpURLConnection.HTTP_GONE,410,Java.Net.HttpStatus,Gone,remove, +E,10,java/net/HttpURLConnection.HTTP_INTERNAL_ERROR,500,Java.Net.HttpStatus,InternalError,remove, +E,10,java/net/HttpURLConnection.HTTP_LENGTH_REQUIRED,411,Java.Net.HttpStatus,LengthRequired,remove, +E,10,java/net/HttpURLConnection.HTTP_MOVED_PERM,301,Java.Net.HttpStatus,MovedPerm,remove, +E,10,java/net/HttpURLConnection.HTTP_MOVED_TEMP,302,Java.Net.HttpStatus,MovedTemp,remove, +E,10,java/net/HttpURLConnection.HTTP_MULT_CHOICE,300,Java.Net.HttpStatus,MultChoice,remove, +E,10,java/net/HttpURLConnection.HTTP_NO_CONTENT,204,Java.Net.HttpStatus,NoContent,remove, +E,10,java/net/HttpURLConnection.HTTP_NOT_ACCEPTABLE,406,Java.Net.HttpStatus,NotAcceptable,remove, +E,10,java/net/HttpURLConnection.HTTP_NOT_AUTHORITATIVE,203,Java.Net.HttpStatus,NotAuthoritative,remove, +E,10,java/net/HttpURLConnection.HTTP_NOT_FOUND,404,Java.Net.HttpStatus,NotFound,remove, +E,10,java/net/HttpURLConnection.HTTP_NOT_IMPLEMENTED,501,Java.Net.HttpStatus,NotImplemented,remove, +E,10,java/net/HttpURLConnection.HTTP_NOT_MODIFIED,304,Java.Net.HttpStatus,NotModified,remove, +E,10,java/net/HttpURLConnection.HTTP_OK,200,Java.Net.HttpStatus,Ok,remove, +E,10,java/net/HttpURLConnection.HTTP_PARTIAL,206,Java.Net.HttpStatus,Partial,remove, +E,10,java/net/HttpURLConnection.HTTP_PAYMENT_REQUIRED,402,Java.Net.HttpStatus,PaymentRequired,remove, +E,10,java/net/HttpURLConnection.HTTP_PRECON_FAILED,412,Java.Net.HttpStatus,PreconFailed,remove, +E,10,java/net/HttpURLConnection.HTTP_PROXY_AUTH,407,Java.Net.HttpStatus,ProxyAuth,remove, +E,10,java/net/HttpURLConnection.HTTP_REQ_TOO_LONG,414,Java.Net.HttpStatus,ReqTooLong,remove, +E,10,java/net/HttpURLConnection.HTTP_RESET,205,Java.Net.HttpStatus,Reset,remove, +E,10,java/net/HttpURLConnection.HTTP_SEE_OTHER,303,Java.Net.HttpStatus,SeeOther,remove, +E,10,java/net/HttpURLConnection.HTTP_SERVER_ERROR,500,Java.Net.HttpStatus,ServerError,remove, +E,10,java/net/HttpURLConnection.HTTP_UNAUTHORIZED,401,Java.Net.HttpStatus,Unauthorized,remove, +E,10,java/net/HttpURLConnection.HTTP_UNAVAILABLE,503,Java.Net.HttpStatus,Unavailable,remove, +E,10,java/net/HttpURLConnection.HTTP_UNSUPPORTED_TYPE,415,Java.Net.HttpStatus,UnsupportedType,remove, +E,10,java/net/HttpURLConnection.HTTP_USE_PROXY,305,Java.Net.HttpStatus,UseProxy,remove, +E,10,java/net/HttpURLConnection.HTTP_VERSION,505,Java.Net.HttpStatus,Version,remove, +A,0,,0,Java.Net.IDNFlags,None,remove,flags +E,10,java/net/IDN.ALLOW_UNASSIGNED,1,Java.Net.IDNFlags,AllowUnassigned,remove,flags +E,10,java/net/IDN.USE_STD3_ASCII_RULES,2,Java.Net.IDNFlags,UseStd3AsciiRules,remove,flags +A,0,,0,Java.Nio.Channels.Operations,None,remove, +E,10,java/nio/channels/SelectionKey.OP_ACCEPT,16,Java.Nio.Channels.Operations,Accept,remove, +E,10,java/nio/channels/SelectionKey.OP_CONNECT,8,Java.Nio.Channels.Operations,Connect,remove, +E,10,java/nio/channels/SelectionKey.OP_READ,1,Java.Nio.Channels.Operations,Read,remove, +E,10,java/nio/channels/SelectionKey.OP_WRITE,4,Java.Nio.Channels.Operations,Write,remove, +E,10,java/security/Signature.SIGN,2,Java.Security.SignatureState,Sign,remove, +E,10,java/security/Signature.UNINITIALIZED,0,Java.Security.SignatureState,Uninitialized,remove, +E,10,java/security/Signature.VERIFY,3,Java.Security.SignatureState,Verify,remove, +?,0,java/sql/Types.ARRAY,2003,,,, +?,0,java/sql/Types.BIGINT,-5,,,, +?,0,java/sql/Types.BINARY,-2,,,, +?,0,java/sql/Types.BIT,-7,,,, +?,0,java/sql/Types.BLOB,2004,,,, +?,0,java/sql/Types.BOOLEAN,16,,,, +?,0,java/sql/Types.CHAR,1,,,, +?,0,java/sql/Types.CLOB,2005,,,, +?,0,java/sql/Types.DATALINK,70,,,, +?,0,java/sql/Types.DATE,91,,,, +?,0,java/sql/Types.DECIMAL,3,,,, +?,0,java/sql/Types.DISTINCT,2001,,,, +?,0,java/sql/Types.DOUBLE,8,,,, +?,0,java/sql/Types.FLOAT,6,,,, +?,0,java/sql/Types.INTEGER,4,,,, +?,0,java/sql/Types.JAVA_OBJECT,2000,,,, +?,0,java/sql/Types.LONGNVARCHAR,-16,,,, +?,0,java/sql/Types.LONGVARBINARY,-4,,,, +?,0,java/sql/Types.LONGVARCHAR,-1,,,, +?,0,java/sql/Types.NCHAR,-15,,,, +?,0,java/sql/Types.NCLOB,2011,,,, +?,0,java/sql/Types.NULL,0,,,, +?,0,java/sql/Types.NUMERIC,2,,,, +?,0,java/sql/Types.NVARCHAR,-9,,,, +?,0,java/sql/Types.OTHER,1111,,,, +?,0,java/sql/Types.REAL,7,,,, +?,0,java/sql/Types.REF,2006,,,, +?,0,java/sql/Types.ROWID,-8,,,, +?,0,java/sql/Types.SMALLINT,5,,,, +?,0,java/sql/Types.SQLXML,2009,,,, +?,0,java/sql/Types.STRUCT,2002,,,, +?,0,java/sql/Types.TIME,92,,,, +?,0,java/sql/Types.TIMESTAMP,93,,,, +?,0,java/sql/Types.TINYINT,-6,,,, +?,0,java/sql/Types.VARBINARY,-3,,,, +?,0,java/sql/Types.VARCHAR,12,,,, +?,0,java/text/Bidi.DIRECTION_DEFAULT_LEFT_TO_RIGHT,-2,,,, +?,0,java/text/Bidi.DIRECTION_DEFAULT_RIGHT_TO_LEFT,-1,,,, +?,0,java/text/Bidi.DIRECTION_LEFT_TO_RIGHT,0,,,, +?,0,java/text/Bidi.DIRECTION_RIGHT_TO_LEFT,1,,,, +?,0,java/text/BreakIterator.DONE,-1,,,, +?,0,java/text/CollationElementIterator.NULLORDER,-1,,,, +?,0,java/text/Collator.CANONICAL_DECOMPOSITION,1,,,, +?,0,java/text/Collator.FULL_DECOMPOSITION,2,,,, +?,0,java/text/Collator.IDENTICAL,3,,,, +?,0,java/text/Collator.NO_DECOMPOSITION,0,,,, +?,0,java/text/Collator.PRIMARY,0,,,, +?,0,java/text/Collator.SECONDARY,1,,,, +?,0,java/text/Collator.TERTIARY,2,,,, +?,0,java/text/DateFormat.AM_PM_FIELD,14,,,, +?,0,java/text/DateFormat.DATE_FIELD,3,,,, +?,0,java/text/DateFormat.DAY_OF_WEEK_FIELD,9,,,, +?,0,java/text/DateFormat.DAY_OF_WEEK_IN_MONTH_FIELD,11,,,, +?,0,java/text/DateFormat.DAY_OF_YEAR_FIELD,10,,,, +?,0,java/text/DateFormat.DEFAULT,2,,,, +?,0,java/text/DateFormat.ERA_FIELD,0,,,, +?,0,java/text/DateFormat.FULL,0,,,, +?,0,java/text/DateFormat.HOUR_OF_DAY0_FIELD,5,,,, +?,0,java/text/DateFormat.HOUR_OF_DAY1_FIELD,4,,,, +?,0,java/text/DateFormat.HOUR0_FIELD,16,,,, +?,0,java/text/DateFormat.HOUR1_FIELD,15,,,, +?,0,java/text/DateFormat.LONG,1,,,, +?,0,java/text/DateFormat.MEDIUM,2,,,, +?,0,java/text/DateFormat.MILLISECOND_FIELD,8,,,, +?,0,java/text/DateFormat.MINUTE_FIELD,6,,,, +?,0,java/text/DateFormat.MONTH_FIELD,2,,,, +?,0,java/text/DateFormat.SECOND_FIELD,7,,,, +?,0,java/text/DateFormat.SHORT,3,,,, +?,0,java/text/DateFormat.TIMEZONE_FIELD,17,,,, +?,0,java/text/DateFormat.WEEK_OF_MONTH_FIELD,13,,,, +?,0,java/text/DateFormat.WEEK_OF_YEAR_FIELD,12,,,, +?,0,java/text/DateFormat.YEAR_FIELD,1,,,, +?,0,java/text/NumberFormat.FRACTION_FIELD,1,,,, +?,0,java/text/NumberFormat.INTEGER_FIELD,0,,,, +?,0,java/time/Year.MAX_VALUE,999999999,,,, +?,0,java/time/Year.MIN_VALUE,-999999999,,,, +E,10,java/util/Calendar.ALL_STYLES,0,Java.Util.CalendarStyle,AllStyles,remove, +?,0,java/util/Calendar.AM,0,,,, +E,10,java/util/Calendar.AM_PM,9,Java.Util.CalendarField,AmPm,remove, +?,0,java/util/Calendar.APRIL,3,,,, +?,0,java/util/Calendar.AUGUST,7,,,, +E,10,java/util/Calendar.DATE,5,Java.Util.CalendarField,Date,remove, +E,10,java/util/Calendar.DAY_OF_MONTH,5,Java.Util.CalendarField,DayOfMonth,remove, +E,10,java/util/Calendar.DAY_OF_WEEK,7,Java.Util.CalendarField,DayOfWeek,remove, +E,10,java/util/Calendar.DAY_OF_WEEK_IN_MONTH,8,Java.Util.CalendarField,DayOfWeekInMonth,remove, +E,10,java/util/Calendar.DAY_OF_YEAR,6,Java.Util.CalendarField,DayOfYear,remove, +?,0,java/util/Calendar.DECEMBER,11,,,, +E,10,java/util/Calendar.DST_OFFSET,16,Java.Util.CalendarField,DstOffset,remove, +E,10,java/util/Calendar.ERA,0,Java.Util.CalendarField,Era,remove, +?,0,java/util/Calendar.FEBRUARY,1,,,, +?,0,java/util/Calendar.FIELD_COUNT,17,,,, +?,0,java/util/Calendar.FRIDAY,6,,,, +E,10,java/util/Calendar.HOUR,10,Java.Util.CalendarField,Hour,remove, +E,10,java/util/Calendar.HOUR_OF_DAY,11,Java.Util.CalendarField,HourOfDay,remove, +?,0,java/util/Calendar.JANUARY,0,,,, +?,0,java/util/Calendar.JULY,6,,,, +?,0,java/util/Calendar.JUNE,5,,,, +E,10,java/util/Calendar.LONG,2,Java.Util.CalendarStyle,Long,remove, +?,26,java/util/Calendar.LONG_FORMAT,2,,,, +?,26,java/util/Calendar.LONG_STANDALONE,32770,,,, +?,0,java/util/Calendar.MARCH,2,,,, +?,0,java/util/Calendar.MAY,4,,,, +E,10,java/util/Calendar.MILLISECOND,14,Java.Util.CalendarField,Millisecond,remove, +E,10,java/util/Calendar.MINUTE,12,Java.Util.CalendarField,Minute,remove, +?,0,java/util/Calendar.MONDAY,2,,,, +E,10,java/util/Calendar.MONTH,2,Java.Util.CalendarField,Month,remove, +?,26,java/util/Calendar.NARROW_FORMAT,4,,,, +?,26,java/util/Calendar.NARROW_STANDALONE,32772,,,, +?,0,java/util/Calendar.NOVEMBER,10,,,, +?,0,java/util/Calendar.OCTOBER,9,,,, +?,0,java/util/Calendar.PM,1,,,, +?,0,java/util/Calendar.SATURDAY,7,,,, +E,10,java/util/Calendar.SECOND,13,Java.Util.CalendarField,Second,remove, +?,0,java/util/Calendar.SEPTEMBER,8,,,, +E,10,java/util/Calendar.SHORT,1,Java.Util.CalendarStyle,Short,remove, +?,26,java/util/Calendar.SHORT_FORMAT,1,,,, +?,26,java/util/Calendar.SHORT_STANDALONE,32769,,,, +?,0,java/util/Calendar.SUNDAY,1,,,, +?,0,java/util/Calendar.THURSDAY,5,,,, +?,0,java/util/Calendar.TUESDAY,3,,,, +?,0,java/util/Calendar.UNDECIMBER,12,,,, +?,0,java/util/Calendar.WEDNESDAY,4,,,, +E,10,java/util/Calendar.WEEK_OF_MONTH,4,Java.Util.CalendarField,WeekOfMonth,remove, +E,10,java/util/Calendar.WEEK_OF_YEAR,3,Java.Util.CalendarField,WeekOfYear,remove, +E,10,java/util/Calendar.YEAR,1,Java.Util.CalendarField,Year,remove, +E,10,java/util/Calendar.ZONE_OFFSET,15,Java.Util.CalendarField,ZoneOffset,remove, +E,10,java/util/FormattableFlags.ALTERNATE,4,Java.Util.FormatFlags,Alternate,remove,flags +E,10,java/util/FormattableFlags.LEFT_JUSTIFY,1,Java.Util.FormatFlags,LeftJustify,remove,flags +E,10,java/util/FormattableFlags.UPPERCASE,2,Java.Util.FormatFlags,Uppercase,remove,flags +?,0,java/util/GregorianCalendar.AD,1,,,, +?,0,java/util/GregorianCalendar.BC,0,,,, +?,29,java/util/jar/JarEntry.CENATT,36,,,, +?,29,java/util/jar/JarEntry.CENATX,38,,,, +?,29,java/util/jar/JarEntry.CENCOM,32,,,, +?,29,java/util/jar/JarEntry.CENCRC,16,,,, +?,29,java/util/jar/JarEntry.CENDSK,34,,,, +?,29,java/util/jar/JarEntry.CENEXT,30,,,, +?,29,java/util/jar/JarEntry.CENFLG,8,,,, +?,29,java/util/jar/JarEntry.CENHDR,46,,,, +?,29,java/util/jar/JarEntry.CENHOW,10,,,, +?,29,java/util/jar/JarEntry.CENLEN,24,,,, +?,29,java/util/jar/JarEntry.CENNAM,28,,,, +?,29,java/util/jar/JarEntry.CENOFF,42,,,, +?,29,java/util/jar/JarEntry.CENSIZ,20,,,, +?,29,java/util/jar/JarEntry.CENTIM,12,,,, +?,29,java/util/jar/JarEntry.CENVEM,4,,,, +?,29,java/util/jar/JarEntry.CENVER,6,,,, +?,29,java/util/jar/JarEntry.ENDCOM,20,,,, +?,29,java/util/jar/JarEntry.ENDHDR,22,,,, +?,29,java/util/jar/JarEntry.ENDOFF,16,,,, +?,29,java/util/jar/JarEntry.ENDSIZ,12,,,, +?,29,java/util/jar/JarEntry.ENDSUB,8,,,, +?,29,java/util/jar/JarEntry.ENDTOT,10,,,, +?,29,java/util/jar/JarEntry.EXTCRC,4,,,, +?,29,java/util/jar/JarEntry.EXTHDR,16,,,, +?,29,java/util/jar/JarEntry.EXTLEN,12,,,, +?,29,java/util/jar/JarEntry.EXTSIZ,8,,,, +?,29,java/util/jar/JarEntry.LOCCRC,14,,,, +?,29,java/util/jar/JarEntry.LOCEXT,28,,,, +?,29,java/util/jar/JarEntry.LOCFLG,6,,,, +?,29,java/util/jar/JarEntry.LOCHDR,30,,,, +?,29,java/util/jar/JarEntry.LOCHOW,8,,,, +?,29,java/util/jar/JarEntry.LOCLEN,22,,,, +?,29,java/util/jar/JarEntry.LOCNAM,26,,,, +?,29,java/util/jar/JarEntry.LOCSIZ,18,,,, +?,29,java/util/jar/JarEntry.LOCTIM,10,,,, +?,29,java/util/jar/JarEntry.LOCVER,4,,,, +?,29,java/util/jar/JarFile.CENATT,36,,,, +?,29,java/util/jar/JarFile.CENATX,38,,,, +?,29,java/util/jar/JarFile.CENCOM,32,,,, +?,29,java/util/jar/JarFile.CENCRC,16,,,, +?,29,java/util/jar/JarFile.CENDSK,34,,,, +?,29,java/util/jar/JarFile.CENEXT,30,,,, +?,29,java/util/jar/JarFile.CENFLG,8,,,, +?,29,java/util/jar/JarFile.CENHDR,46,,,, +?,29,java/util/jar/JarFile.CENHOW,10,,,, +?,29,java/util/jar/JarFile.CENLEN,24,,,, +?,29,java/util/jar/JarFile.CENNAM,28,,,, +?,29,java/util/jar/JarFile.CENOFF,42,,,, +?,29,java/util/jar/JarFile.CENSIZ,20,,,, +?,29,java/util/jar/JarFile.CENTIM,12,,,, +?,29,java/util/jar/JarFile.CENVEM,4,,,, +?,29,java/util/jar/JarFile.CENVER,6,,,, +?,29,java/util/jar/JarFile.ENDCOM,20,,,, +?,29,java/util/jar/JarFile.ENDHDR,22,,,, +?,29,java/util/jar/JarFile.ENDOFF,16,,,, +?,29,java/util/jar/JarFile.ENDSIZ,12,,,, +?,29,java/util/jar/JarFile.ENDSUB,8,,,, +?,29,java/util/jar/JarFile.ENDTOT,10,,,, +?,29,java/util/jar/JarFile.EXTCRC,4,,,, +?,29,java/util/jar/JarFile.EXTHDR,16,,,, +?,29,java/util/jar/JarFile.EXTLEN,12,,,, +?,29,java/util/jar/JarFile.EXTSIZ,8,,,, +?,29,java/util/jar/JarFile.LOCCRC,14,,,, +?,29,java/util/jar/JarFile.LOCEXT,28,,,, +?,29,java/util/jar/JarFile.LOCFLG,6,,,, +?,29,java/util/jar/JarFile.LOCHDR,30,,,, +?,29,java/util/jar/JarFile.LOCHOW,8,,,, +?,29,java/util/jar/JarFile.LOCLEN,22,,,, +?,29,java/util/jar/JarFile.LOCNAM,26,,,, +?,29,java/util/jar/JarFile.LOCSIZ,18,,,, +?,29,java/util/jar/JarFile.LOCTIM,10,,,, +?,29,java/util/jar/JarFile.LOCVER,4,,,, +?,29,java/util/jar/JarInputStream.CENATT,36,,,, +?,29,java/util/jar/JarInputStream.CENATX,38,,,, +?,29,java/util/jar/JarInputStream.CENCOM,32,,,, +?,29,java/util/jar/JarInputStream.CENCRC,16,,,, +?,29,java/util/jar/JarInputStream.CENDSK,34,,,, +?,29,java/util/jar/JarInputStream.CENEXT,30,,,, +?,29,java/util/jar/JarInputStream.CENFLG,8,,,, +?,29,java/util/jar/JarInputStream.CENHDR,46,,,, +?,29,java/util/jar/JarInputStream.CENHOW,10,,,, +?,29,java/util/jar/JarInputStream.CENLEN,24,,,, +?,29,java/util/jar/JarInputStream.CENNAM,28,,,, +?,29,java/util/jar/JarInputStream.CENOFF,42,,,, +?,29,java/util/jar/JarInputStream.CENSIZ,20,,,, +?,29,java/util/jar/JarInputStream.CENTIM,12,,,, +?,29,java/util/jar/JarInputStream.CENVEM,4,,,, +?,29,java/util/jar/JarInputStream.CENVER,6,,,, +?,29,java/util/jar/JarInputStream.ENDCOM,20,,,, +?,29,java/util/jar/JarInputStream.ENDHDR,22,,,, +?,29,java/util/jar/JarInputStream.ENDOFF,16,,,, +?,29,java/util/jar/JarInputStream.ENDSIZ,12,,,, +?,29,java/util/jar/JarInputStream.ENDSUB,8,,,, +?,29,java/util/jar/JarInputStream.ENDTOT,10,,,, +?,29,java/util/jar/JarInputStream.EXTCRC,4,,,, +?,29,java/util/jar/JarInputStream.EXTHDR,16,,,, +?,29,java/util/jar/JarInputStream.EXTLEN,12,,,, +?,29,java/util/jar/JarInputStream.EXTSIZ,8,,,, +?,29,java/util/jar/JarInputStream.LOCCRC,14,,,, +?,29,java/util/jar/JarInputStream.LOCEXT,28,,,, +?,29,java/util/jar/JarInputStream.LOCFLG,6,,,, +?,29,java/util/jar/JarInputStream.LOCHDR,30,,,, +?,29,java/util/jar/JarInputStream.LOCHOW,8,,,, +?,29,java/util/jar/JarInputStream.LOCLEN,22,,,, +?,29,java/util/jar/JarInputStream.LOCNAM,26,,,, +?,29,java/util/jar/JarInputStream.LOCSIZ,18,,,, +?,29,java/util/jar/JarInputStream.LOCTIM,10,,,, +?,29,java/util/jar/JarInputStream.LOCVER,4,,,, +?,29,java/util/jar/JarOutputStream.CENATT,36,,,, +?,29,java/util/jar/JarOutputStream.CENATX,38,,,, +?,29,java/util/jar/JarOutputStream.CENCOM,32,,,, +?,29,java/util/jar/JarOutputStream.CENCRC,16,,,, +?,29,java/util/jar/JarOutputStream.CENDSK,34,,,, +?,29,java/util/jar/JarOutputStream.CENEXT,30,,,, +?,29,java/util/jar/JarOutputStream.CENFLG,8,,,, +?,29,java/util/jar/JarOutputStream.CENHDR,46,,,, +?,29,java/util/jar/JarOutputStream.CENHOW,10,,,, +?,29,java/util/jar/JarOutputStream.CENLEN,24,,,, +?,29,java/util/jar/JarOutputStream.CENNAM,28,,,, +?,29,java/util/jar/JarOutputStream.CENOFF,42,,,, +?,29,java/util/jar/JarOutputStream.CENSIZ,20,,,, +?,29,java/util/jar/JarOutputStream.CENTIM,12,,,, +?,29,java/util/jar/JarOutputStream.CENVEM,4,,,, +?,29,java/util/jar/JarOutputStream.CENVER,6,,,, +?,29,java/util/jar/JarOutputStream.ENDCOM,20,,,, +?,29,java/util/jar/JarOutputStream.ENDHDR,22,,,, +?,29,java/util/jar/JarOutputStream.ENDOFF,16,,,, +?,29,java/util/jar/JarOutputStream.ENDSIZ,12,,,, +?,29,java/util/jar/JarOutputStream.ENDSUB,8,,,, +?,29,java/util/jar/JarOutputStream.ENDTOT,10,,,, +?,29,java/util/jar/JarOutputStream.EXTCRC,4,,,, +?,29,java/util/jar/JarOutputStream.EXTHDR,16,,,, +?,29,java/util/jar/JarOutputStream.EXTLEN,12,,,, +?,29,java/util/jar/JarOutputStream.EXTSIZ,8,,,, +?,29,java/util/jar/JarOutputStream.LOCCRC,14,,,, +?,29,java/util/jar/JarOutputStream.LOCEXT,28,,,, +?,29,java/util/jar/JarOutputStream.LOCFLG,6,,,, +?,29,java/util/jar/JarOutputStream.LOCHDR,30,,,, +?,29,java/util/jar/JarOutputStream.LOCHOW,8,,,, +?,29,java/util/jar/JarOutputStream.LOCLEN,22,,,, +?,29,java/util/jar/JarOutputStream.LOCNAM,26,,,, +?,29,java/util/jar/JarOutputStream.LOCSIZ,18,,,, +?,29,java/util/jar/JarOutputStream.LOCTIM,10,,,, +?,29,java/util/jar/JarOutputStream.LOCVER,4,,,, +?,0,java/util/logging/ErrorManager.CLOSE_FAILURE,3,,,, +?,0,java/util/logging/ErrorManager.FLUSH_FAILURE,2,,,, +?,0,java/util/logging/ErrorManager.FORMAT_FAILURE,5,,,, +?,0,java/util/logging/ErrorManager.GENERIC_FAILURE,0,,,, +?,0,java/util/logging/ErrorManager.OPEN_FAILURE,4,,,, +?,0,java/util/logging/ErrorManager.WRITE_FAILURE,1,,,, +?,0,java/util/prefs/Preferences.MAX_KEY_LENGTH,80,,,, +?,0,java/util/prefs/Preferences.MAX_NAME_LENGTH,80,,,, +?,0,java/util/prefs/Preferences.MAX_VALUE_LENGTH,8192,,,, +E,10,java/util/regex/Pattern.CANON_EQ,128,Java.Util.Regex.RegexOptions,CanonEq,remove, +E,10,java/util/regex/Pattern.CASE_INSENSITIVE,2,Java.Util.Regex.RegexOptions,CaseInsensitive,remove, +E,10,java/util/regex/Pattern.COMMENTS,4,Java.Util.Regex.RegexOptions,Comments,remove, +E,10,java/util/regex/Pattern.DOTALL,32,Java.Util.Regex.RegexOptions,Dotall,remove, +E,10,java/util/regex/Pattern.LITERAL,16,Java.Util.Regex.RegexOptions,Literal,remove, +E,10,java/util/regex/Pattern.MULTILINE,8,Java.Util.Regex.RegexOptions,Multiline,remove, +E,10,java/util/regex/Pattern.UNICODE_CASE,64,Java.Util.Regex.RegexOptions,UnicodeCase,remove, +E,24,java/util/regex/Pattern.UNICODE_CHARACTER_CLASS,256,Java.Util.Regex.RegexOptions,UnicodeCharacterClass,remove, +E,10,java/util/regex/Pattern.UNIX_LINES,1,Java.Util.Regex.RegexOptions,UnixLines,remove, +E,10,java/util/SimpleTimeZone.STANDARD_TIME,1,Java.Util.TimeZoneKind,StandardTime,remove, +E,10,java/util/SimpleTimeZone.UTC_TIME,2,Java.Util.TimeZoneKind,UtcTime,remove, +E,10,java/util/SimpleTimeZone.WALL_TIME,0,Java.Util.TimeZoneKind,WallTime,remove, +E,10,java/util/TimeZone.LONG,1,Java.Util.TimeZoneStyle,Long,remove, +E,10,java/util/TimeZone.SHORT,0,Java.Util.TimeZoneStyle,Short,remove, +?,0,java/util/zip/Deflater.BEST_COMPRESSION,9,,,, +?,0,java/util/zip/Deflater.BEST_SPEED,1,,,, +?,0,java/util/zip/Deflater.DEFAULT_COMPRESSION,-1,,,, +?,0,java/util/zip/Deflater.DEFAULT_STRATEGY,0,,,, +?,0,java/util/zip/Deflater.DEFLATED,8,,,, +?,0,java/util/zip/Deflater.FILTERED,1,,,, +?,19,java/util/zip/Deflater.FULL_FLUSH,3,,,, +?,0,java/util/zip/Deflater.HUFFMAN_ONLY,2,,,, +?,0,java/util/zip/Deflater.NO_COMPRESSION,0,,,, +?,19,java/util/zip/Deflater.NO_FLUSH,0,,,, +?,19,java/util/zip/Deflater.SYNC_FLUSH,2,,,, +?,0,java/util/zip/GZIPInputStream.GZIP_MAGIC,35615,,,, +?,21,java/util/zip/ZipEntry.CENATT,36,,,, +?,21,java/util/zip/ZipEntry.CENATX,38,,,, +?,21,java/util/zip/ZipEntry.CENCOM,32,,,, +?,21,java/util/zip/ZipEntry.CENCRC,16,,,, +?,21,java/util/zip/ZipEntry.CENDSK,34,,,, +?,21,java/util/zip/ZipEntry.CENEXT,30,,,, +?,21,java/util/zip/ZipEntry.CENFLG,8,,,, +?,21,java/util/zip/ZipEntry.CENHDR,46,,,, +?,21,java/util/zip/ZipEntry.CENHOW,10,,,, +?,21,java/util/zip/ZipEntry.CENLEN,24,,,, +?,21,java/util/zip/ZipEntry.CENNAM,28,,,, +?,21,java/util/zip/ZipEntry.CENOFF,42,,,, +?,21,java/util/zip/ZipEntry.CENSIZ,20,,,, +?,21,java/util/zip/ZipEntry.CENTIM,12,,,, +?,21,java/util/zip/ZipEntry.CENVEM,4,,,, +?,21,java/util/zip/ZipEntry.CENVER,6,,,, +?,0,java/util/zip/ZipEntry.DEFLATED,8,,,, +?,21,java/util/zip/ZipEntry.ENDCOM,20,,,, +?,21,java/util/zip/ZipEntry.ENDHDR,22,,,, +?,21,java/util/zip/ZipEntry.ENDOFF,16,,,, +?,21,java/util/zip/ZipEntry.ENDSIZ,12,,,, +?,21,java/util/zip/ZipEntry.ENDSUB,8,,,, +?,21,java/util/zip/ZipEntry.ENDTOT,10,,,, +?,21,java/util/zip/ZipEntry.EXTCRC,4,,,, +?,21,java/util/zip/ZipEntry.EXTHDR,16,,,, +?,21,java/util/zip/ZipEntry.EXTLEN,12,,,, +?,21,java/util/zip/ZipEntry.EXTSIZ,8,,,, +?,21,java/util/zip/ZipEntry.LOCCRC,14,,,, +?,21,java/util/zip/ZipEntry.LOCEXT,28,,,, +?,21,java/util/zip/ZipEntry.LOCFLG,6,,,, +?,21,java/util/zip/ZipEntry.LOCHDR,30,,,, +?,21,java/util/zip/ZipEntry.LOCHOW,8,,,, +?,21,java/util/zip/ZipEntry.LOCLEN,22,,,, +?,21,java/util/zip/ZipEntry.LOCNAM,26,,,, +?,21,java/util/zip/ZipEntry.LOCSIZ,18,,,, +?,21,java/util/zip/ZipEntry.LOCTIM,10,,,, +?,21,java/util/zip/ZipEntry.LOCVER,4,,,, +?,0,java/util/zip/ZipEntry.STORED,0,,,, +?,21,java/util/zip/ZipFile.CENATT,36,,,, +?,21,java/util/zip/ZipFile.CENATX,38,,,, +?,21,java/util/zip/ZipFile.CENCOM,32,,,, +?,21,java/util/zip/ZipFile.CENCRC,16,,,, +?,21,java/util/zip/ZipFile.CENDSK,34,,,, +?,21,java/util/zip/ZipFile.CENEXT,30,,,, +?,21,java/util/zip/ZipFile.CENFLG,8,,,, +?,21,java/util/zip/ZipFile.CENHDR,46,,,, +?,21,java/util/zip/ZipFile.CENHOW,10,,,, +?,21,java/util/zip/ZipFile.CENLEN,24,,,, +?,21,java/util/zip/ZipFile.CENNAM,28,,,, +?,21,java/util/zip/ZipFile.CENOFF,42,,,, +?,21,java/util/zip/ZipFile.CENSIZ,20,,,, +?,21,java/util/zip/ZipFile.CENTIM,12,,,, +?,21,java/util/zip/ZipFile.CENVEM,4,,,, +?,21,java/util/zip/ZipFile.CENVER,6,,,, +?,21,java/util/zip/ZipFile.ENDCOM,20,,,, +?,21,java/util/zip/ZipFile.ENDHDR,22,,,, +?,21,java/util/zip/ZipFile.ENDOFF,16,,,, +?,21,java/util/zip/ZipFile.ENDSIZ,12,,,, +?,21,java/util/zip/ZipFile.ENDSUB,8,,,, +?,21,java/util/zip/ZipFile.ENDTOT,10,,,, +?,21,java/util/zip/ZipFile.EXTCRC,4,,,, +?,21,java/util/zip/ZipFile.EXTHDR,16,,,, +?,21,java/util/zip/ZipFile.EXTLEN,12,,,, +?,21,java/util/zip/ZipFile.EXTSIZ,8,,,, +?,21,java/util/zip/ZipFile.LOCCRC,14,,,, +?,21,java/util/zip/ZipFile.LOCEXT,28,,,, +?,21,java/util/zip/ZipFile.LOCFLG,6,,,, +?,21,java/util/zip/ZipFile.LOCHDR,30,,,, +?,21,java/util/zip/ZipFile.LOCHOW,8,,,, +?,21,java/util/zip/ZipFile.LOCLEN,22,,,, +?,21,java/util/zip/ZipFile.LOCNAM,26,,,, +?,21,java/util/zip/ZipFile.LOCSIZ,18,,,, +?,21,java/util/zip/ZipFile.LOCTIM,10,,,, +?,21,java/util/zip/ZipFile.LOCVER,4,,,, +?,0,java/util/zip/ZipFile.OPEN_DELETE,4,,,, +?,0,java/util/zip/ZipFile.OPEN_READ,1,,,, +?,21,java/util/zip/ZipInputStream.CENATT,36,,,, +?,21,java/util/zip/ZipInputStream.CENATX,38,,,, +?,21,java/util/zip/ZipInputStream.CENCOM,32,,,, +?,21,java/util/zip/ZipInputStream.CENCRC,16,,,, +?,21,java/util/zip/ZipInputStream.CENDSK,34,,,, +?,21,java/util/zip/ZipInputStream.CENEXT,30,,,, +?,21,java/util/zip/ZipInputStream.CENFLG,8,,,, +?,21,java/util/zip/ZipInputStream.CENHDR,46,,,, +?,21,java/util/zip/ZipInputStream.CENHOW,10,,,, +?,21,java/util/zip/ZipInputStream.CENLEN,24,,,, +?,21,java/util/zip/ZipInputStream.CENNAM,28,,,, +?,21,java/util/zip/ZipInputStream.CENOFF,42,,,, +?,21,java/util/zip/ZipInputStream.CENSIZ,20,,,, +?,21,java/util/zip/ZipInputStream.CENTIM,12,,,, +?,21,java/util/zip/ZipInputStream.CENVEM,4,,,, +?,21,java/util/zip/ZipInputStream.CENVER,6,,,, +?,21,java/util/zip/ZipInputStream.ENDCOM,20,,,, +?,21,java/util/zip/ZipInputStream.ENDHDR,22,,,, +?,21,java/util/zip/ZipInputStream.ENDOFF,16,,,, +?,21,java/util/zip/ZipInputStream.ENDSIZ,12,,,, +?,21,java/util/zip/ZipInputStream.ENDSUB,8,,,, +?,21,java/util/zip/ZipInputStream.ENDTOT,10,,,, +?,21,java/util/zip/ZipInputStream.EXTCRC,4,,,, +?,21,java/util/zip/ZipInputStream.EXTHDR,16,,,, +?,21,java/util/zip/ZipInputStream.EXTLEN,12,,,, +?,21,java/util/zip/ZipInputStream.EXTSIZ,8,,,, +?,21,java/util/zip/ZipInputStream.LOCCRC,14,,,, +?,21,java/util/zip/ZipInputStream.LOCEXT,28,,,, +?,21,java/util/zip/ZipInputStream.LOCFLG,6,,,, +?,21,java/util/zip/ZipInputStream.LOCHDR,30,,,, +?,21,java/util/zip/ZipInputStream.LOCHOW,8,,,, +?,21,java/util/zip/ZipInputStream.LOCLEN,22,,,, +?,21,java/util/zip/ZipInputStream.LOCNAM,26,,,, +?,21,java/util/zip/ZipInputStream.LOCSIZ,18,,,, +?,21,java/util/zip/ZipInputStream.LOCTIM,10,,,, +?,21,java/util/zip/ZipInputStream.LOCVER,4,,,, +?,21,java/util/zip/ZipOutputStream.CENATT,36,,,, +?,21,java/util/zip/ZipOutputStream.CENATX,38,,,, +?,21,java/util/zip/ZipOutputStream.CENCOM,32,,,, +?,21,java/util/zip/ZipOutputStream.CENCRC,16,,,, +?,21,java/util/zip/ZipOutputStream.CENDSK,34,,,, +?,21,java/util/zip/ZipOutputStream.CENEXT,30,,,, +?,21,java/util/zip/ZipOutputStream.CENFLG,8,,,, +?,21,java/util/zip/ZipOutputStream.CENHDR,46,,,, +?,21,java/util/zip/ZipOutputStream.CENHOW,10,,,, +?,21,java/util/zip/ZipOutputStream.CENLEN,24,,,, +?,21,java/util/zip/ZipOutputStream.CENNAM,28,,,, +?,21,java/util/zip/ZipOutputStream.CENOFF,42,,,, +?,21,java/util/zip/ZipOutputStream.CENSIZ,20,,,, +?,21,java/util/zip/ZipOutputStream.CENTIM,12,,,, +?,21,java/util/zip/ZipOutputStream.CENVEM,4,,,, +?,21,java/util/zip/ZipOutputStream.CENVER,6,,,, +?,0,java/util/zip/ZipOutputStream.DEFLATED,8,,,, +?,21,java/util/zip/ZipOutputStream.ENDCOM,20,,,, +?,21,java/util/zip/ZipOutputStream.ENDHDR,22,,,, +?,21,java/util/zip/ZipOutputStream.ENDOFF,16,,,, +?,21,java/util/zip/ZipOutputStream.ENDSIZ,12,,,, +?,21,java/util/zip/ZipOutputStream.ENDSUB,8,,,, +?,21,java/util/zip/ZipOutputStream.ENDTOT,10,,,, +?,21,java/util/zip/ZipOutputStream.EXTCRC,4,,,, +?,21,java/util/zip/ZipOutputStream.EXTHDR,16,,,, +?,21,java/util/zip/ZipOutputStream.EXTLEN,12,,,, +?,21,java/util/zip/ZipOutputStream.EXTSIZ,8,,,, +?,21,java/util/zip/ZipOutputStream.LOCCRC,14,,,, +?,21,java/util/zip/ZipOutputStream.LOCEXT,28,,,, +?,21,java/util/zip/ZipOutputStream.LOCFLG,6,,,, +?,21,java/util/zip/ZipOutputStream.LOCHDR,30,,,, +?,21,java/util/zip/ZipOutputStream.LOCHOW,8,,,, +?,21,java/util/zip/ZipOutputStream.LOCLEN,22,,,, +?,21,java/util/zip/ZipOutputStream.LOCNAM,26,,,, +?,21,java/util/zip/ZipOutputStream.LOCSIZ,18,,,, +?,21,java/util/zip/ZipOutputStream.LOCTIM,10,,,, +?,21,java/util/zip/ZipOutputStream.LOCVER,4,,,, +?,0,java/util/zip/ZipOutputStream.STORED,0,,,, +E,10,javax/crypto/Cipher.DECRYPT_MODE,2,Javax.Crypto.CipherMode,DecryptMode,remove, +E,10,javax/crypto/Cipher.ENCRYPT_MODE,1,Javax.Crypto.CipherMode,EncryptMode,remove, +E,10,javax/crypto/Cipher.PRIVATE_KEY,2,Javax.Crypto.KeyType,PrivateKey,remove, +E,10,javax/crypto/Cipher.PUBLIC_KEY,1,Javax.Crypto.KeyType,PublicKey,remove, +E,10,javax/crypto/Cipher.SECRET_KEY,3,Javax.Crypto.KeyType,SecretKey,remove, +E,10,javax/crypto/Cipher.UNWRAP_MODE,4,Javax.Crypto.CipherMode,UnwrapMode,remove, +E,10,javax/crypto/Cipher.WRAP_MODE,3,Javax.Crypto.CipherMode,WrapMode,remove, +?,0,javax/crypto/spec/DESedeKeySpec.DES_EDE_KEY_LEN,24,,,, +?,0,javax/crypto/spec/DESKeySpec.DES_KEY_LEN,8,,,, +?,0,javax/net/ssl/StandardConstants.SNI_HOST_NAME,0,,,, +?,0,javax/xml/datatype/DatatypeConstants.APRIL,4,,,, +?,0,javax/xml/datatype/DatatypeConstants.AUGUST,8,,,, +?,0,javax/xml/datatype/DatatypeConstants.DECEMBER,12,,,, +?,0,javax/xml/datatype/DatatypeConstants.EQUAL,0,,,, +?,0,javax/xml/datatype/DatatypeConstants.FEBRUARY,2,,,, +?,0,javax/xml/datatype/DatatypeConstants.FIELD_UNDEFINED,-2147483648,,,, +?,0,javax/xml/datatype/DatatypeConstants.GREATER,1,,,, +?,0,javax/xml/datatype/DatatypeConstants.INDETERMINATE,2,,,, +?,0,javax/xml/datatype/DatatypeConstants.JANUARY,1,,,, +?,0,javax/xml/datatype/DatatypeConstants.JULY,7,,,, +?,0,javax/xml/datatype/DatatypeConstants.JUNE,6,,,, +?,0,javax/xml/datatype/DatatypeConstants.LESSER,-1,,,, +?,0,javax/xml/datatype/DatatypeConstants.MARCH,3,,,, +?,0,javax/xml/datatype/DatatypeConstants.MAX_TIMEZONE_OFFSET,-840,,,, +?,0,javax/xml/datatype/DatatypeConstants.MAY,5,,,, +?,0,javax/xml/datatype/DatatypeConstants.MIN_TIMEZONE_OFFSET,840,,,, +?,0,javax/xml/datatype/DatatypeConstants.NOVEMBER,11,,,, +?,0,javax/xml/datatype/DatatypeConstants.OCTOBER,10,,,, +?,0,javax/xml/datatype/DatatypeConstants.SEPTEMBER,9,,,, +?,0,org/apache/http/auth/AuthScope.ANY_PORT,-1,,,, +?,0,org/apache/http/conn/params/ConnManagerParams.DEFAULT_MAX_TOTAL_CONNECTIONS,20,,,, +?,0,org/apache/http/conn/params/ConnPerRouteBean.DEFAULT_MAX_CONNECTIONS_PER_ROUTE,2,,,, +?,0,org/apache/http/protocol/HTTP.CR,13,,,, +?,0,org/apache/http/protocol/HTTP.HT,9,,,, +?,0,org/apache/http/protocol/HTTP.LF,10,,,, +?,0,org/apache/http/protocol/HTTP.SP,32,,,, +?,0,org/apache/http/util/LangUtils.HASH_OFFSET,37,,,, +?,0,org/apache/http/util/LangUtils.HASH_SEED,17,,,, +A,0,,0,Android.App.BreadCrumbClickFlags,None,remove,flags +A,0,,0,Android.Hardware.Fingerprints.FingerprintAuthenticationFlags,None,, diff --git a/tests/api-compatibility/acceptable-breakages-vReference.txt b/tests/api-compatibility/acceptable-breakages-vReference.txt index e69de29bb2d..43de3ea9030 100644 --- a/tests/api-compatibility/acceptable-breakages-vReference.txt +++ b/tests/api-compatibility/acceptable-breakages-vReference.txt @@ -0,0 +1,490 @@ +Compat issues with assembly Mono.Android: +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.DownloadNetwork Android.App.DownloadNetwork.Mobile' changed from '[IntDefinitionAttribute("Android.App.DownloadManager.Request.NetworkMobile", JniField="android/app/DownloadManager.Request.NETWORK_MOBILE")]' in the contract to '[IntDefinitionAttribute("Android.App.DownloadManager.Request.NetworkMobile", JniField="android/app/DownloadManager$Request.NETWORK_MOBILE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.DownloadNetwork Android.App.DownloadNetwork.Wifi' changed from '[IntDefinitionAttribute("Android.App.DownloadManager.Request.NetworkWifi", JniField="android/app/DownloadManager.Request.NETWORK_WIFI")]' in the contract to '[IntDefinitionAttribute("Android.App.DownloadManager.Request.NetworkWifi", JniField="android/app/DownloadManager$Request.NETWORK_WIFI")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.DownloadVisibility Android.App.DownloadVisibility.Hidden' changed from '[IntDefinitionAttribute("Android.App.DownloadManager.Request.VisibilityHidden", JniField="android/app/DownloadManager.Request.VISIBILITY_HIDDEN")]' in the contract to '[IntDefinitionAttribute("Android.App.DownloadManager.Request.VisibilityHidden", JniField="android/app/DownloadManager$Request.VISIBILITY_HIDDEN")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.DownloadVisibility Android.App.DownloadVisibility.Visible' changed from '[IntDefinitionAttribute("Android.App.DownloadManager.Request.VisibilityVisible", JniField="android/app/DownloadManager.Request.VISIBILITY_VISIBLE")]' in the contract to '[IntDefinitionAttribute("Android.App.DownloadManager.Request.VisibilityVisible", JniField="android/app/DownloadManager$Request.VISIBILITY_VISIBLE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.DownloadVisibility Android.App.DownloadVisibility.VisibleNotifyCompleted' changed from '[IntDefinitionAttribute("Android.App.DownloadManager.Request.VisibilityVisibleNotifyCompleted", JniField="android/app/DownloadManager.Request.VISIBILITY_VISIBLE_NOTIFY_COMPLETED")]' in the contract to '[IntDefinitionAttribute("Android.App.DownloadManager.Request.VisibilityVisibleNotifyCompleted", JniField="android/app/DownloadManager$Request.VISIBILITY_VISIBLE_NOTIFY_COMPLETED")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.DownloadVisibility Android.App.DownloadVisibility.VisibleNotifyOnlyCompletion' changed from '[IntDefinitionAttribute("Android.App.DownloadManager.Request.VisibilityVisibleNotifyOnlyCompletion", JniField="android/app/DownloadManager.Request.VISIBILITY_VISIBLE_NOTIFY_ONLY_COMPLETION")]' in the contract to '[IntDefinitionAttribute("Android.App.DownloadManager.Request.VisibilityVisibleNotifyOnlyCompletion", JniField="android/app/DownloadManager$Request.VISIBILITY_VISIBLE_NOTIFY_ONLY_COMPLETION")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.NotificationPriorityCategory Android.App.NotificationPriorityCategory.Alarms' changed from '[IntDefinitionAttribute(null, JniField="android/app/NotificationManager.Policy.PRIORITY_CATEGORY_ALARMS")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/app/NotificationManager$Policy.PRIORITY_CATEGORY_ALARMS")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.NotificationPriorityCategory Android.App.NotificationPriorityCategory.Calls' changed from '[IntDefinitionAttribute(null, JniField="android/app/NotificationManager.Policy.PRIORITY_CATEGORY_CALLS")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/app/NotificationManager$Policy.PRIORITY_CATEGORY_CALLS")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.NotificationPriorityCategory Android.App.NotificationPriorityCategory.Events' changed from '[IntDefinitionAttribute(null, JniField="android/app/NotificationManager.Policy.PRIORITY_CATEGORY_EVENTS")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/app/NotificationManager$Policy.PRIORITY_CATEGORY_EVENTS")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.NotificationPriorityCategory Android.App.NotificationPriorityCategory.Media' changed from '[IntDefinitionAttribute(null, JniField="android/app/NotificationManager.Policy.PRIORITY_CATEGORY_MEDIA")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/app/NotificationManager$Policy.PRIORITY_CATEGORY_MEDIA")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.NotificationPriorityCategory Android.App.NotificationPriorityCategory.Messages' changed from '[IntDefinitionAttribute(null, JniField="android/app/NotificationManager.Policy.PRIORITY_CATEGORY_MESSAGES")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/app/NotificationManager$Policy.PRIORITY_CATEGORY_MESSAGES")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.NotificationPriorityCategory Android.App.NotificationPriorityCategory.Reminders' changed from '[IntDefinitionAttribute(null, JniField="android/app/NotificationManager.Policy.PRIORITY_CATEGORY_REMINDERS")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/app/NotificationManager$Policy.PRIORITY_CATEGORY_REMINDERS")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.NotificationPriorityCategory Android.App.NotificationPriorityCategory.RepeatCallers' changed from '[IntDefinitionAttribute(null, JniField="android/app/NotificationManager.Policy.PRIORITY_CATEGORY_REPEAT_CALLERS")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/app/NotificationManager$Policy.PRIORITY_CATEGORY_REPEAT_CALLERS")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.NotificationPriorityCategory Android.App.NotificationPriorityCategory.System' changed from '[IntDefinitionAttribute(null, JniField="android/app/NotificationManager.Policy.PRIORITY_CATEGORY_SYSTEM")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/app/NotificationManager$Policy.PRIORITY_CATEGORY_SYSTEM")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.NotificationPrioritySenders Android.App.NotificationPrioritySenders.Any' changed from '[IntDefinitionAttribute(null, JniField="android/app/NotificationManager.Policy.PRIORITY_SENDERS_ANY")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/app/NotificationManager$Policy.PRIORITY_SENDERS_ANY")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.NotificationPrioritySenders Android.App.NotificationPrioritySenders.Contacts' changed from '[IntDefinitionAttribute(null, JniField="android/app/NotificationManager.Policy.PRIORITY_SENDERS_CONTACTS")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/app/NotificationManager$Policy.PRIORITY_SENDERS_CONTACTS")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.NotificationPrioritySenders Android.App.NotificationPrioritySenders.Starred' changed from '[IntDefinitionAttribute(null, JniField="android/app/NotificationManager.Policy.PRIORITY_SENDERS_STARRED")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/app/NotificationManager$Policy.PRIORITY_SENDERS_STARRED")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.SemanticAction Android.App.SemanticAction.Archive' changed from '[IntDefinitionAttribute("Android.App.Notification.Action.SemanticActionArchive", JniField="android/app/Notification.Action.SEMANTIC_ACTION_ARCHIVE")]' in the contract to '[IntDefinitionAttribute("Android.App.Notification.Action.SemanticActionArchive", JniField="android/app/Notification$Action.SEMANTIC_ACTION_ARCHIVE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.SemanticAction Android.App.SemanticAction.Call' changed from '[IntDefinitionAttribute("Android.App.Notification.Action.SemanticActionCall", JniField="android/app/Notification.Action.SEMANTIC_ACTION_CALL")]' in the contract to '[IntDefinitionAttribute("Android.App.Notification.Action.SemanticActionCall", JniField="android/app/Notification$Action.SEMANTIC_ACTION_CALL")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.SemanticAction Android.App.SemanticAction.Delete' changed from '[IntDefinitionAttribute("Android.App.Notification.Action.SemanticActionDelete", JniField="android/app/Notification.Action.SEMANTIC_ACTION_DELETE")]' in the contract to '[IntDefinitionAttribute("Android.App.Notification.Action.SemanticActionDelete", JniField="android/app/Notification$Action.SEMANTIC_ACTION_DELETE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.SemanticAction Android.App.SemanticAction.MarkAsRead' changed from '[IntDefinitionAttribute("Android.App.Notification.Action.SemanticActionMarkAsRead", JniField="android/app/Notification.Action.SEMANTIC_ACTION_MARK_AS_READ")]' in the contract to '[IntDefinitionAttribute("Android.App.Notification.Action.SemanticActionMarkAsRead", JniField="android/app/Notification$Action.SEMANTIC_ACTION_MARK_AS_READ")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.SemanticAction Android.App.SemanticAction.MarkAsUnread' changed from '[IntDefinitionAttribute("Android.App.Notification.Action.SemanticActionMarkAsUnread", JniField="android/app/Notification.Action.SEMANTIC_ACTION_MARK_AS_UNREAD")]' in the contract to '[IntDefinitionAttribute("Android.App.Notification.Action.SemanticActionMarkAsUnread", JniField="android/app/Notification$Action.SEMANTIC_ACTION_MARK_AS_UNREAD")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.SemanticAction Android.App.SemanticAction.Mute' changed from '[IntDefinitionAttribute("Android.App.Notification.Action.SemanticActionMute", JniField="android/app/Notification.Action.SEMANTIC_ACTION_MUTE")]' in the contract to '[IntDefinitionAttribute("Android.App.Notification.Action.SemanticActionMute", JniField="android/app/Notification$Action.SEMANTIC_ACTION_MUTE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.SemanticAction Android.App.SemanticAction.None' changed from '[IntDefinitionAttribute("Android.App.Notification.Action.SemanticActionNone", JniField="android/app/Notification.Action.SEMANTIC_ACTION_NONE")]' in the contract to '[IntDefinitionAttribute("Android.App.Notification.Action.SemanticActionNone", JniField="android/app/Notification$Action.SEMANTIC_ACTION_NONE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.SemanticAction Android.App.SemanticAction.Reply' changed from '[IntDefinitionAttribute("Android.App.Notification.Action.SemanticActionReply", JniField="android/app/Notification.Action.SEMANTIC_ACTION_REPLY")]' in the contract to '[IntDefinitionAttribute("Android.App.Notification.Action.SemanticActionReply", JniField="android/app/Notification$Action.SEMANTIC_ACTION_REPLY")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.SemanticAction Android.App.SemanticAction.ThumbsDown' changed from '[IntDefinitionAttribute("Android.App.Notification.Action.SemanticActionThumbsDown", JniField="android/app/Notification.Action.SEMANTIC_ACTION_THUMBS_DOWN")]' in the contract to '[IntDefinitionAttribute("Android.App.Notification.Action.SemanticActionThumbsDown", JniField="android/app/Notification$Action.SEMANTIC_ACTION_THUMBS_DOWN")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.SemanticAction Android.App.SemanticAction.ThumbsUp' changed from '[IntDefinitionAttribute("Android.App.Notification.Action.SemanticActionThumbsUp", JniField="android/app/Notification.Action.SEMANTIC_ACTION_THUMBS_UP")]' in the contract to '[IntDefinitionAttribute("Android.App.Notification.Action.SemanticActionThumbsUp", JniField="android/app/Notification$Action.SEMANTIC_ACTION_THUMBS_UP")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.SemanticAction Android.App.SemanticAction.Unmute' changed from '[IntDefinitionAttribute("Android.App.Notification.Action.SemanticActionUnmute", JniField="android/app/Notification.Action.SEMANTIC_ACTION_UNMUTE")]' in the contract to '[IntDefinitionAttribute("Android.App.Notification.Action.SemanticActionUnmute", JniField="android/app/Notification$Action.SEMANTIC_ACTION_UNMUTE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.SuppressedEffects Android.App.SuppressedEffects.Ambient' changed from '[IntDefinitionAttribute("Android.App.NotificationManager.Policy.SuppressedEffectAmbient", JniField="android/app/NotificationManager.Policy.SUPPRESSED_EFFECT_AMBIENT")]' in the contract to '[IntDefinitionAttribute("Android.App.NotificationManager.Policy.SuppressedEffectAmbient", JniField="android/app/NotificationManager$Policy.SUPPRESSED_EFFECT_AMBIENT")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.SuppressedEffects Android.App.SuppressedEffects.Badge' changed from '[IntDefinitionAttribute("Android.App.NotificationManager.Policy.SuppressedEffectBadge", JniField="android/app/NotificationManager.Policy.SUPPRESSED_EFFECT_BADGE")]' in the contract to '[IntDefinitionAttribute("Android.App.NotificationManager.Policy.SuppressedEffectBadge", JniField="android/app/NotificationManager$Policy.SUPPRESSED_EFFECT_BADGE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.SuppressedEffects Android.App.SuppressedEffects.FullScreenIntent' changed from '[IntDefinitionAttribute("Android.App.NotificationManager.Policy.SuppressedEffectFullScreenIntent", JniField="android/app/NotificationManager.Policy.SUPPRESSED_EFFECT_FULL_SCREEN_INTENT")]' in the contract to '[IntDefinitionAttribute("Android.App.NotificationManager.Policy.SuppressedEffectFullScreenIntent", JniField="android/app/NotificationManager$Policy.SUPPRESSED_EFFECT_FULL_SCREEN_INTENT")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.SuppressedEffects Android.App.SuppressedEffects.Lights' changed from '[IntDefinitionAttribute("Android.App.NotificationManager.Policy.SuppressedEffectLights", JniField="android/app/NotificationManager.Policy.SUPPRESSED_EFFECT_LIGHTS")]' in the contract to '[IntDefinitionAttribute("Android.App.NotificationManager.Policy.SuppressedEffectLights", JniField="android/app/NotificationManager$Policy.SUPPRESSED_EFFECT_LIGHTS")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.SuppressedEffects Android.App.SuppressedEffects.NotificationList' changed from '[IntDefinitionAttribute("Android.App.NotificationManager.Policy.SuppressedEffectNotificationList", JniField="android/app/NotificationManager.Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST")]' in the contract to '[IntDefinitionAttribute("Android.App.NotificationManager.Policy.SuppressedEffectNotificationList", JniField="android/app/NotificationManager$Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.SuppressedEffects Android.App.SuppressedEffects.Peek' changed from '[IntDefinitionAttribute("Android.App.NotificationManager.Policy.SuppressedEffectPeek", JniField="android/app/NotificationManager.Policy.SUPPRESSED_EFFECT_PEEK")]' in the contract to '[IntDefinitionAttribute("Android.App.NotificationManager.Policy.SuppressedEffectPeek", JniField="android/app/NotificationManager$Policy.SUPPRESSED_EFFECT_PEEK")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.SuppressedEffects Android.App.SuppressedEffects.ScreenOff' changed from '[IntDefinitionAttribute("Android.App.NotificationManager.Policy.SuppressedEffectScreenOff", JniField="android/app/NotificationManager.Policy.SUPPRESSED_EFFECT_SCREEN_OFF")]' in the contract to '[IntDefinitionAttribute("Android.App.NotificationManager.Policy.SuppressedEffectScreenOff", JniField="android/app/NotificationManager$Policy.SUPPRESSED_EFFECT_SCREEN_OFF")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.SuppressedEffects Android.App.SuppressedEffects.ScreenOn' changed from '[IntDefinitionAttribute("Android.App.NotificationManager.Policy.SuppressedEffectScreenOn", JniField="android/app/NotificationManager.Policy.SUPPRESSED_EFFECT_SCREEN_ON")]' in the contract to '[IntDefinitionAttribute("Android.App.NotificationManager.Policy.SuppressedEffectScreenOn", JniField="android/app/NotificationManager$Policy.SUPPRESSED_EFFECT_SCREEN_ON")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.SuppressedEffects Android.App.SuppressedEffects.StatusBar' changed from '[IntDefinitionAttribute("Android.App.NotificationManager.Policy.SuppressedEffectStatusBar", JniField="android/app/NotificationManager.Policy.SUPPRESSED_EFFECT_STATUS_BAR")]' in the contract to '[IntDefinitionAttribute("Android.App.NotificationManager.Policy.SuppressedEffectStatusBar", JniField="android/app/NotificationManager$Policy.SUPPRESSED_EFFECT_STATUS_BAR")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.WearableSizePreset Android.App.WearableSizePreset.Default' changed from '[IntDefinitionAttribute(null, JniField="android/app/Notification.WearableExtender.SIZE_DEFAULT")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/app/Notification$WearableExtender.SIZE_DEFAULT")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.WearableSizePreset Android.App.WearableSizePreset.FullScreen' changed from '[IntDefinitionAttribute(null, JniField="android/app/Notification.WearableExtender.SIZE_FULL_SCREEN")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/app/Notification$WearableExtender.SIZE_FULL_SCREEN")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.WearableSizePreset Android.App.WearableSizePreset.Large' changed from '[IntDefinitionAttribute(null, JniField="android/app/Notification.WearableExtender.SIZE_LARGE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/app/Notification$WearableExtender.SIZE_LARGE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.WearableSizePreset Android.App.WearableSizePreset.Medium' changed from '[IntDefinitionAttribute(null, JniField="android/app/Notification.WearableExtender.SIZE_MEDIUM")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/app/Notification$WearableExtender.SIZE_MEDIUM")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.WearableSizePreset Android.App.WearableSizePreset.Small' changed from '[IntDefinitionAttribute(null, JniField="android/app/Notification.WearableExtender.SIZE_SMALL")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/app/Notification$WearableExtender.SIZE_SMALL")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.WearableSizePreset Android.App.WearableSizePreset.Xsmall' changed from '[IntDefinitionAttribute(null, JniField="android/app/Notification.WearableExtender.SIZE_XSMALL")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/app/Notification$WearableExtender.SIZE_XSMALL")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.Admin.SystemUpdatePolicyErrorCode Android.App.Admin.SystemUpdatePolicyErrorCode.CombinedFreezePeriodTooClose' changed from '[IntDefinitionAttribute("Android.App.Admin.SystemUpdatePolicy.ValidationFailedException.ErrorCombinedFreezePeriodTooClose", JniField="android/app/admin/SystemUpdatePolicy.ValidationFailedException.ERROR_COMBINED_FREEZE_PERIOD_TOO_CLOSE")]' in the contract to '[IntDefinitionAttribute("Android.App.Admin.SystemUpdatePolicy.ValidationFailedException.ErrorCombinedFreezePeriodTooClose", JniField="android/app/admin/SystemUpdatePolicy$ValidationFailedException.ERROR_COMBINED_FREEZE_PERIOD_TOO_CLOSE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.Admin.SystemUpdatePolicyErrorCode Android.App.Admin.SystemUpdatePolicyErrorCode.CombinedFreezePeriodTooLong' changed from '[IntDefinitionAttribute("Android.App.Admin.SystemUpdatePolicy.ValidationFailedException.ErrorCombinedFreezePeriodTooLong", JniField="android/app/admin/SystemUpdatePolicy.ValidationFailedException.ERROR_COMBINED_FREEZE_PERIOD_TOO_LONG")]' in the contract to '[IntDefinitionAttribute("Android.App.Admin.SystemUpdatePolicy.ValidationFailedException.ErrorCombinedFreezePeriodTooLong", JniField="android/app/admin/SystemUpdatePolicy$ValidationFailedException.ERROR_COMBINED_FREEZE_PERIOD_TOO_LONG")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.Admin.SystemUpdatePolicyErrorCode Android.App.Admin.SystemUpdatePolicyErrorCode.DuplicateOrOverlap' changed from '[IntDefinitionAttribute("Android.App.Admin.SystemUpdatePolicy.ValidationFailedException.ErrorDuplicateOrOverlap", JniField="android/app/admin/SystemUpdatePolicy.ValidationFailedException.ERROR_DUPLICATE_OR_OVERLAP")]' in the contract to '[IntDefinitionAttribute("Android.App.Admin.SystemUpdatePolicy.ValidationFailedException.ErrorDuplicateOrOverlap", JniField="android/app/admin/SystemUpdatePolicy$ValidationFailedException.ERROR_DUPLICATE_OR_OVERLAP")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.Admin.SystemUpdatePolicyErrorCode Android.App.Admin.SystemUpdatePolicyErrorCode.NewFreezePeriodTooClose' changed from '[IntDefinitionAttribute("Android.App.Admin.SystemUpdatePolicy.ValidationFailedException.ErrorNewFreezePeriodTooClose", JniField="android/app/admin/SystemUpdatePolicy.ValidationFailedException.ERROR_NEW_FREEZE_PERIOD_TOO_CLOSE")]' in the contract to '[IntDefinitionAttribute("Android.App.Admin.SystemUpdatePolicy.ValidationFailedException.ErrorNewFreezePeriodTooClose", JniField="android/app/admin/SystemUpdatePolicy$ValidationFailedException.ERROR_NEW_FREEZE_PERIOD_TOO_CLOSE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.Admin.SystemUpdatePolicyErrorCode Android.App.Admin.SystemUpdatePolicyErrorCode.NewFreezePeriodTooLong' changed from '[IntDefinitionAttribute("Android.App.Admin.SystemUpdatePolicy.ValidationFailedException.ErrorNewFreezePeriodTooLong", JniField="android/app/admin/SystemUpdatePolicy.ValidationFailedException.ERROR_NEW_FREEZE_PERIOD_TOO_LONG")]' in the contract to '[IntDefinitionAttribute("Android.App.Admin.SystemUpdatePolicy.ValidationFailedException.ErrorNewFreezePeriodTooLong", JniField="android/app/admin/SystemUpdatePolicy$ValidationFailedException.ERROR_NEW_FREEZE_PERIOD_TOO_LONG")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.Admin.SystemUpdatePolicyErrorCode Android.App.Admin.SystemUpdatePolicyErrorCode.Unknown' changed from '[IntDefinitionAttribute("Android.App.Admin.SystemUpdatePolicy.ValidationFailedException.ErrorUnknown", JniField="android/app/admin/SystemUpdatePolicy.ValidationFailedException.ERROR_UNKNOWN")]' in the contract to '[IntDefinitionAttribute("Android.App.Admin.SystemUpdatePolicy.ValidationFailedException.ErrorUnknown", JniField="android/app/admin/SystemUpdatePolicy$ValidationFailedException.ERROR_UNKNOWN")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.Admin.UpdateErrorCode Android.App.Admin.UpdateErrorCode.BatteryLow' changed from '[IntDefinitionAttribute("Android.App.Admin.DevicePolicyManager.InstallSystemUpdateCallback.UpdateErrorBatteryLow", JniField="android/app/admin/DevicePolicyManager.InstallSystemUpdateCallback.UPDATE_ERROR_BATTERY_LOW")]' in the contract to '[IntDefinitionAttribute("Android.App.Admin.DevicePolicyManager.InstallSystemUpdateCallback.UpdateErrorBatteryLow", JniField="android/app/admin/DevicePolicyManager$InstallSystemUpdateCallback.UPDATE_ERROR_BATTERY_LOW")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.Admin.UpdateErrorCode Android.App.Admin.UpdateErrorCode.FileNotFound' changed from '[IntDefinitionAttribute("Android.App.Admin.DevicePolicyManager.InstallSystemUpdateCallback.UpdateErrorFileNotFound", JniField="android/app/admin/DevicePolicyManager.InstallSystemUpdateCallback.UPDATE_ERROR_FILE_NOT_FOUND")]' in the contract to '[IntDefinitionAttribute("Android.App.Admin.DevicePolicyManager.InstallSystemUpdateCallback.UpdateErrorFileNotFound", JniField="android/app/admin/DevicePolicyManager$InstallSystemUpdateCallback.UPDATE_ERROR_FILE_NOT_FOUND")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.Admin.UpdateErrorCode Android.App.Admin.UpdateErrorCode.IncorrectOsVersion' changed from '[IntDefinitionAttribute("Android.App.Admin.DevicePolicyManager.InstallSystemUpdateCallback.UpdateErrorIncorrectOsVersion", JniField="android/app/admin/DevicePolicyManager.InstallSystemUpdateCallback.UPDATE_ERROR_INCORRECT_OS_VERSION")]' in the contract to '[IntDefinitionAttribute("Android.App.Admin.DevicePolicyManager.InstallSystemUpdateCallback.UpdateErrorIncorrectOsVersion", JniField="android/app/admin/DevicePolicyManager$InstallSystemUpdateCallback.UPDATE_ERROR_INCORRECT_OS_VERSION")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.Admin.UpdateErrorCode Android.App.Admin.UpdateErrorCode.Unknown' changed from '[IntDefinitionAttribute("Android.App.Admin.DevicePolicyManager.InstallSystemUpdateCallback.UpdateErrorUnknown", JniField="android/app/admin/DevicePolicyManager.InstallSystemUpdateCallback.UPDATE_ERROR_UNKNOWN")]' in the contract to '[IntDefinitionAttribute("Android.App.Admin.DevicePolicyManager.InstallSystemUpdateCallback.UpdateErrorUnknown", JniField="android/app/admin/DevicePolicyManager$InstallSystemUpdateCallback.UPDATE_ERROR_UNKNOWN")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.Admin.UpdateErrorCode Android.App.Admin.UpdateErrorCode.UpdateFileInvalid' changed from '[IntDefinitionAttribute("Android.App.Admin.DevicePolicyManager.InstallSystemUpdateCallback.UpdateErrorUpdateFileInvalid", JniField="android/app/admin/DevicePolicyManager.InstallSystemUpdateCallback.UPDATE_ERROR_UPDATE_FILE_INVALID")]' in the contract to '[IntDefinitionAttribute("Android.App.Admin.DevicePolicyManager.InstallSystemUpdateCallback.UpdateErrorUpdateFileInvalid", JniField="android/app/admin/DevicePolicyManager$InstallSystemUpdateCallback.UPDATE_ERROR_UPDATE_FILE_INVALID")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.Assist.AssistTextStyle Android.App.Assist.AssistTextStyle.Bold' changed from '[IntDefinitionAttribute(null, JniField="android/app/assist/AssistStructure.ViewNode.TEXT_STYLE_BOLD")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/app/assist/AssistStructure$ViewNode.TEXT_STYLE_BOLD")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.Assist.AssistTextStyle Android.App.Assist.AssistTextStyle.Italic' changed from '[IntDefinitionAttribute(null, JniField="android/app/assist/AssistStructure.ViewNode.TEXT_STYLE_ITALIC")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/app/assist/AssistStructure$ViewNode.TEXT_STYLE_ITALIC")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.Assist.AssistTextStyle Android.App.Assist.AssistTextStyle.StrikeThru' changed from '[IntDefinitionAttribute(null, JniField="android/app/assist/AssistStructure.ViewNode.TEXT_STYLE_STRIKE_THRU")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/app/assist/AssistStructure$ViewNode.TEXT_STYLE_STRIKE_THRU")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.Assist.AssistTextStyle Android.App.Assist.AssistTextStyle.Underline' changed from '[IntDefinitionAttribute(null, JniField="android/app/assist/AssistStructure.ViewNode.TEXT_STYLE_UNDERLINE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/app/assist/AssistStructure$ViewNode.TEXT_STYLE_UNDERLINE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.Job.TriggerContentUriFlags Android.App.Job.TriggerContentUriFlags.NotifyForDescendants' changed from '[IntDefinitionAttribute("Android.App.Job.JobInfo.TriggerContentUri.FlagNotifyForDescendants", JniField="android/app/job/JobInfo.TriggerContentUri.FLAG_NOTIFY_FOR_DESCENDANTS")]' in the contract to '[IntDefinitionAttribute("Android.App.Job.JobInfo.TriggerContentUri.FlagNotifyForDescendants", JniField="android/app/job/JobInfo$TriggerContentUri.FLAG_NOTIFY_FOR_DESCENDANTS")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.Usage.MeteredStates Android.App.Usage.MeteredStates.All' changed from '[IntDefinitionAttribute(null, JniField="android/app/usage/NetworkStats.Bucket.METERED_ALL")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/app/usage/NetworkStats$Bucket.METERED_ALL")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.Usage.MeteredStates Android.App.Usage.MeteredStates.No' changed from '[IntDefinitionAttribute(null, JniField="android/app/usage/NetworkStats.Bucket.METERED_NO")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/app/usage/NetworkStats$Bucket.METERED_NO")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.Usage.MeteredStates Android.App.Usage.MeteredStates.Yes' changed from '[IntDefinitionAttribute(null, JniField="android/app/usage/NetworkStats.Bucket.METERED_YES")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/app/usage/NetworkStats$Bucket.METERED_YES")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.Usage.NetworkStatsDefault Android.App.Usage.NetworkStatsDefault.All' changed from '[IntDefinitionAttribute("Android.App.Usage.NetworkStats.Bucket.DefaultNetworkAll", JniField="android/app/usage/NetworkStats.Bucket.DEFAULT_NETWORK_ALL")]' in the contract to '[IntDefinitionAttribute("Android.App.Usage.NetworkStats.Bucket.DefaultNetworkAll", JniField="android/app/usage/NetworkStats$Bucket.DEFAULT_NETWORK_ALL")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.Usage.NetworkStatsDefault Android.App.Usage.NetworkStatsDefault.No' changed from '[IntDefinitionAttribute("Android.App.Usage.NetworkStats.Bucket.DefaultNetworkNo", JniField="android/app/usage/NetworkStats.Bucket.DEFAULT_NETWORK_NO")]' in the contract to '[IntDefinitionAttribute("Android.App.Usage.NetworkStats.Bucket.DefaultNetworkNo", JniField="android/app/usage/NetworkStats$Bucket.DEFAULT_NETWORK_NO")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.Usage.NetworkStatsDefault Android.App.Usage.NetworkStatsDefault.Yes' changed from '[IntDefinitionAttribute("Android.App.Usage.NetworkStats.Bucket.DefaultNetworkYes", JniField="android/app/usage/NetworkStats.Bucket.DEFAULT_NETWORK_YES")]' in the contract to '[IntDefinitionAttribute("Android.App.Usage.NetworkStats.Bucket.DefaultNetworkYes", JniField="android/app/usage/NetworkStats$Bucket.DEFAULT_NETWORK_YES")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.Usage.NetworkUsageRoaming Android.App.Usage.NetworkUsageRoaming.All' changed from '[IntDefinitionAttribute("Android.App.Usage.NetworkStats.Bucket.RoamingAll", JniField="android/app/usage/NetworkStats.Bucket.ROAMING_ALL")]' in the contract to '[IntDefinitionAttribute("Android.App.Usage.NetworkStats.Bucket.RoamingAll", JniField="android/app/usage/NetworkStats$Bucket.ROAMING_ALL")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.Usage.NetworkUsageRoaming Android.App.Usage.NetworkUsageRoaming.No' changed from '[IntDefinitionAttribute("Android.App.Usage.NetworkStats.Bucket.RoamingNo", JniField="android/app/usage/NetworkStats.Bucket.ROAMING_NO")]' in the contract to '[IntDefinitionAttribute("Android.App.Usage.NetworkStats.Bucket.RoamingNo", JniField="android/app/usage/NetworkStats$Bucket.ROAMING_NO")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.Usage.NetworkUsageRoaming Android.App.Usage.NetworkUsageRoaming.Yes' changed from '[IntDefinitionAttribute("Android.App.Usage.NetworkStats.Bucket.RoamingYes", JniField="android/app/usage/NetworkStats.Bucket.ROAMING_YES")]' in the contract to '[IntDefinitionAttribute("Android.App.Usage.NetworkStats.Bucket.RoamingYes", JniField="android/app/usage/NetworkStats$Bucket.ROAMING_YES")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.Usage.NetworkUsageState Android.App.Usage.NetworkUsageState.All' changed from '[IntDefinitionAttribute(null, JniField="android/app/usage/NetworkStats.Bucket.STATE_ALL")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/app/usage/NetworkStats$Bucket.STATE_ALL")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.Usage.NetworkUsageState Android.App.Usage.NetworkUsageState.Default' changed from '[IntDefinitionAttribute(null, JniField="android/app/usage/NetworkStats.Bucket.STATE_DEFAULT")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/app/usage/NetworkStats$Bucket.STATE_DEFAULT")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.Usage.NetworkUsageState Android.App.Usage.NetworkUsageState.Foreground' changed from '[IntDefinitionAttribute(null, JniField="android/app/usage/NetworkStats.Bucket.STATE_FOREGROUND")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/app/usage/NetworkStats$Bucket.STATE_FOREGROUND")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.Usage.UsageEventType Android.App.Usage.UsageEventType.ActivityPaused' changed from '[IntDefinitionAttribute(null, JniField="android/app/usage/UsageEvents.Event.ACTIVITY_PAUSED")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/app/usage/UsageEvents$Event.ACTIVITY_PAUSED")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.Usage.UsageEventType Android.App.Usage.UsageEventType.ActivityResumed' changed from '[IntDefinitionAttribute(null, JniField="android/app/usage/UsageEvents.Event.ACTIVITY_RESUMED")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/app/usage/UsageEvents$Event.ACTIVITY_RESUMED")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.Usage.UsageEventType Android.App.Usage.UsageEventType.ActivityStopped' changed from '[IntDefinitionAttribute(null, JniField="android/app/usage/UsageEvents.Event.ACTIVITY_STOPPED")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/app/usage/UsageEvents$Event.ACTIVITY_STOPPED")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.Usage.UsageEventType Android.App.Usage.UsageEventType.ConfigurationChange' changed from '[IntDefinitionAttribute(null, JniField="android/app/usage/UsageEvents.Event.CONFIGURATION_CHANGE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/app/usage/UsageEvents$Event.CONFIGURATION_CHANGE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.Usage.UsageEventType Android.App.Usage.UsageEventType.DeviceShutdown' changed from '[IntDefinitionAttribute(null, JniField="android/app/usage/UsageEvents.Event.DEVICE_SHUTDOWN")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/app/usage/UsageEvents$Event.DEVICE_SHUTDOWN")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.Usage.UsageEventType Android.App.Usage.UsageEventType.DeviceStartup' changed from '[IntDefinitionAttribute(null, JniField="android/app/usage/UsageEvents.Event.DEVICE_STARTUP")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/app/usage/UsageEvents$Event.DEVICE_STARTUP")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.Usage.UsageEventType Android.App.Usage.UsageEventType.ForegroundServiceStart' changed from '[IntDefinitionAttribute(null, JniField="android/app/usage/UsageEvents.Event.FOREGROUND_SERVICE_START")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/app/usage/UsageEvents$Event.FOREGROUND_SERVICE_START")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.Usage.UsageEventType Android.App.Usage.UsageEventType.ForegroundServiceStop' changed from '[IntDefinitionAttribute(null, JniField="android/app/usage/UsageEvents.Event.FOREGROUND_SERVICE_STOP")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/app/usage/UsageEvents$Event.FOREGROUND_SERVICE_STOP")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.Usage.UsageEventType Android.App.Usage.UsageEventType.KeyguardHidden' changed from '[IntDefinitionAttribute(null, JniField="android/app/usage/UsageEvents.Event.KEYGUARD_HIDDEN")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/app/usage/UsageEvents$Event.KEYGUARD_HIDDEN")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.Usage.UsageEventType Android.App.Usage.UsageEventType.KeyguardShown' changed from '[IntDefinitionAttribute(null, JniField="android/app/usage/UsageEvents.Event.KEYGUARD_SHOWN")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/app/usage/UsageEvents$Event.KEYGUARD_SHOWN")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.Usage.UsageEventType Android.App.Usage.UsageEventType.MoveToBackground' changed from '[IntDefinitionAttribute(null, JniField="android/app/usage/UsageEvents.Event.MOVE_TO_BACKGROUND")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/app/usage/UsageEvents$Event.MOVE_TO_BACKGROUND")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.Usage.UsageEventType Android.App.Usage.UsageEventType.MoveToForeground' changed from '[IntDefinitionAttribute(null, JniField="android/app/usage/UsageEvents.Event.MOVE_TO_FOREGROUND")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/app/usage/UsageEvents$Event.MOVE_TO_FOREGROUND")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.Usage.UsageEventType Android.App.Usage.UsageEventType.None' changed from '[IntDefinitionAttribute(null, JniField="android/app/usage/UsageEvents.Event.NONE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/app/usage/UsageEvents$Event.NONE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.Usage.UsageEventType Android.App.Usage.UsageEventType.ScreenInteractive' changed from '[IntDefinitionAttribute(null, JniField="android/app/usage/UsageEvents.Event.SCREEN_INTERACTIVE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/app/usage/UsageEvents$Event.SCREEN_INTERACTIVE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.Usage.UsageEventType Android.App.Usage.UsageEventType.ScreenNonInteractive' changed from '[IntDefinitionAttribute(null, JniField="android/app/usage/UsageEvents.Event.SCREEN_NON_INTERACTIVE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/app/usage/UsageEvents$Event.SCREEN_NON_INTERACTIVE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.Usage.UsageEventType Android.App.Usage.UsageEventType.ShortcutInvocation' changed from '[IntDefinitionAttribute(null, JniField="android/app/usage/UsageEvents.Event.SHORTCUT_INVOCATION")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/app/usage/UsageEvents$Event.SHORTCUT_INVOCATION")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.Usage.UsageEventType Android.App.Usage.UsageEventType.StandbyBucketChanged' changed from '[IntDefinitionAttribute(null, JniField="android/app/usage/UsageEvents.Event.STANDBY_BUCKET_CHANGED")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/app/usage/UsageEvents$Event.STANDBY_BUCKET_CHANGED")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.App.Usage.UsageEventType Android.App.Usage.UsageEventType.UserInteraction' changed from '[IntDefinitionAttribute(null, JniField="android/app/usage/UsageEvents.Event.USER_INTERACTION")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/app/usage/UsageEvents$Event.USER_INTERACTION")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Bluetooth.DeviceClass Android.Bluetooth.DeviceClass.AudioVideoCamcorder' changed from '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.AudioVideoCamcorder", JniField="android/bluetooth/BluetoothClass.Device.AUDIO_VIDEO_CAMCORDER")]' in the contract to '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.AudioVideoCamcorder", JniField="android/bluetooth/BluetoothClass$Device.AUDIO_VIDEO_CAMCORDER")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Bluetooth.DeviceClass Android.Bluetooth.DeviceClass.AudioVideoCarAudio' changed from '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.AudioVideoCarAudio", JniField="android/bluetooth/BluetoothClass.Device.AUDIO_VIDEO_CAR_AUDIO")]' in the contract to '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.AudioVideoCarAudio", JniField="android/bluetooth/BluetoothClass$Device.AUDIO_VIDEO_CAR_AUDIO")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Bluetooth.DeviceClass Android.Bluetooth.DeviceClass.AudioVideoHandsfree' changed from '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.AudioVideoHandsfree", JniField="android/bluetooth/BluetoothClass.Device.AUDIO_VIDEO_HANDSFREE")]' in the contract to '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.AudioVideoHandsfree", JniField="android/bluetooth/BluetoothClass$Device.AUDIO_VIDEO_HANDSFREE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Bluetooth.DeviceClass Android.Bluetooth.DeviceClass.AudioVideoHeadphones' changed from '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.AudioVideoHeadphones", JniField="android/bluetooth/BluetoothClass.Device.AUDIO_VIDEO_HEADPHONES")]' in the contract to '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.AudioVideoHeadphones", JniField="android/bluetooth/BluetoothClass$Device.AUDIO_VIDEO_HEADPHONES")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Bluetooth.DeviceClass Android.Bluetooth.DeviceClass.AudioVideoHifiAudio' changed from '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.AudioVideoHifiAudio", JniField="android/bluetooth/BluetoothClass.Device.AUDIO_VIDEO_HIFI_AUDIO")]' in the contract to '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.AudioVideoHifiAudio", JniField="android/bluetooth/BluetoothClass$Device.AUDIO_VIDEO_HIFI_AUDIO")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Bluetooth.DeviceClass Android.Bluetooth.DeviceClass.AudioVideoLoudspeaker' changed from '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.AudioVideoLoudspeaker", JniField="android/bluetooth/BluetoothClass.Device.AUDIO_VIDEO_LOUDSPEAKER")]' in the contract to '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.AudioVideoLoudspeaker", JniField="android/bluetooth/BluetoothClass$Device.AUDIO_VIDEO_LOUDSPEAKER")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Bluetooth.DeviceClass Android.Bluetooth.DeviceClass.AudioVideoMicrophone' changed from '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.AudioVideoMicrophone", JniField="android/bluetooth/BluetoothClass.Device.AUDIO_VIDEO_MICROPHONE")]' in the contract to '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.AudioVideoMicrophone", JniField="android/bluetooth/BluetoothClass$Device.AUDIO_VIDEO_MICROPHONE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Bluetooth.DeviceClass Android.Bluetooth.DeviceClass.AudioVideoPortableAudio' changed from '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.AudioVideoPortableAudio", JniField="android/bluetooth/BluetoothClass.Device.AUDIO_VIDEO_PORTABLE_AUDIO")]' in the contract to '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.AudioVideoPortableAudio", JniField="android/bluetooth/BluetoothClass$Device.AUDIO_VIDEO_PORTABLE_AUDIO")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Bluetooth.DeviceClass Android.Bluetooth.DeviceClass.AudioVideoSetTopBox' changed from '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.AudioVideoSetTopBox", JniField="android/bluetooth/BluetoothClass.Device.AUDIO_VIDEO_SET_TOP_BOX")]' in the contract to '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.AudioVideoSetTopBox", JniField="android/bluetooth/BluetoothClass$Device.AUDIO_VIDEO_SET_TOP_BOX")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Bluetooth.DeviceClass Android.Bluetooth.DeviceClass.AudioVideoUncategorized' changed from '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.AudioVideoUncategorized", JniField="android/bluetooth/BluetoothClass.Device.AUDIO_VIDEO_UNCATEGORIZED")]' in the contract to '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.AudioVideoUncategorized", JniField="android/bluetooth/BluetoothClass$Device.AUDIO_VIDEO_UNCATEGORIZED")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Bluetooth.DeviceClass Android.Bluetooth.DeviceClass.AudioVideoVcr' changed from '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.AudioVideoVcr", JniField="android/bluetooth/BluetoothClass.Device.AUDIO_VIDEO_VCR")]' in the contract to '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.AudioVideoVcr", JniField="android/bluetooth/BluetoothClass$Device.AUDIO_VIDEO_VCR")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Bluetooth.DeviceClass Android.Bluetooth.DeviceClass.AudioVideoVideoCamera' changed from '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.AudioVideoVideoCamera", JniField="android/bluetooth/BluetoothClass.Device.AUDIO_VIDEO_VIDEO_CAMERA")]' in the contract to '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.AudioVideoVideoCamera", JniField="android/bluetooth/BluetoothClass$Device.AUDIO_VIDEO_VIDEO_CAMERA")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Bluetooth.DeviceClass Android.Bluetooth.DeviceClass.AudioVideoVideoConferencing' changed from '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.AudioVideoVideoConferencing", JniField="android/bluetooth/BluetoothClass.Device.AUDIO_VIDEO_VIDEO_CONFERENCING")]' in the contract to '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.AudioVideoVideoConferencing", JniField="android/bluetooth/BluetoothClass$Device.AUDIO_VIDEO_VIDEO_CONFERENCING")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Bluetooth.DeviceClass Android.Bluetooth.DeviceClass.AudioVideoVideoDisplayAndLoudspeaker' changed from '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.AudioVideoVideoDisplayAndLoudspeaker", JniField="android/bluetooth/BluetoothClass.Device.AUDIO_VIDEO_VIDEO_DISPLAY_AND_LOUDSPEAKER")]' in the contract to '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.AudioVideoVideoDisplayAndLoudspeaker", JniField="android/bluetooth/BluetoothClass$Device.AUDIO_VIDEO_VIDEO_DISPLAY_AND_LOUDSPEAKER")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Bluetooth.DeviceClass Android.Bluetooth.DeviceClass.AudioVideoVideoGamingToy' changed from '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.AudioVideoVideoGamingToy", JniField="android/bluetooth/BluetoothClass.Device.AUDIO_VIDEO_VIDEO_GAMING_TOY")]' in the contract to '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.AudioVideoVideoGamingToy", JniField="android/bluetooth/BluetoothClass$Device.AUDIO_VIDEO_VIDEO_GAMING_TOY")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Bluetooth.DeviceClass Android.Bluetooth.DeviceClass.AudioVideoVideoMonitor' changed from '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.AudioVideoVideoMonitor", JniField="android/bluetooth/BluetoothClass.Device.AUDIO_VIDEO_VIDEO_MONITOR")]' in the contract to '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.AudioVideoVideoMonitor", JniField="android/bluetooth/BluetoothClass$Device.AUDIO_VIDEO_VIDEO_MONITOR")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Bluetooth.DeviceClass Android.Bluetooth.DeviceClass.AudioVideoWearableHeadset' changed from '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.AudioVideoWearableHeadset", JniField="android/bluetooth/BluetoothClass.Device.AUDIO_VIDEO_WEARABLE_HEADSET")]' in the contract to '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.AudioVideoWearableHeadset", JniField="android/bluetooth/BluetoothClass$Device.AUDIO_VIDEO_WEARABLE_HEADSET")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Bluetooth.DeviceClass Android.Bluetooth.DeviceClass.ComputerDesktop' changed from '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.ComputerDesktop", JniField="android/bluetooth/BluetoothClass.Device.COMPUTER_DESKTOP")]' in the contract to '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.ComputerDesktop", JniField="android/bluetooth/BluetoothClass$Device.COMPUTER_DESKTOP")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Bluetooth.DeviceClass Android.Bluetooth.DeviceClass.ComputerHandheldPcPda' changed from '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.ComputerHandheldPcPda", JniField="android/bluetooth/BluetoothClass.Device.COMPUTER_HANDHELD_PC_PDA")]' in the contract to '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.ComputerHandheldPcPda", JniField="android/bluetooth/BluetoothClass$Device.COMPUTER_HANDHELD_PC_PDA")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Bluetooth.DeviceClass Android.Bluetooth.DeviceClass.ComputerLaptop' changed from '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.ComputerLaptop", JniField="android/bluetooth/BluetoothClass.Device.COMPUTER_LAPTOP")]' in the contract to '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.ComputerLaptop", JniField="android/bluetooth/BluetoothClass$Device.COMPUTER_LAPTOP")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Bluetooth.DeviceClass Android.Bluetooth.DeviceClass.ComputerPalmSizePcPda' changed from '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.ComputerPalmSizePcPda", JniField="android/bluetooth/BluetoothClass.Device.COMPUTER_PALM_SIZE_PC_PDA")]' in the contract to '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.ComputerPalmSizePcPda", JniField="android/bluetooth/BluetoothClass$Device.COMPUTER_PALM_SIZE_PC_PDA")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Bluetooth.DeviceClass Android.Bluetooth.DeviceClass.ComputerServer' changed from '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.ComputerServer", JniField="android/bluetooth/BluetoothClass.Device.COMPUTER_SERVER")]' in the contract to '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.ComputerServer", JniField="android/bluetooth/BluetoothClass$Device.COMPUTER_SERVER")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Bluetooth.DeviceClass Android.Bluetooth.DeviceClass.ComputerUncategorized' changed from '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.ComputerUncategorized", JniField="android/bluetooth/BluetoothClass.Device.COMPUTER_UNCATEGORIZED")]' in the contract to '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.ComputerUncategorized", JniField="android/bluetooth/BluetoothClass$Device.COMPUTER_UNCATEGORIZED")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Bluetooth.DeviceClass Android.Bluetooth.DeviceClass.ComputerWearable' changed from '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.ComputerWearable", JniField="android/bluetooth/BluetoothClass.Device.COMPUTER_WEARABLE")]' in the contract to '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.ComputerWearable", JniField="android/bluetooth/BluetoothClass$Device.COMPUTER_WEARABLE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Bluetooth.DeviceClass Android.Bluetooth.DeviceClass.HealthBloodPressure' changed from '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.HealthBloodPressure", JniField="android/bluetooth/BluetoothClass.Device.HEALTH_BLOOD_PRESSURE")]' in the contract to '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.HealthBloodPressure", JniField="android/bluetooth/BluetoothClass$Device.HEALTH_BLOOD_PRESSURE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Bluetooth.DeviceClass Android.Bluetooth.DeviceClass.HealthDataDisplay' changed from '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.HealthDataDisplay", JniField="android/bluetooth/BluetoothClass.Device.HEALTH_DATA_DISPLAY")]' in the contract to '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.HealthDataDisplay", JniField="android/bluetooth/BluetoothClass$Device.HEALTH_DATA_DISPLAY")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Bluetooth.DeviceClass Android.Bluetooth.DeviceClass.HealthGlucose' changed from '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.HealthGlucose", JniField="android/bluetooth/BluetoothClass.Device.HEALTH_GLUCOSE")]' in the contract to '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.HealthGlucose", JniField="android/bluetooth/BluetoothClass$Device.HEALTH_GLUCOSE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Bluetooth.DeviceClass Android.Bluetooth.DeviceClass.HealthPulseOximeter' changed from '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.HealthPulseOximeter", JniField="android/bluetooth/BluetoothClass.Device.HEALTH_PULSE_OXIMETER")]' in the contract to '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.HealthPulseOximeter", JniField="android/bluetooth/BluetoothClass$Device.HEALTH_PULSE_OXIMETER")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Bluetooth.DeviceClass Android.Bluetooth.DeviceClass.HealthPulseRate' changed from '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.HealthPulseRate", JniField="android/bluetooth/BluetoothClass.Device.HEALTH_PULSE_RATE")]' in the contract to '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.HealthPulseRate", JniField="android/bluetooth/BluetoothClass$Device.HEALTH_PULSE_RATE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Bluetooth.DeviceClass Android.Bluetooth.DeviceClass.HealthThermometer' changed from '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.HealthThermometer", JniField="android/bluetooth/BluetoothClass.Device.HEALTH_THERMOMETER")]' in the contract to '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.HealthThermometer", JniField="android/bluetooth/BluetoothClass$Device.HEALTH_THERMOMETER")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Bluetooth.DeviceClass Android.Bluetooth.DeviceClass.HealthUncategorized' changed from '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.HealthUncategorized", JniField="android/bluetooth/BluetoothClass.Device.HEALTH_UNCATEGORIZED")]' in the contract to '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.HealthUncategorized", JniField="android/bluetooth/BluetoothClass$Device.HEALTH_UNCATEGORIZED")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Bluetooth.DeviceClass Android.Bluetooth.DeviceClass.HealthWeighing' changed from '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.HealthWeighing", JniField="android/bluetooth/BluetoothClass.Device.HEALTH_WEIGHING")]' in the contract to '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.HealthWeighing", JniField="android/bluetooth/BluetoothClass$Device.HEALTH_WEIGHING")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Bluetooth.DeviceClass Android.Bluetooth.DeviceClass.PhoneCellular' changed from '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.PhoneCellular", JniField="android/bluetooth/BluetoothClass.Device.PHONE_CELLULAR")]' in the contract to '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.PhoneCellular", JniField="android/bluetooth/BluetoothClass$Device.PHONE_CELLULAR")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Bluetooth.DeviceClass Android.Bluetooth.DeviceClass.PhoneCordless' changed from '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.PhoneCordless", JniField="android/bluetooth/BluetoothClass.Device.PHONE_CORDLESS")]' in the contract to '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.PhoneCordless", JniField="android/bluetooth/BluetoothClass$Device.PHONE_CORDLESS")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Bluetooth.DeviceClass Android.Bluetooth.DeviceClass.PhoneIsdn' changed from '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.PhoneIsdn", JniField="android/bluetooth/BluetoothClass.Device.PHONE_ISDN")]' in the contract to '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.PhoneIsdn", JniField="android/bluetooth/BluetoothClass$Device.PHONE_ISDN")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Bluetooth.DeviceClass Android.Bluetooth.DeviceClass.PhoneModemOrGateway' changed from '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.PhoneModemOrGateway", JniField="android/bluetooth/BluetoothClass.Device.PHONE_MODEM_OR_GATEWAY")]' in the contract to '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.PhoneModemOrGateway", JniField="android/bluetooth/BluetoothClass$Device.PHONE_MODEM_OR_GATEWAY")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Bluetooth.DeviceClass Android.Bluetooth.DeviceClass.PhoneSmart' changed from '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.PhoneSmart", JniField="android/bluetooth/BluetoothClass.Device.PHONE_SMART")]' in the contract to '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.PhoneSmart", JniField="android/bluetooth/BluetoothClass$Device.PHONE_SMART")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Bluetooth.DeviceClass Android.Bluetooth.DeviceClass.PhoneUncategorized' changed from '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.PhoneUncategorized", JniField="android/bluetooth/BluetoothClass.Device.PHONE_UNCATEGORIZED")]' in the contract to '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.PhoneUncategorized", JniField="android/bluetooth/BluetoothClass$Device.PHONE_UNCATEGORIZED")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Bluetooth.DeviceClass Android.Bluetooth.DeviceClass.ToyController' changed from '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.ToyController", JniField="android/bluetooth/BluetoothClass.Device.TOY_CONTROLLER")]' in the contract to '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.ToyController", JniField="android/bluetooth/BluetoothClass$Device.TOY_CONTROLLER")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Bluetooth.DeviceClass Android.Bluetooth.DeviceClass.ToyDollActionFigure' changed from '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.ToyDollActionFigure", JniField="android/bluetooth/BluetoothClass.Device.TOY_DOLL_ACTION_FIGURE")]' in the contract to '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.ToyDollActionFigure", JniField="android/bluetooth/BluetoothClass$Device.TOY_DOLL_ACTION_FIGURE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Bluetooth.DeviceClass Android.Bluetooth.DeviceClass.ToyGame' changed from '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.ToyGame", JniField="android/bluetooth/BluetoothClass.Device.TOY_GAME")]' in the contract to '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.ToyGame", JniField="android/bluetooth/BluetoothClass$Device.TOY_GAME")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Bluetooth.DeviceClass Android.Bluetooth.DeviceClass.ToyRobot' changed from '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.ToyRobot", JniField="android/bluetooth/BluetoothClass.Device.TOY_ROBOT")]' in the contract to '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.ToyRobot", JniField="android/bluetooth/BluetoothClass$Device.TOY_ROBOT")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Bluetooth.DeviceClass Android.Bluetooth.DeviceClass.ToyUncategorized' changed from '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.ToyUncategorized", JniField="android/bluetooth/BluetoothClass.Device.TOY_UNCATEGORIZED")]' in the contract to '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.ToyUncategorized", JniField="android/bluetooth/BluetoothClass$Device.TOY_UNCATEGORIZED")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Bluetooth.DeviceClass Android.Bluetooth.DeviceClass.ToyVehicle' changed from '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.ToyVehicle", JniField="android/bluetooth/BluetoothClass.Device.TOY_VEHICLE")]' in the contract to '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.ToyVehicle", JniField="android/bluetooth/BluetoothClass$Device.TOY_VEHICLE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Bluetooth.DeviceClass Android.Bluetooth.DeviceClass.WearableGlasses' changed from '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.WearableGlasses", JniField="android/bluetooth/BluetoothClass.Device.WEARABLE_GLASSES")]' in the contract to '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.WearableGlasses", JniField="android/bluetooth/BluetoothClass$Device.WEARABLE_GLASSES")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Bluetooth.DeviceClass Android.Bluetooth.DeviceClass.WearableHelmet' changed from '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.WearableHelmet", JniField="android/bluetooth/BluetoothClass.Device.WEARABLE_HELMET")]' in the contract to '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.WearableHelmet", JniField="android/bluetooth/BluetoothClass$Device.WEARABLE_HELMET")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Bluetooth.DeviceClass Android.Bluetooth.DeviceClass.WearableJacket' changed from '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.WearableJacket", JniField="android/bluetooth/BluetoothClass.Device.WEARABLE_JACKET")]' in the contract to '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.WearableJacket", JniField="android/bluetooth/BluetoothClass$Device.WEARABLE_JACKET")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Bluetooth.DeviceClass Android.Bluetooth.DeviceClass.WearablePager' changed from '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.WearablePager", JniField="android/bluetooth/BluetoothClass.Device.WEARABLE_PAGER")]' in the contract to '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.WearablePager", JniField="android/bluetooth/BluetoothClass$Device.WEARABLE_PAGER")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Bluetooth.DeviceClass Android.Bluetooth.DeviceClass.WearableUncategorized' changed from '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.WearableUncategorized", JniField="android/bluetooth/BluetoothClass.Device.WEARABLE_UNCATEGORIZED")]' in the contract to '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.WearableUncategorized", JniField="android/bluetooth/BluetoothClass$Device.WEARABLE_UNCATEGORIZED")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Bluetooth.DeviceClass Android.Bluetooth.DeviceClass.WearableWristWatch' changed from '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.WearableWristWatch", JniField="android/bluetooth/BluetoothClass.Device.WEARABLE_WRIST_WATCH")]' in the contract to '[IntDefinitionAttribute("Android.Bluetooth.BluetoothClass.Device.WearableWristWatch", JniField="android/bluetooth/BluetoothClass$Device.WEARABLE_WRIST_WATCH")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Content.PM.LauncherAppsShortcutQueryFlags Android.Content.PM.LauncherAppsShortcutQueryFlags.GetKeyFieldsOnly' changed from '[IntDefinitionAttribute("Android.Content.PM.LauncherApps.ShortcutQuery.FlagGetKeyFieldsOnly", JniField="android/content/pm/LauncherApps.ShortcutQuery.FLAG_GET_KEY_FIELDS_ONLY")]' in the contract to '[IntDefinitionAttribute("Android.Content.PM.LauncherApps.ShortcutQuery.FlagGetKeyFieldsOnly", JniField="android/content/pm/LauncherApps$ShortcutQuery.FLAG_GET_KEY_FIELDS_ONLY")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Content.PM.LauncherAppsShortcutQueryFlags Android.Content.PM.LauncherAppsShortcutQueryFlags.MatchDynamic' changed from '[IntDefinitionAttribute("Android.Content.PM.LauncherApps.ShortcutQuery.FlagMatchDynamic", JniField="android/content/pm/LauncherApps.ShortcutQuery.FLAG_MATCH_DYNAMIC")]' in the contract to '[IntDefinitionAttribute("Android.Content.PM.LauncherApps.ShortcutQuery.FlagMatchDynamic", JniField="android/content/pm/LauncherApps$ShortcutQuery.FLAG_MATCH_DYNAMIC")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Content.PM.LauncherAppsShortcutQueryFlags Android.Content.PM.LauncherAppsShortcutQueryFlags.MatchManifest' changed from '[IntDefinitionAttribute("Android.Content.PM.LauncherApps.ShortcutQuery.FlagMatchManifest", JniField="android/content/pm/LauncherApps.ShortcutQuery.FLAG_MATCH_MANIFEST")]' in the contract to '[IntDefinitionAttribute("Android.Content.PM.LauncherApps.ShortcutQuery.FlagMatchManifest", JniField="android/content/pm/LauncherApps$ShortcutQuery.FLAG_MATCH_MANIFEST")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Content.PM.LauncherAppsShortcutQueryFlags Android.Content.PM.LauncherAppsShortcutQueryFlags.MatchPinned' changed from '[IntDefinitionAttribute("Android.Content.PM.LauncherApps.ShortcutQuery.FlagMatchPinned", JniField="android/content/pm/LauncherApps.ShortcutQuery.FLAG_MATCH_PINNED")]' in the contract to '[IntDefinitionAttribute("Android.Content.PM.LauncherApps.ShortcutQuery.FlagMatchPinned", JniField="android/content/pm/LauncherApps$ShortcutQuery.FLAG_MATCH_PINNED")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Content.PM.LauncherAppsShortcutQueryFlags Android.Content.PM.LauncherAppsShortcutQueryFlags.MatchPinnedByAnyLauncher' changed from '[IntDefinitionAttribute("Android.Content.PM.LauncherApps.ShortcutQuery.FlagMatchPinnedByAnyLauncher", JniField="android/content/pm/LauncherApps.ShortcutQuery.FLAG_MATCH_PINNED_BY_ANY_LAUNCHER")]' in the contract to '[IntDefinitionAttribute("Android.Content.PM.LauncherApps.ShortcutQuery.FlagMatchPinnedByAnyLauncher", JniField="android/content/pm/LauncherApps$ShortcutQuery.FLAG_MATCH_PINNED_BY_ANY_LAUNCHER")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Content.PM.PackageInstallMode Android.Content.PM.PackageInstallMode.FullInstall' changed from '[IntDefinitionAttribute(null, JniField="android/content/pm/PackageInstaller.SessionParams.MODE_FULL_INSTALL")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/content/pm/PackageInstaller$SessionParams.MODE_FULL_INSTALL")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Content.PM.PackageInstallMode Android.Content.PM.PackageInstallMode.InheritExisting' changed from '[IntDefinitionAttribute(null, JniField="android/content/pm/PackageInstaller.SessionParams.MODE_INHERIT_EXISTING")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/content/pm/PackageInstaller$SessionParams.MODE_INHERIT_EXISTING")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Content.PM.PinItemRequestType Android.Content.PM.PinItemRequestType.Appwidget' changed from '[IntDefinitionAttribute("Android.Content.PM.LauncherApps.PinItemRequest.RequestTypeAppwidget", JniField="android/content/pm/LauncherApps.PinItemRequest.REQUEST_TYPE_APPWIDGET")]' in the contract to '[IntDefinitionAttribute("Android.Content.PM.LauncherApps.PinItemRequest.RequestTypeAppwidget", JniField="android/content/pm/LauncherApps$PinItemRequest.REQUEST_TYPE_APPWIDGET")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Content.PM.PinItemRequestType Android.Content.PM.PinItemRequestType.Shortcut' changed from '[IntDefinitionAttribute("Android.Content.PM.LauncherApps.PinItemRequest.RequestTypeShortcut", JniField="android/content/pm/LauncherApps.PinItemRequest.REQUEST_TYPE_SHORTCUT")]' in the contract to '[IntDefinitionAttribute("Android.Content.PM.LauncherApps.PinItemRequest.RequestTypeShortcut", JniField="android/content/pm/LauncherApps$PinItemRequest.REQUEST_TYPE_SHORTCUT")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Content.PM.StagedSession Android.Content.PM.StagedSession.ActivationFailed' changed from '[IntDefinitionAttribute("Android.Content.PM.PackageInstaller.SessionInfo.StagedSessionActivationFailed", JniField="android/content/pm/PackageInstaller.SessionInfo.STAGED_SESSION_ACTIVATION_FAILED")]' in the contract to '[IntDefinitionAttribute("Android.Content.PM.PackageInstaller.SessionInfo.StagedSessionActivationFailed", JniField="android/content/pm/PackageInstaller$SessionInfo.STAGED_SESSION_ACTIVATION_FAILED")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Content.PM.StagedSession Android.Content.PM.StagedSession.NoError' changed from '[IntDefinitionAttribute("Android.Content.PM.PackageInstaller.SessionInfo.StagedSessionNoError", JniField="android/content/pm/PackageInstaller.SessionInfo.STAGED_SESSION_NO_ERROR")]' in the contract to '[IntDefinitionAttribute("Android.Content.PM.PackageInstaller.SessionInfo.StagedSessionNoError", JniField="android/content/pm/PackageInstaller$SessionInfo.STAGED_SESSION_NO_ERROR")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Content.PM.StagedSession Android.Content.PM.StagedSession.Unknown' changed from '[IntDefinitionAttribute("Android.Content.PM.PackageInstaller.SessionInfo.StagedSessionUnknown", JniField="android/content/pm/PackageInstaller.SessionInfo.STAGED_SESSION_UNKNOWN")]' in the contract to '[IntDefinitionAttribute("Android.Content.PM.PackageInstaller.SessionInfo.StagedSessionUnknown", JniField="android/content/pm/PackageInstaller$SessionInfo.STAGED_SESSION_UNKNOWN")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Content.PM.StagedSession Android.Content.PM.StagedSession.VerificationFailed' changed from '[IntDefinitionAttribute("Android.Content.PM.PackageInstaller.SessionInfo.StagedSessionVerificationFailed", JniField="android/content/pm/PackageInstaller.SessionInfo.STAGED_SESSION_VERIFICATION_FAILED")]' in the contract to '[IntDefinitionAttribute("Android.Content.PM.PackageInstaller.SessionInfo.StagedSessionVerificationFailed", JniField="android/content/pm/PackageInstaller$SessionInfo.STAGED_SESSION_VERIFICATION_FAILED")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Drm.DrmStoreActionCode Android.Drm.DrmStoreActionCode.Default' changed from '[IntDefinitionAttribute(null, JniField="android/drm/DrmStore.Action.DEFAULT")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/drm/DrmStore$Action.DEFAULT")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Drm.DrmStoreActionCode Android.Drm.DrmStoreActionCode.Display' changed from '[IntDefinitionAttribute(null, JniField="android/drm/DrmStore.Action.DISPLAY")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/drm/DrmStore$Action.DISPLAY")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Drm.DrmStoreActionCode Android.Drm.DrmStoreActionCode.Execute' changed from '[IntDefinitionAttribute(null, JniField="android/drm/DrmStore.Action.EXECUTE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/drm/DrmStore$Action.EXECUTE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Drm.DrmStoreActionCode Android.Drm.DrmStoreActionCode.Output' changed from '[IntDefinitionAttribute(null, JniField="android/drm/DrmStore.Action.OUTPUT")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/drm/DrmStore$Action.OUTPUT")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Drm.DrmStoreActionCode Android.Drm.DrmStoreActionCode.Play' changed from '[IntDefinitionAttribute(null, JniField="android/drm/DrmStore.Action.PLAY")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/drm/DrmStore$Action.PLAY")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Drm.DrmStoreActionCode Android.Drm.DrmStoreActionCode.Preview' changed from '[IntDefinitionAttribute(null, JniField="android/drm/DrmStore.Action.PREVIEW")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/drm/DrmStore$Action.PREVIEW")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Drm.DrmStoreActionCode Android.Drm.DrmStoreActionCode.Ringtone' changed from '[IntDefinitionAttribute(null, JniField="android/drm/DrmStore.Action.RINGTONE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/drm/DrmStore$Action.RINGTONE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Drm.DrmStoreActionCode Android.Drm.DrmStoreActionCode.Transfer' changed from '[IntDefinitionAttribute(null, JniField="android/drm/DrmStore.Action.TRANSFER")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/drm/DrmStore$Action.TRANSFER")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Drm.DrmStorePlaybackCode Android.Drm.DrmStorePlaybackCode.Pause' changed from '[IntDefinitionAttribute(null, JniField="android/drm/DrmStore.Playback.PAUSE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/drm/DrmStore$Playback.PAUSE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Drm.DrmStorePlaybackCode Android.Drm.DrmStorePlaybackCode.Resume' changed from '[IntDefinitionAttribute(null, JniField="android/drm/DrmStore.Playback.RESUME")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/drm/DrmStore$Playback.RESUME")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Drm.DrmStorePlaybackCode Android.Drm.DrmStorePlaybackCode.Start' changed from '[IntDefinitionAttribute(null, JniField="android/drm/DrmStore.Playback.START")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/drm/DrmStore$Playback.START")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Drm.DrmStorePlaybackCode Android.Drm.DrmStorePlaybackCode.Stop' changed from '[IntDefinitionAttribute(null, JniField="android/drm/DrmStore.Playback.STOP")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/drm/DrmStore$Playback.STOP")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Drm.DrmStoreRightsStatusCode Android.Drm.DrmStoreRightsStatusCode.Expired' changed from '[IntDefinitionAttribute(null, JniField="android/drm/DrmStore.RightsStatus.RIGHTS_EXPIRED")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/drm/DrmStore$RightsStatus.RIGHTS_EXPIRED")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Drm.DrmStoreRightsStatusCode Android.Drm.DrmStoreRightsStatusCode.Invalid' changed from '[IntDefinitionAttribute(null, JniField="android/drm/DrmStore.RightsStatus.RIGHTS_INVALID")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/drm/DrmStore$RightsStatus.RIGHTS_INVALID")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Drm.DrmStoreRightsStatusCode Android.Drm.DrmStoreRightsStatusCode.NotAcquired' changed from '[IntDefinitionAttribute(null, JniField="android/drm/DrmStore.RightsStatus.RIGHTS_NOT_ACQUIRED")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/drm/DrmStore$RightsStatus.RIGHTS_NOT_ACQUIRED")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Drm.DrmStoreRightsStatusCode Android.Drm.DrmStoreRightsStatusCode.Valid' changed from '[IntDefinitionAttribute(null, JniField="android/drm/DrmStore.RightsStatus.RIGHTS_VALID")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/drm/DrmStore$RightsStatus.RIGHTS_VALID")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Graphics.ImageDecoderErrorType Android.Graphics.ImageDecoderErrorType.SourceException' changed from '[IntDefinitionAttribute("Android.Graphics.ImageDecoder.DecodeException.SourceException", JniField="android/graphics/ImageDecoder.DecodeException.SOURCE_EXCEPTION")]' in the contract to '[IntDefinitionAttribute("Android.Graphics.ImageDecoder.DecodeException.SourceException", JniField="android/graphics/ImageDecoder$DecodeException.SOURCE_EXCEPTION")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Graphics.ImageDecoderErrorType Android.Graphics.ImageDecoderErrorType.SourceIncomplete' changed from '[IntDefinitionAttribute("Android.Graphics.ImageDecoder.DecodeException.SourceIncomplete", JniField="android/graphics/ImageDecoder.DecodeException.SOURCE_INCOMPLETE")]' in the contract to '[IntDefinitionAttribute("Android.Graphics.ImageDecoder.DecodeException.SourceIncomplete", JniField="android/graphics/ImageDecoder$DecodeException.SOURCE_INCOMPLETE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Graphics.ImageDecoderErrorType Android.Graphics.ImageDecoderErrorType.SourceMalformedData' changed from '[IntDefinitionAttribute("Android.Graphics.ImageDecoder.DecodeException.SourceMalformedData", JniField="android/graphics/ImageDecoder.DecodeException.SOURCE_MALFORMED_DATA")]' in the contract to '[IntDefinitionAttribute("Android.Graphics.ImageDecoder.DecodeException.SourceMalformedData", JniField="android/graphics/ImageDecoder$DecodeException.SOURCE_MALFORMED_DATA")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Graphics.Pdf.PdfRenderMode Android.Graphics.Pdf.PdfRenderMode.ForDisplay' changed from '[IntDefinitionAttribute("Android.Graphics.Pdf.PdfRenderer.Page.RenderModeForDisplay", JniField="android/graphics/pdf/PdfRenderer.Page.RENDER_MODE_FOR_DISPLAY")]' in the contract to '[IntDefinitionAttribute("Android.Graphics.Pdf.PdfRenderer.Page.RenderModeForDisplay", JniField="android/graphics/pdf/PdfRenderer$Page.RENDER_MODE_FOR_DISPLAY")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Graphics.Pdf.PdfRenderMode Android.Graphics.Pdf.PdfRenderMode.ForPrint' changed from '[IntDefinitionAttribute("Android.Graphics.Pdf.PdfRenderer.Page.RenderModeForPrint", JniField="android/graphics/pdf/PdfRenderer.Page.RENDER_MODE_FOR_PRINT")]' in the contract to '[IntDefinitionAttribute("Android.Graphics.Pdf.PdfRenderer.Page.RenderModeForPrint", JniField="android/graphics/pdf/PdfRenderer$Page.RENDER_MODE_FOR_PRINT")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Hardware.Camera2.CameraError Android.Hardware.Camera2.CameraError.CameraDevice' changed from '[IntDefinitionAttribute(null, JniField="android/hardware/camera2/CameraDevice.StateCallback.ERROR_CAMERA_DEVICE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/hardware/camera2/CameraDevice$StateCallback.ERROR_CAMERA_DEVICE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Hardware.Camera2.CameraError Android.Hardware.Camera2.CameraError.CameraDisabled' changed from '[IntDefinitionAttribute(null, JniField="android/hardware/camera2/CameraDevice.StateCallback.ERROR_CAMERA_DISABLED")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/hardware/camera2/CameraDevice$StateCallback.ERROR_CAMERA_DISABLED")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Hardware.Camera2.CameraError Android.Hardware.Camera2.CameraError.CameraInUse' changed from '[IntDefinitionAttribute(null, JniField="android/hardware/camera2/CameraDevice.StateCallback.ERROR_CAMERA_IN_USE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/hardware/camera2/CameraDevice$StateCallback.ERROR_CAMERA_IN_USE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Hardware.Camera2.CameraError Android.Hardware.Camera2.CameraError.CameraService' changed from '[IntDefinitionAttribute(null, JniField="android/hardware/camera2/CameraDevice.StateCallback.ERROR_CAMERA_SERVICE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/hardware/camera2/CameraDevice$StateCallback.ERROR_CAMERA_SERVICE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Hardware.Camera2.CameraError Android.Hardware.Camera2.CameraError.MaxCamerasInUse' changed from '[IntDefinitionAttribute(null, JniField="android/hardware/camera2/CameraDevice.StateCallback.ERROR_MAX_CAMERAS_IN_USE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/hardware/camera2/CameraDevice$StateCallback.ERROR_MAX_CAMERAS_IN_USE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Icu.Text.CollationKeyBoundMode Android.Icu.Text.CollationKeyBoundMode.Lower' changed from '[IntDefinitionAttribute("Android.Icu.Text.CollationKey.BoundMode.Lower", JniField="android/icu/text/CollationKey.BoundMode.LOWER")]' in the contract to '[IntDefinitionAttribute("Android.Icu.Text.CollationKey.BoundMode.Lower", JniField="android/icu/text/CollationKey$BoundMode.LOWER")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Icu.Text.CollationKeyBoundMode Android.Icu.Text.CollationKeyBoundMode.Upper' changed from '[IntDefinitionAttribute("Android.Icu.Text.CollationKey.BoundMode.Upper", JniField="android/icu/text/CollationKey.BoundMode.UPPER")]' in the contract to '[IntDefinitionAttribute("Android.Icu.Text.CollationKey.BoundMode.Upper", JniField="android/icu/text/CollationKey$BoundMode.UPPER")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Icu.Text.CollationKeyBoundMode Android.Icu.Text.CollationKeyBoundMode.UpperLong' changed from '[IntDefinitionAttribute("Android.Icu.Text.CollationKey.BoundMode.UpperLong", JniField="android/icu/text/CollationKey.BoundMode.UPPER_LONG")]' in the contract to '[IntDefinitionAttribute("Android.Icu.Text.CollationKey.BoundMode.UpperLong", JniField="android/icu/text/CollationKey$BoundMode.UPPER_LONG")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Icu.Text.DateTimeAddPatternResult Android.Icu.Text.DateTimeAddPatternResult.BaseConflict' changed from '[IntDefinitionAttribute("Android.Icu.Text.DateTimePatternGenerator.PatternInfo.BaseConflict", JniField="android/icu/text/DateTimePatternGenerator.PatternInfo.BASE_CONFLICT")]' in the contract to '[IntDefinitionAttribute("Android.Icu.Text.DateTimePatternGenerator.PatternInfo.BaseConflict", JniField="android/icu/text/DateTimePatternGenerator$PatternInfo.BASE_CONFLICT")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Icu.Text.DateTimeAddPatternResult Android.Icu.Text.DateTimeAddPatternResult.Conflict' changed from '[IntDefinitionAttribute("Android.Icu.Text.DateTimePatternGenerator.PatternInfo.Conflict", JniField="android/icu/text/DateTimePatternGenerator.PatternInfo.CONFLICT")]' in the contract to '[IntDefinitionAttribute("Android.Icu.Text.DateTimePatternGenerator.PatternInfo.Conflict", JniField="android/icu/text/DateTimePatternGenerator$PatternInfo.CONFLICT")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Icu.Text.DateTimeAddPatternResult Android.Icu.Text.DateTimeAddPatternResult.Ok' changed from '[IntDefinitionAttribute("Android.Icu.Text.DateTimePatternGenerator.PatternInfo.Ok", JniField="android/icu/text/DateTimePatternGenerator.PatternInfo.OK")]' in the contract to '[IntDefinitionAttribute("Android.Icu.Text.DateTimePatternGenerator.PatternInfo.Ok", JniField="android/icu/text/DateTimePatternGenerator$PatternInfo.OK")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Locations.GnssMeasurementCallbackStatus Android.Locations.GnssMeasurementCallbackStatus.LocationDisabled' changed from '[IntDefinitionAttribute("Android.Locations.GnssMeasurementsEvent.Callback.StatusLocationDisabled", JniField="android/location/GnssMeasurementsEvent.Callback.STATUS_LOCATION_DISABLED")]' in the contract to '[IntDefinitionAttribute("Android.Locations.GnssMeasurementsEvent.Callback.StatusLocationDisabled", JniField="android/location/GnssMeasurementsEvent$Callback.STATUS_LOCATION_DISABLED")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Locations.GnssMeasurementCallbackStatus Android.Locations.GnssMeasurementCallbackStatus.NotAllowed' changed from '[IntDefinitionAttribute("Android.Locations.GnssMeasurementsEvent.Callback.StatusNotAllowed", JniField="android/location/GnssMeasurementsEvent.Callback.STATUS_NOT_ALLOWED")]' in the contract to '[IntDefinitionAttribute("Android.Locations.GnssMeasurementsEvent.Callback.StatusNotAllowed", JniField="android/location/GnssMeasurementsEvent$Callback.STATUS_NOT_ALLOWED")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Locations.GnssMeasurementCallbackStatus Android.Locations.GnssMeasurementCallbackStatus.NotSupported' changed from '[IntDefinitionAttribute("Android.Locations.GnssMeasurementsEvent.Callback.StatusNotSupported", JniField="android/location/GnssMeasurementsEvent.Callback.STATUS_NOT_SUPPORTED")]' in the contract to '[IntDefinitionAttribute("Android.Locations.GnssMeasurementsEvent.Callback.StatusNotSupported", JniField="android/location/GnssMeasurementsEvent$Callback.STATUS_NOT_SUPPORTED")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Locations.GnssMeasurementCallbackStatus Android.Locations.GnssMeasurementCallbackStatus.Ready' changed from '[IntDefinitionAttribute("Android.Locations.GnssMeasurementsEvent.Callback.StatusReady", JniField="android/location/GnssMeasurementsEvent.Callback.STATUS_READY")]' in the contract to '[IntDefinitionAttribute("Android.Locations.GnssMeasurementsEvent.Callback.StatusReady", JniField="android/location/GnssMeasurementsEvent$Callback.STATUS_READY")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Locations.GnssNavigationCallbackStatus Android.Locations.GnssNavigationCallbackStatus.LocationDisabled' changed from '[IntDefinitionAttribute("Android.Locations.GnssNavigationMessage.Callback.StatusLocationDisabled", JniField="android/location/GnssNavigationMessage.Callback.STATUS_LOCATION_DISABLED")]' in the contract to '[IntDefinitionAttribute("Android.Locations.GnssNavigationMessage.Callback.StatusLocationDisabled", JniField="android/location/GnssNavigationMessage$Callback.STATUS_LOCATION_DISABLED")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Locations.GnssNavigationCallbackStatus Android.Locations.GnssNavigationCallbackStatus.NotSupported' changed from '[IntDefinitionAttribute("Android.Locations.GnssNavigationMessage.Callback.StatusNotSupported", JniField="android/location/GnssNavigationMessage.Callback.STATUS_NOT_SUPPORTED")]' in the contract to '[IntDefinitionAttribute("Android.Locations.GnssNavigationMessage.Callback.StatusNotSupported", JniField="android/location/GnssNavigationMessage$Callback.STATUS_NOT_SUPPORTED")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Locations.GnssNavigationCallbackStatus Android.Locations.GnssNavigationCallbackStatus.Ready' changed from '[IntDefinitionAttribute("Android.Locations.GnssNavigationMessage.Callback.StatusReady", JniField="android/location/GnssNavigationMessage.Callback.STATUS_READY")]' in the contract to '[IntDefinitionAttribute("Android.Locations.GnssNavigationMessage.Callback.StatusReady", JniField="android/location/GnssNavigationMessage$Callback.STATUS_READY")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.BitrateMode Android.Media.BitrateMode.Cbr' changed from '[IntDefinitionAttribute(null, JniField="android/media/MediaCodecInfo.EncoderCapabilities.BITRATE_MODE_CBR")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/MediaCodecInfo$EncoderCapabilities.BITRATE_MODE_CBR")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.BitrateMode Android.Media.BitrateMode.Cq' changed from '[IntDefinitionAttribute(null, JniField="android/media/MediaCodecInfo.EncoderCapabilities.BITRATE_MODE_CQ")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/MediaCodecInfo$EncoderCapabilities.BITRATE_MODE_CQ")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.BitrateMode Android.Media.BitrateMode.Vbr' changed from '[IntDefinitionAttribute(null, JniField="android/media/MediaCodecInfo.EncoderCapabilities.BITRATE_MODE_VBR")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/MediaCodecInfo$EncoderCapabilities.BITRATE_MODE_VBR")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.ErrorCode Android.Media.ErrorCode.ResourceContention' changed from '[IntDefinitionAttribute("Android.Media.MediaDrm.SessionException.ErrorResourceContention", JniField="android/media/MediaDrm.SessionException.ERROR_RESOURCE_CONTENTION")]' in the contract to '[IntDefinitionAttribute("Android.Media.MediaDrm.SessionException.ErrorResourceContention", JniField="android/media/MediaDrm$SessionException.ERROR_RESOURCE_CONTENTION")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.ErrorCode Android.Media.ErrorCode.Unknown' changed from '[IntDefinitionAttribute("Android.Media.MediaDrm.SessionException.ErrorUnknown", JniField="android/media/MediaDrm.SessionException.ERROR_UNKNOWN")]' in the contract to '[IntDefinitionAttribute("Android.Media.MediaDrm.SessionException.ErrorUnknown", JniField="android/media/MediaDrm$SessionException.ERROR_UNKNOWN")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.MediaCodecCryptoErrorType Android.Media.MediaCodecCryptoErrorType.FrameTooLarge' changed from '[IntDefinitionAttribute("Android.Media.MediaCodec.CryptoException.ErrorFrameTooLarge", JniField="android/media/MediaCodec.CryptoException.ERROR_FRAME_TOO_LARGE")]' in the contract to '[IntDefinitionAttribute("Android.Media.MediaCodec.CryptoException.ErrorFrameTooLarge", JniField="android/media/MediaCodec$CryptoException.ERROR_FRAME_TOO_LARGE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.MediaCodecCryptoErrorType Android.Media.MediaCodecCryptoErrorType.InsufficientOutputProtection' changed from '[IntDefinitionAttribute("Android.Media.MediaCodec.CryptoException.ErrorInsufficientOutputProtection", JniField="android/media/MediaCodec.CryptoException.ERROR_INSUFFICIENT_OUTPUT_PROTECTION")]' in the contract to '[IntDefinitionAttribute("Android.Media.MediaCodec.CryptoException.ErrorInsufficientOutputProtection", JniField="android/media/MediaCodec$CryptoException.ERROR_INSUFFICIENT_OUTPUT_PROTECTION")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.MediaCodecCryptoErrorType Android.Media.MediaCodecCryptoErrorType.InsufficientSecurity' changed from '[IntDefinitionAttribute("Android.Media.MediaCodec.CryptoException.ErrorInsufficientSecurity", JniField="android/media/MediaCodec.CryptoException.ERROR_INSUFFICIENT_SECURITY")]' in the contract to '[IntDefinitionAttribute("Android.Media.MediaCodec.CryptoException.ErrorInsufficientSecurity", JniField="android/media/MediaCodec$CryptoException.ERROR_INSUFFICIENT_SECURITY")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.MediaCodecCryptoErrorType Android.Media.MediaCodecCryptoErrorType.KeyExpired' changed from '[IntDefinitionAttribute("Android.Media.MediaCodec.CryptoException.ErrorKeyExpired", JniField="android/media/MediaCodec.CryptoException.ERROR_KEY_EXPIRED")]' in the contract to '[IntDefinitionAttribute("Android.Media.MediaCodec.CryptoException.ErrorKeyExpired", JniField="android/media/MediaCodec$CryptoException.ERROR_KEY_EXPIRED")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.MediaCodecCryptoErrorType Android.Media.MediaCodecCryptoErrorType.LostState' changed from '[IntDefinitionAttribute("Android.Media.MediaCodec.CryptoException.ErrorLostState", JniField="android/media/MediaCodec.CryptoException.ERROR_LOST_STATE")]' in the contract to '[IntDefinitionAttribute("Android.Media.MediaCodec.CryptoException.ErrorLostState", JniField="android/media/MediaCodec$CryptoException.ERROR_LOST_STATE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.MediaCodecCryptoErrorType Android.Media.MediaCodecCryptoErrorType.NoKey' changed from '[IntDefinitionAttribute("Android.Media.MediaCodec.CryptoException.ErrorNoKey", JniField="android/media/MediaCodec.CryptoException.ERROR_NO_KEY")]' in the contract to '[IntDefinitionAttribute("Android.Media.MediaCodec.CryptoException.ErrorNoKey", JniField="android/media/MediaCodec$CryptoException.ERROR_NO_KEY")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.MediaCodecCryptoErrorType Android.Media.MediaCodecCryptoErrorType.ResourceBusy' changed from '[IntDefinitionAttribute("Android.Media.MediaCodec.CryptoException.ErrorResourceBusy", JniField="android/media/MediaCodec.CryptoException.ERROR_RESOURCE_BUSY")]' in the contract to '[IntDefinitionAttribute("Android.Media.MediaCodec.CryptoException.ErrorResourceBusy", JniField="android/media/MediaCodec$CryptoException.ERROR_RESOURCE_BUSY")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.MediaCodecCryptoErrorType Android.Media.MediaCodecCryptoErrorType.SessionNotOpened' changed from '[IntDefinitionAttribute("Android.Media.MediaCodec.CryptoException.ErrorSessionNotOpened", JniField="android/media/MediaCodec.CryptoException.ERROR_SESSION_NOT_OPENED")]' in the contract to '[IntDefinitionAttribute("Android.Media.MediaCodec.CryptoException.ErrorSessionNotOpened", JniField="android/media/MediaCodec$CryptoException.ERROR_SESSION_NOT_OPENED")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.MediaCodecCryptoErrorType Android.Media.MediaCodecCryptoErrorType.UnsupportedOperation' changed from '[IntDefinitionAttribute("Android.Media.MediaCodec.CryptoException.ErrorUnsupportedOperation", JniField="android/media/MediaCodec.CryptoException.ERROR_UNSUPPORTED_OPERATION")]' in the contract to '[IntDefinitionAttribute("Android.Media.MediaCodec.CryptoException.ErrorUnsupportedOperation", JniField="android/media/MediaCodec$CryptoException.ERROR_UNSUPPORTED_OPERATION")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.MediaCodecErrorCode Android.Media.MediaCodecErrorCode.InsufficientResource' changed from '[IntDefinitionAttribute(null, JniField="android/media/MediaCodec.CodecException.ERROR_INSUFFICIENT_RESOURCE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/MediaCodec$CodecException.ERROR_INSUFFICIENT_RESOURCE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.MediaCodecErrorCode Android.Media.MediaCodecErrorCode.Reclaimed' changed from '[IntDefinitionAttribute(null, JniField="android/media/MediaCodec.CodecException.ERROR_RECLAIMED")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/MediaCodec$CodecException.ERROR_RECLAIMED")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.MediaDrmStatusCode Android.Media.MediaDrmStatusCode.Expired' changed from '[IntDefinitionAttribute(null, JniField="android/media/MediaDrm.KeyStatus.STATUS_EXPIRED")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/MediaDrm$KeyStatus.STATUS_EXPIRED")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.MediaDrmStatusCode Android.Media.MediaDrmStatusCode.InternalError' changed from '[IntDefinitionAttribute(null, JniField="android/media/MediaDrm.KeyStatus.STATUS_INTERNAL_ERROR")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/MediaDrm$KeyStatus.STATUS_INTERNAL_ERROR")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.MediaDrmStatusCode Android.Media.MediaDrmStatusCode.OutputNotAllowed' changed from '[IntDefinitionAttribute(null, JniField="android/media/MediaDrm.KeyStatus.STATUS_OUTPUT_NOT_ALLOWED")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/MediaDrm$KeyStatus.STATUS_OUTPUT_NOT_ALLOWED")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.MediaDrmStatusCode Android.Media.MediaDrmStatusCode.Pending' changed from '[IntDefinitionAttribute(null, JniField="android/media/MediaDrm.KeyStatus.STATUS_PENDING")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/MediaDrm$KeyStatus.STATUS_PENDING")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.MediaDrmStatusCode Android.Media.MediaDrmStatusCode.Usable' changed from '[IntDefinitionAttribute(null, JniField="android/media/MediaDrm.KeyStatus.STATUS_USABLE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/MediaDrm$KeyStatus.STATUS_USABLE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.MediaDrmStatusCode Android.Media.MediaDrmStatusCode.UsableInFuture' changed from '[IntDefinitionAttribute(null, JniField="android/media/MediaDrm.KeyStatus.STATUS_USABLE_IN_FUTURE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/MediaDrm$KeyStatus.STATUS_USABLE_IN_FUTURE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.MediaRouterDeviceType Android.Media.MediaRouterDeviceType.Bluetooth' changed from '[IntDefinitionAttribute("Android.Media.MediaRouter.RouteInfo.DeviceTypeBluetooth", JniField="android/media/MediaRouter.RouteInfo.DEVICE_TYPE_BLUETOOTH")]' in the contract to '[IntDefinitionAttribute("Android.Media.MediaRouter.RouteInfo.DeviceTypeBluetooth", JniField="android/media/MediaRouter$RouteInfo.DEVICE_TYPE_BLUETOOTH")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.MediaRouterDeviceType Android.Media.MediaRouterDeviceType.Speaker' changed from '[IntDefinitionAttribute("Android.Media.MediaRouter.RouteInfo.DeviceTypeSpeaker", JniField="android/media/MediaRouter.RouteInfo.DEVICE_TYPE_SPEAKER")]' in the contract to '[IntDefinitionAttribute("Android.Media.MediaRouter.RouteInfo.DeviceTypeSpeaker", JniField="android/media/MediaRouter$RouteInfo.DEVICE_TYPE_SPEAKER")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.MediaRouterDeviceType Android.Media.MediaRouterDeviceType.Tv' changed from '[IntDefinitionAttribute("Android.Media.MediaRouter.RouteInfo.DeviceTypeTv", JniField="android/media/MediaRouter.RouteInfo.DEVICE_TYPE_TV")]' in the contract to '[IntDefinitionAttribute("Android.Media.MediaRouter.RouteInfo.DeviceTypeTv", JniField="android/media/MediaRouter$RouteInfo.DEVICE_TYPE_TV")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.MediaRouterDeviceType Android.Media.MediaRouterDeviceType.Unknown' changed from '[IntDefinitionAttribute("Android.Media.MediaRouter.RouteInfo.DeviceTypeUnknown", JniField="android/media/MediaRouter.RouteInfo.DEVICE_TYPE_UNKNOWN")]' in the contract to '[IntDefinitionAttribute("Android.Media.MediaRouter.RouteInfo.DeviceTypeUnknown", JniField="android/media/MediaRouter$RouteInfo.DEVICE_TYPE_UNKNOWN")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.VolumeInterpolatorType Android.Media.VolumeInterpolatorType.Cubic' changed from '[IntDefinitionAttribute(null, JniField="android/media/VolumeShaper.Configuration.INTERPOLATOR_TYPE_CUBIC")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/VolumeShaper$Configuration.INTERPOLATOR_TYPE_CUBIC")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.VolumeInterpolatorType Android.Media.VolumeInterpolatorType.CubicMonotonic' changed from '[IntDefinitionAttribute(null, JniField="android/media/VolumeShaper.Configuration.INTERPOLATOR_TYPE_CUBIC_MONOTONIC")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/VolumeShaper$Configuration.INTERPOLATOR_TYPE_CUBIC_MONOTONIC")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.VolumeInterpolatorType Android.Media.VolumeInterpolatorType.Linear' changed from '[IntDefinitionAttribute(null, JniField="android/media/VolumeShaper.Configuration.INTERPOLATOR_TYPE_LINEAR")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/VolumeShaper$Configuration.INTERPOLATOR_TYPE_LINEAR")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.VolumeInterpolatorType Android.Media.VolumeInterpolatorType.Step' changed from '[IntDefinitionAttribute(null, JniField="android/media/VolumeShaper.Configuration.INTERPOLATOR_TYPE_STEP")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/VolumeShaper$Configuration.INTERPOLATOR_TYPE_STEP")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.Browse.MediaItemFlags Android.Media.Browse.MediaItemFlags.Browsable' changed from '[IntDefinitionAttribute(null, JniField="android/media/browse/MediaBrowser.MediaItem.FLAG_BROWSABLE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/browse/MediaBrowser$MediaItem.FLAG_BROWSABLE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.Browse.MediaItemFlags Android.Media.Browse.MediaItemFlags.Playable' changed from '[IntDefinitionAttribute(null, JniField="android/media/browse/MediaBrowser.MediaItem.FLAG_PLAYABLE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/browse/MediaBrowser$MediaItem.FLAG_PLAYABLE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.Midi.MidiPortType Android.Media.Midi.MidiPortType.Input' changed from '[IntDefinitionAttribute(null, JniField="android/media/midi/MidiDeviceInfo.PortInfo.TYPE_INPUT")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/midi/MidiDeviceInfo$PortInfo.TYPE_INPUT")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.Midi.MidiPortType Android.Media.Midi.MidiPortType.Output' changed from '[IntDefinitionAttribute(null, JniField="android/media/midi/MidiDeviceInfo.PortInfo.TYPE_OUTPUT")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/midi/MidiDeviceInfo$PortInfo.TYPE_OUTPUT")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.Session.MediaPlaybackType Android.Media.Session.MediaPlaybackType.Local' changed from '[IntDefinitionAttribute(null, JniField="android/media/session/MediaController.PlaybackInfo.PLAYBACK_TYPE_LOCAL")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/session/MediaController$PlaybackInfo.PLAYBACK_TYPE_LOCAL")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.Session.MediaPlaybackType Android.Media.Session.MediaPlaybackType.Remote' changed from '[IntDefinitionAttribute(null, JniField="android/media/session/MediaController.PlaybackInfo.PLAYBACK_TYPE_REMOTE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/session/MediaController$PlaybackInfo.PLAYBACK_TYPE_REMOTE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.PreviewAspectRatio Android.Media.TV.PreviewAspectRatio.A11' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.PreviewPrograms.ASPECT_RATIO_1_1")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$PreviewPrograms.ASPECT_RATIO_1_1")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.PreviewAspectRatio Android.Media.TV.PreviewAspectRatio.A169' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.PreviewPrograms.ASPECT_RATIO_16_9")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$PreviewPrograms.ASPECT_RATIO_16_9")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.PreviewAspectRatio Android.Media.TV.PreviewAspectRatio.A23' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.PreviewPrograms.ASPECT_RATIO_2_3")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$PreviewPrograms.ASPECT_RATIO_2_3")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.PreviewAspectRatio Android.Media.TV.PreviewAspectRatio.A32' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.PreviewPrograms.ASPECT_RATIO_3_2")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$PreviewPrograms.ASPECT_RATIO_3_2")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.PreviewAspectRatio Android.Media.TV.PreviewAspectRatio.A43' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.PreviewPrograms.ASPECT_RATIO_4_3")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$PreviewPrograms.ASPECT_RATIO_4_3")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.PreviewAvailability Android.Media.TV.PreviewAvailability.Available' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.PreviewPrograms.AVAILABILITY_AVAILABLE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$PreviewPrograms.AVAILABILITY_AVAILABLE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.PreviewAvailability Android.Media.TV.PreviewAvailability.FreeWithSubscription' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.PreviewPrograms.AVAILABILITY_FREE_WITH_SUBSCRIPTION")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$PreviewPrograms.AVAILABILITY_FREE_WITH_SUBSCRIPTION")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.PreviewAvailability Android.Media.TV.PreviewAvailability.PaidContent' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.PreviewPrograms.AVAILABILITY_PAID_CONTENT")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$PreviewPrograms.AVAILABILITY_PAID_CONTENT")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.PreviewInteractionType Android.Media.TV.PreviewInteractionType.Fans' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.PreviewPrograms.INTERACTION_TYPE_FANS")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$PreviewPrograms.INTERACTION_TYPE_FANS")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.PreviewInteractionType Android.Media.TV.PreviewInteractionType.Followers' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.PreviewPrograms.INTERACTION_TYPE_FOLLOWERS")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$PreviewPrograms.INTERACTION_TYPE_FOLLOWERS")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.PreviewInteractionType Android.Media.TV.PreviewInteractionType.Likes' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.PreviewPrograms.INTERACTION_TYPE_LIKES")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$PreviewPrograms.INTERACTION_TYPE_LIKES")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.PreviewInteractionType Android.Media.TV.PreviewInteractionType.Listens' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.PreviewPrograms.INTERACTION_TYPE_LISTENS")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$PreviewPrograms.INTERACTION_TYPE_LISTENS")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.PreviewInteractionType Android.Media.TV.PreviewInteractionType.Thumbs' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.PreviewPrograms.INTERACTION_TYPE_THUMBS")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$PreviewPrograms.INTERACTION_TYPE_THUMBS")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.PreviewInteractionType Android.Media.TV.PreviewInteractionType.Viewers' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.PreviewPrograms.INTERACTION_TYPE_VIEWERS")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$PreviewPrograms.INTERACTION_TYPE_VIEWERS")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.PreviewInteractionType Android.Media.TV.PreviewInteractionType.Views' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.PreviewPrograms.INTERACTION_TYPE_VIEWS")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$PreviewPrograms.INTERACTION_TYPE_VIEWS")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.PreviewReviewRatingStyle Android.Media.TV.PreviewReviewRatingStyle.Percentage' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.PreviewPrograms.REVIEW_RATING_STYLE_PERCENTAGE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$PreviewPrograms.REVIEW_RATING_STYLE_PERCENTAGE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.PreviewReviewRatingStyle Android.Media.TV.PreviewReviewRatingStyle.Stars' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.PreviewPrograms.REVIEW_RATING_STYLE_STARS")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$PreviewPrograms.REVIEW_RATING_STYLE_STARS")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.PreviewReviewRatingStyle Android.Media.TV.PreviewReviewRatingStyle.ThumbsUpDown' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.PreviewPrograms.REVIEW_RATING_STYLE_THUMBS_UP_DOWN")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$PreviewPrograms.REVIEW_RATING_STYLE_THUMBS_UP_DOWN")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.PreviewType Android.Media.TV.PreviewType.Album' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.PreviewPrograms.TYPE_ALBUM")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$PreviewPrograms.TYPE_ALBUM")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.PreviewType Android.Media.TV.PreviewType.Artist' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.PreviewPrograms.TYPE_ARTIST")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$PreviewPrograms.TYPE_ARTIST")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.PreviewType Android.Media.TV.PreviewType.Channel' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.PreviewPrograms.TYPE_CHANNEL")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$PreviewPrograms.TYPE_CHANNEL")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.PreviewType Android.Media.TV.PreviewType.Clip' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.PreviewPrograms.TYPE_CLIP")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$PreviewPrograms.TYPE_CLIP")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.PreviewType Android.Media.TV.PreviewType.Event' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.PreviewPrograms.TYPE_EVENT")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$PreviewPrograms.TYPE_EVENT")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.PreviewType Android.Media.TV.PreviewType.Movie' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.PreviewPrograms.TYPE_MOVIE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$PreviewPrograms.TYPE_MOVIE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.PreviewType Android.Media.TV.PreviewType.Playlist' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.PreviewPrograms.TYPE_PLAYLIST")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$PreviewPrograms.TYPE_PLAYLIST")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.PreviewType Android.Media.TV.PreviewType.Station' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.PreviewPrograms.TYPE_STATION")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$PreviewPrograms.TYPE_STATION")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.PreviewType Android.Media.TV.PreviewType.Track' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.PreviewPrograms.TYPE_TRACK")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$PreviewPrograms.TYPE_TRACK")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.PreviewType Android.Media.TV.PreviewType.TvEpisode' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.PreviewPrograms.TYPE_TV_EPISODE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$PreviewPrograms.TYPE_TV_EPISODE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.PreviewType Android.Media.TV.PreviewType.TvSeason' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.PreviewPrograms.TYPE_TV_SEASON")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$PreviewPrograms.TYPE_TV_SEASON")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.PreviewType Android.Media.TV.PreviewType.TvSeries' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.PreviewPrograms.TYPE_TV_SERIES")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$PreviewPrograms.TYPE_TV_SERIES")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.RecordedReviewRatingStyle Android.Media.TV.RecordedReviewRatingStyle.Percentage' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.RecordedPrograms.REVIEW_RATING_STYLE_PERCENTAGE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$RecordedPrograms.REVIEW_RATING_STYLE_PERCENTAGE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.RecordedReviewRatingStyle Android.Media.TV.RecordedReviewRatingStyle.Stars' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.RecordedPrograms.REVIEW_RATING_STYLE_STARS")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$RecordedPrograms.REVIEW_RATING_STYLE_STARS")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.RecordedReviewRatingStyle Android.Media.TV.RecordedReviewRatingStyle.ThumbsUpDown' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.RecordedPrograms.REVIEW_RATING_STYLE_THUMBS_UP_DOWN")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$RecordedPrograms.REVIEW_RATING_STYLE_THUMBS_UP_DOWN")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.ReviewRatingStyle Android.Media.TV.ReviewRatingStyle.Percentage' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.Programs.REVIEW_RATING_STYLE_PERCENTAGE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$Programs.REVIEW_RATING_STYLE_PERCENTAGE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.ReviewRatingStyle Android.Media.TV.ReviewRatingStyle.Stars' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.Programs.REVIEW_RATING_STYLE_STARS")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$Programs.REVIEW_RATING_STYLE_STARS")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.ReviewRatingStyle Android.Media.TV.ReviewRatingStyle.ThumbsUpDown' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.Programs.REVIEW_RATING_STYLE_THUMBS_UP_DOWN")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$Programs.REVIEW_RATING_STYLE_THUMBS_UP_DOWN")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.WatchNextAspectRatio Android.Media.TV.WatchNextAspectRatio.A11' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.WatchNextPrograms.ASPECT_RATIO_1_1")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$WatchNextPrograms.ASPECT_RATIO_1_1")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.WatchNextAspectRatio Android.Media.TV.WatchNextAspectRatio.A169' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.WatchNextPrograms.ASPECT_RATIO_16_9")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$WatchNextPrograms.ASPECT_RATIO_16_9")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.WatchNextAspectRatio Android.Media.TV.WatchNextAspectRatio.A23' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.WatchNextPrograms.ASPECT_RATIO_2_3")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$WatchNextPrograms.ASPECT_RATIO_2_3")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.WatchNextAspectRatio Android.Media.TV.WatchNextAspectRatio.A32' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.WatchNextPrograms.ASPECT_RATIO_3_2")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$WatchNextPrograms.ASPECT_RATIO_3_2")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.WatchNextAspectRatio Android.Media.TV.WatchNextAspectRatio.A43' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.WatchNextPrograms.ASPECT_RATIO_4_3")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$WatchNextPrograms.ASPECT_RATIO_4_3")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.WatchNextAvailability Android.Media.TV.WatchNextAvailability.Available' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.WatchNextPrograms.AVAILABILITY_AVAILABLE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$WatchNextPrograms.AVAILABILITY_AVAILABLE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.WatchNextAvailability Android.Media.TV.WatchNextAvailability.FreeWithSubscription' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.WatchNextPrograms.AVAILABILITY_FREE_WITH_SUBSCRIPTION")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$WatchNextPrograms.AVAILABILITY_FREE_WITH_SUBSCRIPTION")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.WatchNextAvailability Android.Media.TV.WatchNextAvailability.PaidContent' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.WatchNextPrograms.AVAILABILITY_PAID_CONTENT")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$WatchNextPrograms.AVAILABILITY_PAID_CONTENT")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.WatchNextInteractionType Android.Media.TV.WatchNextInteractionType.Fans' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.WatchNextPrograms.INTERACTION_TYPE_FANS")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$WatchNextPrograms.INTERACTION_TYPE_FANS")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.WatchNextInteractionType Android.Media.TV.WatchNextInteractionType.Followers' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.WatchNextPrograms.INTERACTION_TYPE_FOLLOWERS")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$WatchNextPrograms.INTERACTION_TYPE_FOLLOWERS")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.WatchNextInteractionType Android.Media.TV.WatchNextInteractionType.Likes' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.WatchNextPrograms.INTERACTION_TYPE_LIKES")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$WatchNextPrograms.INTERACTION_TYPE_LIKES")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.WatchNextInteractionType Android.Media.TV.WatchNextInteractionType.Listens' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.WatchNextPrograms.INTERACTION_TYPE_LISTENS")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$WatchNextPrograms.INTERACTION_TYPE_LISTENS")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.WatchNextInteractionType Android.Media.TV.WatchNextInteractionType.Thumbs' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.WatchNextPrograms.INTERACTION_TYPE_THUMBS")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$WatchNextPrograms.INTERACTION_TYPE_THUMBS")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.WatchNextInteractionType Android.Media.TV.WatchNextInteractionType.Viewers' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.WatchNextPrograms.INTERACTION_TYPE_VIEWERS")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$WatchNextPrograms.INTERACTION_TYPE_VIEWERS")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.WatchNextInteractionType Android.Media.TV.WatchNextInteractionType.Views' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.WatchNextPrograms.INTERACTION_TYPE_VIEWS")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$WatchNextPrograms.INTERACTION_TYPE_VIEWS")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.WatchNextReviewRatingStyle Android.Media.TV.WatchNextReviewRatingStyle.Percentage' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.WatchNextPrograms.REVIEW_RATING_STYLE_PERCENTAGE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$WatchNextPrograms.REVIEW_RATING_STYLE_PERCENTAGE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.WatchNextReviewRatingStyle Android.Media.TV.WatchNextReviewRatingStyle.Stars' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.WatchNextPrograms.REVIEW_RATING_STYLE_STARS")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$WatchNextPrograms.REVIEW_RATING_STYLE_STARS")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.WatchNextReviewRatingStyle Android.Media.TV.WatchNextReviewRatingStyle.ThumbsUpDown' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.WatchNextPrograms.REVIEW_RATING_STYLE_THUMBS_UP_DOWN")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$WatchNextPrograms.REVIEW_RATING_STYLE_THUMBS_UP_DOWN")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.WatchNextType Android.Media.TV.WatchNextType.Album' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.WatchNextPrograms.TYPE_ALBUM")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$WatchNextPrograms.TYPE_ALBUM")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.WatchNextType Android.Media.TV.WatchNextType.Artist' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.WatchNextPrograms.TYPE_ARTIST")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$WatchNextPrograms.TYPE_ARTIST")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.WatchNextType Android.Media.TV.WatchNextType.Channel' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.WatchNextPrograms.TYPE_CHANNEL")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$WatchNextPrograms.TYPE_CHANNEL")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.WatchNextType Android.Media.TV.WatchNextType.Clip' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.WatchNextPrograms.TYPE_CLIP")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$WatchNextPrograms.TYPE_CLIP")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.WatchNextType Android.Media.TV.WatchNextType.Event' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.WatchNextPrograms.TYPE_EVENT")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$WatchNextPrograms.TYPE_EVENT")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.WatchNextType Android.Media.TV.WatchNextType.Movie' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.WatchNextPrograms.TYPE_MOVIE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$WatchNextPrograms.TYPE_MOVIE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.WatchNextType Android.Media.TV.WatchNextType.Playlist' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.WatchNextPrograms.TYPE_PLAYLIST")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$WatchNextPrograms.TYPE_PLAYLIST")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.WatchNextType Android.Media.TV.WatchNextType.Station' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.WatchNextPrograms.TYPE_STATION")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$WatchNextPrograms.TYPE_STATION")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.WatchNextType Android.Media.TV.WatchNextType.Track' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.WatchNextPrograms.TYPE_TRACK")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$WatchNextPrograms.TYPE_TRACK")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.WatchNextType Android.Media.TV.WatchNextType.TvEpisode' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.WatchNextPrograms.TYPE_TV_EPISODE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$WatchNextPrograms.TYPE_TV_EPISODE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.WatchNextType Android.Media.TV.WatchNextType.TvSeason' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.WatchNextPrograms.TYPE_TV_SEASON")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$WatchNextPrograms.TYPE_TV_SEASON")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.WatchNextType Android.Media.TV.WatchNextType.TvSeries' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.WatchNextPrograms.TYPE_TV_SERIES")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$WatchNextPrograms.TYPE_TV_SERIES")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.WatchNextWatchNextType Android.Media.TV.WatchNextWatchNextType.Continue' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.WatchNextPrograms.WATCH_NEXT_TYPE_CONTINUE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$WatchNextPrograms.WATCH_NEXT_TYPE_CONTINUE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.WatchNextWatchNextType Android.Media.TV.WatchNextWatchNextType.New' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.WatchNextPrograms.WATCH_NEXT_TYPE_NEW")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$WatchNextPrograms.WATCH_NEXT_TYPE_NEW")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.WatchNextWatchNextType Android.Media.TV.WatchNextWatchNextType.Next' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.WatchNextPrograms.WATCH_NEXT_TYPE_NEXT")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$WatchNextPrograms.WATCH_NEXT_TYPE_NEXT")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Media.TV.WatchNextWatchNextType Android.Media.TV.WatchNextWatchNextType.Watchlist' changed from '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract.WatchNextPrograms.WATCH_NEXT_TYPE_WATCHLIST")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/media/tv/TvContract$WatchNextPrograms.WATCH_NEXT_TYPE_WATCHLIST")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Net.Wifi.LocalOnlyHotspotCallbackErrorCode Android.Net.Wifi.LocalOnlyHotspotCallbackErrorCode.Generic' changed from '[IntDefinitionAttribute(null, JniField="android/net/wifi/WifiManager.LocalOnlyHotspotCallback.ERROR_GENERIC")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/net/wifi/WifiManager$LocalOnlyHotspotCallback.ERROR_GENERIC")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Net.Wifi.LocalOnlyHotspotCallbackErrorCode Android.Net.Wifi.LocalOnlyHotspotCallbackErrorCode.IncompatibleMode' changed from '[IntDefinitionAttribute(null, JniField="android/net/wifi/WifiManager.LocalOnlyHotspotCallback.ERROR_INCOMPATIBLE_MODE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/net/wifi/WifiManager$LocalOnlyHotspotCallback.ERROR_INCOMPATIBLE_MODE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Net.Wifi.LocalOnlyHotspotCallbackErrorCode Android.Net.Wifi.LocalOnlyHotspotCallbackErrorCode.NoChannel' changed from '[IntDefinitionAttribute(null, JniField="android/net/wifi/WifiManager.LocalOnlyHotspotCallback.ERROR_NO_CHANNEL")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/net/wifi/WifiManager$LocalOnlyHotspotCallback.ERROR_NO_CHANNEL")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Net.Wifi.LocalOnlyHotspotCallbackErrorCode Android.Net.Wifi.LocalOnlyHotspotCallbackErrorCode.TetheringDisallowed' changed from '[IntDefinitionAttribute(null, JniField="android/net/wifi/WifiManager.LocalOnlyHotspotCallback.ERROR_TETHERING_DISALLOWED")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/net/wifi/WifiManager$LocalOnlyHotspotCallback.ERROR_TETHERING_DISALLOWED")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.OS.MessageQueueEventType Android.OS.MessageQueueEventType.Error' changed from '[IntDefinitionAttribute(null, JniField="android/os/MessageQueue.OnFileDescriptorEventListener.EVENT_ERROR")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/os/MessageQueue$OnFileDescriptorEventListener.EVENT_ERROR")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.OS.MessageQueueEventType Android.OS.MessageQueueEventType.Input' changed from '[IntDefinitionAttribute(null, JniField="android/os/MessageQueue.OnFileDescriptorEventListener.EVENT_INPUT")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/os/MessageQueue$OnFileDescriptorEventListener.EVENT_INPUT")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.OS.MessageQueueEventType Android.OS.MessageQueueEventType.Output' changed from '[IntDefinitionAttribute(null, JniField="android/os/MessageQueue.OnFileDescriptorEventListener.EVENT_OUTPUT")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/os/MessageQueue$OnFileDescriptorEventListener.EVENT_OUTPUT")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.CallerPresentation Android.Provider.CallerPresentation.Allowed' changed from '[IntDefinitionAttribute("Android.Provider.CallLog.Calls.PresentationAllowed", JniField="android/provider/CallLog.Calls.PRESENTATION_ALLOWED")]' in the contract to '[IntDefinitionAttribute("Android.Provider.CallLog.Calls.PresentationAllowed", JniField="android/provider/CallLog$Calls.PRESENTATION_ALLOWED")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.CallerPresentation Android.Provider.CallerPresentation.Payphone' changed from '[IntDefinitionAttribute("Android.Provider.CallLog.Calls.PresentationPayphone", JniField="android/provider/CallLog.Calls.PRESENTATION_PAYPHONE")]' in the contract to '[IntDefinitionAttribute("Android.Provider.CallLog.Calls.PresentationPayphone", JniField="android/provider/CallLog$Calls.PRESENTATION_PAYPHONE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.CallerPresentation Android.Provider.CallerPresentation.Restricted' changed from '[IntDefinitionAttribute("Android.Provider.CallLog.Calls.PresentationRestricted", JniField="android/provider/CallLog.Calls.PRESENTATION_RESTRICTED")]' in the contract to '[IntDefinitionAttribute("Android.Provider.CallLog.Calls.PresentationRestricted", JniField="android/provider/CallLog$Calls.PRESENTATION_RESTRICTED")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.CallerPresentation Android.Provider.CallerPresentation.Unknown' changed from '[IntDefinitionAttribute("Android.Provider.CallLog.Calls.PresentationUnknown", JniField="android/provider/CallLog.Calls.PRESENTATION_UNKNOWN")]' in the contract to '[IntDefinitionAttribute("Android.Provider.CallLog.Calls.PresentationUnknown", JniField="android/provider/CallLog$Calls.PRESENTATION_UNKNOWN")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.ContactsProviderStatus Android.Provider.ContactsProviderStatus.Busy' changed from '[IntDefinitionAttribute(null, JniField="android/provider/ContactsContract.ProviderStatus.STATUS_BUSY")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/provider/ContactsContract$ProviderStatus.STATUS_BUSY")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.ContactsProviderStatus Android.Provider.ContactsProviderStatus.Empty' changed from '[IntDefinitionAttribute(null, JniField="android/provider/ContactsContract.ProviderStatus.STATUS_EMPTY")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/provider/ContactsContract$ProviderStatus.STATUS_EMPTY")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.ContactsProviderStatus Android.Provider.ContactsProviderStatus.Normal' changed from '[IntDefinitionAttribute(null, JniField="android/provider/ContactsContract.ProviderStatus.STATUS_NORMAL")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/provider/ContactsContract$ProviderStatus.STATUS_NORMAL")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.FontFamilyResultStatus Android.Provider.FontFamilyResultStatus.Ok' changed from '[IntDefinitionAttribute(null, JniField="android/provider/FontsContract.FontFamilyResult.STATUS_OK")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/provider/FontsContract$FontFamilyResult.STATUS_OK")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.FontFamilyResultStatus Android.Provider.FontFamilyResultStatus.Rejected' changed from '[IntDefinitionAttribute(null, JniField="android/provider/FontsContract.FontFamilyResult.STATUS_REJECTED")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/provider/FontsContract$FontFamilyResult.STATUS_REJECTED")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.FontFamilyResultStatus Android.Provider.FontFamilyResultStatus.UnexpectedDataProvided' changed from '[IntDefinitionAttribute(null, JniField="android/provider/FontsContract.FontFamilyResult.STATUS_UNEXPECTED_DATA_PROVIDED")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/provider/FontsContract$FontFamilyResult.STATUS_UNEXPECTED_DATA_PROVIDED")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.FontFamilyResultStatus Android.Provider.FontFamilyResultStatus.WrongCertificates' changed from '[IntDefinitionAttribute(null, JniField="android/provider/FontsContract.FontFamilyResult.STATUS_WRONG_CERTIFICATES")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/provider/FontsContract$FontFamilyResult.STATUS_WRONG_CERTIFICATES")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.FontRequestFailureReason Android.Provider.FontRequestFailureReason.FontLoadError' changed from '[IntDefinitionAttribute(null, JniField="android/provider/FontsContract.FontRequestCallback.FAIL_REASON_FONT_LOAD_ERROR")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/provider/FontsContract$FontRequestCallback.FAIL_REASON_FONT_LOAD_ERROR")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.FontRequestFailureReason Android.Provider.FontRequestFailureReason.FontNotFound' changed from '[IntDefinitionAttribute(null, JniField="android/provider/FontsContract.FontRequestCallback.FAIL_REASON_FONT_NOT_FOUND")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/provider/FontsContract$FontRequestCallback.FAIL_REASON_FONT_NOT_FOUND")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.FontRequestFailureReason Android.Provider.FontRequestFailureReason.FontUnavailable' changed from '[IntDefinitionAttribute(null, JniField="android/provider/FontsContract.FontRequestCallback.FAIL_REASON_FONT_UNAVAILABLE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/provider/FontsContract$FontRequestCallback.FAIL_REASON_FONT_UNAVAILABLE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.FontRequestFailureReason Android.Provider.FontRequestFailureReason.MalformedQuery' changed from '[IntDefinitionAttribute(null, JniField="android/provider/FontsContract.FontRequestCallback.FAIL_REASON_MALFORMED_QUERY")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/provider/FontsContract$FontRequestCallback.FAIL_REASON_MALFORMED_QUERY")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.FontRequestFailureReason Android.Provider.FontRequestFailureReason.ProviderNotFound' changed from '[IntDefinitionAttribute(null, JniField="android/provider/FontsContract.FontRequestCallback.FAIL_REASON_PROVIDER_NOT_FOUND")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/provider/FontsContract$FontRequestCallback.FAIL_REASON_PROVIDER_NOT_FOUND")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.FontRequestFailureReason Android.Provider.FontRequestFailureReason.WrongCertificates' changed from '[IntDefinitionAttribute(null, JniField="android/provider/FontsContract.FontRequestCallback.FAIL_REASON_WRONG_CERTIFICATES")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/provider/FontsContract$FontRequestCallback.FAIL_REASON_WRONG_CERTIFICATES")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.FontResultCode Android.Provider.FontResultCode.FontNotFound' changed from '[IntDefinitionAttribute(null, JniField="android/provider/FontsContract.Columns.RESULT_CODE_FONT_NOT_FOUND")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/provider/FontsContract$Columns.RESULT_CODE_FONT_NOT_FOUND")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.FontResultCode Android.Provider.FontResultCode.FontUnavailable' changed from '[IntDefinitionAttribute(null, JniField="android/provider/FontsContract.Columns.RESULT_CODE_FONT_UNAVAILABLE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/provider/FontsContract$Columns.RESULT_CODE_FONT_UNAVAILABLE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.FontResultCode Android.Provider.FontResultCode.MalformedQuery' changed from '[IntDefinitionAttribute(null, JniField="android/provider/FontsContract.Columns.RESULT_CODE_MALFORMED_QUERY")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/provider/FontsContract$Columns.RESULT_CODE_MALFORMED_QUERY")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.FontResultCode Android.Provider.FontResultCode.Ok' changed from '[IntDefinitionAttribute(null, JniField="android/provider/FontsContract.Columns.RESULT_CODE_OK")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/provider/FontsContract$Columns.RESULT_CODE_OK")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.LocaleType Android.Provider.LocaleType.All' changed from '[IntDefinitionAttribute(null, JniField="android/provider/UserDictionary.Words.LOCALE_TYPE_ALL")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/provider/UserDictionary$Words.LOCALE_TYPE_ALL")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.LocaleType Android.Provider.LocaleType.Current' changed from '[IntDefinitionAttribute(null, JniField="android/provider/UserDictionary.Words.LOCALE_TYPE_CURRENT")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/provider/UserDictionary$Words.LOCALE_TYPE_CURRENT")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.MessageBoxType Android.Provider.MessageBoxType.All' changed from '[IntDefinitionAttribute("Android.Provider.Telephony.IBaseMmsColumns.MessageBoxAll", JniField="android/provider/Telephony.BaseMmsColumns.MESSAGE_BOX_ALL")]' in the contract to '[IntDefinitionAttribute("Android.Provider.Telephony.IBaseMmsColumns.MessageBoxAll", JniField="android/provider/Telephony$BaseMmsColumns.MESSAGE_BOX_ALL")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.MessageBoxType Android.Provider.MessageBoxType.Drafts' changed from '[IntDefinitionAttribute("Android.Provider.Telephony.IBaseMmsColumns.MessageBoxDrafts", JniField="android/provider/Telephony.BaseMmsColumns.MESSAGE_BOX_DRAFTS")]' in the contract to '[IntDefinitionAttribute("Android.Provider.Telephony.IBaseMmsColumns.MessageBoxDrafts", JniField="android/provider/Telephony$BaseMmsColumns.MESSAGE_BOX_DRAFTS")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.MessageBoxType Android.Provider.MessageBoxType.Failed' changed from '[IntDefinitionAttribute("Android.Provider.Telephony.IBaseMmsColumns.MessageBoxFailed", JniField="android/provider/Telephony.BaseMmsColumns.MESSAGE_BOX_FAILED")]' in the contract to '[IntDefinitionAttribute("Android.Provider.Telephony.IBaseMmsColumns.MessageBoxFailed", JniField="android/provider/Telephony$BaseMmsColumns.MESSAGE_BOX_FAILED")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.MessageBoxType Android.Provider.MessageBoxType.Inbox' changed from '[IntDefinitionAttribute("Android.Provider.Telephony.IBaseMmsColumns.MessageBoxInbox", JniField="android/provider/Telephony.BaseMmsColumns.MESSAGE_BOX_INBOX")]' in the contract to '[IntDefinitionAttribute("Android.Provider.Telephony.IBaseMmsColumns.MessageBoxInbox", JniField="android/provider/Telephony$BaseMmsColumns.MESSAGE_BOX_INBOX")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.MessageBoxType Android.Provider.MessageBoxType.Outbox' changed from '[IntDefinitionAttribute("Android.Provider.Telephony.IBaseMmsColumns.MessageBoxOutbox", JniField="android/provider/Telephony.BaseMmsColumns.MESSAGE_BOX_OUTBOX")]' in the contract to '[IntDefinitionAttribute("Android.Provider.Telephony.IBaseMmsColumns.MessageBoxOutbox", JniField="android/provider/Telephony$BaseMmsColumns.MESSAGE_BOX_OUTBOX")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.MessageBoxType Android.Provider.MessageBoxType.Sent' changed from '[IntDefinitionAttribute("Android.Provider.Telephony.IBaseMmsColumns.MessageBoxSent", JniField="android/provider/Telephony.BaseMmsColumns.MESSAGE_BOX_SENT")]' in the contract to '[IntDefinitionAttribute("Android.Provider.Telephony.IBaseMmsColumns.MessageBoxSent", JniField="android/provider/Telephony$BaseMmsColumns.MESSAGE_BOX_SENT")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.MmsSmsErrorType Android.Provider.MmsSmsErrorType.Generic' changed from '[IntDefinitionAttribute("Android.Provider.Telephony.MmsSms.ErrTypeGeneric", JniField="android/provider/Telephony.MmsSms.ERR_TYPE_GENERIC")]' in the contract to '[IntDefinitionAttribute("Android.Provider.Telephony.MmsSms.ErrTypeGeneric", JniField="android/provider/Telephony$MmsSms.ERR_TYPE_GENERIC")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.MmsSmsErrorType Android.Provider.MmsSmsErrorType.GenericPermanent' changed from '[IntDefinitionAttribute("Android.Provider.Telephony.MmsSms.ErrTypeGenericPermanent", JniField="android/provider/Telephony.MmsSms.ERR_TYPE_GENERIC_PERMANENT")]' in the contract to '[IntDefinitionAttribute("Android.Provider.Telephony.MmsSms.ErrTypeGenericPermanent", JniField="android/provider/Telephony$MmsSms.ERR_TYPE_GENERIC_PERMANENT")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.MmsSmsErrorType Android.Provider.MmsSmsErrorType.MmsProtoPermanent' changed from '[IntDefinitionAttribute("Android.Provider.Telephony.MmsSms.ErrTypeMmsProtoPermanent", JniField="android/provider/Telephony.MmsSms.ERR_TYPE_MMS_PROTO_PERMANENT")]' in the contract to '[IntDefinitionAttribute("Android.Provider.Telephony.MmsSms.ErrTypeMmsProtoPermanent", JniField="android/provider/Telephony$MmsSms.ERR_TYPE_MMS_PROTO_PERMANENT")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.MmsSmsErrorType Android.Provider.MmsSmsErrorType.MmsProtoTransient' changed from '[IntDefinitionAttribute("Android.Provider.Telephony.MmsSms.ErrTypeMmsProtoTransient", JniField="android/provider/Telephony.MmsSms.ERR_TYPE_MMS_PROTO_TRANSIENT")]' in the contract to '[IntDefinitionAttribute("Android.Provider.Telephony.MmsSms.ErrTypeMmsProtoTransient", JniField="android/provider/Telephony$MmsSms.ERR_TYPE_MMS_PROTO_TRANSIENT")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.MmsSmsErrorType Android.Provider.MmsSmsErrorType.NoError' changed from '[IntDefinitionAttribute("Android.Provider.Telephony.MmsSms.NoError", JniField="android/provider/Telephony.MmsSms.NO_ERROR")]' in the contract to '[IntDefinitionAttribute("Android.Provider.Telephony.MmsSms.NoError", JniField="android/provider/Telephony$MmsSms.NO_ERROR")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.MmsSmsErrorType Android.Provider.MmsSmsErrorType.SmsProtoPermanent' changed from '[IntDefinitionAttribute("Android.Provider.Telephony.MmsSms.ErrTypeSmsProtoPermanent", JniField="android/provider/Telephony.MmsSms.ERR_TYPE_SMS_PROTO_PERMANENT")]' in the contract to '[IntDefinitionAttribute("Android.Provider.Telephony.MmsSms.ErrTypeSmsProtoPermanent", JniField="android/provider/Telephony$MmsSms.ERR_TYPE_SMS_PROTO_PERMANENT")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.MmsSmsErrorType Android.Provider.MmsSmsErrorType.SmsProtoTransient' changed from '[IntDefinitionAttribute("Android.Provider.Telephony.MmsSms.ErrTypeSmsProtoTransient", JniField="android/provider/Telephony.MmsSms.ERR_TYPE_SMS_PROTO_TRANSIENT")]' in the contract to '[IntDefinitionAttribute("Android.Provider.Telephony.MmsSms.ErrTypeSmsProtoTransient", JniField="android/provider/Telephony$MmsSms.ERR_TYPE_SMS_PROTO_TRANSIENT")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.MmsSmsErrorType Android.Provider.MmsSmsErrorType.TransportFailure' changed from '[IntDefinitionAttribute("Android.Provider.Telephony.MmsSms.ErrTypeTransportFailure", JniField="android/provider/Telephony.MmsSms.ERR_TYPE_TRANSPORT_FAILURE")]' in the contract to '[IntDefinitionAttribute("Android.Provider.Telephony.MmsSms.ErrTypeTransportFailure", JniField="android/provider/Telephony$MmsSms.ERR_TYPE_TRANSPORT_FAILURE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.MmsSmsProtocol Android.Provider.MmsSmsProtocol.MmsProto' changed from '[IntDefinitionAttribute("Android.Provider.Telephony.MmsSms.MmsProto", JniField="android/provider/Telephony.MmsSms.MMS_PROTO")]' in the contract to '[IntDefinitionAttribute("Android.Provider.Telephony.MmsSms.MmsProto", JniField="android/provider/Telephony$MmsSms.MMS_PROTO")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.MmsSmsProtocol Android.Provider.MmsSmsProtocol.SmsProto' changed from '[IntDefinitionAttribute("Android.Provider.Telephony.MmsSms.SmsProto", JniField="android/provider/Telephony.MmsSms.SMS_PROTO")]' in the contract to '[IntDefinitionAttribute("Android.Provider.Telephony.MmsSms.SmsProto", JniField="android/provider/Telephony$MmsSms.SMS_PROTO")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.SmsIntentResult Android.Provider.SmsIntentResult.Duplicated' changed from '[IntDefinitionAttribute("Android.Provider.Telephony.Sms.Intents.ResultSmsDuplicated", JniField="android/provider/Telephony.Sms.Intents.RESULT_SMS_DUPLICATED")]' in the contract to '[IntDefinitionAttribute("Android.Provider.Telephony.Sms.Intents.ResultSmsDuplicated", JniField="android/provider/Telephony$Sms$Intents.RESULT_SMS_DUPLICATED")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.SmsIntentResult Android.Provider.SmsIntentResult.GenericError' changed from '[IntDefinitionAttribute("Android.Provider.Telephony.Sms.Intents.ResultSmsGenericError", JniField="android/provider/Telephony.Sms.Intents.RESULT_SMS_GENERIC_ERROR")]' in the contract to '[IntDefinitionAttribute("Android.Provider.Telephony.Sms.Intents.ResultSmsGenericError", JniField="android/provider/Telephony$Sms$Intents.RESULT_SMS_GENERIC_ERROR")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.SmsIntentResult Android.Provider.SmsIntentResult.Handled' changed from '[IntDefinitionAttribute("Android.Provider.Telephony.Sms.Intents.ResultSmsHandled", JniField="android/provider/Telephony.Sms.Intents.RESULT_SMS_HANDLED")]' in the contract to '[IntDefinitionAttribute("Android.Provider.Telephony.Sms.Intents.ResultSmsHandled", JniField="android/provider/Telephony$Sms$Intents.RESULT_SMS_HANDLED")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.SmsIntentResult Android.Provider.SmsIntentResult.OutOfMemory' changed from '[IntDefinitionAttribute("Android.Provider.Telephony.Sms.Intents.ResultSmsOutOfMemory", JniField="android/provider/Telephony.Sms.Intents.RESULT_SMS_OUT_OF_MEMORY")]' in the contract to '[IntDefinitionAttribute("Android.Provider.Telephony.Sms.Intents.ResultSmsOutOfMemory", JniField="android/provider/Telephony$Sms$Intents.RESULT_SMS_OUT_OF_MEMORY")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.SmsIntentResult Android.Provider.SmsIntentResult.Unsupported' changed from '[IntDefinitionAttribute("Android.Provider.Telephony.Sms.Intents.ResultSmsUnsupported", JniField="android/provider/Telephony.Sms.Intents.RESULT_SMS_UNSUPPORTED")]' in the contract to '[IntDefinitionAttribute("Android.Provider.Telephony.Sms.Intents.ResultSmsUnsupported", JniField="android/provider/Telephony$Sms$Intents.RESULT_SMS_UNSUPPORTED")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.SmsMessageType Android.Provider.SmsMessageType.All' changed from '[IntDefinitionAttribute("Android.Provider.Telephony.ITextBasedSmsColumns.MessageTypeAll", JniField="android/provider/Telephony.TextBasedSmsColumns.MESSAGE_TYPE_ALL")]' in the contract to '[IntDefinitionAttribute("Android.Provider.Telephony.ITextBasedSmsColumns.MessageTypeAll", JniField="android/provider/Telephony$TextBasedSmsColumns.MESSAGE_TYPE_ALL")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.SmsMessageType Android.Provider.SmsMessageType.Draft' changed from '[IntDefinitionAttribute("Android.Provider.Telephony.ITextBasedSmsColumns.MessageTypeDraft", JniField="android/provider/Telephony.TextBasedSmsColumns.MESSAGE_TYPE_DRAFT")]' in the contract to '[IntDefinitionAttribute("Android.Provider.Telephony.ITextBasedSmsColumns.MessageTypeDraft", JniField="android/provider/Telephony$TextBasedSmsColumns.MESSAGE_TYPE_DRAFT")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.SmsMessageType Android.Provider.SmsMessageType.Failed' changed from '[IntDefinitionAttribute("Android.Provider.Telephony.ITextBasedSmsColumns.MessageTypeFailed", JniField="android/provider/Telephony.TextBasedSmsColumns.MESSAGE_TYPE_FAILED")]' in the contract to '[IntDefinitionAttribute("Android.Provider.Telephony.ITextBasedSmsColumns.MessageTypeFailed", JniField="android/provider/Telephony$TextBasedSmsColumns.MESSAGE_TYPE_FAILED")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.SmsMessageType Android.Provider.SmsMessageType.Inbox' changed from '[IntDefinitionAttribute("Android.Provider.Telephony.ITextBasedSmsColumns.MessageTypeInbox", JniField="android/provider/Telephony.TextBasedSmsColumns.MESSAGE_TYPE_INBOX")]' in the contract to '[IntDefinitionAttribute("Android.Provider.Telephony.ITextBasedSmsColumns.MessageTypeInbox", JniField="android/provider/Telephony$TextBasedSmsColumns.MESSAGE_TYPE_INBOX")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.SmsMessageType Android.Provider.SmsMessageType.Outbox' changed from '[IntDefinitionAttribute("Android.Provider.Telephony.ITextBasedSmsColumns.MessageTypeOutbox", JniField="android/provider/Telephony.TextBasedSmsColumns.MESSAGE_TYPE_OUTBOX")]' in the contract to '[IntDefinitionAttribute("Android.Provider.Telephony.ITextBasedSmsColumns.MessageTypeOutbox", JniField="android/provider/Telephony$TextBasedSmsColumns.MESSAGE_TYPE_OUTBOX")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.SmsMessageType Android.Provider.SmsMessageType.Queued' changed from '[IntDefinitionAttribute("Android.Provider.Telephony.ITextBasedSmsColumns.MessageTypeQueued", JniField="android/provider/Telephony.TextBasedSmsColumns.MESSAGE_TYPE_QUEUED")]' in the contract to '[IntDefinitionAttribute("Android.Provider.Telephony.ITextBasedSmsColumns.MessageTypeQueued", JniField="android/provider/Telephony$TextBasedSmsColumns.MESSAGE_TYPE_QUEUED")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.SmsMessageType Android.Provider.SmsMessageType.Sent' changed from '[IntDefinitionAttribute("Android.Provider.Telephony.ITextBasedSmsColumns.MessageTypeSent", JniField="android/provider/Telephony.TextBasedSmsColumns.MESSAGE_TYPE_SENT")]' in the contract to '[IntDefinitionAttribute("Android.Provider.Telephony.ITextBasedSmsColumns.MessageTypeSent", JniField="android/provider/Telephony$TextBasedSmsColumns.MESSAGE_TYPE_SENT")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.SmsStatus Android.Provider.SmsStatus.Complete' changed from '[IntDefinitionAttribute("Android.Provider.Telephony.ITextBasedSmsColumns.StatusComplete", JniField="android/provider/Telephony.TextBasedSmsColumns.STATUS_COMPLETE")]' in the contract to '[IntDefinitionAttribute("Android.Provider.Telephony.ITextBasedSmsColumns.StatusComplete", JniField="android/provider/Telephony$TextBasedSmsColumns.STATUS_COMPLETE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.SmsStatus Android.Provider.SmsStatus.Failed' changed from '[IntDefinitionAttribute("Android.Provider.Telephony.ITextBasedSmsColumns.StatusFailed", JniField="android/provider/Telephony.TextBasedSmsColumns.STATUS_FAILED")]' in the contract to '[IntDefinitionAttribute("Android.Provider.Telephony.ITextBasedSmsColumns.StatusFailed", JniField="android/provider/Telephony$TextBasedSmsColumns.STATUS_FAILED")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.SmsStatus Android.Provider.SmsStatus.None' changed from '[IntDefinitionAttribute("Android.Provider.Telephony.ITextBasedSmsColumns.StatusNone", JniField="android/provider/Telephony.TextBasedSmsColumns.STATUS_NONE")]' in the contract to '[IntDefinitionAttribute("Android.Provider.Telephony.ITextBasedSmsColumns.StatusNone", JniField="android/provider/Telephony$TextBasedSmsColumns.STATUS_NONE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.SmsStatus Android.Provider.SmsStatus.Pending' changed from '[IntDefinitionAttribute("Android.Provider.Telephony.ITextBasedSmsColumns.StatusPending", JniField="android/provider/Telephony.TextBasedSmsColumns.STATUS_PENDING")]' in the contract to '[IntDefinitionAttribute("Android.Provider.Telephony.ITextBasedSmsColumns.StatusPending", JniField="android/provider/Telephony$TextBasedSmsColumns.STATUS_PENDING")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.ThreadType Android.Provider.ThreadType.BroadcastThread' changed from '[IntDefinitionAttribute("Android.Provider.Telephony.Threads.BroadcastThread", JniField="android/provider/Telephony.Threads.BROADCAST_THREAD")]' in the contract to '[IntDefinitionAttribute("Android.Provider.Telephony.Threads.BroadcastThread", JniField="android/provider/Telephony$Threads.BROADCAST_THREAD")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Provider.ThreadType Android.Provider.ThreadType.CommonThread' changed from '[IntDefinitionAttribute("Android.Provider.Telephony.Threads.CommonThread", JniField="android/provider/Telephony.Threads.COMMON_THREAD")]' in the contract to '[IntDefinitionAttribute("Android.Provider.Telephony.Threads.CommonThread", JniField="android/provider/Telephony$Threads.COMMON_THREAD")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Renderscripts.TriangleFlags Android.Renderscripts.TriangleFlags.Color' changed from '[IntDefinitionAttribute(null, JniField="android/renderscript/Mesh.TriangleMeshBuilder.COLOR")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/renderscript/Mesh$TriangleMeshBuilder.COLOR")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Renderscripts.TriangleFlags Android.Renderscripts.TriangleFlags.Normal' changed from '[IntDefinitionAttribute(null, JniField="android/renderscript/Mesh.TriangleMeshBuilder.NORMAL")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/renderscript/Mesh$TriangleMeshBuilder.NORMAL")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Renderscripts.TriangleFlags Android.Renderscripts.TriangleFlags.Texture0' changed from '[IntDefinitionAttribute(null, JniField="android/renderscript/Mesh.TriangleMeshBuilder.TEXTURE_0")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/renderscript/Mesh$TriangleMeshBuilder.TEXTURE_0")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Service.Autofill.EventType Android.Service.Autofill.EventType.AuthenticationSelected' changed from '[IntDefinitionAttribute(null, JniField="android/service/autofill/FillEventHistory.Event.TYPE_AUTHENTICATION_SELECTED")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/service/autofill/FillEventHistory$Event.TYPE_AUTHENTICATION_SELECTED")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Service.Autofill.EventType Android.Service.Autofill.EventType.ContextCommitted' changed from '[IntDefinitionAttribute(null, JniField="android/service/autofill/FillEventHistory.Event.TYPE_CONTEXT_COMMITTED")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/service/autofill/FillEventHistory$Event.TYPE_CONTEXT_COMMITTED")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Service.Autofill.EventType Android.Service.Autofill.EventType.DatasetAuthenticationSelected' changed from '[IntDefinitionAttribute(null, JniField="android/service/autofill/FillEventHistory.Event.TYPE_DATASET_AUTHENTICATION_SELECTED")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/service/autofill/FillEventHistory$Event.TYPE_DATASET_AUTHENTICATION_SELECTED")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Service.Autofill.EventType Android.Service.Autofill.EventType.DatasetSelected' changed from '[IntDefinitionAttribute(null, JniField="android/service/autofill/FillEventHistory.Event.TYPE_DATASET_SELECTED")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/service/autofill/FillEventHistory$Event.TYPE_DATASET_SELECTED")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Service.Autofill.EventType Android.Service.Autofill.EventType.SaveShown' changed from '[IntDefinitionAttribute(null, JniField="android/service/autofill/FillEventHistory.Event.TYPE_SAVE_SHOWN")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/service/autofill/FillEventHistory$Event.TYPE_SAVE_SHOWN")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Service.Notification.UserSentiment Android.Service.Notification.UserSentiment.Negative' changed from '[IntDefinitionAttribute("Android.Service.Notification.NotificationListenerService.Ranking.UserSentimentNegative", JniField="android/service/notification/NotificationListenerService.Ranking.USER_SENTIMENT_NEGATIVE")]' in the contract to '[IntDefinitionAttribute("Android.Service.Notification.NotificationListenerService.Ranking.UserSentimentNegative", JniField="android/service/notification/NotificationListenerService$Ranking.USER_SENTIMENT_NEGATIVE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Service.Notification.UserSentiment Android.Service.Notification.UserSentiment.Neutral' changed from '[IntDefinitionAttribute("Android.Service.Notification.NotificationListenerService.Ranking.UserSentimentNeutral", JniField="android/service/notification/NotificationListenerService.Ranking.USER_SENTIMENT_NEUTRAL")]' in the contract to '[IntDefinitionAttribute("Android.Service.Notification.NotificationListenerService.Ranking.UserSentimentNeutral", JniField="android/service/notification/NotificationListenerService$Ranking.USER_SENTIMENT_NEUTRAL")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Service.Notification.UserSentiment Android.Service.Notification.UserSentiment.Positive' changed from '[IntDefinitionAttribute("Android.Service.Notification.NotificationListenerService.Ranking.UserSentimentPositive", JniField="android/service/notification/NotificationListenerService.Ranking.USER_SENTIMENT_POSITIVE")]' in the contract to '[IntDefinitionAttribute("Android.Service.Notification.NotificationListenerService.Ranking.UserSentimentPositive", JniField="android/service/notification/NotificationListenerService$Ranking.USER_SENTIMENT_POSITIVE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Service.Voice.ToucheableInsetsType Android.Service.Voice.ToucheableInsetsType.Content' changed from '[IntDefinitionAttribute("Android.Service.Voice.VoiceInteractionSession.Insets.TouchableInsetsContent", JniField="android/service/voice/VoiceInteractionSession.Insets.TOUCHABLE_INSETS_CONTENT")]' in the contract to '[IntDefinitionAttribute("Android.Service.Voice.VoiceInteractionSession.Insets.TouchableInsetsContent", JniField="android/service/voice/VoiceInteractionSession$Insets.TOUCHABLE_INSETS_CONTENT")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Service.Voice.ToucheableInsetsType Android.Service.Voice.ToucheableInsetsType.Frame' changed from '[IntDefinitionAttribute("Android.Service.Voice.VoiceInteractionSession.Insets.TouchableInsetsFrame", JniField="android/service/voice/VoiceInteractionSession.Insets.TOUCHABLE_INSETS_FRAME")]' in the contract to '[IntDefinitionAttribute("Android.Service.Voice.VoiceInteractionSession.Insets.TouchableInsetsFrame", JniField="android/service/voice/VoiceInteractionSession$Insets.TOUCHABLE_INSETS_FRAME")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Service.Voice.ToucheableInsetsType Android.Service.Voice.ToucheableInsetsType.Region' changed from '[IntDefinitionAttribute("Android.Service.Voice.VoiceInteractionSession.Insets.TouchableInsetsRegion", JniField="android/service/voice/VoiceInteractionSession.Insets.TOUCHABLE_INSETS_REGION")]' in the contract to '[IntDefinitionAttribute("Android.Service.Voice.VoiceInteractionSession.Insets.TouchableInsetsRegion", JniField="android/service/voice/VoiceInteractionSession$Insets.TOUCHABLE_INSETS_REGION")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Speech.Tts.CheckVoiceData Android.Speech.Tts.CheckVoiceData.BadData' changed from '[IntDefinitionAttribute(null, JniField="android/speech/tts/TextToSpeech.Engine.CHECK_VOICE_DATA_BAD_DATA")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/speech/tts/TextToSpeech$Engine.CHECK_VOICE_DATA_BAD_DATA")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Speech.Tts.CheckVoiceData Android.Speech.Tts.CheckVoiceData.Fail' changed from '[IntDefinitionAttribute(null, JniField="android/speech/tts/TextToSpeech.Engine.CHECK_VOICE_DATA_FAIL")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/speech/tts/TextToSpeech$Engine.CHECK_VOICE_DATA_FAIL")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Speech.Tts.CheckVoiceData Android.Speech.Tts.CheckVoiceData.MissingData' changed from '[IntDefinitionAttribute(null, JniField="android/speech/tts/TextToSpeech.Engine.CHECK_VOICE_DATA_MISSING_DATA")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/speech/tts/TextToSpeech$Engine.CHECK_VOICE_DATA_MISSING_DATA")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Speech.Tts.CheckVoiceData Android.Speech.Tts.CheckVoiceData.MissingVolume' changed from '[IntDefinitionAttribute(null, JniField="android/speech/tts/TextToSpeech.Engine.CHECK_VOICE_DATA_MISSING_VOLUME")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/speech/tts/TextToSpeech$Engine.CHECK_VOICE_DATA_MISSING_VOLUME")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Speech.Tts.CheckVoiceData Android.Speech.Tts.CheckVoiceData.Pass' changed from '[IntDefinitionAttribute(null, JniField="android/speech/tts/TextToSpeech.Engine.CHECK_VOICE_DATA_PASS")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/speech/tts/TextToSpeech$Engine.CHECK_VOICE_DATA_PASS")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.CallCapability Android.Telecom.CallCapability.CannotDowngradeVideoToAudio' changed from '[IntDefinitionAttribute(null, JniField="android/telecom/Call.Details.CAPABILITY_CANNOT_DOWNGRADE_VIDEO_TO_AUDIO")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/telecom/Call$Details.CAPABILITY_CANNOT_DOWNGRADE_VIDEO_TO_AUDIO")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.CallCapability Android.Telecom.CallCapability.CanPauseVideo' changed from '[IntDefinitionAttribute(null, JniField="android/telecom/Call.Details.CAPABILITY_CAN_PAUSE_VIDEO")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/telecom/Call$Details.CAPABILITY_CAN_PAUSE_VIDEO")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.CallCapability Android.Telecom.CallCapability.CanPullCall' changed from '[IntDefinitionAttribute(null, JniField="android/telecom/Call.Details.CAPABILITY_CAN_PULL_CALL")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/telecom/Call$Details.CAPABILITY_CAN_PULL_CALL")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.CallCapability Android.Telecom.CallCapability.DisconnectFromConference' changed from '[IntDefinitionAttribute(null, JniField="android/telecom/Call.Details.CAPABILITY_DISCONNECT_FROM_CONFERENCE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/telecom/Call$Details.CAPABILITY_DISCONNECT_FROM_CONFERENCE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.CallCapability Android.Telecom.CallCapability.Hold' changed from '[IntDefinitionAttribute(null, JniField="android/telecom/Call.Details.CAPABILITY_HOLD")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/telecom/Call$Details.CAPABILITY_HOLD")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.CallCapability Android.Telecom.CallCapability.ManageConference' changed from '[IntDefinitionAttribute(null, JniField="android/telecom/Call.Details.CAPABILITY_MANAGE_CONFERENCE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/telecom/Call$Details.CAPABILITY_MANAGE_CONFERENCE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.CallCapability Android.Telecom.CallCapability.MergeConference' changed from '[IntDefinitionAttribute(null, JniField="android/telecom/Call.Details.CAPABILITY_MERGE_CONFERENCE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/telecom/Call$Details.CAPABILITY_MERGE_CONFERENCE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.CallCapability Android.Telecom.CallCapability.Mute' changed from '[IntDefinitionAttribute(null, JniField="android/telecom/Call.Details.CAPABILITY_MUTE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/telecom/Call$Details.CAPABILITY_MUTE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.CallCapability Android.Telecom.CallCapability.RespondViaText' changed from '[IntDefinitionAttribute(null, JniField="android/telecom/Call.Details.CAPABILITY_RESPOND_VIA_TEXT")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/telecom/Call$Details.CAPABILITY_RESPOND_VIA_TEXT")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.CallCapability Android.Telecom.CallCapability.SeparateFromConference' changed from '[IntDefinitionAttribute(null, JniField="android/telecom/Call.Details.CAPABILITY_SEPARATE_FROM_CONFERENCE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/telecom/Call$Details.CAPABILITY_SEPARATE_FROM_CONFERENCE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.CallCapability Android.Telecom.CallCapability.SupportDeflect' changed from '[IntDefinitionAttribute(null, JniField="android/telecom/Call.Details.CAPABILITY_SUPPORT_DEFLECT")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/telecom/Call$Details.CAPABILITY_SUPPORT_DEFLECT")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.CallCapability Android.Telecom.CallCapability.SupportHold' changed from '[IntDefinitionAttribute(null, JniField="android/telecom/Call.Details.CAPABILITY_SUPPORT_HOLD")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/telecom/Call$Details.CAPABILITY_SUPPORT_HOLD")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.CallCapability Android.Telecom.CallCapability.SupportsVtLocalBidirectional' changed from '[IntDefinitionAttribute(null, JniField="android/telecom/Call.Details.CAPABILITY_SUPPORTS_VT_LOCAL_BIDIRECTIONAL")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/telecom/Call$Details.CAPABILITY_SUPPORTS_VT_LOCAL_BIDIRECTIONAL")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.CallCapability Android.Telecom.CallCapability.SupportsVtLocalRx' changed from '[IntDefinitionAttribute(null, JniField="android/telecom/Call.Details.CAPABILITY_SUPPORTS_VT_LOCAL_RX")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/telecom/Call$Details.CAPABILITY_SUPPORTS_VT_LOCAL_RX")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.CallCapability Android.Telecom.CallCapability.SupportsVtLocalTx' changed from '[IntDefinitionAttribute(null, JniField="android/telecom/Call.Details.CAPABILITY_SUPPORTS_VT_LOCAL_TX")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/telecom/Call$Details.CAPABILITY_SUPPORTS_VT_LOCAL_TX")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.CallCapability Android.Telecom.CallCapability.SupportsVtRemoteBidirectional' changed from '[IntDefinitionAttribute(null, JniField="android/telecom/Call.Details.CAPABILITY_SUPPORTS_VT_REMOTE_BIDIRECTIONAL")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/telecom/Call$Details.CAPABILITY_SUPPORTS_VT_REMOTE_BIDIRECTIONAL")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.CallCapability Android.Telecom.CallCapability.SupportsVtRemoteRx' changed from '[IntDefinitionAttribute(null, JniField="android/telecom/Call.Details.CAPABILITY_SUPPORTS_VT_REMOTE_RX")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/telecom/Call$Details.CAPABILITY_SUPPORTS_VT_REMOTE_RX")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.CallCapability Android.Telecom.CallCapability.SupportsVtRemoteTx' changed from '[IntDefinitionAttribute(null, JniField="android/telecom/Call.Details.CAPABILITY_SUPPORTS_VT_REMOTE_TX")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/telecom/Call$Details.CAPABILITY_SUPPORTS_VT_REMOTE_TX")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.CallCapability Android.Telecom.CallCapability.SwapConference' changed from '[IntDefinitionAttribute(null, JniField="android/telecom/Call.Details.CAPABILITY_SWAP_CONFERENCE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/telecom/Call$Details.CAPABILITY_SWAP_CONFERENCE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.CallDirection Android.Telecom.CallDirection.Incoming' changed from '[IntDefinitionAttribute("Android.Telecom.Call.Details.DirectionIncoming", JniField="android/telecom/Call.Details.DIRECTION_INCOMING")]' in the contract to '[IntDefinitionAttribute("Android.Telecom.Call.Details.DirectionIncoming", JniField="android/telecom/Call$Details.DIRECTION_INCOMING")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.CallDirection Android.Telecom.CallDirection.Outgoing' changed from '[IntDefinitionAttribute("Android.Telecom.Call.Details.DirectionOutgoing", JniField="android/telecom/Call.Details.DIRECTION_OUTGOING")]' in the contract to '[IntDefinitionAttribute("Android.Telecom.Call.Details.DirectionOutgoing", JniField="android/telecom/Call$Details.DIRECTION_OUTGOING")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.CallDirection Android.Telecom.CallDirection.Unknown' changed from '[IntDefinitionAttribute("Android.Telecom.Call.Details.DirectionUnknown", JniField="android/telecom/Call.Details.DIRECTION_UNKNOWN")]' in the contract to '[IntDefinitionAttribute("Android.Telecom.Call.Details.DirectionUnknown", JniField="android/telecom/Call$Details.DIRECTION_UNKNOWN")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.CallProperty Android.Telecom.CallProperty.Conference' changed from '[IntDefinitionAttribute(null, JniField="android/telecom/Call.Details.PROPERTY_CONFERENCE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/telecom/Call$Details.PROPERTY_CONFERENCE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.CallProperty Android.Telecom.CallProperty.EmergencyCallbackMode' changed from '[IntDefinitionAttribute(null, JniField="android/telecom/Call.Details.PROPERTY_EMERGENCY_CALLBACK_MODE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/telecom/Call$Details.PROPERTY_EMERGENCY_CALLBACK_MODE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.CallProperty Android.Telecom.CallProperty.EnterpriseCall' changed from '[IntDefinitionAttribute(null, JniField="android/telecom/Call.Details.PROPERTY_ENTERPRISE_CALL")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/telecom/Call$Details.PROPERTY_ENTERPRISE_CALL")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.CallProperty Android.Telecom.CallProperty.GenericConference' changed from '[IntDefinitionAttribute(null, JniField="android/telecom/Call.Details.PROPERTY_GENERIC_CONFERENCE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/telecom/Call$Details.PROPERTY_GENERIC_CONFERENCE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.CallProperty Android.Telecom.CallProperty.HasCdmaVoicePrivacy' changed from '[IntDefinitionAttribute(null, JniField="android/telecom/Call.Details.PROPERTY_HAS_CDMA_VOICE_PRIVACY")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/telecom/Call$Details.PROPERTY_HAS_CDMA_VOICE_PRIVACY")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.CallProperty Android.Telecom.CallProperty.HighDefAudio' changed from '[IntDefinitionAttribute(null, JniField="android/telecom/Call.Details.PROPERTY_HIGH_DEF_AUDIO")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/telecom/Call$Details.PROPERTY_HIGH_DEF_AUDIO")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.CallProperty Android.Telecom.CallProperty.IsExternalCall' changed from '[IntDefinitionAttribute(null, JniField="android/telecom/Call.Details.PROPERTY_IS_EXTERNAL_CALL")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/telecom/Call$Details.PROPERTY_IS_EXTERNAL_CALL")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.CallProperty Android.Telecom.CallProperty.NetworkIdentifiedEmergencyCall' changed from '[IntDefinitionAttribute(null, JniField="android/telecom/Call.Details.PROPERTY_NETWORK_IDENTIFIED_EMERGENCY_CALL")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/telecom/Call$Details.PROPERTY_NETWORK_IDENTIFIED_EMERGENCY_CALL")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.CallProperty Android.Telecom.CallProperty.Rtt' changed from '[IntDefinitionAttribute(null, JniField="android/telecom/Call.Details.PROPERTY_RTT")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/telecom/Call$Details.PROPERTY_RTT")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.CallProperty Android.Telecom.CallProperty.SelfManaged' changed from '[IntDefinitionAttribute(null, JniField="android/telecom/Call.Details.PROPERTY_SELF_MANAGED")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/telecom/Call$Details.PROPERTY_SELF_MANAGED")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.CallProperty Android.Telecom.CallProperty.VoipAudioMode' changed from '[IntDefinitionAttribute(null, JniField="android/telecom/Call.Details.PROPERTY_VOIP_AUDIO_MODE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/telecom/Call$Details.PROPERTY_VOIP_AUDIO_MODE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.CallProperty Android.Telecom.CallProperty.Wifi' changed from '[IntDefinitionAttribute(null, JniField="android/telecom/Call.Details.PROPERTY_WIFI")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/telecom/Call$Details.PROPERTY_WIFI")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.HandoverFailureReason Android.Telecom.HandoverFailureReason.DestAppRejected' changed from '[IntDefinitionAttribute("Android.Telecom.Call.Callback.HandoverFailureDestAppRejected", JniField="android/telecom/Call.Callback.HANDOVER_FAILURE_DEST_APP_REJECTED")]' in the contract to '[IntDefinitionAttribute("Android.Telecom.Call.Callback.HandoverFailureDestAppRejected", JniField="android/telecom/Call$Callback.HANDOVER_FAILURE_DEST_APP_REJECTED")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.HandoverFailureReason Android.Telecom.HandoverFailureReason.NotSupported' changed from '[IntDefinitionAttribute("Android.Telecom.Call.Callback.HandoverFailureNotSupported", JniField="android/telecom/Call.Callback.HANDOVER_FAILURE_NOT_SUPPORTED")]' in the contract to '[IntDefinitionAttribute("Android.Telecom.Call.Callback.HandoverFailureNotSupported", JniField="android/telecom/Call$Callback.HANDOVER_FAILURE_NOT_SUPPORTED")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.HandoverFailureReason Android.Telecom.HandoverFailureReason.OngoingEmergencyCall' changed from '[IntDefinitionAttribute("Android.Telecom.Call.Callback.HandoverFailureOngoingEmergencyCall", JniField="android/telecom/Call.Callback.HANDOVER_FAILURE_ONGOING_EMERGENCY_CALL")]' in the contract to '[IntDefinitionAttribute("Android.Telecom.Call.Callback.HandoverFailureOngoingEmergencyCall", JniField="android/telecom/Call$Callback.HANDOVER_FAILURE_ONGOING_EMERGENCY_CALL")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.HandoverFailureReason Android.Telecom.HandoverFailureReason.Unknown' changed from '[IntDefinitionAttribute("Android.Telecom.Call.Callback.HandoverFailureUnknown", JniField="android/telecom/Call.Callback.HANDOVER_FAILURE_UNKNOWN")]' in the contract to '[IntDefinitionAttribute("Android.Telecom.Call.Callback.HandoverFailureUnknown", JniField="android/telecom/Call$Callback.HANDOVER_FAILURE_UNKNOWN")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.HandoverFailureReason Android.Telecom.HandoverFailureReason.UserRejected' changed from '[IntDefinitionAttribute("Android.Telecom.Call.Callback.HandoverFailureUserRejected", JniField="android/telecom/Call.Callback.HANDOVER_FAILURE_USER_REJECTED")]' in the contract to '[IntDefinitionAttribute("Android.Telecom.Call.Callback.HandoverFailureUserRejected", JniField="android/telecom/Call$Callback.HANDOVER_FAILURE_USER_REJECTED")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.ModifyRequestResult Android.Telecom.ModifyRequestResult.Fail' changed from '[IntDefinitionAttribute(null, JniField="android/telecom/Connection.VideoProvider.SESSION_MODIFY_REQUEST_FAIL")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/telecom/Connection$VideoProvider.SESSION_MODIFY_REQUEST_FAIL")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.ModifyRequestResult Android.Telecom.ModifyRequestResult.Invalid' changed from '[IntDefinitionAttribute(null, JniField="android/telecom/Connection.VideoProvider.SESSION_MODIFY_REQUEST_INVALID")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/telecom/Connection$VideoProvider.SESSION_MODIFY_REQUEST_INVALID")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.ModifyRequestResult Android.Telecom.ModifyRequestResult.RejectedByRemote' changed from '[IntDefinitionAttribute(null, JniField="android/telecom/Connection.VideoProvider.SESSION_MODIFY_REQUEST_REJECTED_BY_REMOTE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/telecom/Connection$VideoProvider.SESSION_MODIFY_REQUEST_REJECTED_BY_REMOTE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.ModifyRequestResult Android.Telecom.ModifyRequestResult.Success' changed from '[IntDefinitionAttribute(null, JniField="android/telecom/Connection.VideoProvider.SESSION_MODIFY_REQUEST_SUCCESS")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/telecom/Connection$VideoProvider.SESSION_MODIFY_REQUEST_SUCCESS")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.ModifyRequestResult Android.Telecom.ModifyRequestResult.TimedOut' changed from '[IntDefinitionAttribute(null, JniField="android/telecom/Connection.VideoProvider.SESSION_MODIFY_REQUEST_TIMED_OUT")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/telecom/Connection$VideoProvider.SESSION_MODIFY_REQUEST_TIMED_OUT")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.RttMode Android.Telecom.RttMode.Full' changed from '[IntDefinitionAttribute(null, JniField="android/telecom/Call.RttCall.RTT_MODE_FULL")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/telecom/Call$RttCall.RTT_MODE_FULL")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.RttMode Android.Telecom.RttMode.Hco' changed from '[IntDefinitionAttribute(null, JniField="android/telecom/Call.RttCall.RTT_MODE_HCO")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/telecom/Call$RttCall.RTT_MODE_HCO")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.RttMode Android.Telecom.RttMode.Vco' changed from '[IntDefinitionAttribute(null, JniField="android/telecom/Call.RttCall.RTT_MODE_VCO")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/telecom/Call$RttCall.RTT_MODE_VCO")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.RttSessionModifyResult Android.Telecom.RttSessionModifyResult.Fail' changed from '[IntDefinitionAttribute(null, JniField="android/telecom/Connection.RttModifyStatus.SESSION_MODIFY_REQUEST_FAIL")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/telecom/Connection$RttModifyStatus.SESSION_MODIFY_REQUEST_FAIL")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.RttSessionModifyResult Android.Telecom.RttSessionModifyResult.Invalid' changed from '[IntDefinitionAttribute(null, JniField="android/telecom/Connection.RttModifyStatus.SESSION_MODIFY_REQUEST_INVALID")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/telecom/Connection$RttModifyStatus.SESSION_MODIFY_REQUEST_INVALID")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.RttSessionModifyResult Android.Telecom.RttSessionModifyResult.RejectedByRemote' changed from '[IntDefinitionAttribute(null, JniField="android/telecom/Connection.RttModifyStatus.SESSION_MODIFY_REQUEST_REJECTED_BY_REMOTE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/telecom/Connection$RttModifyStatus.SESSION_MODIFY_REQUEST_REJECTED_BY_REMOTE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.RttSessionModifyResult Android.Telecom.RttSessionModifyResult.Success' changed from '[IntDefinitionAttribute(null, JniField="android/telecom/Connection.RttModifyStatus.SESSION_MODIFY_REQUEST_SUCCESS")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/telecom/Connection$RttModifyStatus.SESSION_MODIFY_REQUEST_SUCCESS")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.RttSessionModifyResult Android.Telecom.RttSessionModifyResult.TimedOut' changed from '[IntDefinitionAttribute(null, JniField="android/telecom/Connection.RttModifyStatus.SESSION_MODIFY_REQUEST_TIMED_OUT")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/telecom/Connection$RttModifyStatus.SESSION_MODIFY_REQUEST_TIMED_OUT")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.VideoSessionEvent Android.Telecom.VideoSessionEvent.CameraFailure' changed from '[IntDefinitionAttribute(null, JniField="android/telecom/Connection.VideoProvider.SESSION_EVENT_CAMERA_FAILURE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/telecom/Connection$VideoProvider.SESSION_EVENT_CAMERA_FAILURE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.VideoSessionEvent Android.Telecom.VideoSessionEvent.CameraPermissionError' changed from '[IntDefinitionAttribute(null, JniField="android/telecom/Connection.VideoProvider.SESSION_EVENT_CAMERA_PERMISSION_ERROR")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/telecom/Connection$VideoProvider.SESSION_EVENT_CAMERA_PERMISSION_ERROR")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.VideoSessionEvent Android.Telecom.VideoSessionEvent.CameraReady' changed from '[IntDefinitionAttribute(null, JniField="android/telecom/Connection.VideoProvider.SESSION_EVENT_CAMERA_READY")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/telecom/Connection$VideoProvider.SESSION_EVENT_CAMERA_READY")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.VideoSessionEvent Android.Telecom.VideoSessionEvent.RxPause' changed from '[IntDefinitionAttribute(null, JniField="android/telecom/Connection.VideoProvider.SESSION_EVENT_RX_PAUSE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/telecom/Connection$VideoProvider.SESSION_EVENT_RX_PAUSE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.VideoSessionEvent Android.Telecom.VideoSessionEvent.RxResume' changed from '[IntDefinitionAttribute(null, JniField="android/telecom/Connection.VideoProvider.SESSION_EVENT_RX_RESUME")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/telecom/Connection$VideoProvider.SESSION_EVENT_RX_RESUME")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.VideoSessionEvent Android.Telecom.VideoSessionEvent.TxStart' changed from '[IntDefinitionAttribute(null, JniField="android/telecom/Connection.VideoProvider.SESSION_EVENT_TX_START")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/telecom/Connection$VideoProvider.SESSION_EVENT_TX_START")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.VideoSessionEvent Android.Telecom.VideoSessionEvent.TxStop' changed from '[IntDefinitionAttribute(null, JniField="android/telecom/Connection.VideoProvider.SESSION_EVENT_TX_STOP")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/telecom/Connection$VideoProvider.SESSION_EVENT_TX_STOP")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telephony.TelephonyManagerErrorCode Android.Telephony.TelephonyManagerErrorCode.ModemError' changed from '[IntDefinitionAttribute("Android.Telephony.TelephonyManager.CellInfoCallback.ErrorModemError", JniField="android/telephony/TelephonyManager.CellInfoCallback.ERROR_MODEM_ERROR")]' in the contract to '[IntDefinitionAttribute("Android.Telephony.TelephonyManager.CellInfoCallback.ErrorModemError", JniField="android/telephony/TelephonyManager$CellInfoCallback.ERROR_MODEM_ERROR")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telephony.TelephonyManagerErrorCode Android.Telephony.TelephonyManagerErrorCode.Timeout' changed from '[IntDefinitionAttribute("Android.Telephony.TelephonyManager.CellInfoCallback.ErrorTimeout", JniField="android/telephony/TelephonyManager.CellInfoCallback.ERROR_TIMEOUT")]' in the contract to '[IntDefinitionAttribute("Android.Telephony.TelephonyManager.CellInfoCallback.ErrorTimeout", JniField="android/telephony/TelephonyManager$CellInfoCallback.ERROR_TIMEOUT")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Views.HdrType Android.Views.HdrType.DolbyVision' changed from '[IntDefinitionAttribute("Android.Views.Display.HdrCapabilities.HdrTypeDolbyVision", JniField="android/view/Display.HdrCapabilities.HDR_TYPE_DOLBY_VISION")]' in the contract to '[IntDefinitionAttribute("Android.Views.Display.HdrCapabilities.HdrTypeDolbyVision", JniField="android/view/Display$HdrCapabilities.HDR_TYPE_DOLBY_VISION")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Views.HdrType Android.Views.HdrType.Hdr10' changed from '[IntDefinitionAttribute("Android.Views.Display.HdrCapabilities.HdrTypeHdr10", JniField="android/view/Display.HdrCapabilities.HDR_TYPE_HDR10")]' in the contract to '[IntDefinitionAttribute("Android.Views.Display.HdrCapabilities.HdrTypeHdr10", JniField="android/view/Display$HdrCapabilities.HDR_TYPE_HDR10")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Views.HdrType Android.Views.HdrType.Hdr10Plus' changed from '[IntDefinitionAttribute("Android.Views.Display.HdrCapabilities.HdrTypeHdr10Plus", JniField="android/view/Display.HdrCapabilities.HDR_TYPE_HDR10_PLUS")]' in the contract to '[IntDefinitionAttribute("Android.Views.Display.HdrCapabilities.HdrTypeHdr10Plus", JniField="android/view/Display$HdrCapabilities.HDR_TYPE_HDR10_PLUS")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Views.HdrType Android.Views.HdrType.Hlg' changed from '[IntDefinitionAttribute("Android.Views.Display.HdrCapabilities.HdrTypeHlg", JniField="android/view/Display.HdrCapabilities.HDR_TYPE_HLG")]' in the contract to '[IntDefinitionAttribute("Android.Views.Display.HdrCapabilities.HdrTypeHlg", JniField="android/view/Display$HdrCapabilities.HDR_TYPE_HLG")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Views.LayoutInDisplayCutoutMode Android.Views.LayoutInDisplayCutoutMode.Default' changed from '[IntDefinitionAttribute("Android.Views.WindowManagerLayoutParams.LayoutInDisplayCutoutModeDefault", JniField="android/view/WindowManager.LayoutParams.LAYOUT_IN_DISPLAY_CUTOUT_MODE_DEFAULT")]' in the contract to '[IntDefinitionAttribute("Android.Views.WindowManagerLayoutParams.LayoutInDisplayCutoutModeDefault", JniField="android/view/WindowManager$LayoutParams.LAYOUT_IN_DISPLAY_CUTOUT_MODE_DEFAULT")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Views.LayoutInDisplayCutoutMode Android.Views.LayoutInDisplayCutoutMode.Never' changed from '[IntDefinitionAttribute("Android.Views.WindowManagerLayoutParams.LayoutInDisplayCutoutModeNever", JniField="android/view/WindowManager.LayoutParams.LAYOUT_IN_DISPLAY_CUTOUT_MODE_NEVER")]' in the contract to '[IntDefinitionAttribute("Android.Views.WindowManagerLayoutParams.LayoutInDisplayCutoutModeNever", JniField="android/view/WindowManager$LayoutParams.LAYOUT_IN_DISPLAY_CUTOUT_MODE_NEVER")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Views.LayoutInDisplayCutoutMode Android.Views.LayoutInDisplayCutoutMode.ShortEdges' changed from '[IntDefinitionAttribute("Android.Views.WindowManagerLayoutParams.LayoutInDisplayCutoutModeShortEdges", JniField="android/view/WindowManager.LayoutParams.LAYOUT_IN_DISPLAY_CUTOUT_MODE_SHORT_EDGES")]' in the contract to '[IntDefinitionAttribute("Android.Views.WindowManagerLayoutParams.LayoutInDisplayCutoutModeShortEdges", JniField="android/view/WindowManager$LayoutParams.LAYOUT_IN_DISPLAY_CUTOUT_MODE_SHORT_EDGES")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Views.MeasureSpecMode Android.Views.MeasureSpecMode.AtMost' changed from '[IntDefinitionAttribute(null, JniField="android/view/View.MeasureSpec.AT_MOST")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/view/View$MeasureSpec.AT_MOST")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Views.MeasureSpecMode Android.Views.MeasureSpecMode.Exactly' changed from '[IntDefinitionAttribute(null, JniField="android/view/View.MeasureSpec.EXACTLY")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/view/View$MeasureSpec.EXACTLY")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Views.MeasureSpecMode Android.Views.MeasureSpecMode.Unspecified' changed from '[IntDefinitionAttribute(null, JniField="android/view/View.MeasureSpec.UNSPECIFIED")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/view/View$MeasureSpec.UNSPECIFIED")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Views.Accessibility.CaptionStyles Android.Views.Accessibility.CaptionStyles.Depressed' changed from '[IntDefinitionAttribute("Android.Views.Accessibility.CaptioningManager.CaptionStyle.EdgeTypeDepressed", JniField="android/view/accessibility/CaptioningManager.CaptionStyle.EDGE_TYPE_DEPRESSED")]' in the contract to '[IntDefinitionAttribute("Android.Views.Accessibility.CaptioningManager.CaptionStyle.EdgeTypeDepressed", JniField="android/view/accessibility/CaptioningManager$CaptionStyle.EDGE_TYPE_DEPRESSED")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Views.Accessibility.CaptionStyles Android.Views.Accessibility.CaptionStyles.DropShadow' changed from '[IntDefinitionAttribute("Android.Views.Accessibility.CaptioningManager.CaptionStyle.EdgeTypeDropShadow", JniField="android/view/accessibility/CaptioningManager.CaptionStyle.EDGE_TYPE_DROP_SHADOW")]' in the contract to '[IntDefinitionAttribute("Android.Views.Accessibility.CaptioningManager.CaptionStyle.EdgeTypeDropShadow", JniField="android/view/accessibility/CaptioningManager$CaptionStyle.EDGE_TYPE_DROP_SHADOW")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Views.Accessibility.CaptionStyles Android.Views.Accessibility.CaptionStyles.None' changed from '[IntDefinitionAttribute("Android.Views.Accessibility.CaptioningManager.CaptionStyle.EdgeTypeNone", JniField="android/view/accessibility/CaptioningManager.CaptionStyle.EDGE_TYPE_NONE")]' in the contract to '[IntDefinitionAttribute("Android.Views.Accessibility.CaptioningManager.CaptionStyle.EdgeTypeNone", JniField="android/view/accessibility/CaptioningManager$CaptionStyle.EDGE_TYPE_NONE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Views.Accessibility.CaptionStyles Android.Views.Accessibility.CaptionStyles.Outline' changed from '[IntDefinitionAttribute("Android.Views.Accessibility.CaptioningManager.CaptionStyle.EdgeTypeOutline", JniField="android/view/accessibility/CaptioningManager.CaptionStyle.EDGE_TYPE_OUTLINE")]' in the contract to '[IntDefinitionAttribute("Android.Views.Accessibility.CaptioningManager.CaptionStyle.EdgeTypeOutline", JniField="android/view/accessibility/CaptioningManager$CaptionStyle.EDGE_TYPE_OUTLINE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Views.Accessibility.CaptionStyles Android.Views.Accessibility.CaptionStyles.Raised' changed from '[IntDefinitionAttribute("Android.Views.Accessibility.CaptioningManager.CaptionStyle.EdgeTypeRaised", JniField="android/view/accessibility/CaptioningManager.CaptionStyle.EDGE_TYPE_RAISED")]' in the contract to '[IntDefinitionAttribute("Android.Views.Accessibility.CaptioningManager.CaptionStyle.EdgeTypeRaised", JniField="android/view/accessibility/CaptioningManager$CaptionStyle.EDGE_TYPE_RAISED")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Views.Accessibility.CaptionStyles Android.Views.Accessibility.CaptionStyles.Unspecified' changed from '[IntDefinitionAttribute("Android.Views.Accessibility.CaptioningManager.CaptionStyle.EdgeTypeUnspecified", JniField="android/view/accessibility/CaptioningManager.CaptionStyle.EDGE_TYPE_UNSPECIFIED")]' in the contract to '[IntDefinitionAttribute("Android.Views.Accessibility.CaptioningManager.CaptionStyle.EdgeTypeUnspecified", JniField="android/view/accessibility/CaptioningManager$CaptionStyle.EDGE_TYPE_UNSPECIFIED")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Views.Accessibility.RangeType Android.Views.Accessibility.RangeType.Float' changed from '[IntDefinitionAttribute("Android.Views.Accessibility.AccessibilityNodeInfo.RangeInfo.RangeTypeFloat", JniField="android/view/accessibility/AccessibilityNodeInfo.RangeInfo.RANGE_TYPE_FLOAT")]' in the contract to '[IntDefinitionAttribute("Android.Views.Accessibility.AccessibilityNodeInfo.RangeInfo.RangeTypeFloat", JniField="android/view/accessibility/AccessibilityNodeInfo$RangeInfo.RANGE_TYPE_FLOAT")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Views.Accessibility.RangeType Android.Views.Accessibility.RangeType.Int' changed from '[IntDefinitionAttribute("Android.Views.Accessibility.AccessibilityNodeInfo.RangeInfo.RangeTypeInt", JniField="android/view/accessibility/AccessibilityNodeInfo.RangeInfo.RANGE_TYPE_INT")]' in the contract to '[IntDefinitionAttribute("Android.Views.Accessibility.AccessibilityNodeInfo.RangeInfo.RangeTypeInt", JniField="android/view/accessibility/AccessibilityNodeInfo$RangeInfo.RANGE_TYPE_INT")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Views.Accessibility.RangeType Android.Views.Accessibility.RangeType.Percent' changed from '[IntDefinitionAttribute("Android.Views.Accessibility.AccessibilityNodeInfo.RangeInfo.RangeTypePercent", JniField="android/view/accessibility/AccessibilityNodeInfo.RangeInfo.RANGE_TYPE_PERCENT")]' in the contract to '[IntDefinitionAttribute("Android.Views.Accessibility.AccessibilityNodeInfo.RangeInfo.RangeTypePercent", JniField="android/view/accessibility/AccessibilityNodeInfo$RangeInfo.RANGE_TYPE_PERCENT")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Views.Accessibility.SelectionMode Android.Views.Accessibility.SelectionMode.Multiple' changed from '[IntDefinitionAttribute("Android.Views.Accessibility.AccessibilityNodeInfo.CollectionInfo.SelectionModeMultiple", JniField="android/view/accessibility/AccessibilityNodeInfo.CollectionInfo.SELECTION_MODE_MULTIPLE")]' in the contract to '[IntDefinitionAttribute("Android.Views.Accessibility.AccessibilityNodeInfo.CollectionInfo.SelectionModeMultiple", JniField="android/view/accessibility/AccessibilityNodeInfo$CollectionInfo.SELECTION_MODE_MULTIPLE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Views.Accessibility.SelectionMode Android.Views.Accessibility.SelectionMode.None' changed from '[IntDefinitionAttribute("Android.Views.Accessibility.AccessibilityNodeInfo.CollectionInfo.SelectionModeNone", JniField="android/view/accessibility/AccessibilityNodeInfo.CollectionInfo.SELECTION_MODE_NONE")]' in the contract to '[IntDefinitionAttribute("Android.Views.Accessibility.AccessibilityNodeInfo.CollectionInfo.SelectionModeNone", JniField="android/view/accessibility/AccessibilityNodeInfo$CollectionInfo.SELECTION_MODE_NONE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Views.Accessibility.SelectionMode Android.Views.Accessibility.SelectionMode.Single' changed from '[IntDefinitionAttribute("Android.Views.Accessibility.AccessibilityNodeInfo.CollectionInfo.SelectionModeSingle", JniField="android/view/accessibility/AccessibilityNodeInfo.CollectionInfo.SELECTION_MODE_SINGLE")]' in the contract to '[IntDefinitionAttribute("Android.Views.Accessibility.AccessibilityNodeInfo.CollectionInfo.SelectionModeSingle", JniField="android/view/accessibility/AccessibilityNodeInfo$CollectionInfo.SELECTION_MODE_SINGLE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Views.Autofill.AutofillEventType Android.Views.Autofill.AutofillEventType.InputHidden' changed from '[IntDefinitionAttribute(null, JniField="android/view/autofill/AutofillManager.AutofillCallback.EVENT_INPUT_HIDDEN")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/view/autofill/AutofillManager$AutofillCallback.EVENT_INPUT_HIDDEN")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Views.Autofill.AutofillEventType Android.Views.Autofill.AutofillEventType.InputShown' changed from '[IntDefinitionAttribute(null, JniField="android/view/autofill/AutofillManager.AutofillCallback.EVENT_INPUT_SHOWN")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/view/autofill/AutofillManager$AutofillCallback.EVENT_INPUT_SHOWN")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Views.Autofill.AutofillEventType Android.Views.Autofill.AutofillEventType.InputUnavailable' changed from '[IntDefinitionAttribute(null, JniField="android/view/autofill/AutofillManager.AutofillCallback.EVENT_INPUT_UNAVAILABLE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/view/autofill/AutofillManager$AutofillCallback.EVENT_INPUT_UNAVAILABLE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Webkit.ChromeFileChooserMode Android.Webkit.ChromeFileChooserMode.Open' changed from '[IntDefinitionAttribute(null, JniField="android/webkit/WebChromeClient.FileChooserParams.MODE_OPEN")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/webkit/WebChromeClient$FileChooserParams.MODE_OPEN")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Webkit.ChromeFileChooserMode Android.Webkit.ChromeFileChooserMode.OpenMultiple' changed from '[IntDefinitionAttribute(null, JniField="android/webkit/WebChromeClient.FileChooserParams.MODE_OPEN_MULTIPLE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/webkit/WebChromeClient$FileChooserParams.MODE_OPEN_MULTIPLE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Webkit.ChromeFileChooserMode Android.Webkit.ChromeFileChooserMode.Save' changed from '[IntDefinitionAttribute(null, JniField="android/webkit/WebChromeClient.FileChooserParams.MODE_SAVE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/webkit/WebChromeClient$FileChooserParams.MODE_SAVE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Webkit.HitTestResult Android.Webkit.HitTestResult.AnchorType' changed from '[IntDefinitionAttribute(null, JniField="android/webkit/WebView.HitTestResult.ANCHOR_TYPE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/webkit/WebView$HitTestResult.ANCHOR_TYPE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Webkit.HitTestResult Android.Webkit.HitTestResult.EditTextType' changed from '[IntDefinitionAttribute(null, JniField="android/webkit/WebView.HitTestResult.EDIT_TEXT_TYPE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/webkit/WebView$HitTestResult.EDIT_TEXT_TYPE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Webkit.HitTestResult Android.Webkit.HitTestResult.EmailType' changed from '[IntDefinitionAttribute(null, JniField="android/webkit/WebView.HitTestResult.EMAIL_TYPE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/webkit/WebView$HitTestResult.EMAIL_TYPE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Webkit.HitTestResult Android.Webkit.HitTestResult.GeoType' changed from '[IntDefinitionAttribute(null, JniField="android/webkit/WebView.HitTestResult.GEO_TYPE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/webkit/WebView$HitTestResult.GEO_TYPE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Webkit.HitTestResult Android.Webkit.HitTestResult.ImageAnchorType' changed from '[IntDefinitionAttribute(null, JniField="android/webkit/WebView.HitTestResult.IMAGE_ANCHOR_TYPE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/webkit/WebView$HitTestResult.IMAGE_ANCHOR_TYPE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Webkit.HitTestResult Android.Webkit.HitTestResult.ImageType' changed from '[IntDefinitionAttribute(null, JniField="android/webkit/WebView.HitTestResult.IMAGE_TYPE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/webkit/WebView$HitTestResult.IMAGE_TYPE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Webkit.HitTestResult Android.Webkit.HitTestResult.PhoneType' changed from '[IntDefinitionAttribute(null, JniField="android/webkit/WebView.HitTestResult.PHONE_TYPE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/webkit/WebView$HitTestResult.PHONE_TYPE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Webkit.HitTestResult Android.Webkit.HitTestResult.SrcAnchorType' changed from '[IntDefinitionAttribute(null, JniField="android/webkit/WebView.HitTestResult.SRC_ANCHOR_TYPE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/webkit/WebView$HitTestResult.SRC_ANCHOR_TYPE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Webkit.HitTestResult Android.Webkit.HitTestResult.SrcImageAnchorType' changed from '[IntDefinitionAttribute(null, JniField="android/webkit/WebView.HitTestResult.SRC_IMAGE_ANCHOR_TYPE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/webkit/WebView$HitTestResult.SRC_IMAGE_ANCHOR_TYPE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Webkit.HitTestResult Android.Webkit.HitTestResult.UnknownType' changed from '[IntDefinitionAttribute(null, JniField="android/webkit/WebView.HitTestResult.UNKNOWN_TYPE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/webkit/WebView$HitTestResult.UNKNOWN_TYPE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Widget.NumberPickerScrollState Android.Widget.NumberPickerScrollState.Fling' changed from '[IntDefinitionAttribute(null, JniField="android/widget/NumberPicker.OnScrollListener.SCROLL_STATE_FLING")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/widget/NumberPicker$OnScrollListener.SCROLL_STATE_FLING")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Widget.NumberPickerScrollState Android.Widget.NumberPickerScrollState.Idle' changed from '[IntDefinitionAttribute(null, JniField="android/widget/NumberPicker.OnScrollListener.SCROLL_STATE_IDLE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/widget/NumberPicker$OnScrollListener.SCROLL_STATE_IDLE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Widget.NumberPickerScrollState Android.Widget.NumberPickerScrollState.TouchScroll' changed from '[IntDefinitionAttribute(null, JniField="android/widget/NumberPicker.OnScrollListener.SCROLL_STATE_TOUCH_SCROLL")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/widget/NumberPicker$OnScrollListener.SCROLL_STATE_TOUCH_SCROLL")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Widget.ScrollState Android.Widget.ScrollState.Fling' changed from '[IntDefinitionAttribute(null, JniField="android/widget/AbsListView.OnScrollListener.SCROLL_STATE_FLING")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/widget/AbsListView$OnScrollListener.SCROLL_STATE_FLING")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Widget.ScrollState Android.Widget.ScrollState.Idle' changed from '[IntDefinitionAttribute(null, JniField="android/widget/AbsListView.OnScrollListener.SCROLL_STATE_IDLE")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/widget/AbsListView$OnScrollListener.SCROLL_STATE_IDLE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Widget.ScrollState Android.Widget.ScrollState.TouchScroll' changed from '[IntDefinitionAttribute(null, JniField="android/widget/AbsListView.OnScrollListener.SCROLL_STATE_TOUCH_SCROLL")]' in the contract to '[IntDefinitionAttribute(null, JniField="android/widget/AbsListView$OnScrollListener.SCROLL_STATE_TOUCH_SCROLL")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Java.Lang.Invoke.MethodLookupModes Java.Lang.Invoke.MethodLookupModes.Package' changed from '[IntDefinitionAttribute("Java.Lang.Invoke.MethodHandles.Lookup.Package", JniField="java/lang/invoke/MethodHandles.Lookup.PACKAGE")]' in the contract to '[IntDefinitionAttribute("Java.Lang.Invoke.MethodHandles.Lookup.Package", JniField="java/lang/invoke/MethodHandles$Lookup.PACKAGE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Java.Lang.Invoke.MethodLookupModes Java.Lang.Invoke.MethodLookupModes.Private' changed from '[IntDefinitionAttribute("Java.Lang.Invoke.MethodHandles.Lookup.Private", JniField="java/lang/invoke/MethodHandles.Lookup.PRIVATE")]' in the contract to '[IntDefinitionAttribute("Java.Lang.Invoke.MethodHandles.Lookup.Private", JniField="java/lang/invoke/MethodHandles$Lookup.PRIVATE")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Java.Lang.Invoke.MethodLookupModes Java.Lang.Invoke.MethodLookupModes.Protected' changed from '[IntDefinitionAttribute("Java.Lang.Invoke.MethodHandles.Lookup.Protected", JniField="java/lang/invoke/MethodHandles.Lookup.PROTECTED")]' in the contract to '[IntDefinitionAttribute("Java.Lang.Invoke.MethodHandles.Lookup.Protected", JniField="java/lang/invoke/MethodHandles$Lookup.PROTECTED")]' in the implementation. +CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Java.Lang.Invoke.MethodLookupModes Java.Lang.Invoke.MethodLookupModes.Public' changed from '[IntDefinitionAttribute("Java.Lang.Invoke.MethodHandles.Lookup.Public", JniField="java/lang/invoke/MethodHandles.Lookup.PUBLIC")]' in the contract to '[IntDefinitionAttribute("Java.Lang.Invoke.MethodHandles.Lookup.Public", JniField="java/lang/invoke/MethodHandles$Lookup.PUBLIC")]' in the implementation. \ No newline at end of file