Searched refs:ANNOTATED_CALL_LOG_BUILT_PREF (Results 1 – 1 of 1) sorted by relevance
33 private static final String ANNOTATED_CALL_LOG_BUILT_PREF = "annotated_call_log_built"; field in CallLogState53 sharedPreferences.edit().putBoolean(ANNOTATED_CALL_LOG_BUILT_PREF, true).apply(); in markBuilt()62 sharedPreferences.edit().remove(ANNOTATED_CALL_LOG_BUILT_PREF).apply(); in clearData()74 () -> sharedPreferences.getBoolean(ANNOTATED_CALL_LOG_BUILT_PREF, false)); in isBuilt()