Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DProcessRecord.java262 final ArraySet<Binder> mAllowBackgroundActivityStartsTokens = new ArraySet<>(); field in ProcessRecord
567 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()