HomeSort by relevance Sort by last modified time
    Searched refs:addCategory (Results 51 - 75 of 119) sorted by null

1 23 4 5

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
ManifestTestListAdapter.java 125 mainIntent.addCategory(CATEGORY_MANUAL_TEST);
  /development/samples/ApiDemos/src/com/example/android/apis/
ApiDemos.java 59 mainIntent.addCategory(Intent.CATEGORY_SAMPLE_CODE);
  /development/samples/Support13Demos/src/com/example/android/supportv13/
Support13Demos.java 59 mainIntent.addCategory("com.example.android.supportv13.SUPPORT13_SAMPLE_CODE");
  /development/samples/Support4Demos/src/com/example/android/supportv4/
Support4Demos.java 59 mainIntent.addCategory("com.example.android.supportv4.SUPPORT4_SAMPLE_CODE");
  /development/samples/Support7Demos/src/com/example/android/supportv7/
Support7Demos.java 59 mainIntent.addCategory("com.example.android.supportv7.SAMPLE_CODE");
  /development/samples/training/threadsample/src/com/example/android/threadsample/
DisplayActivity.java 182 statusIntentFilter.addCategory(Intent.CATEGORY_DEFAULT);
  /external/webkit/Source/WebCore/inspector/front-end/
AuditLauncherView.js 85 addCategory: function(category)
ExtensionAPI.js 261 addCategory: function(displayName, resultCount)
  /frameworks/base/packages/Shell/src/com/android/shell/
BugreportReceiver.java 122 intent.addCategory(Intent.CATEGORY_DEFAULT);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsActivity.java 152 homeIntent.addCategory(Intent.CATEGORY_HOME);
RecentTasksLoader.java 152 homeInfo = new Intent(Intent.ACTION_MAIN).addCategory(Intent.CATEGORY_HOME)
448 .addCategory(Intent.CATEGORY_HOME).resolveActivityInfo(pm, 0);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
HwTests.java 62 mainIntent.addCategory(CATEGORY_HWUI_TEST);
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
SystemMediaRouteProvider.java 106 f.addCategory(MediaControlIntent.CATEGORY_LIVE_AUDIO);
107 f.addCategory(MediaControlIntent.CATEGORY_LIVE_VIDEO);
207 f.addCategory(MediaControlIntent.CATEGORY_LIVE_AUDIO);
216 f.addCategory(MediaControlIntent.CATEGORY_LIVE_VIDEO);
    [all...]
  /packages/apps/Browser/src/com/android/browser/search/
OpenSearchSearchEngine.java 108 intent.addCategory(Intent.CATEGORY_DEFAULT);
  /packages/apps/Launcher2/src/com/android/launcher2/
AllAppsList.java 173 mainIntent.addCategory(Intent.CATEGORY_LAUNCHER);
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
CommandRecognizerEngine.java 243 addCategory("android.intent.category.VOICE_LAUNCH"),
248 addCategory("android.intent.category.LAUNCHER"),
    [all...]
  /pdk/apps/HelloPDK/src/com/example/android/helloPDK/
MainActivity.java 62 mainIntent.addCategory(Intent.CATEGORY_SAMPLE_CODE);
  /development/samples/Home/src/com/example/android/home/
Home.java 280 intent.addCategory(Intent.CATEGORY_LAUNCHER);
487 mainIntent.addCategory(Intent.CATEGORY_LAUNCHER);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupWizardActivity.java 261 intent.addCategory(Intent.CATEGORY_DEFAULT);
278 intent.addCategory(Intent.CATEGORY_DEFAULT);
  /development/samples/NotePad/src/com/example/android/notepad/
NoteEditor.java 401 intent.addCategory(Intent.CATEGORY_ALTERNATIVE);
  /frameworks/base/cmds/am/src/com/android/commands/am/
Am.java 318 intent.addCategory(nextArgRequired());
487 baseIntent.addCategory(Intent.CATEGORY_LAUNCHER);
497 baseIntent.addCategory(Intent.CATEGORY_LAUNCHER);
502 baseIntent.addCategory(Intent.CATEGORY_LAUNCHER);
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
RecentApplicationsDialog.java 265 new Intent(Intent.ACTION_MAIN).addCategory(Intent.CATEGORY_HOME)
  /frameworks/testing/app-tests/AppLaunchTest/src/com/android/applaunchtest/
AppLaunchTest.java 177 launchable.addCategory(Intent.CATEGORY_LAUNCHER);
  /packages/apps/Protips/src/com/android/protips/
ProtipWidget.java 146 .addCategory(Intent.CATEGORY_HOME));
  /frameworks/base/core/java/android/content/
Intent.java 531 * clarify an Intent via {@link #addCategory}.
    [all...]

Completed in 616 milliseconds

1 23 4 5