Home
last modified time | relevance | path

Searched refs:currentKey (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/security/
DSecurity.java1047 String currentKey = in getAlgorithms() local
1049 if (currentKey.startsWith( in getAlgorithms()
1057 if (currentKey.indexOf(" ") < 0) { in getAlgorithms()
1058 result.add(currentKey.substring( in getAlgorithms()
/libcore/ojluni/src/main/java/java/util/
DWeakHashMap.java776 private Object currentKey; field in WeakHashMap.HashIterator
793 currentKey = null; in hasNext()
812 currentKey = nextKey; in nextEntry()
823 WeakHashMap.this.remove(currentKey); in remove()
826 currentKey = null; in remove()