Lines Matching refs:category
30 # <category android:name="android.intent.category.LAUNCHER" />
61 # the 'action' and 'category' variables. They are updated when
66 category = ""
69 # for the current activity if both 'action' and 'category' have the
74 category == "android.intent.category.LAUNCHER" ) {
84 # When entering a <category> element inside an <intent-filter>, record
86 else if ( event == "BEGIN-CATEGORY" &&
87 XML_RPATH == "CATEGORY/INTENT-FILTER/ACTIVITY/APPLICATION/MANIFEST/" ) {
88 category = XML_ATTR["android:name"];