Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DComponentOptions.java59 private boolean mPendingIntentBalAllowedByPermission = false; field in ComponentOptions
147 mPendingIntentBalAllowedByPermission = allowed; in setPendingIntentBackgroundActivityLaunchAllowedByPermission()
156 return mPendingIntentBalAllowedByPermission; in isPendingIntentBackgroundActivityLaunchAllowedByPermission()
165 if (mPendingIntentBalAllowedByPermission) { in toBundle()
167 mPendingIntentBalAllowedByPermission); in toBundle()