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

1 2

  /development/samples/ApiDemos/src/com/example/android/apis/view/
Tabs3.java 48 .addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP)));
  /packages/apps/Camera/src/com/android/camera/
CameraButtonIntentReceiver.java 50 | Intent.FLAG_ACTIVITY_CLEAR_TOP);
MenuHelper.java 128 intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
171 intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
  /cts/tests/src/android/app/cts/
MockTabActivity.java 49 new Intent(this, AppStubActivity.class).addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP)));
TestedScreen.java 85 final Intent intent = new Intent(getIntent()).addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP)
  /packages/apps/Email/src/com/android/email/activity/
Welcome.java 45 * 'reset' the UI state; Because of this, it is always launched with FLAG_ACTIVITY_CLEAR_TOP,
50 i.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
MailboxList.java 102 intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SuggestionUtils.java 46 intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
AbstractSource.java 84 intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
WebCorpus.java 79 intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
  /packages/apps/Mms/src/com/android/mms/transaction/
SmsRejectedReceiver.java 60 | Intent.FLAG_ACTIVITY_CLEAR_TOP);
MessagingNotification.java 408 | Intent.FLAG_ACTIVITY_CLEAR_TOP);
479 | Intent.FLAG_ACTIVITY_CLEAR_TOP);
637 failedIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TOP);
  /cts/tests/tests/app/src/android/app/cts/
NotificationManagerTest.java 120 | Intent.FLAG_ACTIVITY_CLEAR_TOP);
  /packages/apps/Music/src/com/android/music/
MediaButtonIntentReceiver.java 49 i.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TOP);
QueryBrowserActivity.java 285 intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
291 intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
  /frameworks/base/core/tests/coretests/src/android/app/activity/
TestedScreen.java 92 addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP).
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppReceiver.java 176 in.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TOP);
183 in.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TOP);
  /packages/apps/Stk/src/com/android/stk/
StkAppService.java 570 | Intent.FLAG_ACTIVITY_CLEAR_TOP;
664 intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
671 intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
  /packages/apps/DeskClock/src/com/android/deskclock/
DeskClock.java 725 .addFlags(Intent.FLAG_ACTIVITY_NEW_TASK|Intent.FLAG_ACTIVITY_CLEAR_TOP));
737 .addFlags(Intent.FLAG_ACTIVITY_NEW_TASK|Intent.FLAG_ACTIVITY_CLEAR_TOP));
750 .addFlags(Intent.FLAG_ACTIVITY_NEW_TASK|Intent.FLAG_ACTIVITY_CLEAR_TOP)
777 .addFlags(Intent.FLAG_ACTIVITY_NEW_TASK|Intent.FLAG_ACTIVITY_CLEAR_TOP);
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupBasics.java 129 i.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
138 i.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
  /packages/apps/Protips/src/com/android/protips/
ProtipWidget.java 142 .addFlags(Intent.FLAG_ACTIVITY_NEW_TASK|Intent.FLAG_ACTIVITY_CLEAR_TOP)
  /packages/apps/Tag/src/com/android/apps/tag/
TagViewer.java 149 callback.setFlags(Intent. FLAG_ACTIVITY_CLEAR_TOP);
  /frameworks/base/core/java/android/app/
LocalActivityManager.java 229 * {@link Intent#FLAG_ACTIVITY_CLEAR_TOP} set, then the current activity
317 (intent.getFlags()&Intent.FLAG_ACTIVITY_CLEAR_TOP) == 0) {
  /packages/apps/Gallery/src/com/android/camera/
MenuHelper.java     [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarAppWidgetService.java 507 Intent.FLAG_ACTIVITY_CLEAR_TOP);

Completed in 1153 milliseconds

1 2