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

/packages/apps/Contacts/src/com/android/contacts/util/
H A DPhoneCapabilityTester.java39 private static boolean sIsPhone; field in class:PhoneCapabilityTester
59 return sIsPhone;
64 sIsPhone = telephonyManager.isVoiceCapable();
65 sIsSipPhone = sIsPhone && SipManager.isVoipSupported(context);

Completed in 454 milliseconds