Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/util/
DPhoneCapabilityTester.java42 private static boolean sIsSipPhone; field in PhoneCapabilityTester
67 sIsSipPhone = sIsPhone && SipManager.isVoipSupported(context); in initialize()
76 return sIsSipPhone; in isSipPhone()