Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/cts/ui/gaux/legacy/src/com.android.adservices.tests.ui.gaux/
DOTAStringsCorruptFileUiAutomatorTest.java60 private static AdServicesCommonManager sCommonManager; field in OTAStringsCorruptFileUiAutomatorTest
70 sCommonManager = sContext.getSystemService(AdServicesCommonManager.class); in initTestClass()
113 UiUtils.setupOTAStrings(sContext, sDevice, sCommonManager, CORRUPT_ARSC_FILE_MDD_URL); in checkCorruptedARSCFile_OTAFailTest()
115 sCommonManager.setAdServicesEnabled(ENTRY_POINT_ENABLED, AD_ID_ENABLED); in checkCorruptedARSCFile_OTAFailTest()
121 UiUtils.setupOTAStrings(sContext, sDevice, sCommonManager, XML_FIL_MDD_URL); in checkXMLFile_OTAFailTest()
123 sCommonManager.setAdServicesEnabled(ENTRY_POINT_ENABLED, AD_ID_ENABLED); in checkXMLFile_OTAFailTest()
DOTAStringsUiAutomatorTest.java59 private static AdServicesCommonManager sCommonManager; field in OTAStringsUiAutomatorTest
76 sCommonManager = sContext.getSystemService(AdServicesCommonManager.class); in initTestClass()
78 UiUtils.setupOTAStrings(sContext, sDevice, sCommonManager, MDD_URL); in initTestClass()
120 sCommonManager.setAdServicesEnabled(ENTRY_POINT_ENABLED, AD_ID_ENABLED); in checkOTAStringsNotificationAndSettingsPageTest()
/packages/modules/AdServices/adservices/tests/cts/ui/u18ux/debugchannel/src/com/android/adservices/tests/ui/u18ux/debugchannel/
DU18UxDebugChannelTest.java53 private static AdServicesCommonManager sCommonManager; field in U18UxDebugChannelTest
78 sCommonManager = AdServicesCommonManager.get(sContext); in setUp()
126 sCommonManager.enableAdServices(adServicesStates, CALLBACK_EXECUTOR, mCallback); in testEntrypointDisabled()
154 sCommonManager.enableAdServices(adServicesStates, CALLBACK_EXECUTOR, mCallback); in testU18AdultBothTrueAdIdEnabled()
182 sCommonManager.enableAdServices(adServicesStates, CALLBACK_EXECUTOR, mCallback); in testU18TrueAdultFalseAdIdEnabled()
210 sCommonManager.enableAdServices(adServicesStates, CALLBACK_EXECUTOR, mCallback); in testU18AdultBothTrueAdIdDisabled()
238 sCommonManager.enableAdServices(adServicesStates, CALLBACK_EXECUTOR, mCallback); in testU18TrueAdultFalseAdIdDisabled()
266 sCommonManager.enableAdServices(adServicesStates, CALLBACK_EXECUTOR, mCallback); in testU18AdultBothFalseAdIdDisabled()