OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:helpresource
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Settings/src/com/android/settings/
SettingsPreferenceFragment.java
117
int
helpResource
;
119
helpResource
= arguments.getInt(HELP_URI_RESOURCE_KEY);
121
helpResource
= getHelpResource();
123
if (
helpResource
!= 0) {
124
mHelpUri = getResources().getString(
helpResource
);
Completed in 72 milliseconds