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

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

Completed in 182 milliseconds