Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiCountryCode.java306 private boolean hasCalling() { in hasCalling() method in WifiCountryCode
513 if (!hasCalling() || mWifiCarrierInfoManager.isWifiCallingAvailable()) { in shouldDisconnectWifiToForceUpdate()
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DSmsProvider.java122 private boolean hasCalling() { in hasCalling() method in SmsProvider
358 if (hasCalling() && qb.getTables().equals(smsTable)) { in query()