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

/development/samples/LunarLander/src/com/example/android/lunarlander/
H A DLunarView.java89 private static final String KEY_DIFFICULTY = "mDifficulty"; field in class:LunarView.LunarThread
333 mDifficulty = savedState.getInt(KEY_DIFFICULTY);
381 map.putInt(KEY_DIFFICULTY, Integer.valueOf(mDifficulty));

Completed in 28 milliseconds