Searched refs:mAllowBackgroundActivityStarts (Results 1 – 1 of 1) sorted by relevance
45 private boolean mAllowBackgroundActivityStarts; field in BroadcastOptions131 mAllowBackgroundActivityStarts = opts.getBoolean(KEY_ALLOW_BACKGROUND_ACTIVITY_STARTS, in BroadcastOptions()292 mAllowBackgroundActivityStarts = allowBackgroundActivityStarts; in setBackgroundActivityStartsAllowed()300 return mAllowBackgroundActivityStarts; in allowsBackgroundActivityStarts()328 if (mAllowBackgroundActivityStarts) { in toBundle()