Home
last modified time | relevance | path

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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DHelp.java43 Intent helpIntent = getHelpIntent(activityName); in addHelpMenuItem() local
44 if (helpIntent != null) { in addHelpMenuItem()
48 item.setIntent(helpIntent); in addHelpMenuItem()
/packages/apps/Settings/src/com/android/settings/biometrics/face/
DFaceSettingsFooterPreferenceController.java54 final Intent helpIntent = HelpUtils.getHelpIntent( in updateState() local
57 new AnnotationSpan.LinkInfo(mContext, ANNOTATION_URL, helpIntent); in updateState()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/biometrics/face/
DFaceSettingsFooterPreferenceController.java54 final Intent helpIntent = HelpUtils.getHelpIntent( in updateState() local
57 new AnnotationSpan.LinkInfo(mContext, ANNOTATION_URL, helpIntent); in updateState()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DAlbumSetPage.java557 Intent helpIntent = HelpUtils.getHelpIntent(activity); in onCreateActionBar() local
560 helpItem.setVisible(helpIntent != null); in onCreateActionBar()
561 if (helpIntent != null) helpItem.setIntent(helpIntent); in onCreateActionBar()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/network/
DPrivateDnsModeDialogPreference.java181 final Intent helpIntent = HelpUtils.getHelpIntent(context, in onBindDialogView() local
185 ANNOTATION_URL, helpIntent); in onBindDialogView()
/packages/apps/Settings/src/com/android/settings/network/
DPrivateDnsModeDialogPreference.java181 final Intent helpIntent = HelpUtils.getHelpIntent(context, in onBindDialogView() local
185 ANNOTATION_URL, helpIntent); in onBindDialogView()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/biometrics/fingerprint/
DFingerprintSettings.java330 final Intent helpIntent = HelpUtils.getHelpIntent( in onCreate() local
333 activity, ANNOTATION_URL, helpIntent); in onCreate()
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
DFingerprintSettings.java333 final Intent helpIntent = HelpUtils.getHelpIntent( in onCreate() local
336 activity, ANNOTATION_URL, helpIntent); in onCreate()