Home
last modified time | relevance | path

Searched refs:expectedOutput (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/tests/UsbTests/src/com/android/server/usb/
DUsbMidiPacketConverterTest.java191 byte[] expectedOutput = new byte[] { in testEncoderBasic()
195 compareByteArrays(expectedOutput, output); in testEncoderBasic()
207 byte[] expectedOutput = new byte[] { in testEncoderMultiplePackets()
214 compareByteArrays(expectedOutput, output); in testEncoderMultiplePackets()
227 byte[] expectedOutput = new byte[] { in testEncoderWeavePackets()
235 compareByteArrays(expectedOutput, output); in testEncoderWeavePackets()
245 byte[] expectedOutput = new byte[] { in testEncoderSysExEndFirstByte()
250 compareByteArrays(expectedOutput, output); in testEncoderSysExEndFirstByte()
260 byte[] expectedOutput = new byte[] { in testEncoderSysExEndSecondByte()
265 compareByteArrays(expectedOutput, output); in testEncoderSysExEndSecondByte()
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserSystemPackageInstallerTest.java187 final ArrayMap<String, Long> expectedOutput = getNewPackageToAllowlistedBitSetMap(); in testDetermineWhitelistedPackagesForUserTypes() local
188 expectedOutput.put("com.android.package1", expectedUserTypeBitSet1); in testDetermineWhitelistedPackagesForUserTypes()
189 expectedOutput.put("com.android.package2", expectedUserTypeBitSet2); in testDetermineWhitelistedPackagesForUserTypes()
190 expectedOutput.put("com.android.package3", expectedUserTypeBitSet3); in testDetermineWhitelistedPackagesForUserTypes()
195 assertEquals("Incorrect package-to-user mapping.", expectedOutput, actualOutput); in testDetermineWhitelistedPackagesForUserTypes()
230 final ArrayMap<String, Long> expectedOutput = getNewPackageToAllowlistedBitSetMap(); in testDetermineWhitelistedPackagesForUserTypes_noNetWhitelisting() local
231 expectedOutput.put("com.android.package2", 0L); in testDetermineWhitelistedPackagesForUserTypes_noNetWhitelisting()
232 expectedOutput.put("com.android.package3", 0L); in testDetermineWhitelistedPackagesForUserTypes_noNetWhitelisting()
233 expectedOutput.put("com.android.package4", 0L); in testDetermineWhitelistedPackagesForUserTypes_noNetWhitelisting()
238 assertEquals("Incorrect package-to-user mapping.", expectedOutput, actualOutput); in testDetermineWhitelistedPackagesForUserTypes_noNetWhitelisting()
/frameworks/base/tools/processors/intdef_mappings/test/android/processor/
DIntDefProcessorTest.kt138 val expectedOutput = """ in serializesMappingCorrectly() constant
160 assertEquals(actualOutput, expectedOutput) in serializesMappingCorrectly()
/frameworks/base/core/tests/coretests/src/android/widget/
DSelectionActionModeHelperTest.java257 final List<RectF> expectedOutput = Arrays.asList(outputRectangles); in testExpandRectangleList() local
266 assertEquals(expectedOutput, result); in testExpandRectangleList()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/udfps/
DSinglePointerTouchProcessorTest.kt67 val expectedOutput = in <lambda>() constant
83 ", ...} expected: {$expectedOutput}" in <lambda>()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DPersistAtomsStorageTest.java2950 Queue<ImsRegistrationServiceDescStats> expectedOutput = new LinkedList<>(); in addImsRegistrationServiceDescStats_tooManyServiceDesc() local
2955 expectedOutput.add(stats); in addImsRegistrationServiceDescStats_tooManyServiceDesc()
2965 expectedOutput.remove(); in addImsRegistrationServiceDescStats_tooManyServiceDesc()
2966 assertEquals(expectedOutput.size() - 1, output.length); in addImsRegistrationServiceDescStats_tooManyServiceDesc()