Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DBroadcastOptions.java71 FLAG_ALLOW_BACKGROUND_ACTIVITY_STARTS,
81 private static final int FLAG_ALLOW_BACKGROUND_ACTIVITY_STARTS = 1 << 1; field in BroadcastOptions
567 mFlags |= FLAG_ALLOW_BACKGROUND_ACTIVITY_STARTS; in setBackgroundActivityStartsAllowed()
569 mFlags &= ~FLAG_ALLOW_BACKGROUND_ACTIVITY_STARTS; in setBackgroundActivityStartsAllowed()
579 return (mFlags & FLAG_ALLOW_BACKGROUND_ACTIVITY_STARTS) != 0; in allowsBackgroundActivityStarts()