Home
last modified time | relevance | path

Searched refs:readProgram (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DApfIntegrationTest.kt351 fun readProgram(): ByteArray { in readProgram() method
384 val readResult = readProgram() in testReadWriteProgram()
424 readProgram() // wait for install completion in testDropPingReply()
451 readProgram() // wait for install completion in testDropPingReply()
493 readProgram() // wait for install completion in clearApfMemory()
505 val readResult = readProgram() in clearApfMemory()
538 readProgram() // wait for install completion in testFilterAgeIncreasesBetweenPackets()
545 var buffer = ByteBuffer.wrap(readProgram(), counterRegion, 4 /* length */) in testFilterAgeIncreasesBetweenPackets()
553 buffer = ByteBuffer.wrap(readProgram(), counterRegion, 4 /* length */) in testFilterAgeIncreasesBetweenPackets()
/packages/apps/TV/tuner/src/com/android/tv/tuner/hdhomerun/
DHdHomeRunChannelScan.java109 readProgram(parser); in scan()
122 private void readProgram(XmlPullParser parser) throws XmlPullParserException, IOException { in readProgram() method in HdHomeRunChannelScan