OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:beforeExists
(Results
1 - 3
of
3
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
ValuesDelta.java
182
public boolean
beforeExists
() {
197
return
beforeExists
() && (mAfter == null);
211
if (!
beforeExists
() || mAfter == null || mAfter.size() == 0) {
232
return
beforeExists
() && (mAfter != null && mAfter.size() == 0);
239
return !
beforeExists
() && (mAfter != null);
340
if (!local.
beforeExists
()) {
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntityDelta.java
609
public boolean
beforeExists
() {
620
return
beforeExists
() && (mAfter == null);
630
return
beforeExists
() && (mAfter != null && mAfter.size() > 0);
635
return
beforeExists
() && (mAfter != null && mAfter.size() == 0);
640
return !
beforeExists
() && (mAfter != null);
724
if (!local.
beforeExists
()) {
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
CustomContactListFilterActivity.java
310
public boolean
beforeExists
() {
[
all
...]
Completed in 67 milliseconds