Searched refs:DEFAULT_PRIORITY (Results 1 – 1 of 1) sorted by relevance
97 private static final int DEFAULT_PRIORITY = Notification.PRIORITY_DEFAULT; field in PreferencesHelper187 DEFAULT_PRIORITY), in readXml()197 parser, ATT_PRIORITY, DEFAULT_PRIORITY); in readXml()288 DEFAULT_IMPORTANCE, DEFAULT_PRIORITY, DEFAULT_VISIBILITY, DEFAULT_SHOW_BADGE, in getOrCreatePackagePreferencesLocked()379 if (r.priority != DEFAULT_PRIORITY) { in createDefaultChannelIfNeededLocked()409 || r.priority != DEFAULT_PRIORITY in writeXml()423 if (r.priority != DEFAULT_PRIORITY) { in writeXml()1461 if (r.priority != DEFAULT_PRIORITY) { in dumpPackagePreferencesLocked()1551 if (r.priority != DEFAULT_PRIORITY) { in dumpJson()1785 p.priority = DEFAULT_PRIORITY; in clearData()[all …]