Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/
DAppStorageSettings.java88 private static final String KEY_TOTAL_SIZE = "total_size"; field in AppStorageSettings
160 mTotalSize = findPreference(KEY_TOTAL_SIZE); in setupViews()