summaryrefslogtreecommitdiff
path: root/rs/java/android/renderscript/ProgramVertexFixedFunction.java
diff options
context:
space:
mode:
authorLorenzo Colitti <lorenzo@google.com>2020-01-10 13:39:42 +0900
committerLorenzo Colitti <lorenzo@google.com>2020-01-10 13:53:20 +0900
commit9ded26e2412a45a82d37fbd31fee5ce5155321be (patch)
treee09fb5930529726f3f6bf893581f2455715c5ed3 /rs/java/android/renderscript/ProgramVertexFixedFunction.java
parent89a7c628494c5d4be9bac8cb82175a0653dad70d (diff)
Delete the NetworkFactory running-on-correct-thread assertion.
The change to make NetworkFactory use NetworkProvider included an assertion that the onNetworkRequested and onRequestWithdrawn methods were called on the factory's Looper. This is not really necessary since it cannot happen in the current code unless there is a bug in Looper. It also makes it impossible to test this code using TestLooper, which dispatches messages on the test thread instead of on the looper thread. So, delete the check. Bug: 138306002 Test: atest FrameworksWifiTests now passes Change-Id: I37449efb50287c683312f0b19909bd4c61b38585
Diffstat (limited to 'rs/java/android/renderscript/ProgramVertexFixedFunction.java')
0 files changed, 0 insertions, 0 deletions