Home
last modified time | relevance | path

Searched refs:sContext (Results 1 – 1 of 1) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DRenderScriptSingleton.java34 private static Context sContext; field in RenderScriptSingleton
47 if (context.equals(sContext)) { in setContext()
49 } else if (sContext != null) { in setContext()
52 ", before clearing previous "+ sContext); in setContext()
58 sContext = context; in setContext()
69 if (sContext != null) { in clearContext()
75 sContext = null; in clearContext()