Searched refs:pidsAsync (Results 1 – 1 of 1) sorted by relevance
2657 ArraySet<Integer> pidsAsync = (mFreezerBinderAsyncThreshold < 0) ? null : new ArraySet<>(); in binderErrorInternal() local2674 if (pidsAsync != null) { in binderErrorInternal()2675 pidsAsync.add(current); in binderErrorInternal()2693 if (pidsAsync == null || pidsAsync.size() == 0) { in binderErrorInternal()2698 pidsAsync::contains, in binderErrorInternal()