/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/ |
D | CachedFlagsTest.java | 41 private void setUp(boolean enableSessionStableKillSwitches) { in setUp() method in CachedFlagsTest 54 setUp(/* enableSessionStableKillSwitches= */ true); in testGetMeasurementApiRegisterSourceKillSwitch_flagEnabled_returnsCachedFlag() 61 setUp(/* enableSessionStableKillSwitches= */ true); in testGetMeasurementApiRegisterSourcesKillSwitch_flagEnabled_returnsCachedFlag() 68 setUp(/* enableSessionStableKillSwitches= */ true); in testGetMeasurementApiRegisterWebSourceKillSwitch_flagEnabled_returnsCachedFlag() 75 setUp(/* enableSessionStableKillSwitches= */ true); in testGetMeasurementApiRegisterTriggerKillSwitch_flagEnabled_returnsCachedFlag() 82 setUp(/* enableSessionStableKillSwitches= */ true); in testGetMeasurementApiRegisterWebTriggerKillSwitch_flagEnabled_returnsCachedFlag() 89 setUp(/* enableSessionStableKillSwitches= */ true); in testGetMeasurementApiDeleteRegistrationsKillSwitch_flagEnabled_returnsCachedFlag() 96 setUp(/* enableSessionStableKillSwitches= */ true); in testGetMeasurementApiStatusKillSwitch_flagEnabled_returnsCachedFlag() 102 setUp(/* enableSessionStableKillSwitches= */ true); in testGetEnforceForegroundForMsmtRegisterSource_flagEnabled_returnsCachedFlag() 109 setUp(/* enableSessionStableKillSwitches= */ true); in testGetEnforceForegroundForMsmtRegisterTrigger_flagEnabled_returnsCachedFlag() [all …]
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/ |
D | EapAkaPrimeTest.java | 273 public void setUp() { in setUp() method in EapAkaPrimeTest 274 super.setUp(); in setUp() 276 setUp(ALLOW_MISMATCHED_NETWORK_NAMES, PEER_NETWORK_NAME_1); in setUp() 279 private void setUp(boolean allowMismatchedNetworkNames, String peerNetworkName) { in setUp() method in EapAkaPrimeTest 280 setUp(EAP_IDENTITY, allowMismatchedNetworkNames, peerNetworkName); in setUp() 283 private void setUp( in setUp() method in EapAkaPrimeTest 319 setUp( in testEapAkaPrimeEndToEndExternalTestVectors() 384 setUp(false, PEER_NETWORK_NAME_2); in testEapAkaPrimeMismatchedNetworkNamesNotAllowed() 392 setUp(true, PEER_NETWORK_NAME_2); in testEapAkaPrimeMismatchedNetworkNamesAllowed()
|
/packages/services/Car/tests/carservice_test/src/com/android/car/ |
D | CarFeatureControllerTest.java | 64 public void setUp() throws Exception { in setUp() method in CarFeatureControllerTest 71 super.setUp(); in testParsingVhalEmptyList() 84 super.setUp(); in testParsingVhalMultipleEntries() 99 super.setUp(); in testUserNoticeDisabledFromVhal()
|
/packages/modules/common/javatests/com/android/modules/targetprep/ |
D | ClasspathFetcherTest.java | 78 public void setUp() throws Exception { in setUp() method in ClasspathFetcherTest 117 fetcher.setUp(mTestInfo); in testSingleArtifactFetcher() 130 fetcher1.setUp(mTestInfo); in testMultipleArtifactFetchers() 131 fetcher2.setUp(mTestInfo); in testMultipleArtifactFetchers() 146 fetcher.setUp(mTestInfo); in testFetchCorrectBcpClasses() 173 fetcher.setUp(mTestInfo); in testFetchCorrectSscpClasses()
|
/packages/modules/common/java/com/android/modules/testing/utils/ |
D | ApexInstallHelper.java | 107 private void setUp() throws Exception { in setUp() method in ApexInstallHelper 132 setUp(); in pushApexAndReboot() 147 setUp(); in installApexAndReboot()
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/statemachine/ |
D | EapMsChapV2AwaitingEapFailureStateTest.java | 24 public void setUp() { in setUp() method in EapMsChapV2AwaitingEapFailureStateTest 25 super.setUp(); in setUp()
|
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/util/ |
D | TaplTestsPredictionRow.java | 26 public void setUp() throws Exception { in setUp() method in TaplTestsPredictionRow 27 super.setUp(); in setUp()
|
/packages/modules/Permission/tests/cts/permission/src/android/permission/cts/ |
D | RebootPermissionTest.java | 30 protected void setUp() throws Exception { in setUp() method in RebootPermissionTest 31 super.setUp(); in setUp()
|
D | AppWidgetManagerPermissionTest.java | 34 protected void setUp() throws Exception { in setUp() method in AppWidgetManagerPermissionTest 35 super.setUp(); in setUp()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/enterprise/ |
D | FailedPasswordWipeManagedProfilePreferenceControllerTest.java | 33 public void setUp() { in setUp() method in FailedPasswordWipeManagedProfilePreferenceControllerTest 34 super.setUp(); in setUp()
|
D | FailedPasswordWipeCurrentUserPreferenceControllerTest.java | 33 public void setUp() { in setUp() method in FailedPasswordWipeCurrentUserPreferenceControllerTest 34 super.setUp(); in setUp()
|
D | FailedPasswordWipePreferenceControllerBaseTest.java | 33 public void setUp() { in setUp() method in FailedPasswordWipePreferenceControllerBaseTest 34 super.setUp(); in setUp()
|
D | BugReportsPreferenceControllerTest.java | 36 public void setUp() { in setUp() method in BugReportsPreferenceControllerTest 37 super.setUp(); in setUp()
|
/packages/apps/Messaging/tests/src/com/android/messaging/ |
D | BugleTestCase.java | 38 protected void setUp() throws Exception { in setUp() method in BugleTestCase 39 super.setUp(); in setUp()
|
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/ |
D | BugleServiceTestCase.java | 42 protected void setUp() throws Exception { in setUp() method in BugleServiceTestCase 43 super.setUp(); in setUp()
|
/packages/apps/Messaging/tests/src/com/android/messaging/ui/ |
D | BugleActivityInstrumentationTestCase.java | 41 protected void setUp() throws Exception { in setUp() method in BugleActivityInstrumentationTestCase 42 super.setUp(); in setUp()
|
D | BugleActivityUnitTestCase.java | 42 protected void setUp() throws Exception { in setUp() method in BugleActivityUnitTestCase 43 super.setUp(); in setUp()
|
D | BugleActivityTest.java | 34 protected void setUp() throws Exception { in setUp() method in BugleActivityTest 35 super.setUp(); in setUp()
|
D | ViewTest.java | 35 protected void setUp() throws Exception { in setUp() method in ViewTest 36 super.setUp(); in setUp()
|
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/ |
D | PermissionsTest.java | 36 public void setUp() throws Exception { in setUp() method in PermissionsTest 37 super.setUp(); in setUp()
|
/packages/modules/Connectivity/tests/cts/hostside-network-policy/app/src/com/android/cts/netpolicy/hostside/ |
D | RestrictedModeTest.java | 25 public void setUp() throws Exception { in setUp() method in RestrictedModeTest 26 super.setUp(); in setUp()
|
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/ |
D | SingleThreadNamedTaskExecutorTest.java | 34 protected void setUp() throws Exception { in setUp() method in SingleThreadNamedTaskExecutorTest 35 super.setUp(); in setUp()
|
/packages/apps/TV/tests/jank/src/com/android/tv/tests/jank/ |
D | LiveChannelsTestCase.java | 30 protected void setUp() throws Exception { in setUp() method in LiveChannelsTestCase 31 super.setUp(); in setUp()
|
/packages/services/AlternativeNetworkAccess/tests/src/com/android/ons/ |
D | ONSProfileResultReceiverTest.java | 32 public void setUp() throws Exception { in setUp() method in ONSProfileResultReceiverTest 33 super.setUp("ONSTest"); in setUp()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | LogUtilsTest.java | 34 public void setUp() throws Exception { in setUp() method in LogUtilsTest 35 super.setUp(); in setUp()
|