Searched refs:helpIntent (Results 1 – 9 of 9) sorted by relevance
/aosp12/packages/apps/Settings/src/com/android/settings/accessibility/ |
H A D | AccessibilityFooterPreferenceController.java | 107 final Intent helpIntent; in updateFooterPreferences() local 110 helpIntent = HelpUtils.getHelpIntent(mContext, mContext.getString(getHelpResource()), in updateFooterPreferences() 113 helpIntent = null; in updateFooterPreferences() 116 if (helpIntent != null) { in updateFooterPreferences() 118 view.startActivityForResult(helpIntent, 0); in updateFooterPreferences()
|
/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
H A D | Help.java | 43 Intent helpIntent = getHelpIntent(activityName); in addHelpMenuItem() local 44 if (helpIntent != null) { in addHelpMenuItem() 48 item.setIntent(helpIntent); in addHelpMenuItem()
|
/aosp12/packages/apps/Settings/src/com/android/settings/biometrics/face/ |
H A D | FaceSettingsFooterPreferenceController.java | 53 final Intent helpIntent = HelpUtils.getHelpIntent( in updateState() local 56 new AnnotationSpan.LinkInfo(mContext, ANNOTATION_URL, helpIntent); in updateState()
|
/aosp12/packages/apps/Settings/src/com/android/settings/network/telephony/ |
H A D | NrDisabledInDsdsFooterPreferenceController.java | 69 final Intent helpIntent = HelpUtils.getHelpIntent(mContext, in getFooterText() local 73 "url", helpIntent); in getFooterText()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/power/ |
H A D | PowerNotificationWarnings.java | 420 final Intent helpIntent = in showHighTemperatureDialog() 424 Dependency.get(ActivityStarter.class).startActivity(helpIntent, in showHighTemperatureDialog() 455 final Intent helpIntent = in showThermalShutdownDialog() 459 Dependency.get(ActivityStarter.class).startActivity(helpIntent, in showThermalShutdownDialog() 515 final Intent helpIntent = new Intent(); in showUsbHighTemperatureAlarmInternal() 516 helpIntent.setClassName("com.android.settings", in showUsbHighTemperatureAlarmInternal() 518 helpIntent.putExtra(Intent.EXTRA_TEXT, contextString); in showUsbHighTemperatureAlarmInternal() 519 Dependency.get(ActivityStarter.class).startActivity(helpIntent, in showUsbHighTemperatureAlarmInternal()
|
/aosp12/packages/apps/Settings/src/com/android/settings/network/ |
H A D | PrivateDnsModeDialogPreference.java | 184 final Intent helpIntent = HelpUtils.getHelpIntent(context, in onBindDialogView() local 188 ANNOTATION_URL, helpIntent); in onBindDialogView()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
H A D | AlbumSetPage.java | 557 Intent helpIntent = HelpUtils.getHelpIntent(activity); in onCreateActionBar() local 560 helpItem.setVisible(helpIntent != null); in onCreateActionBar() 561 if (helpIntent != null) helpItem.setIntent(helpIntent); in onCreateActionBar()
|
/aosp12/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
H A D | AdvancedPowerUsageDetail.java | 384 final Intent helpIntent = HelpUtils.getHelpIntent(context, context.getString( in initPreferenceForTriState() local 386 if (helpIntent != null) { in initPreferenceForTriState() 388 startActivityForResult(helpIntent, /*requestCode=*/ 0)); in initPreferenceForTriState()
|
/aosp12/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/ |
H A D | FingerprintSettings.java | 355 final Intent helpIntent = HelpUtils.getHelpIntent( in onCreate() local 358 activity, ANNOTATION_URL, helpIntent); in onCreate()
|