Home
last modified time | relevance | path

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

/libcore/dalvik/src/main/java/dalvik/system/
DZipPathValidator.java45 private static volatile Callback sInstance = DEFAULT; field in ZipPathValidator
52 sInstance = DEFAULT; in clearCallback()
65 sInstance = Objects.requireNonNull(callback); in setCallback()
76 return sInstance; in getInstance()
86 return sInstance.equals(DEFAULT); in isClear()
/libcore/tools/openjdk-analyzer/src/libcore/tools/analyzer/openjdk/
DUnsupportedNewApis.java37 private static UnsupportedNewApis sInstance; field in UnsupportedNewApis
46 if (sInstance == null) { in getInstance()
47 sInstance = new UnsupportedNewApis(); in getInstance()
49 return sInstance; in getInstance()