Searched refs:getImportantNoticePreferences (Results 1 – 2 of 2) sorted by relevance
73 static SharedPreferences getImportantNoticePreferences(final Context context) { in getImportantNoticePreferences() method in ImportantNoticeUtils79 return getImportantNoticePreferences(context).getBoolean( in hasContactsNoticeShown()121 final SharedPreferences prefs = getImportantNoticePreferences(context); in hasContactsNoticeTimeoutPassed()134 getImportantNoticePreferences(context) in updateContactsNoticeShown()
49 mPref = ImportantNoticeUtils.getImportantNoticePreferences(context); in ImportantNoticePreferences()