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