Searched refs:sRequestQueue (Results 1 – 1 of 1) sorted by relevance
82 static final ArrayList<BatteryEntry> sRequestQueue = new ArrayList<BatteryEntry>(); field in BatteryEntry102 synchronized (sRequestQueue) { in run()103 if (sRequestQueue.isEmpty() || mAbort) { in run()109 be = sRequestQueue.remove(0); in run()128 synchronized (sRequestQueue) { in startRequestQueue()129 if (!sRequestQueue.isEmpty()) { in startRequestQueue()136 sRequestQueue.notify(); in startRequestQueue()143 synchronized (sRequestQueue) { in stopRequestQueue()147 sRequestQueue.clear(); in stopRequestQueue()336 synchronized (sRequestQueue) { in getQuickNameIconForUid()[all …]