Searched refs:lastType (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/security/
H A DProvider.java88 private transient String lastType; field in class:Provider
376 if (lastServicesByType != null && type.equals(lastType)) {
383 lastType = type;

Completed in 559 milliseconds