Home | History | Annotate | Download | only in text

Lines Matching defs:shim

570     private static ServiceShim shim;
573 // despite lack of synchronization, since the shim instance has no state--
575 // two shim instances, but they'll share the same state so that's ok.
576 if (shim == null) {
579 shim = (ServiceShim)cls.newInstance();
596 return shim;
870 if (shim == null) {
873 return shim.unregister(registryKey);
885 if (shim == null) {
889 return shim.getAvailableLocales();
900 if (shim == null) {
904 return shim.getAvailableULocales();