Searched refs:sSingleton (Results 1 – 1 of 1) sorted by relevance
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()