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