Searched refs:isCdmaSupported (Results 1 – 2 of 2) sorted by relevance
1021 public static boolean isCdmaSupported(Context context) { in isCdmaSupported() method in UiccController1023 boolean isCdmaSupported = in isCdmaSupported()1025 return isCdmaSupported; in isCdmaSupported()1056 pw.println(" mIsCdmaSupported=" + isCdmaSupported(mContext)); in dump()
1026 || (UiccController.isCdmaSupported(mContext) in isSupportedApplication()