Searched defs:mBefore (Results 1 - 2 of 2) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DValuesDelta.java40 protected ContentValues mBefore; field in class:ValuesDelta
62 entry.mBefore = before;
73 entry.mBefore = null;
88 (mBefore != null && mBefore.containsKey(key)));
94 } else if (mBefore != null && mBefore.containsKey(key)) {
95 return mBefore.getAsString(key);
104 } else if (mBefore != null && mBefore
[all...]
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DEntityDelta.java490 protected ContentValues mBefore; field in class:EntityDelta.ValuesDelta
512 entry.mBefore = before;
523 entry.mBefore = null;
538 } else if (mBefore != null && mBefore.containsKey(key)) {
539 return mBefore.getAsString(key);
548 } else if (mBefore != null && mBefore.containsKey(key)) {
549 return mBefore.getAsByteArray(key);
558 } else if (mBefore !
[all...]

Completed in 368 milliseconds