Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/development/
DAbstractLogdSizePreferenceController.java108 String currentTag = SystemProperties.get(SELECT_LOGD_TAG_PROPERTY); in updateLogdSizeValues() local
110 if ((currentTag != null) && currentTag.startsWith(SELECT_LOGD_TAG_SILENCE)) { in updateLogdSizeValues()
147 String currentTag = SystemProperties.get(SELECT_LOGD_TAG_PROPERTY); in writeLogdSizeOption() local
148 if (currentTag == null) { in writeLogdSizeOption()
149 currentTag = ""; in writeLogdSizeOption()
152 String newTag = currentTag.replaceAll( in writeLogdSizeOption()
174 if (!newTag.equals(currentTag)) { in writeLogdSizeOption()
DAbstractLogpersistPreferenceController.java214 String currentTag = SystemProperties.get( in writeLogpersistOption() local
216 if ((currentTag != null) && currentTag.startsWith( in writeLogpersistOption()
/frameworks/base/services/core/java/com/android/server/firewall/
DIntentFirewall.java438 String currentTag = parser.getName(); in readChild() local
440 if (currentTag.equals(TAG_INTENT_FILTER)) { in readChild()
444 } else if (currentTag.equals(TAG_COMPONENT_FILTER)) { in readChild()