Searched refs:IS_ACCOUNT_ACTIVATED (Results 1 – 1 of 1) sorted by relevance
52 private static final String IS_ACCOUNT_ACTIVATED = "is_account_activated"; field in VvmAccountManager60 statusMessage.putStatus(preferences.edit()).putBoolean(IS_ACCOUNT_ACTIVATED, true).apply(); in addAccount()75 .putBoolean(IS_ACCOUNT_ACTIVATED, false) in removeAccount()90 return preferences.getBoolean(IS_ACCOUNT_ACTIVATED, false); in isAccountActivated()