Searched refs:TAG_ACTIVITY (Results 1 – 2 of 2) sorted by relevance
61 private static final String TAG_ACTIVITY = "activity"; field in IntentFirewall327 if (tagName.equals(TAG_ACTIVITY)) { in readRules()
108 private static final String TAG_ACTIVITY = "activity"; field in TaskRecord1208 out.startTag(null, TAG_ACTIVITY); in saveToXml()1210 out.endTag(null, TAG_ACTIVITY); in saveToXml()1339 } else if (TAG_ACTIVITY.equals(name)) { in restoreFromXml()