Searched defs:FLAG_ACTIVITY_PREVIOUS_IS_TOP (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/
H A DIntent.java4991 FLAG_ACTIVITY_PREVIOUS_IS_TOP,
5034 FLAG_ACTIVITY_PREVIOUS_IS_TOP,
5282 public static final int FLAG_ACTIVITY_PREVIOUS_IS_TOP = 0x01000000; field in class:Intent
6577 intent.addFlags(Intent.FLAG_ACTIVITY_PREVIOUS_IS_TOP);

Completed in 387 milliseconds