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()
155 private static final String TAG_ACTIVITY = "activity"; field in TaskRecord2683 out.startTag(null, TAG_ACTIVITY); in saveToXml()2685 out.endTag(null, TAG_ACTIVITY); in saveToXml()2907 } else if (TAG_ACTIVITY.equals(name)) { in restoreFromXml()