Searched refs:mPendingInits (Results 1 – 1 of 1) sorted by relevance
651 HashSet<String> mPendingInits = new HashSet<String>(); // transport names field in BackupManagerService911 queue = new HashSet<String>(mPendingInits); in handleMessage()912 mPendingInits.clear(); in handleMessage()1229 if (mPendingInits.size() > 0) { in onReceive()1749 mPendingInits.add(transportName); in recordInitPendingLocked()1758 mPendingInits.remove(transportName); in recordInitPendingLocked()1770 mPendingInits.add(transportName); in recordInitPendingLocked()1843 mPendingInits.add(name); in registerTransport()2983 mPendingInits.add(name); in finalizeBackup()10431 + (this.mPendingInits.size() == 0 ? "not " : "") + "pending init"); in dumpInternal()[all …]