Searched refs:sEventQueue (Results 1 – 2 of 2) sorted by relevance
126 …public static BlockingQueue<ThermalEvent> sEventQueue = new ArrayBlockingQueue<ThermalEvent>(EVENT… field in ThermalManager515 ThermalManager.sEventQueue.put(event); in addThermalEvent()
587 Notify notifier = new Notify(ThermalManager.sEventQueue); in onStartCommand()