Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DMatchScore.java31 private boolean mKeepIn; field in MatchScore
54 mKeepIn = false; in reset()
93 mKeepIn = true; in keepIn()
105 if (mKeepIn) { in getScore()
117 return mKeepIn; in isKeepIn()