/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
D | manifest-expected-completion15.txt | 1 Code completion in manifest.xml for android.intent.category.L^AUNCHER: 2 android.intent.category.LAUNCHER 3 android.intent.category.LE_DESK_DOCK
|
D | manifest-expected-navigate11g.txt | 1 Go To Declaration in manifest.xml for <category android:name="android.intent.category.LA^UNCHER" />: 2 Open XML Declaration : [android.intent.category.LAUNCHER]
|
D | manifest-expected-navigate11a.txt | 1 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/ |
D | activity.template | 3 <intent-filter> 4 <action android:name="android.intent.action.MAIN" /> 6 </intent-filter>
|
D | preference_intent_filter.template | 1 <category android:name="android.intent.category.PREFERENCE" />
|
D | launcher_intent_filter.template | 1 <category android:name="android.intent.category.LAUNCHER" />
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/service/ |
D | ControllerService.java | 190 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.sh | 45 icon F blue intent-filter
|
/sdk/testapps/jarCheckTests3/lib2/libs/ |
D | android-support-v13.jar | ... android.content.Context, android.content.Intent)
boolean plugged
android.content.Context context
android ... |
/sdk/apps/NotificationStudio/libs/ |
D | android-support-v4.jar | META-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/ |
D | Hyperlinks.java | 330 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/ |
D | NewProjectCreator.java | 1012 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/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/sdk/testapps/javaProjectTest/lib2/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/sdk/testapps/jarCheckTests1/lib2/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/sdk/testapps/libsAndJarTest/lib2/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/sdk/testapps/libsAndJarTest/lib1/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/sdk/testapps/javaProjectTest/lib1/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/sdk/testapps/jarCheckTests3/lib1/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/sdk/testapps/jarCheckTests2/lib1/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/sdk/testapps/jarCheckTests1/app/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/sdk/testapps/jarCheckTests1/lib1/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/sdk/eclipse/ |
D | changes.txt | 671 - Added missing intent definition in the AndroidManifest.xml file
|