HomeSort by relevance Sort by last modified time
    Searched refs:SIZE_INVALID (Results 1 - 5 of 5) sorted by null

  /packages/apps/Settings/src/com/android/settings/applications/
AppViewHolder.java 60 } else if (entry.size == ApplicationsState.SIZE_INVALID) {
ApplicationsState.java 60 static final int SIZE_INVALID = -2;
847 return SIZE_INVALID;
858 return SIZE_INVALID;
    [all...]
InstalledAppDetails.java 168 private static final int SIZE_INVALID = -1;
241 if (size == SIZE_INVALID) {
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
favicon_cache.h 37 SIZE_INVALID,
favicon_cache.cc 93 return SIZE_INVALID;
95 return SIZE_INVALID;
97 return SIZE_INVALID;
185 if (icon_size == SIZE_INVALID) {
    [all...]

Completed in 424 milliseconds