Home
last modified time | relevance | path

Searched refs:expectedContents (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
H A DCarLocationServiceTest.java344 String expectedContents = "{\"provider\":\"gps\",\"latitude\":16.7666,\"longitude\":" in testStoresLocationUponShutdownPrepare() local
346 assertEquals(expectedContents, actualContents); in testStoresLocationUponShutdownPrepare()
/aosp12/build/soong/sdk/
H A Dbootclasspath_fragment_sdk_test.go539 expectedContents := `'mybootlib\nmyothersdklibrary\n'`
540 …android.AssertStringEquals(t, "updatable-bcp-packages.txt", expectedContents, rule.Args["content"])
/aosp12/frameworks/base/tests/RollbackTest/StagedRollbackTest/src/com/android/tests/rollback/host/
H A DStagedRollbackTest.java627 private void assertFileContents(String expectedContents, String path) throws Exception { in assertFileContents() argument
631 .that(actualContents).isEqualTo(expectedContents); in assertFileContents()