Searched refs:mBlockingComponents (Results 1 – 1 of 1) sorted by relevance
63 private final ArrayMap<String, BlockingEntityRecord> mBlockingComponents = new ArrayMap<>(); field in RebootReadinessLogger258 BlockingEntityRecord record = mBlockingComponents.get(component); in maybeLogLongBlockingComponents()261 mBlockingComponents.put(component, record); in maybeLogLongBlockingComponents()266 for (String existingRecordName : mBlockingComponents.keySet()) { in maybeLogLongBlockingComponents()268 mBlockingComponents.remove(existingRecordName); in maybeLogLongBlockingComponents()334 for (String subsystem : mBlockingComponents.keySet()) { in writeBlockingSubsystems()357 if (mBlockingComponents.size() > 0) { in dump()