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