Home
last modified time | relevance | path

Searched refs:KEY_TASK_OVERLAY_CAN_RESUME (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DActivityOptions.java315 private static final String KEY_TASK_OVERLAY_CAN_RESUME = field in ActivityOptions
1295 mTaskOverlayCanResume = opts.getBoolean(KEY_TASK_OVERLAY_CAN_RESUME, false); in ActivityOptions()
2298 b.putBoolean(KEY_TASK_OVERLAY_CAN_RESUME, mTaskOverlayCanResume); in toBundle()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt1792 Landroid/app/ActivityOptions;->KEY_TASK_OVERLAY_CAN_RESUME:Ljava/lang/String;