Searched refs:KEY_BOOT (Results 1 – 1 of 1) sorted by relevance
65 private static final String KEY_BOOT = "boot"; field in EncryptionAppTest152 mDe.getSharedPreferences(KEY_BOOT, 0).edit().putInt(KEY_BOOT, thisCount).commit(); in doBootCountBefore()156 final int lastCount = mDe.getSharedPreferences(KEY_BOOT, 0).getInt(KEY_BOOT, -1); in doBootCountAfter()