Merge "Add new network capabilities to support automotive head unit via USB" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
a610eede44
@@ -101,7 +101,7 @@ class KeepaliveUtilsTest {
|
||||
|
||||
// Check valid customization generates expected array.
|
||||
val validRes = arrayOf("0,3", "1,0", "4,4")
|
||||
val expectedValidRes = intArrayOf(3, 0, 0, 0, 4, 0, 0, 0)
|
||||
val expectedValidRes = intArrayOf(3, 0, 0, 0, 4, 0, 0, 0, 0)
|
||||
|
||||
val mockContext = getMockedContextWithStringArrayRes(
|
||||
R.array.config_networkSupportedKeepaliveCount,
|
||||
|
||||
Reference in New Issue
Block a user