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

/packages/apps/Contacts/src/com/android/contacts/util/
H A DPhoneCapabilityTester.java37 private static boolean sIsPhone; field in class:PhoneCapabilityTester
57 return sIsPhone;
62 sIsPhone = telephonyManager.isVoiceCapable();
63 sIsSipPhone = sIsPhone && SipManager.isVoipSupported(context);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java1067 private boolean sIsPhone; field in class:ContactsProvider2
7869 sIsPhone = new TelephonyManager(getContext()).isVoiceCapable();
7872 return sIsPhone;

Completed in 50 milliseconds