Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraDeviceTest.java1021 Object sessionValue = builder.get(key); in testSessionParametersStateLeakByCamera() local
1024 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()