Home
last modified time | relevance | path

Searched refs:FLAG_NO_HISTORY (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DActivityInfo.java350 public static final int FLAG_NO_HISTORY = 0x0080; field in ActivityInfo
DPackageParser.java4386 a.info.flags |= ActivityInfo.FLAG_NO_HISTORY; in parseActivity()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityStackTests.java235 r.info.flags |= ActivityInfo.FLAG_NO_HISTORY; in testStopActivityWhenActivityDestroyed()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java61 import static android.content.pm.ActivityInfo.FLAG_NO_HISTORY;
3596 || (info.flags & FLAG_NO_HISTORY) != 0; in isNoHistory()
DActivityStack.java1685 || (prev.info.flags & ActivityInfo.FLAG_NO_HISTORY) != 0 ? prev : null; in startPausingLocked()
3742 || (r.info.flags&ActivityInfo.FLAG_NO_HISTORY) != 0) { in stopActivityLocked()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...