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

  /libcore/support/src/test/java/libcore/javax/net/ssl/
RandomPrivateKeyX509ExtendedKeyManager.java 38 private final Map<String, PrivateKey> cachedKeys = new HashMap<String, PrivateKey>();
61 result = cachedKeys.get(cacheKey);
66 cachedKeys.put(cacheKey, result);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
DynamicGridKeyboard.java 214 final ArrayList<Key> cachedKeys = new ArrayList<Key>(mGridKeys);
215 mCachedGridKeys = Collections.unmodifiableList(cachedKeys);

Completed in 1323 milliseconds