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.java261 final ArraySet<Binder> mAllowBackgroundActivityStartsTokens = new ArraySet<>(); field in ProcessRecord
564 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()