Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityOptions.java493 private boolean mIgnorePendingIntentCreatorForegroundState; field in ActivityOptions
1302 mIgnorePendingIntentCreatorForegroundState = opts.getBoolean( in ActivityOptions()
1969 mIgnorePendingIntentCreatorForegroundState = state; in setIgnorePendingIntentCreatorForegroundState()
1978 return mIgnorePendingIntentCreatorForegroundState; in getIgnorePendingIntentCreatorForegroundState()
2252 if (mIgnorePendingIntentCreatorForegroundState) { in toBundle()
2254 mIgnorePendingIntentCreatorForegroundState); in toBundle()