Searched refs:isDirty (Results 1 - 15 of 15) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/calllog/
H A DRefreshAnnotatedCallLogWorker.java87 boolean isDirty =
91 || isDirty(appContext);
94 "isDirty took: %dms",
96 if (isDirty) {
109 private boolean isDirty(Context appContext) { method in class:RefreshAnnotatedCallLogWorker
115 LogUtil.i("RefreshAnnotatedCallLogWorker.isDirty", "running isDirty for %s", dataSourceName);
116 boolean isDirty = dataSource.isDirty(appContext);
118 "RefreshAnnotatedCallLogWorker.isDirty",
[all...]
/packages/apps/Dialer/java/com/android/dialer/calllog/datasources/
H A DCallLogDataSource.java40 boolean isDirty(Context appContext); method in interface:CallLogDataSource
/packages/apps/Dialer/java/com/android/dialer/calllog/datasources/contacts/
H A DContactsDataSource.java36 public boolean isDirty(Context appContext) { method in class:ContactsDataSource
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DChangeNotifier.java44 public boolean isDirty() { method in class:ChangeNotifier
H A DLocalAlbumSet.java167 if (mNotifier.isDirty()) {
H A DSecureAlbum.java126 if (mNotifier.isDirty()) {
H A DLocalAlbum.java256 if (mNotifier.isDirty()) {
/packages/apps/Dialer/java/com/android/dialer/calllog/datasources/systemcalllog/
H A DSystemCallLogDataSource.java66 public boolean isDirty(Context appContext) { method in class:SystemCallLogDataSource
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DDbModifierWithNotification.java177 int isDirty;
181 isDirty = callerSetDirty == 0 ? 0 : 1;
183 isDirty = isSelfModifyingOrInternal(packagesModified) ? 0 : 1;
185 values.put(VoicemailContract.Voicemails.DIRTY, isDirty);
187 if (isDirty == 0 && values.containsKey(Calls.IS_READ) && getAsBoolean(values,
H A DContactsTransaction.java82 public boolean isDirty() { method in class:ContactsTransaction
H A DAbstractContactsProvider.java375 if (transaction.isDirty()) {
/packages/apps/Launcher2/src/com/android/launcher2/
H A DFirstFrameAnimatorHelper.java141 mTarget.isDirty() + " " + flatFraction + " " + this + " " + animation);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DFirstFrameAnimatorHelper.java144 mTarget.isDirty() + " " + flatFraction + " " + this + " " + animation);
/packages/apps/Contacts/src/com/android/contacts/model/
H A DRawContact.java224 public boolean isDirty() { method in class:RawContact
/packages/apps/Dialer/java/com/android/contacts/common/model/
H A DRawContact.java139 public boolean isDirty() { method in class:RawContact

Completed in 501 milliseconds