Home
last modified time | relevance | path

Searched defs:settingsIntent (Results 1 – 13 of 13) sorted by relevance

/packages/apps/Settings/tests/app/src/com/android/settings/dashboard/
DPreferenceThemeTest.java75 final Intent settingsIntent = new Intent("android.settings.DEVICE_INFO_SETTINGS") in launchPhoneStatus() local
83 final Intent settingsIntent = new Intent("com.android.settings.SETUP_LOCK_SCREEN") in launchSetupWizardLockScreen() local
/packages/apps/Settings/tests/app/src/com/android/settings/notification/
DZenModeSettingsIntegrationTest.java48 Intent settingsIntent = new Intent(Settings.ACTION_ZEN_MODE_SETTINGS) in launchZenSettings() local
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
DSipPhoneAccountSettingsActivity.java53 Intent settingsIntent = new Intent(this, SipEditor.class); in onCreate() local
/packages/apps/Settings/tests/app/src/com/android/settings/applications/
DAdvancedAppSettingsTest.java62 final Intent settingsIntent = new Intent(Intent.ACTION_MAIN) in launchDefaultApps() local
/packages/apps/Settings/tests/app/src/com/android/settings/users/
DUserSettingsTest.java68 Intent settingsIntent = new Intent(Intent.ACTION_MAIN) in launchSettings() local
/packages/apps/Settings/src/com/android/settings/accessibility/
DToggleAccessibilityServicePreferenceFragment.java293 Intent settingsIntent = new Intent(Intent.ACTION_MAIN).setComponent( in onProcessArguments() local
/packages/apps/Settings/src/com/android/settings/nfc/
DNfcPaymentPreference.java111 Intent settingsIntent = new Intent(Intent.ACTION_MAIN); in onClick() local
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/inputmethod/
DKeyboardFragment.java147 final Intent settingsIntent = getInputMethodSettingsIntent(info); in updatePrefs() local
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationBackend.java196 public Intent settingsIntent; field in NotificationBackend.AppRow
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DTtsEngineSettingsFragment.java141 final Intent settingsIntent = mEnginesHelper.getSettingsIntent(getEngineName()); in onCreatePreferences() local
/packages/apps/Settings/src/com/android/settings/print/
DPrintServiceSettingsFragment.java347 Intent settingsIntent = new Intent(Intent.ACTION_MAIN); in onLoadFinished() local
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DUtils.java611 final Intent settingsIntent = new Intent(Intent.ACTION_EDIT, account.settingsIntentUri); in showSettings() local
627 final Intent settingsIntent = new Intent(Intent.ACTION_EDIT, in showAccountSettings() local
/packages/apps/Settings/src/com/android/settings/tts/
DTextToSpeechSettings.java779 final Intent settingsIntent = mEnginesHelper.getSettingsIntent(info.name); in onGearClick() local