Searched refs:EXTRA_ACTIVITY_ON_USER_LEAVE_HINT (Results 1 – 4 of 4) sorted by relevance
19 …t static android.server.wm.activity.lifecycle.LifecycleConstants.EXTRA_ACTIVITY_ON_USER_LEAVE_HINT;131 if (getIntent().getBooleanExtra(EXTRA_ACTIVITY_ON_USER_LEAVE_HINT, false)) { in onUserLeaveHint()
56 static final String EXTRA_ACTIVITY_ON_USER_LEAVE_HINT = "activity_on_user_leave_hint"; field in LifecycleConstants
22 …t static android.server.wm.activity.lifecycle.LifecycleConstants.EXTRA_ACTIVITY_ON_USER_LEAVE_HINT;376 extra -> extra.putBoolean(EXTRA_ACTIVITY_ON_USER_LEAVE_HINT, true)) in testOnUserLeaveHint()
32 …t static android.server.wm.activity.lifecycle.LifecycleConstants.EXTRA_ACTIVITY_ON_USER_LEAVE_HINT;1053 .setExtraFlags(EXTRA_ACTIVITY_ON_USER_LEAVE_HINT) in testLaunchOnUserLeaveHint()1067 .setExtraFlags(EXTRA_ACTIVITY_ON_USER_LEAVE_HINT) in testLaunchOnUserLeaveHintWithNoUserAction()