HomeSort by relevance Sort by last modified time
    Searched defs:existingElement (Results 1 - 2 of 2) sorted by null

  /packages/apps/Camera2/src/com/android/camera/util/
ConcurrentSharedRingBuffer.java 70 * @param existingElement the element to be updated.
72 public void update(E existingElement);
231 Pinnable<E> existingElement = null;
237 existingElement = mElements.get(newKey);
240 if (existingElement != null) {
241 swapper.update(existingElement.getElement());
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 51 milliseconds