Searched refs:helpIntent (Results 1 – 8 of 8) sorted by relevance
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
D | Help.java | 43 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/ |
D | FaceSettingsFooterPreferenceController.java | 54 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/ |
D | FaceSettingsFooterPreferenceController.java | 54 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/ |
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()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/network/ |
D | PrivateDnsModeDialogPreference.java | 181 final Intent helpIntent = HelpUtils.getHelpIntent(context, in onBindDialogView() local 185 ANNOTATION_URL, helpIntent); in onBindDialogView()
|
/packages/apps/Settings/src/com/android/settings/network/ |
D | PrivateDnsModeDialogPreference.java | 181 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/ |
D | FingerprintSettings.java | 330 final Intent helpIntent = HelpUtils.getHelpIntent( in onCreate() local 333 activity, ANNOTATION_URL, helpIntent); in onCreate()
|
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/ |
D | FingerprintSettings.java | 333 final Intent helpIntent = HelpUtils.getHelpIntent( in onCreate() local 336 activity, ANNOTATION_URL, helpIntent); in onCreate()
|