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.java1056 Object sessionValue = builder.get(key); in testSessionParametersStateLeakByCamera() local
1059 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()