Searched refs:isCdmaSupported (Results 1 – 2 of 2) sorted by relevance
1239 public static boolean isCdmaSupported(Context context) { in isCdmaSupported() method in UiccController1241 boolean isCdmaSupported = in isCdmaSupported()1243 return isCdmaSupported; in isCdmaSupported()1295 pw.println(" mIsCdmaSupported=" + isCdmaSupported(mContext)); in dump()
1175 || (UiccController.isCdmaSupported(mContext) in isSupportedApplication()