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

  /packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
CachedStorageValuesHelper.java 36 public static final String GAME_APPS_SIZE_KEY = "game_apps_size";
84 final long gamesSize = mSharedPreferences.getLong(GAME_APPS_SIZE_KEY, -1);
139 .putLong(GAME_APPS_SIZE_KEY, result.gamesSize)
  /packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/storage/
CachedStorageValuesHelperTest.java 26 import static com.android.settings.deviceinfo.storage.CachedStorageValuesHelper.GAME_APPS_SIZE_KEY;
76 .putLong(GAME_APPS_SIZE_KEY, 0)
104 .putLong(GAME_APPS_SIZE_KEY, 1)
143 .putLong(GAME_APPS_SIZE_KEY, 0)
169 .putLong(GAME_APPS_SIZE_KEY, 0)
196 .putLong(GAME_APPS_SIZE_KEY, 0)
222 .putLong(GAME_APPS_SIZE_KEY, 0)
275 assertThat(mSharedPreferences.getLong(GAME_APPS_SIZE_KEY, -1)).isEqualTo(1L);

Completed in 206 milliseconds