Searched refs:mAllowsBackgroundActivityStarts (Results 1 – 1 of 1) sorted by relevance
42 private final boolean mAllowsBackgroundActivityStarts; field in BackgroundStartPrivileges51 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()