Searched refs:sessionValue (Results 1 – 1 of 1) sorted by relevance
1021 Object sessionValue = builder.get(key); in testSessionParametersStateLeakByCamera() local1024 if ((sessionValue == null) && (currentValue == null)) { in testSessionParametersStateLeakByCamera()1028 if (((sessionValue == null) && (currentValue != null)) || in testSessionParametersStateLeakByCamera()1029 ((sessionValue != null) && (currentValue == null)) || in testSessionParametersStateLeakByCamera()1030 (!sessionValue.equals(currentValue))) { in testSessionParametersStateLeakByCamera()