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