Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/cts/hostside/src/com/android/cts/net/
DHostsideSelfDeclaredNetworkCapabilitiesCheckTest.java30 private static final String TEST_CLASS_NAME = ".NetworkSelfDeclaredCapabilitiesTest"; field in HostsideSelfDeclaredNetworkCapabilitiesCheckTest
46 TEST_APP_PKG + TEST_CLASS_NAME, in testRequestNetworkInCurrentSdkWithProperty()
49 TEST_APP_PKG + TEST_CLASS_NAME, in testRequestNetworkInCurrentSdkWithProperty()
61 TEST_APP_PKG + TEST_CLASS_NAME, in testRequestNetworkInCurrentSdkWithoutProperty()
64 TEST_APP_PKG + TEST_CLASS_NAME, in testRequestNetworkInCurrentSdkWithoutProperty()
75 TEST_APP_PKG + TEST_CLASS_NAME, in testRequestNetworkInSdk33()
78 TEST_APP_PKG + TEST_CLASS_NAME, in testRequestNetworkInSdk33()
88 TEST_APP_PKG + TEST_CLASS_NAME, in testReinstallPackageWillUpdateProperty()
96 TEST_APP_PKG + TEST_CLASS_NAME, in testReinstallPackageWillUpdateProperty()
/packages/modules/Permission/tests/hostside/safetycenter/src/android/safetycenter/hostside/
DSafetySourceStateCollectedLoggingHostTest.kt61 helperAppRule.runTest(TEST_CLASS_NAME, "triggerStatsPull") in triggerStatsPull_atomsPushedForAllSources()
77 helperAppRule.runTest(TEST_CLASS_NAME, "triggerStatsPull") in triggerStatsPull_atomsHaveCollectionTypeAutomatic()
87 helperAppRule.runTest(TEST_CLASS_NAME, "setSafetySourceData_source1") in setSafetySourceData_atomPushedForThatSource()
97 helperAppRule.runTest(TEST_CLASS_NAME, "setSafetySourceData_source1") in setSafetySourceData_atomHasCollectionTypeSourceUpdated()
107 helperAppRule.runTest(TEST_CLASS_NAME, "reportSafetySourceError_source1") in reportSafetySourceError_atomPushedForThatSource()
131 const val TEST_CLASS_NAME = ".SafetySourceStateCollectedLoggingHelperTests" constant
DSafetyCenterInteractionLoggingHostTest.kt70 helperAppRule.runTest(TEST_CLASS_NAME, testMethodName = "openSafetyCenter") in openSafetyCenter_recordsSafetyCenterViewedEvent()
83 helperAppRule.runTest(TEST_CLASS_NAME, "openSafetyCenterQs") in openSafetyCenterQs_recordsSafetyCenterViewedEvent()
97 helperAppRule.runTest(TEST_CLASS_NAME, "openSafetyCenterFullFromQs") in openSafetyCenterFullFromQs_recordsViewEventWithCorrectSource()
109 helperAppRule.runTest(TEST_CLASS_NAME, testMethodName = "openSafetyCenterWithIssueIntent") in openSafetyCenterWithIssueIntent_recordsViewEventWithAssociatedIssueMetadata()
159 helperAppRule.runTest(TEST_CLASS_NAME, testMethodName = "openSubpageFromIntentExtra") in openSubpageFromIntentExtra_recordsEventWithUnknownNavigationSource()
175 helperAppRule.runTest(TEST_CLASS_NAME, testMethodName = "openSubpageFromHomepage") in openSubpageFromHomepage_recordsEventWithSafetyCenterNavigationSource()
189 helperAppRule.runTest(TEST_CLASS_NAME, testMethodName = "openSubpageFromSettingsSearch") in openSubpageFromSettingsSearch_recordsEventWithSettingsNavigationSource()
213 const val TEST_CLASS_NAME = ".SafetyCenterInteractionLoggingHelperTests" constant
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/appinfo/
DAppSettingPreferenceControllerTest.java43 private static final String TEST_CLASS_NAME = "name"; field in AppSettingPreferenceControllerTest
46 .setClassName(TEST_PKG_NAME, TEST_CLASS_NAME);
88 info.activityInfo.name = TEST_CLASS_NAME; in getAvailabilityStatus_hasAppSetting_shouldBeAvailable()
106 info.activityInfo.name = TEST_CLASS_NAME; in clickPreference_hasAppSetting_shouldLaunchIntent()
/packages/apps/Settings/tests/robotests/src/com/android/settings/emergency/
DMoreSettingsPreferenceControllerTest.java49 private static final String TEST_CLASS_NAME = "name"; field in MoreSettingsPreferenceControllerTest
139 info.activityInfo.name = TEST_CLASS_NAME; in prepareCustomIntent()
152 info.activityInfo.name = TEST_CLASS_NAME; in prepareCustomIntentForANonSystemApp()
DEmergencyGestureEntrypointPreferenceControllerTest.java49 private static final String TEST_CLASS_NAME = "name"; field in EmergencyGestureEntrypointPreferenceControllerTest
128 info.activityInfo.name = TEST_CLASS_NAME; in prepareCustomIntent()