Home
last modified time | relevance | path

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

/packages/modules/SdkExtensions/javatests/com/android/os/classpath/
DClasspathsTest.java86 ImmutableList<String> expectedPrefixes = in testBootclasspath() local
93 assertThat(jars).prefixesMatch(expectedPrefixes).inOrder(); in testBootclasspath()
112 ImmutableList<String> expectedPrefixes = in testDex2oatBootclasspath() local
118 assertThat(jars).prefixesMatch(expectedPrefixes).inOrder(); in testDex2oatBootclasspath()
133 ImmutableList<String> expectedPrefixes = in testSystemServerClasspath() local
135 assertThat(jars).prefixesMatch(expectedPrefixes).inOrder(); in testSystemServerClasspath()
/packages/services/Car/cpp/watchdog/server/tests/
DPackageInfoResolverTest.cpp243 std::vector<std::string> expectedPrefixes = {"vendor.pkg"}; in TEST_F() local
257 getPackageInfosForUids(expectedUids, expectedPrefixes, _)) in TEST_F()