Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DBackgroundStartPrivileges.java42 private final boolean mAllowsBackgroundActivityStarts; field in BackgroundStartPrivileges
51 mAllowsBackgroundActivityStarts = allowsBackgroundActivityStarts; in BackgroundStartPrivileges()
94 if (this.mAllowsBackgroundActivityStarts == allowsBackgroundActivityStarts in merge()
99 if (other.mAllowsBackgroundActivityStarts == allowsBackgroundActivityStarts in merge()
144 return mAllowsBackgroundActivityStarts; in allowsBackgroundActivityStarts()
156 return mAllowsBackgroundActivityStarts || mAllowsBackgroundForegroundServiceStarts; in allowsAny()
187 + "allowsBackgroundActivityStarts=" + mAllowsBackgroundActivityStarts in toString()