HomeSort by relevance Sort by last modified time
    Searched refs:ImsUtil (Results 1 - 3 of 3) sorted by null

  /packages/services/Telephony/src/com/android/phone/
ImsUtil.java 29 public class ImsUtil {
30 private static final String LOG_TAG = ImsUtil.class.getSimpleName();
35 private ImsUtil() {
  /packages/services/Telephony/src/com/android/services/telephony/
DisconnectCauseUtil.java 25 import com.android.phone.ImsUtil;
310 if (ImsUtil.shouldPromoteWfc(context)) {
312 } else if (ImsUtil.isWfcModeWifiOnly(context)) {
314 } else if (ImsUtil.isWfcEnabled(context)) {
334 if (ImsUtil.shouldPromoteWfc(context)) {
336 } else if (ImsUtil.isWfcModeWifiOnly(context)) {
338 } else if (ImsUtil.isWfcEnabled(context)) {
TelephonyConnection.java 53 import com.android.phone.ImsUtil;
    [all...]

Completed in 3129 milliseconds