Searched refs:expectedPrefixes (Results 1 – 2 of 2) sorted by relevance
86 ImmutableList<String> expectedPrefixes = in testBootclasspath() local93 assertThat(jars).prefixesMatch(expectedPrefixes).inOrder(); in testBootclasspath()112 ImmutableList<String> expectedPrefixes = in testDex2oatBootclasspath() local118 assertThat(jars).prefixesMatch(expectedPrefixes).inOrder(); in testDex2oatBootclasspath()133 ImmutableList<String> expectedPrefixes = in testSystemServerClasspath() local135 assertThat(jars).prefixesMatch(expectedPrefixes).inOrder(); in testSystemServerClasspath()
243 std::vector<std::string> expectedPrefixes = {"vendor.pkg"}; in TEST_F() local257 getPackageInfosForUids(expectedUids, expectedPrefixes, _)) in TEST_F()