Home
last modified time | relevance | path

Searched defs:expectedContents (Results 1 – 2 of 2) 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
/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()