Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/compat/
DDirectoryCompat.java27 if (ContactsUtils.FLAG_N_FEATURE) { in getContentUri()
34 if (ContactsUtils.FLAG_N_FEATURE) { in isInvisibleDirectory()
42 if (ContactsUtils.FLAG_N_FEATURE) { in isRemoteDirectoryId()
49 return ContactsUtils.FLAG_N_FEATURE in isEnterpriseDirectoryId()
DCallableCompat.java31 if (ContactsUtils.FLAG_N_FEATURE) { in getContentFilterUri()
DPhoneCompat.java31 if (ContactsUtils.FLAG_N_FEATURE) { in getContentFilterUri()
DContactsCompat.java43 if (ContactsUtils.FLAG_N_FEATURE) { in getContentUri()
/packages/apps/Contacts/src/com/android/contacts/
DContactsUtils.java49 public static final boolean FLAG_N_FEATURE = Build.VERSION.SDK_INT >= 24; field in ContactsUtils
/packages/apps/Contacts/src/com/android/contacts/preference/
DDisplayOptionsPreferenceFragment.java299 final boolean showBlockedNumbers = isPhone && ContactsUtils.FLAG_N_FEATURE in removeUnsupportedPreferences()