Searched refs:eabPref (Results 1 – 1 of 1) sorted by relevance
44 SharedPreferences eabPref = context.getSharedPreferences( in isInitDone() local46 return eabPref.getBoolean(INIT_DONE, false); in isInitDone()50 SharedPreferences.Editor eabPref = context.getSharedPreferences( in setInitDone() local52 eabPref.putBoolean(INIT_DONE, initDone).commit(); in setInitDone()64 SharedPreferences.Editor eabPref = context.getSharedPreferences( in saveLastContactChangedTimestamp() local66 eabPref.putLong(CONTACT_CHANGED_PREF_KEY, time).commit(); in saveLastContactChangedTimestamp()78 SharedPreferences.Editor eabPref = context.getSharedPreferences( in saveLastProfileContactChangedTimestamp() local80 eabPref.putLong(CONTACT_PROFILE_CHANGED_PREF_KEY, time).commit(); in saveLastProfileContactChangedTimestamp()92 SharedPreferences.Editor eabPref = context.getSharedPreferences( in saveLastContactDeletedTimestamp() local94 eabPref.putLong(CONTACT_DELETE_PREF_KEY, time).commit(); in saveLastContactDeletedTimestamp()[all …]