Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DRankingHelper.java224 String channelName = parser.getAttributeValue(null, ATT_NAME); in readXml() local
227 if (!TextUtils.isEmpty(id) && !TextUtils.isEmpty(channelName)) { in readXml()
229 channelName, channelImportance); in readXml()