Searched refs:START_FORWARD_AND_REQUEST_CONFLICT (Results 1 – 5 of 5) sorted by relevance
24 import static android.app.ActivityManager.START_FORWARD_AND_REQUEST_CONFLICT;139 Intent.FLAG_ACTIVITY_FORWARD_RESULT, START_FORWARD_AND_REQUEST_CONFLICT); in testStartActivityPreconditions()
2072 case ActivityManager.START_FORWARD_AND_REQUEST_CONFLICT: in checkStartActivityResult()
272 public static final int START_FORWARD_AND_REQUEST_CONFLICT = FIRST_START_FATAL_ERROR_CODE + 7; field in ActivityManager
908 return ActivityManager.START_FORWARD_AND_REQUEST_CONFLICT; in executeRequest()
591 case ActivityManager.START_FORWARD_AND_REQUEST_CONFLICT: