Searched refs:mAllowBackgroundActivityStartsTokens (Results 1 – 1 of 1) sorted by relevance
262 final ArraySet<Binder> mAllowBackgroundActivityStartsTokens = new ArraySet<>(); field in ProcessRecord567 if (mAllowBackgroundActivityStartsTokens.size() > 0) { in dump()569 for (int i = 0; i < mAllowBackgroundActivityStartsTokens.size(); i++) { in dump()571 pw.println(mAllowBackgroundActivityStartsTokens.valueAt(i)); in dump()1181 mAllowBackgroundActivityStartsTokens.add(entity); in addAllowBackgroundActivityStartsToken()1187 mAllowBackgroundActivityStartsTokens.remove(entity); in removeAllowBackgroundActivityStartsToken()1189 !mAllowBackgroundActivityStartsTokens.isEmpty()); in removeAllowBackgroundActivityStartsToken()