Searched refs:mAllowBackgroundActivityStarts (Results 1 – 1 of 1) sorted by relevance
36 private boolean mAllowBackgroundActivityStarts; field in BroadcastOptions84 mAllowBackgroundActivityStarts = opts.getBoolean(KEY_ALLOW_BACKGROUND_ACTIVITY_STARTS, in BroadcastOptions()165 mAllowBackgroundActivityStarts = allowBackgroundActivityStarts; in setBackgroundActivityStartsAllowed()173 return mAllowBackgroundActivityStarts; in allowsBackgroundActivityStarts()198 if (mAllowBackgroundActivityStarts) { in toBundle()