Merge "Add new network capabilities to support automotive head unit via USB" into sc-dev

This commit is contained in:
Lorenzo Colitti
2021-03-30 14:36:56 +00:00
committed by Android (Google) Code Review
4 changed files with 25 additions and 6 deletions

View File

@@ -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,