Home
last modified time | relevance | path

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

/packages/modules/SdkExtensions/javatests/com/android/os/ext/
DSdkExtensionsTest.java185 Expectation expectation = dessertExpectation(true); in testExtensionR()
191 Expectation expectation = dessertExpectation(SdkLevel.isAtLeastS()); in testExtensionS()
197 Expectation expectation = dessertExpectation(SdkLevel.isAtLeastT()); in testExtensionT()
203 Expectation expectation = dessertExpectation(SdkLevel.isAtLeastU()); in testExtensionU()
209 Expectation expectation = dessertExpectation(SdkLevel.isAtLeastV()); in testExtensionV()
218 Expectation expectation = dessertExpectation(SdkLevel.isAtLeastT()); in testExtensionAdServices()
222 private Expectation dessertExpectation(boolean expectedPresent) throws Exception { in dessertExpectation() method in SdkExtensionsTest