Searched refs:corruptStreamSources (Results 1 – 2 of 2) sorted by relevance
26 static ArrayList<String> corruptStreamSources = new ArrayList<String>(); field in ShadowDrawable41 if (corruptStreamSources.contains(srcName)) { in createFromStream()112 corruptStreamSources.add(src); in addCorruptStreamSource()190 corruptStreamSources.clear(); in reset()
43 assertTrue(ShadowDrawable.corruptStreamSources.contains(src)); in reset__shouldClearStaticState()45 assertFalse(ShadowDrawable.corruptStreamSources.contains(src)); in reset__shouldClearStaticState()