Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DComponentOptions.java48 private boolean mPendingIntentBalAllowed = PENDING_INTENT_BAL_ALLOWED_DEFAULT; field in ComponentOptions
71 mPendingIntentBalAllowed = allowed; in setPendingIntentBackgroundActivityLaunchAllowed()
79 return mPendingIntentBalAllowed; in isPendingIntentBackgroundActivityLaunchAllowed()
101 b.putBoolean(KEY_PENDING_INTENT_BACKGROUND_ACTIVITY_ALLOWED, mPendingIntentBalAllowed); in toBundle()