Home
last modified time | relevance | path

Searched refs:ANNOTATED_CALL_LOG_BUILT_PREF (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/calllog/
DCallLogState.java33 private static final String ANNOTATED_CALL_LOG_BUILT_PREF = "annotated_call_log_built"; field in CallLogState
53 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()