Searched refs:FLAG_ALLOW_BACKGROUND_ACTIVITY_STARTS (Results 1 – 1 of 1) sorted by relevance
74 FLAG_ALLOW_BACKGROUND_ACTIVITY_STARTS,84 private static final int FLAG_ALLOW_BACKGROUND_ACTIVITY_STARTS = 1 << 1; field in BroadcastOptions570 mFlags |= FLAG_ALLOW_BACKGROUND_ACTIVITY_STARTS; in setBackgroundActivityStartsAllowed()572 mFlags &= ~FLAG_ALLOW_BACKGROUND_ACTIVITY_STARTS; in setBackgroundActivityStartsAllowed()582 return (mFlags & FLAG_ALLOW_BACKGROUND_ACTIVITY_STARTS) != 0; in allowsBackgroundActivityStarts()