Home
last modified time | relevance | path

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

/frameworks/opt/net/ims/src/java/com/android/ims/
DImsManager.java317 if (!ImsManager.isImsSupportedOnDevice(mContext)) { in connect()
458 public static boolean isImsSupportedOnDevice(Context context) { in isImsSupportedOnDevice() method in ImsManager
2365 if (!isImsSupportedOnDevice(mContext)) { in checkAndThrowExceptionIfServiceUnavailable()
2758 pw.println(" device supports IMS = " + isImsSupportedOnDevice(mContext)); in dump()
DMmTelFeatureConnection.java458 if (!ImsManager.isImsSupportedOnDevice(context)) { in create()