Searched refs:sInstance (Results 1 – 2 of 2) sorted by relevance
45 private static volatile Callback sInstance = DEFAULT; field in ZipPathValidator52 sInstance = DEFAULT; in clearCallback()65 sInstance = Objects.requireNonNull(callback); in setCallback()76 return sInstance; in getInstance()86 return sInstance.equals(DEFAULT); in isClear()
37 private static UnsupportedNewApis sInstance; field in UnsupportedNewApis46 if (sInstance == null) { in getInstance()47 sInstance = new UnsupportedNewApis(); in getInstance()49 return sInstance; in getInstance()