HomeSort by relevance Sort by last modified time
    Searched defs:intentFlags (Results 1 - 4 of 4) sorted by null

  /packages/apps/Stk/src/com/android/stk/
StkAppService.java 675 int intentFlags = Intent.FLAG_ACTIVITY_NEW_TASK
679 intentFlags |= getFlagActivityNoUserAction(InitiatedByUserAction.yes);
684 intentFlags |= getFlagActivityNoUserAction(InitiatedByUserAction.unknown);
688 newIntent.setFlags(intentFlags);
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
TaskRecord.java 327 final int intentFlags = intent == null ? 0 : intent.getFlags();
328 if ((intentFlags & Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED) != 0) {
338 } else if ((intentFlags & (Intent.FLAG_ACTIVITY_NEW_DOCUMENT
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /prebuilts/sdk/system_current/
android.jar 

Completed in 5277 milliseconds