OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ActiveItem
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Settings/src/com/android/settings/applications/
RunningProcessesView.java
59
final HashMap<View,
ActiveItem
> mActiveItems = new HashMap<View,
ActiveItem
>();
91
public static class
ActiveItem
{
168
public
ActiveItem
bind(RunningState state, RunningState.BaseItem item,
183
ActiveItem
ai = new
ActiveItem
();
311
ActiveItem
ai = vh.bind(mState, item, mBuilder);
472
Iterator<
ActiveItem
> it = mActiveItems.values().iterator();
474
ActiveItem
ai = it.next();
RunningServiceDetails.java
73
RunningProcessesView.
ActiveItem
mSnippetActiveItem;
87
RunningProcessesView.
ActiveItem
mActiveItem;
/external/chromium_org/chrome/browser/chromeos/profiles/
profile_list_chromeos_unittest.cc
218
TEST_F(ProfileListChromeOSTest,
ActiveItem
) {
/external/chromium_org/chrome/browser/profiles/
profile_list_desktop_unittest.cc
109
TEST_F(ProfileListDesktopTest,
ActiveItem
) {
Completed in 65 milliseconds