Searched refs:currentTag (Results 1 – 4 of 4) sorted by relevance
107 String currentTag = SystemProperties.get(SELECT_LOGD_TAG_PROPERTY); in updateLogdSizeValues() local109 if ((currentTag != null) && currentTag.startsWith(SELECT_LOGD_TAG_SILENCE)) { in updateLogdSizeValues()146 String currentTag = SystemProperties.get(SELECT_LOGD_TAG_PROPERTY); in writeLogdSizeOption() local147 if (currentTag == null) { in writeLogdSizeOption()148 currentTag = ""; in writeLogdSizeOption()151 String newTag = currentTag.replaceAll( in writeLogdSizeOption()173 if (!newTag.equals(currentTag)) { in writeLogdSizeOption()
213 String currentTag = SystemProperties.get( in writeLogpersistOption() local215 if ((currentTag != null) && currentTag.startsWith( in writeLogpersistOption()
259 final String currentTag = getCurrentTabTag(); in onAttachedToWindow() local268 if (tab.tag.equals(currentTag)) { in onAttachedToWindow()287 ft = doTabChanged(currentTag, ft); in onAttachedToWindow()
438 String currentTag = parser.getName(); in readChild() local440 if (currentTag.equals(TAG_INTENT_FILTER)) { in readChild()444 } else if (currentTag.equals(TAG_COMPONENT_FILTER)) { in readChild()