Searched refs:safeInt (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/service/notification/ |
D | ZenModeConfig.java | 939 rt.version = safeInt(parser, ZEN_ATT_VERSION, getCurrentXmlVersion()); in readXml() 940 rt.user = safeInt(parser, ZEN_ATT_USER, rt.user); in readXml() 964 final int from = safeInt(parser, ALLOW_ATT_FROM, -1); in readXml() 965 final int callsFrom = safeInt(parser, ALLOW_ATT_CALLS_FROM, -1); in readXml() 966 final int messagesFrom = safeInt(parser, ALLOW_ATT_MESSAGES_FROM, -1); in readXml() 967 rt.allowConversationsFrom = safeInt(parser, ALLOW_ATT_CONV_FROM, in readXml() 1017 rt.suppressedVisualEffects = safeInt(parser, DISALLOW_ATT_VISUAL_EFFECTS, in readXml() 1163 rt.type = safeInt(parser, RULE_ATT_TYPE, AutomaticZenRule.TYPE_UNKNOWN); in readRuleXml() 1164 rt.userModifiedFields = safeInt(parser, RULE_ATT_USER_MODIFIED_FIELDS, 0); in readRuleXml() 1165 rt.zenPolicyUserModifiedFields = safeInt(parser, POLICY_USER_MODIFIED_FIELDS, 0); in readRuleXml() [all …]
|
/frameworks/base/core/java/android/app/ |
D | NotificationChannel.java | 1120 != safeInt(parser, ATT_PRIORITY, Notification.PRIORITY_DEFAULT)); in populateFromXml() 1121 setLockscreenVisibility(safeInt(parser, ATT_VISIBILITY, DEFAULT_VISIBILITY)); in populateFromXml() 1131 setLightColor(safeInt(parser, ATT_LIGHT_COLOR, DEFAULT_LIGHT_COLOR)); in populateFromXml() 1151 lockFields(safeInt(parser, ATT_USER_LOCKED, 0)); in populateFromXml() 1154 setAllowBubbles(safeInt(parser, ATT_ALLOW_BUBBLE, DEFAULT_ALLOW_BUBBLE)); in populateFromXml() 1155 setOriginalImportance(safeInt(parser, ATT_ORIG_IMP, DEFAULT_IMPORTANCE)); in populateFromXml() 1430 int usage = safeInt(parser, ATT_USAGE, AudioAttributes.USAGE_NOTIFICATION); in safeAudioAttributes() 1431 int contentType = safeInt(parser, ATT_CONTENT_TYPE, in safeAudioAttributes() 1433 int flags = safeInt(parser, ATT_FLAGS, 0); in safeAudioAttributes() 1470 private static int safeInt(TypedXmlPullParser parser, String att, int defValue) { in safeInt() method in NotificationChannel
|
/frameworks/base/config/ |
D | boot-profile.txt | 626 Landroid/app/NotificationChannel;->safeInt(Lorg/xmlpull/v1/XmlPullParser;Ljava/lang/String;I)I
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 8024 Landroid/app/NotificationChannel;->safeInt(Lorg/xmlpull/v1/XmlPullParser;Ljava/lang/String;I)I 49363 Landroid/service/notification/ZenModeConfig;->safeInt(Lorg/xmlpull/v1/XmlPullParser;Ljava/lang/Stri…
|