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

/packages/apps/Settings/src/com/android/settings/applications/
H A DManageApplications.java455 TabInfo mCurTab = null; field in class:ManageApplications
1132 if (mCurTab != null && mCurTab.mListType == LIST_TYPE_RUNNING) {
1230 if (mCurTab != null) {
1231 mCurTab.resume(mSortOrder);
1247 if (mCurTab != null && mCurTab.mApplications != null) {
1248 mCurTab.mApplications.rebuild(mSortOrder);
1252 if (mCurTab != null && mCurTab
[all...]

Completed in 337 milliseconds