HomeSort by relevance Sort by last modified time
    Searched refs:CATEGORY_ALTERNATIVE (Results 1 - 25 of 36) sorted by null

1 2

  /development/samples/NotePad/src/com/example/android/notepad/
NotesList.java 155 intent.addCategory(Intent.CATEGORY_ALTERNATIVE);
156 menu.addIntentOptions(Menu.CATEGORY_ALTERNATIVE, 0, 0,
211 intent.addCategory(Intent.CATEGORY_ALTERNATIVE);
217 Menu.CATEGORY_ALTERNATIVE, // Add the Intents as options in the alternatives group.
235 menu.removeGroup(Menu.CATEGORY_ALTERNATIVE);
336 intent.addCategory(Intent.CATEGORY_ALTERNATIVE);
337 menu.addIntentOptions(Menu.CATEGORY_ALTERNATIVE, 0, 0,
NoteEditor.java 333 intent.addCategory(Intent.CATEGORY_ALTERNATIVE);
334 menu.addIntentOptions(Menu.CATEGORY_ALTERNATIVE, 0, 0,
  /frameworks/base/core/java/android/view/
Menu.java 122 static final int CATEGORY_ALTERNATIVE = 0x00040000;
256 * either the {@link Intent#CATEGORY_ALTERNATIVE} or
  /packages/apps/Settings/src/com/android/settings/widget/
SettingsAppWidgetProvider.java     [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/manifest/
AndroidManifestTest.java 362 assertThat(data.getCategories().get(1)).isEqualTo(Intent.CATEGORY_ALTERNATIVE);
  /frameworks/base/core/java/android/content/
Intent.java 152 * {@link #CATEGORY_ALTERNATIVE} means it should be included in a list
262 * {@link #CATEGORY_ALTERNATIVE}, then you will only resolve to components
468 * <category android:name="{@link #CATEGORY_ALTERNATIVE android.intent.category.ALTERNATIVE}" />
568 * <li> {@link #CATEGORY_ALTERNATIVE}
    [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/tools/common/api-versions/android-1/
android.jar 
  /prebuilts/tools/common/api-versions/android-2/
android.jar 
  /prebuilts/tools/common/api-versions/android-3/
android.jar 
  /prebuilts/tools/common/m2/repository/com/google/android/android/4.0.1.2/
android-4.0.1.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/android/android/4.1.1.4/
android-4.1.1.4.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 535 milliseconds

1 2