Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/unit/src/com/android/settings/privacy/
DPrivacyDashboardActivityTest.java64 startActivityUsingIntent(android.provider.Settings.ACTION_PRIVACY_SETTINGS); in onCreate_whenSafetyCenterEnabled_redirectsToSafetyCenter()
75 startActivityUsingIntent(ACTION_PRIVACY_ADVANCED_SETTINGS); in onCreateWithAdvancedIntent_whenSafetyCenterEnabled_doesntRedirectToSafetyCenter()
84 startActivityUsingIntent(android.provider.Settings.ACTION_PRIVACY_SETTINGS); in onCreate_whenSafetyCenterDisabled_doesntRedirectToSafetyCenter()
93 startActivityUsingIntent(ACTION_PRIVACY_ADVANCED_SETTINGS); in onCreateWithAdvancedIntent_whenSafetyCenterDisabled_doesntRedirectToSafetyCenter()
100 private void startActivityUsingIntent(String intentAction) throws Exception { in startActivityUsingIntent() method in PrivacyDashboardActivityTest