HomeSort by relevance Sort by last modified time
    Searched full:photoappsize (Results 1 - 1 of 1) sorted by null

  /packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
CachedStorageValuesHelper.java 87 final long photoAppSize = mSharedPreferences.getLong(PHOTO_APPS_SIZE_KEY, -1);
93 || photoAppSize < 0
124 result.photosAppsSize = photoAppSize;

Completed in 66 milliseconds