Searched refs:startActivityUsingIntent (Results 1 – 1 of 1) sorted by relevance
64 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