Home
last modified time | relevance | path

Searched refs:safeInt (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/service/notification/
DZenModeConfig.java536 rt.version = safeInt(parser, ZEN_ATT_VERSION, XML_VERSION); in readXml()
537 rt.user = safeInt(parser, ZEN_ATT_USER, rt.user); in readXml()
556 final int from = safeInt(parser, ALLOW_ATT_FROM, -1); in readXml()
557 final int callsFrom = safeInt(parser, ALLOW_ATT_CALLS_FROM, -1); in readXml()
558 final int messagesFrom = safeInt(parser, ALLOW_ATT_MESSAGES_FROM, -1); in readXml()
559 rt.allowConversationsFrom = safeInt(parser, ALLOW_ATT_CONV_FROM, in readXml()
605 rt.suppressedVisualEffects = safeInt(parser, DISALLOW_ATT_VISUAL_EFFECTS, in readXml()
748 final int icon = safeInt(parser, CONDITION_ATT_ICON, -1); in readConditionXml()
749 final int state = safeInt(parser, CONDITION_ATT_STATE, -1); in readConditionXml()
750 final int flags = safeInt(parser, CONDITION_ATT_FLAGS, -1); in readConditionXml()
[all …]
/frameworks/base/core/java/android/app/
DNotificationChannel.java950 != safeInt(parser, ATT_PRIORITY, Notification.PRIORITY_DEFAULT)); in populateFromXml()
951 setLockscreenVisibility(safeInt(parser, ATT_VISIBILITY, DEFAULT_VISIBILITY)); in populateFromXml()
957 setLightColor(safeInt(parser, ATT_LIGHT_COLOR, DEFAULT_LIGHT_COLOR)); in populateFromXml()
965 lockFields(safeInt(parser, ATT_USER_LOCKED, 0)); in populateFromXml()
968 setAllowBubbles(safeInt(parser, ATT_ALLOW_BUBBLE, DEFAULT_ALLOW_BUBBLE)); in populateFromXml()
969 setOriginalImportance(safeInt(parser, ATT_ORIG_IMP, DEFAULT_IMPORTANCE)); in populateFromXml()
1161 int usage = safeInt(parser, ATT_USAGE, AudioAttributes.USAGE_NOTIFICATION); in safeAudioAttributes()
1162 int contentType = safeInt(parser, ATT_CONTENT_TYPE, in safeAudioAttributes()
1164 int flags = safeInt(parser, ATT_FLAGS, 0); in safeAudioAttributes()
1177 private static int safeInt(TypedXmlPullParser parser, String att, int defValue) { in safeInt() method in NotificationChannel
/frameworks/base/config/
Dboot-profile.txt626 Landroid/app/NotificationChannel;->safeInt(Lorg/xmlpull/v1/XmlPullParser;Ljava/lang/String;I)I
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt8024 Landroid/app/NotificationChannel;->safeInt(Lorg/xmlpull/v1/XmlPullParser;Ljava/lang/String;I)I
50006 Landroid/service/notification/ZenModeConfig;->safeInt(Lorg/xmlpull/v1/XmlPullParser;Ljava/lang/Stri…