Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DBroadcastOptions.java66 static final String KEY_ALLOW_BACKGROUND_ACTIVITY_STARTS = field in BroadcastOptions
84 mAllowBackgroundActivityStarts = opts.getBoolean(KEY_ALLOW_BACKGROUND_ACTIVITY_STARTS, in BroadcastOptions()
199 b.putBoolean(KEY_ALLOW_BACKGROUND_ACTIVITY_STARTS, true); in toBundle()