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

/packages/apps/Settings/src/com/android/settings/applications/
H A DAppViewHolder.java60 } else if (entry.size == ApplicationsState.SIZE_INVALID) {
H A DApplicationsState.java60 static final int SIZE_INVALID = -2; field in class:ApplicationsState
847 return SIZE_INVALID;
858 return SIZE_INVALID;
H A DInstalledAppDetails.java165 private static final int SIZE_INVALID = -1; field in class:InstalledAppDetails
238 if (size == SIZE_INVALID) {
896 if (mAppEntry.size == ApplicationsState.SIZE_INVALID

Completed in 47 milliseconds