Searched refs:FLAG_ALLOW_BACKGROUND_ACTIVITY_STARTS (Results 1 – 1 of 1) sorted by relevance
71 FLAG_ALLOW_BACKGROUND_ACTIVITY_STARTS,81 private static final int FLAG_ALLOW_BACKGROUND_ACTIVITY_STARTS = 1 << 1; field in BroadcastOptions567 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()