Home | History | Annotate | Download | only in camera

Lines Matching refs:mQueue

821         private Vector<NamedEntity> mQueue;
824 mQueue = new Vector<NamedEntity>();
831 mQueue.add(r);
835 synchronized(mQueue) {
836 if (!mQueue.isEmpty()) {
837 return mQueue.remove(0);
921 UsageStatistics.hashFileName(mNamedImages.mQueue.lastElement().title + ".jpg"));