Searched refs:PREF_FORCE_REBUILD (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/calllog/
H A DCallLogFramework.java40 static final String PREF_FORCE_REBUILD = "callLogFrameworkForceRebuild"; field in class:CallLogFramework
103 sharedPreferences.edit().putBoolean(PREF_FORCE_REBUILD, true).apply();
H A DRefreshAnnotatedCallLogWorker.java80 sharedPreferences.getBoolean(CallLogFramework.PREF_FORCE_REBUILD, false);
175 .putBoolean(CallLogFramework.PREF_FORCE_REBUILD, false)

Completed in 65 milliseconds