Searched refs:isCdmaSupported (Results 1 – 2 of 2) sorted by relevance
1214 public static boolean isCdmaSupported(Context context) { in isCdmaSupported() method in UiccController1216 boolean isCdmaSupported = in isCdmaSupported()1218 return isCdmaSupported; in isCdmaSupported()1260 pw.println(" mIsCdmaSupported=" + isCdmaSupported(mContext)); in dump()
1096 || (UiccController.isCdmaSupported(mContext) in isSupportedApplication()