Searched refs:sessionValue (Results 1 – 1 of 1) sorted by relevance
1056 Object sessionValue = builder.get(key); in testSessionParametersStateLeakByCamera() local1059 if ((sessionValue == null) && (currentValue == null)) { in testSessionParametersStateLeakByCamera()1063 if (((sessionValue == null) && (currentValue != null)) || in testSessionParametersStateLeakByCamera()1064 ((sessionValue != null) && (currentValue == null)) || in testSessionParametersStateLeakByCamera()1065 (!sessionValue.equals(currentValue))) { in testSessionParametersStateLeakByCamera()