Searched refs:eabPref (Results 1 – 1 of 1) sorted by relevance
42 SharedPreferences eabPref = context.getSharedPreferences( in isInitDone() local44 return eabPref.getBoolean(INIT_DONE, false); in isInitDone()48 SharedPreferences.Editor eabPref = context.getSharedPreferences( in setInitDone() local50 eabPref.putBoolean(INIT_DONE, initDone).commit(); in setInitDone()62 SharedPreferences.Editor eabPref = context.getSharedPreferences( in saveLastContactChangedTimestamp() local64 eabPref.putLong(CONTACT_CHANGED_PREF_KEY, time).commit(); in saveLastContactChangedTimestamp()76 SharedPreferences.Editor eabPref = context.getSharedPreferences( in saveLastProfileContactChangedTimestamp() local78 eabPref.putLong(CONTACT_PROFILE_CHANGED_PREF_KEY, time).commit(); in saveLastProfileContactChangedTimestamp()90 SharedPreferences.Editor eabPref = context.getSharedPreferences( in saveLastContactDeletedTimestamp() local92 eabPref.putLong(CONTACT_DELETE_PREF_KEY, time).commit(); in saveLastContactDeletedTimestamp()[all …]