Home
last modified time | relevance | path

Searched refs:mWhichSize (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
DManageApplications.java719 private int mWhichSize = SIZE_TOTAL; field in ManageApplications.ApplicationsAdapter
831 mWhichSize = SIZE_TOTAL; in rebuild()
833 mWhichSize = SIZE_INTERNAL; in rebuild()
845 switch (mWhichSize) { in rebuild()
1095 holder.updateSizeText(mManageApplications.mInvalidSizeStr, mWhichSize); in updateSummary()