HomeSort by relevance Sort by last modified time
    Searched refs:FLAG_ACTIVITY_RESET_TASK_IF_NEEDED (Results 1 - 22 of 22) sorted by null

  /packages/apps/Settings/src/com/android/settings/
CreateShortcut.java 18 shortcutIntent.setFlags(Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED);
  /packages/apps/Launcher2/src/com/android/launcher2/
ApplicationInfo.java 72 Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED);
LauncherProvider.java 450 Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED);
709 Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED);
    [all...]
Launcher.java     [all...]
  /packages/providers/ApplicationsProvider/src/com/android/providers/applications/
ApplicationLauncher.java 94 Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED);
  /frameworks/base/services/java/com/android/server/am/
TaskRecord.java 37 // the FLAG_ACTIVITY_RESET_TASK_IF_NEEDED flag.
81 (intent.getFlags()&Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED) != 0) {
ActivityStack.java     [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
RecentApplicationsDialog.java 214 intent.setFlags((intent.getFlags()&~Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED)
PhoneWindowManager.java 528 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED);
532 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED);
536 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED);
    [all...]
  /development/samples/Home/src/com/example/android/home/
Home.java 509 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED);
  /frameworks/base/services/java/com/android/server/
UiModeManagerService.java 114 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED);
    [all...]
NotificationManagerService.java     [all...]
  /packages/apps/Phone/src/com/android/phone/
NotificationMgr.java     [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarAppWidgetService.java 506 Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED |
  /frameworks/base/cmds/am/src/com/android/commands/am/
Am.java 192 intent.addFlags(Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED);
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchWidgetProvider.java 303 | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED);
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /frameworks/base/core/java/android/content/
Intent.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactsListActivity.java     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 689 milliseconds