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

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

Completed in 88 milliseconds