Searched refs:crashQueue (Results 1 – 1 of 1) sorted by relevance
519 BlockingQueue<Integer> crashQueue = new SynchronousQueue<>(); in sendCrashBroadcast() local534 crashQueue.put(intent.getIntExtra("count", 0)); in sendCrashBroadcast()544 } while(crashQueue.take() < count); in sendCrashBroadcast()