OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ARG_COMPONENT
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tests/MusicBrowserDemo/src/com/example/android/musicbrowserdemo/
BrowserListFragment.java
49
public static final String
ARG_COMPONENT
= "component";
78
mComponent = args.getParcelable(
ARG_COMPONENT
);
110
args.putParcelable(BrowserListFragment.
ARG_COMPONENT
, mComponent);
AppListFragment.java
66
args.putParcelable(BrowserListFragment.
ARG_COMPONENT
, item.component);
Completed in 709 milliseconds