Searched refs:currentTag (Results 1 – 3 of 3) sorted by relevance
108 String currentTag = SystemProperties.get(SELECT_LOGD_TAG_PROPERTY); in updateLogdSizeValues() local110 if ((currentTag != null) && currentTag.startsWith(SELECT_LOGD_TAG_SILENCE)) { in updateLogdSizeValues()147 String currentTag = SystemProperties.get(SELECT_LOGD_TAG_PROPERTY); in writeLogdSizeOption() local148 if (currentTag == null) { in writeLogdSizeOption()149 currentTag = ""; in writeLogdSizeOption()152 String newTag = currentTag.replaceAll( in writeLogdSizeOption()174 if (!newTag.equals(currentTag)) { in writeLogdSizeOption()
214 String currentTag = SystemProperties.get( in writeLogpersistOption() local216 if ((currentTag != null) && currentTag.startsWith( in writeLogpersistOption()
441 String currentTag = parser.getName(); in readChild() local443 if (currentTag.equals(TAG_INTENT_FILTER)) { in readChild()447 } else if (currentTag.equals(TAG_COMPONENT_FILTER)) { in readChild()