Searched refs:TEST_CLASS_NAME (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Connectivity/tests/cts/hostside/src/com/android/cts/net/ |
D | HostsideSelfDeclaredNetworkCapabilitiesCheckTest.java | 30 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/ |
D | SafetySourceStateCollectedLoggingHostTest.kt | 61 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
|
D | SafetyCenterInteractionLoggingHostTest.kt | 70 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/ |
D | AppSettingPreferenceControllerTest.java | 43 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/ |
D | MoreSettingsPreferenceControllerTest.java | 49 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()
|
D | EmergencyGestureEntrypointPreferenceControllerTest.java | 49 private static final String TEST_CLASS_NAME = "name"; field in EmergencyGestureEntrypointPreferenceControllerTest 128 info.activityInfo.name = TEST_CLASS_NAME; in prepareCustomIntent()
|