Searched refs:isCdmaSupported (Results 1 – 3 of 3) sorted by relevance
1615 public static boolean isCdmaSupported(Context context) { in isCdmaSupported() method in UiccController1617 boolean isCdmaSupported = in isCdmaSupported()1619 return isCdmaSupported; in isCdmaSupported()1781 pw.println("mIsCdmaSupported=" + isCdmaSupported(mContext)); in dump()
1224 || (UiccController.isCdmaSupported(mContext) in isSupportedApplication()
643 if (UiccController.isCdmaSupported(mPhone.getContext())) { in ServiceStateTracker()