OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:helpurlstring
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/util/
HelpUtils.java
66
String
helpUrlString
= context.getResources().getString(helpUrlResourceId);
67
return prepareHelpMenuItem(context, helpMenuItem,
helpUrlString
);
72
* - If the
helpUrlString
is empty or null, the help menu item is made invisible.
79
String
helpUrlString
) {
80
if (TextUtils.isEmpty(
helpUrlString
)) {
88
final Uri fullUri = uriWithAddedParameters(context, Uri.parse(
helpUrlString
));
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
HelpUtils.java
89
* - If the
helpUrlString
is empty or null, the help menu item is made invisible.
Completed in 64 milliseconds