Home
last modified time | relevance | path

Searched refs:intent (Results 1 – 23 of 23) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dmanifest-expected-completion15.txt1 Code completion in manifest.xml for android.intent.category.L^AUNCHER:
2 android.intent.category.LAUNCHER
3 android.intent.category.LE_DESK_DOCK
Dmanifest-expected-navigate11g.txt1 Go To Declaration in manifest.xml for <category android:name="android.intent.category.LA^UNCHER" />:
2 Open XML Declaration : [android.intent.category.LAUNCHER]
Dmanifest-expected-navigate11a.txt1 Go To Declaration in manifest.xml for <action android:name="android.intent.ac^tion.MAIN" />:
2 Open XML Declaration : [android.intent.action.MAIN]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/templates/
Dactivity.template3 <intent-filter>
4 <action android:name="android.intent.action.MAIN" />
6 </intent-filter>
Dpreference_intent_filter.template1 <category android:name="android.intent.category.PREFERENCE" />
Dlauncher_intent_filter.template1 <category android:name="android.intent.category.LAUNCHER" />
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/service/
DControllerService.java190 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
198 public IBinder onBind(Intent intent) { in onBind() argument
302 Intent intent = new Intent(this, MainActivity.class); in showNotification() local
303 intent.setFlags(Intent.FLAG_ACTIVITY_SINGLE_TOP); in showNotification()
307 intent, //intent in showNotification()
/sdk/eclipse/scripts/
D_mk_icons.sh45 icon F blue intent-filter
/sdk/testapps/jarCheckTests3/lib2/libs/
Dandroid-support-v13.jar ... android.content.Context, android.content.Intent) boolean plugged android.content.Context context android ...
/sdk/apps/NotificationStudio/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
DHyperlinks.java330 String intent = context.getAttribute().getValue(); in openManifestName() local
334 if (intent.startsWith(ACTION_PKG_PREFIX)) { in openManifestName()
336 + intent.substring(ACTION_PKG_PREFIX.length()); in openManifestName()
337 } else if (intent.startsWith(CATEGORY_PKG_PREFIX)) { in openManifestName()
339 + intent.substring(CATEGORY_PKG_PREFIX.length()); in openManifestName()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
DNewProjectCreator.java1012 String intent = AdtPlugin.readEmbeddedTextFile(TEMPLATE_INTENT_LAUNCHER); in addManifest() local
1015 if (intent != null) { in addManifest()
1017 activities = activities.replaceAll(PH_INTENT_FILTERS, intent); in addManifest()
/sdk/testapps/jarCheckTests2/lib2/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/sdk/testapps/javaProjectTest/lib2/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/sdk/testapps/jarCheckTests1/lib2/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/sdk/testapps/libsAndJarTest/lib2/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/sdk/testapps/libsAndJarTest/lib1/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/sdk/testapps/javaProjectTest/lib1/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/sdk/testapps/jarCheckTests3/lib1/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/sdk/testapps/jarCheckTests2/lib1/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/sdk/testapps/jarCheckTests1/app/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/sdk/testapps/jarCheckTests1/lib1/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/sdk/eclipse/
Dchanges.txt671 - Added missing intent definition in the AndroidManifest.xml file