Home
last modified time | relevance | path

Searched defs:expectation (Results 1 – 4 of 4) sorted by relevance

/packages/modules/SdkExtensions/javatests/com/android/os/ext/
DSdkExtensionsTest.java95 private static void assertVersion(Expectation expectation, int version) { in assertVersion()
109 private static void assertVersion(Expectation expectation, String propValue) { in assertVersion()
118 public static final void assertVersion(Expectation expectation, int extension, String propId) { in assertVersion()
193 Expectation expectation = dessertExpectation(true); in testExtensionR() local
199 Expectation expectation = dessertExpectation(SdkLevel.isAtLeastS()); in testExtensionS() local
205 Expectation expectation = dessertExpectation(SdkLevel.isAtLeastT()); in testExtensionT() local
211 Expectation expectation = dessertExpectation(SdkLevel.isAtLeastU()); in testExtensionU() local
217 Expectation expectation = dessertExpectation(SdkLevel.isAtLeastV()); in testExtensionV() local
223 Expectation expectation = dessertExpectation(SdkLevel.isAtLeastB()); in testExtensionB() local
232 Expectation expectation = dessertExpectation(SdkLevel.isAtLeastT()); in testExtensionAdServices() local
/packages/modules/Connectivity/staticlibs/netd/libnetdutils/
DInternetAddressesTest.cpp58 void testGamutOfOperators(const OperatorExpectation<T>& expectation) { in testGamutOfOperators()
123 for (const auto& expectation : kExpectations) { in TEST() local
424 for (const auto& expectation : testExpectations) { in TEST() local
557 for (const auto& expectation : testExpectations) { in TEST() local
620 for (const auto& expectation : testExpectations) { in TEST() local
671 for (const auto& expectation : kExpectations) { in TEST() local
696 for (const auto& expectation : kExpectations) { in TEST() local
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DUpstreamNetworkMonitorTest.java688 static void assertPrefixSet(Set<IpPrefix> prefixes, boolean expectation, String... expected) { in assertPrefixSet()
694 static void assertPrefixSet(Set<IpPrefix> prefixes, boolean expectation, Set<String> expected) { in assertPrefixSet()
/packages/modules/DnsResolver/
DDnsStatsTest.cpp183 std::vector<std::string> expectation; in TEST_F() member