Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/util/
DPhoneCapabilityTester.java41 private static boolean sIsPhone; field in PhoneCapabilityTester
61 return sIsPhone; in isPhone()
65 sIsPhone = TelephonyManagerCompat.isVoiceCapable( in initialize()
67 sIsSipPhone = sIsPhone && SipManager.isVoipSupported(context); in initialize()