HomeSort by relevance Sort by last modified time
    Searched defs:launchIntent (Results 26 - 33 of 33) sorted by null

12

  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActivityChooserView.java 576 Intent launchIntent = mAdapter.getDataModel().chooseActivity(position);
577 if (launchIntent != null) {
578 launchIntent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET);
579 getContext().startActivity(launchIntent);
594 Intent launchIntent = mAdapter.getDataModel().chooseActivity(index);
595 if (launchIntent != null) {
596 launchIntent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET);
597 getContext().startActivity(launchIntent);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchActivity.java 349 launchIntent(intent);
362 launchIntent(intent);
392 protected void launchIntent(Intent intent) {
393 if (DBG) Log.d(TAG, "launchIntent " + intent);
426 launchIntent(intent);
  /packages/apps/Calendar/src/com/android/calendar/
Utils.java     [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
ApplicationsState.java 818 Intent launchIntent = new Intent(Intent.ACTION_MAIN, null)
823 List<ResolveInfo> intents = mPm.queryIntentActivitiesAsUser(launchIntent,
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchFragment.java 572 final Intent launchIntent = Intent.createChooser(shareIntent,
575 context.startActivity(launchIntent);
    [all...]
  /frameworks/base/core/java/android/widget/
SearchView.java     [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SearchView.java     [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 673 milliseconds

12