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

/frameworks/base/core/java/android/content/
H A DIntent.java4911 FLAG_ACTIVITY_SINGLE_TOP,
4954 FLAG_ACTIVITY_SINGLE_TOP,
5097 public static final int FLAG_ACTIVITY_SINGLE_TOP = 0x20000000; field in class:Intent
5174 * default) and you have not set {@link #FLAG_ACTIVITY_SINGLE_TOP} in
5176 * launch modes or if {@link #FLAG_ACTIVITY_SINGLE_TOP} is set then this
6494 intent.addFlags(Intent.FLAG_ACTIVITY_SINGLE_TOP);

Completed in 101 milliseconds