Searched refs:LIST_TYPE_RUNNING (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
H A DManageApplications.java250 mRootView = inflater.inflate(mListType == LIST_TYPE_RUNNING
473 static final int LIST_TYPE_RUNNING = 1; field in class:ManageApplications
868 defaultListType = LIST_TYPE_RUNNING;
909 LIST_TYPE_RUNNING, this, savedInstanceState);
1132 if (mCurTab != null && mCurTab.mListType == LIST_TYPE_RUNNING) {
1133 TabInfo tab = tabForType(LIST_TYPE_RUNNING);

Completed in 103 milliseconds