Searched refs:BlockingEntityRecord (Results 1 – 1 of 1) sorted by relevance
60 private final SparseArray<BlockingEntityRecord> mBlockingApps = new SparseArray<>();63 private final ArrayMap<String, BlockingEntityRecord> mBlockingComponents = new ArrayMap<>();258 BlockingEntityRecord record = mBlockingComponents.get(component); in maybeLogLongBlockingComponents()260 record = new BlockingEntityRecord(component); in maybeLogLongBlockingComponents()288 BlockingEntityRecord record = mBlockingApps.get(uid); in maybeLogLongBlockingApps()290 record = new BlockingEntityRecord(uid); in maybeLogLongBlockingApps()383 private static final class BlockingEntityRecord { class in RebootReadinessLogger400 private BlockingEntityRecord(String name) { in BlockingEntityRecord() method in RebootReadinessLogger.BlockingEntityRecord406 private BlockingEntityRecord(int uid) { in BlockingEntityRecord() method in RebootReadinessLogger.BlockingEntityRecord