Searched refs:mAllowBackgroundActivityStartsTokens (Results 1 – 1 of 1) sorted by relevance
261 final ArraySet<Binder> mAllowBackgroundActivityStartsTokens = new ArraySet<>(); field in ProcessRecord564 if (mAllowBackgroundActivityStartsTokens.size() > 0) { in dump()566 for (int i = 0; i < mAllowBackgroundActivityStartsTokens.size(); i++) { in dump()568 pw.println(mAllowBackgroundActivityStartsTokens.valueAt(i)); in dump()1178 mAllowBackgroundActivityStartsTokens.add(entity); in addAllowBackgroundActivityStartsToken()1184 mAllowBackgroundActivityStartsTokens.remove(entity); in removeAllowBackgroundActivityStartsToken()1186 !mAllowBackgroundActivityStartsTokens.isEmpty()); in removeAllowBackgroundActivityStartsToken()