Home | History | Annotate | Download | only in content

Lines Matching refs:tagName

1217             String tagName = parser.getName();
1218 if (tagName.equals(ACTION_STR)) {
1223 } else if (tagName.equals(CAT_STR)) {
1228 } else if (tagName.equals(TYPE_STR)) {
1236 } else if (tagName.equals(SCHEME_STR)) {
1241 } else if (tagName.equals(AUTH_STR)) {
1247 } else if (tagName.equals(PATH_STR)) {
1257 Log.w("IntentFilter", "Unknown tag parsing IntentFilter: " + tagName);