Searched refs:sSingleton (Results 1 – 8 of 8) sorted by relevance
219 private static Linker sSingleton = null; field in Linker242 if (sSingleton == null) { in getInstance()250 sSingleton = ModernLinker.create(); in getInstance()252 sSingleton = LegacyLinker.create(); in getInstance()254 Log.i(TAG, "Using linker: " + sSingleton.getClass().getName()); in getInstance()256 return sSingleton; in getInstance()309 assertForTesting(sSingleton == null); in setImplementationForTesting()312 sSingleton = ModernLinker.create(); in setImplementationForTesting()314 sSingleton = LegacyLinker.create(); in setImplementationForTesting()316 Log.i(TAG, "Forced linker: " + sSingleton.getClass().getName()); in setImplementationForTesting()[all …]
22 static MimeTypeMap sSingleton = null; field in ShadowMimeTypeMap27 if (sSingleton == null) { in getSingleton()29 if (sSingleton == null) { in getSingleton()30 sSingleton = Robolectric.newInstanceOf(MimeTypeMap.class); in getSingleton()35 return sSingleton; in getSingleton()
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...