Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DValidateNotificationPeople.java427 private boolean mHasPhone = false; field in ValidateNotificationPeople.LookupResult
473 mHasPhone = cursor.getInt(hasPhoneIdx) != 0; in mergeContact()
474 if (DEBUG) Slog.d(TAG, "contact HAS_PHONE_NUMBER is: " + mHasPhone); in mergeContact()
483 if (!mHasPhone) { in getPhoneLookupKey()