Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/compat/
DTelephonyManagerCompat.java69 if (CompatUtils.isMarshmallowCompatible() || CompatUtils in getPhoneCount()
90 if (CompatUtils.isMarshmallowCompatible() in getDeviceId()
109 if (CompatUtils.isMarshmallowCompatible() in isTtyModeSupported()
128 if (CompatUtils.isMarshmallowCompatible() in isHearingAidCompatibilitySupported()
DPhoneNumberUtilsCompat.java84 if (CompatUtils.isMarshmallowCompatible()) { in createTtsSpannable()
92 if (CompatUtils.isMarshmallowCompatible()) { in createTtsSpan()
117 if (CompatUtils.isMarshmallowCompatible()) { in addTtsSpan()
DPhoneAccountCompat.java44 if (CompatUtils.isMarshmallowCompatible()) { in getIcon()
67 if (CompatUtils.isMarshmallowCompatible()) { in createIconDrawable()
DCompatUtils.java141 return isMarshmallowCompatible(); in isDefaultDialerCompatible()
161 public static boolean isMarshmallowCompatible() { in isMarshmallowCompatible() method in CompatUtils
DProviderStatusCompat.java35 public static final boolean USE_CURRENT_VERSION = CompatUtils.isMarshmallowCompatible();
/packages/apps/Contacts/tests/src/com/android/contacts/model/
DContactLoaderTest.java157 if (CompatUtils.isMarshmallowCompatible()) { in testLoadContactWithOldStyleUri()
348 if (CompatUtils.isMarshmallowCompatible()) { in fetchAllData()
392 if (CompatUtils.isMarshmallowCompatible()) { in fetchAllData()
/packages/apps/Contacts/src/com/android/contacts/compat/telecom/
DTelecomManagerCompat.java42 if (CompatUtils.isMarshmallowCompatible()) { in placeCall()
/packages/apps/Contacts/src/com/android/contacts/list/
DPhoneNumberListAdapter.java115 if (CompatUtils.isMarshmallowCompatible()) {
137 if (CompatUtils.isMarshmallowCompatible()) {
/packages/apps/Contacts/src/com/android/contacts/model/
DContactLoader.java191 if (CompatUtils.isMarshmallowCompatible()) {
674 if (CompatUtils.isMarshmallowCompatible()) { in loadDataValues()
/packages/apps/Contacts/src/com/android/contacts/
DSimImportFragment.java314 if (CompatUtils.isMarshmallowCompatible()) { in getContext()