assertEquals syntax is (expected, actual) and not the
other way around
Error message before :
java.lang.AssertionError: Unexpected blocked status 32 expected:<32> but was:<0>
Error message after :
java.lang.AssertionError: Unexpected blocked status 32 expected:<0> but was:<32>
Test: FrameworksNetTests
Change-Id: I27f912db9a83fe418b659553829580a2802c20db